summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2018-08-17kbuild: verify that $DEPMOD is installedRandy Dunlap1-1/+7
2018-08-17kasan: don't emit builtin calls when sanitization is offAndrey Konovalov2-1/+4
2018-07-11Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes1-2/+3
2018-06-13objtool: Fix gcov check for older versions of GCCJosh Poimboeuf1-0/+3
2018-06-13kconfig: Avoid format overflow warning from GCC 8.1Nathan Chancellor1-1/+1
2018-05-30builddeb: Fix header package regarding dtc source linksJan Kiszka1-1/+1
2018-05-30kbuild: make scripts/adjust_autoksyms.sh robust against timestamp racesNicolas Pitre1-0/+7
2018-05-30kconfig: Fix expr_free() E_NOT leakUlf Magnusson1-1/+1
2018-05-30kconfig: Fix automatic menu creation mem leakUlf Magnusson1-0/+1
2018-05-30kconfig: Don't leak main menus during parsingUlf Magnusson1-9/+24
2018-04-13tags: honor COMPILED_SOURCE with apart output directoryRobert Jarzmik1-0/+1
2018-03-18kbuild: Handle builtin dtb file names containing hyphensJames Hogan1-4/+4
2018-02-25scripts/kernel-doc: Don't fail with status != 0 if error encountered with -noneWill Deacon1-1/+1
2018-02-13module/retpoline: Warn about missing retpoline in moduleAndi Kleen1-0/+9
2018-01-23scripts/gdb/linux/tasks.py: fix get_thread_infoXi Kangjie1-0/+2
2018-01-17objtool, modules: Discard objtool annotation sections for modulesJosh Poimboeuf2-1/+5
2017-12-14coccinelle: fix parallel build with CHECK=scripts/coccicheckMasahiro Yamada1-6/+9
2017-12-14kbuild: pkg: use --transform option to prefix paths in tarMasahiro Yamada1-3/+2
2017-12-14module: set __jump_table alignment to 8David Daney1-0/+2
2017-07-21checkpatch: silence perl 5.26.0 unescaped left brace warningsCyril Bur1-3/+3
2017-01-12gcc-plugins: update gcc-common.h for gcc-7Kees Cook1-0/+85
2017-01-09kconfig/nconf: Fix hang when editing symbol with a long promptBen Hutchings1-4/+11
2017-01-09latent_entropy: fix ARM build error on earlier gccKees Cook1-2/+2
2017-01-06builddeb: fix cross-building to arm64 producing host-arch debsAdam Borowski1-1/+1
2016-12-01kbuild: make sure autoksyms.h exists earlyNicolas Pitre1-0/+2
2016-11-19Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2-7/+76
2016-11-11Merge branch 'maybe-uninitialized' (patches from Arnd)Linus Torvalds2-0/+5
2016-11-11Kbuild: enable -Wmaybe-uninitialized warnings by defaultArnd Bergmann1-2/+0
2016-11-11Kbuild: enable -Wmaybe-uninitialized warning for "make W=1"Arnd Bergmann2-0/+7
2016-11-11scripts/bloat-o-meter: fix SIGPIPEAlexey Dobriyan1-0/+3
2016-11-10kbuild: be more careful about matching preprocessed asm ___EXPORT_SYMBOLNicholas Piggin1-2/+2
2016-11-10scripts/has-stack-protector: add -fno-PIESebastian Andrzej Siewior1-1/+1
2016-11-01kbuild: modversions for EXPORT_SYMBOL() for asmNicholas Piggin1-6/+72
2016-10-31latent_entropy: Fix wrong gcc code generation with 64 bit variablesKees Cook1-10/+9
2016-10-31gcc-plugins: Export symbols needed by gccKees Cook4-7/+8
2016-10-22kbuild: prevent lib-ksyms.o rebuildsNicholas Piggin1-0/+3
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-1/+648
2016-10-15Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds4-12/+80
2016-10-15Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds7-115/+174
2016-10-12scripts/tags.sh: enable code completion in VIMMathieu Maret1-1/+2
2016-10-12checkpatch: improve the octal permissions testsJoe Perches1-16/+44
2016-10-12checkpatch: add warning for unnamed function definition argumentsJoe Perches1-0/+13
2016-10-12checkpatch: improve MACRO_ARG_PRECEDENCE testJoe Perches1-1/+19
2016-10-12checkpatch: add --strict test for precedence challenged macro argumentsJoe Perches1-1/+8
2016-10-12checkpatch: add --strict test for macro argument reuseJoe Perches1-8/+35
2016-10-12checkpatch: improve the block comment * alignment testJoe Perches1-7/+12
2016-10-12checkpatch: speed up checking for filenames in sections marked obsoleteJoe Perches1-1/+1
2016-10-12const_structs.checkpatch: add frequently used from Julia Lawall's listJoe Perches1-0/+25
2016-10-12checkpatch: externalize the structs that should be constJoe Perches2-40/+63
2016-10-12checkpatch: don't test for prefer ether_addr_<foo>Joe Perches1-35/+35