summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2017-12-21scripts: kernel-doc: replace tabs by spacesMauro Carvalho Chehab-5/+5
2017-12-21scripts: kernel-doc: change default to ReST formatMauro Carvalho Chehab-3/+3
2017-12-21scripts: kernel-doc: improve argument handlingMauro Carvalho Chehab-16/+20
2017-12-21scripts: kernel-doc: get rid of unused output formatsMauro Carvalho Chehab-1179/+4
2017-12-21docs: get rid of kernel-doc-nano-HOWTO.txtMauro Carvalho Chehab-1/+1
2017-12-19soundwire: Add SoundWire bus typeVinod Koul-0/+19
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar-1/+1
2017-12-16kconfig: generate lexer and parser during build instead of shippingMasahiro Yamada-4944/+1
2017-12-16kbuild: prepare to remove C files pre-generated by flex and bisonMasahiro Yamada-3/+17
2017-12-16kbuild: add LEX and YACC variablesMasahiro Yamada-2/+2
2017-12-16kconfig: display recursive dependency resolution hint just onceMasahiro Yamada-2/+6
2017-12-15Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-22/+0
2017-12-14scripts/faddr2line: fix CROSS_COMPILE unset errorLiu, Changcheng-4/+4
2017-12-15kconfig: Clean up modules handling and fix crashUlf Magnusson-4/+6
2017-12-15kconfig: Clarify expression rewritingUlf Magnusson-0/+52
2017-12-15kconfig: Rename menu_check_dep() to rewrite_m()Ulf Magnusson-6/+10
2017-12-13kbuild: pkg: make out-of-tree rpm/deb-pkg build immediately failMasahiro Yamada-3/+7
2017-12-13scripts/package: snap-pkg targetPaolo Pisati-0/+30
2017-12-12kconfig: Sync zconf.y with zconf.tab.c_shippedUlf Magnusson-1/+1
2017-12-12checkpatch: Remove ACCESS_ONCE() warningMark Rutland-22/+0
2017-12-11kernel-doc: parse DECLARE_KFIFO and DECLARE_KFIFO_PTR()Mauro Carvalho Chehab-2/+6
2017-12-07kconfig: Document the 'symbol' structUlf Magnusson-1/+44
2017-12-07kconfig: Document the 'menu' structUlf Magnusson-0/+45
2017-12-07kconfig: Warn if choice default is not in choiceUlf Magnusson-0/+10
2017-12-05checkpatch: Add warnings for {smp_,}read_barrier_depends()Paul E. McKenney-0/+6
2017-12-04Merge tag 'docs-4.15-fixes' of git://git.lwn.net/linuxLinus Torvalds-1/+1
2017-12-02scripts/kernel-doc: Don't fail with status != 0 if error encountered with -noneWill Deacon-1/+1
2017-11-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds-9/+19
2017-11-29scripts/bloat-o-meter: don't fail with division by 0Andy Shevchenko-2/+5
2017-11-29scripts/faddr2line: extend usage on generic archLiu, Changcheng-7/+14
2017-11-29vsprintf: add printk specifier %pxTobin C. Harding-1/+1
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-277/+0
2017-11-25Merge tag 'kbuild-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-14/+16
2017-11-23Merge tag 'docs-4.15-2' of git://git.lwn.net/linuxLinus Torvalds-1/+29
2017-11-23kbuild: drop $(extra-y) from real-objs-yMasahiro Yamada-1/+1
2017-11-23kbuild: rpm: prompt to use "rpm-pkg" if "rpm" target is usedMasahiro Yamada-1/+1
2017-11-23kbuild: pkg: use --transform option to prefix paths in tarMasahiro Yamada-3/+2
2017-11-23coccinelle: fix parallel build with CHECK=scripts/coccicheckMasahiro Yamada-6/+9
2017-11-23kconfig/symbol.c: use correct pointer type argument for sizeofHeinrich Schuchardt-1/+1
2017-11-21Coccinelle: Remove setup_timer.cocciKees Cook-277/+0
2017-11-20Add optional check for bad kernel-doc commentsMatthew Wilcox-1/+29
2017-11-18kbuild: create built-in.o automatically if parent directory wants itMasahiro Yamada-2/+2
2017-11-17Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-216/+452
2017-11-17Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-90/+129
2017-11-17Makefile: support flag -fsanitizer-coverage=trace-cmpVictor Chibotaru-0/+7
2017-11-17checkpatch: do not check missing blank line before builtin_*_driverMasahiro Yamada-0/+1
2017-11-17checkpatch: add --strict test for lines ending in [ or (Joe Perches-0/+6
2017-11-17checkpatch: add TP_printk to list of logging functionsJoe Perches-0/+1
2017-11-17checkpatch: allow DEFINE_PER_CPU definitions to exceed line lengthJoe Perches-2/+3
2017-11-17checkpatch: printks always need a KERN_<LEVEL>Joe Perches-22/+4