summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2019-05-16kconfig/[mn]conf: handle backspace (^H) keyChangbin Du3-3/+5
2019-05-16kbuild: simplify ld-option implementationMasahiro Yamada1-3/+1
2019-04-27modpost: file2alias: check prototype of handlerMasahiro Yamada1-4/+3
2019-04-27modpost: file2alias: go back to simple devtable lookupMasahiro Yamada1-91/+45
2019-04-03kbuild: setlocalversion: print error to STDERRWolfram Sang1-1/+1
2019-02-20scripts/decode_stacktrace: only strip base path when a prefix of the pathMarc Zyngier1-1/+1
2019-02-20modpost: validate symbol names also in find_elf_symbolSami Tolvanen1-24/+26
2019-01-26kconfig: fix memory leak when EOF is encountered in quotationMasahiro Yamada1-0/+2
2019-01-26kconfig: fix file name and line number of warn_ignored_character()Masahiro Yamada1-1/+1
2019-01-13checkstack.pl: fix for aarch64Qian Cai1-2/+2
2018-12-13unifdef: use memcpy instead of strncpyLinus Torvalds1-2/+2
2018-12-13Kbuild: suppress packed-not-aligned warning for default setting onlyXiongfeng Wang1-0/+3
2018-11-27kbuild: Add __cc-option macroMatthias Kaehlcke1-2/+7
2018-11-27kbuild: fix linker feature test macros when cross compiling with ClangNick Desaulniers1-2/+3
2018-11-27kbuild: Add support to generate LLVM assembly filesVinícius Tinti1-0/+8
2018-11-27kbuild, LLVMLinux: Add -Werror to cc-option to support clangMark Charlebois1-3/+3
2018-11-27kbuild: drop -Wno-unknown-warning-option from clang optionsMasahiro Yamada1-1/+0
2018-11-27kbuild: fix asm-offset generation to work with clangJeroen Hofstee1-2/+6
2018-11-27kbuild: consolidate redundant sed script ASM offset generationMasahiro Yamada1-1/+0
2018-11-27kbuild: Consolidate header generation from ASM offset informationMatthias Kaehlcke2-26/+30
2018-09-26kbuild: add .DELETE_ON_ERROR special targetMasahiro Yamada1-0/+3
2018-09-15kbuild: make missing $DEPMOD a Warning instead of an ErrorRandy Dunlap1-2/+2
2018-09-15scripts: modpost: check memory allocation resultsRandy Dunlap1-4/+4
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-19Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes1-2/+3
2018-06-13kconfig: Avoid format overflow warning from GCC 8.1Nathan Chancellor1-1/+1
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-25module/retpoline: Warn about missing retpoline in moduleAndi Kleen1-0/+9
2018-02-25genksyms: Fix segfault with invalid declarationsMichal Marek3-964/+853
2018-02-25scripts/kernel-doc: Don't fail with status != 0 if error encountered with -noneWill Deacon1-1/+1
2018-02-16powerpc: Simplify module TOC handlingAlan Modra1-1/+2
2018-01-23kbuild: modversions for EXPORT_SYMBOL() for asmNicholas Piggin1-7/+80
2018-01-10genksyms: Handle string literals with spaces in reference filesMichal Marek1-2/+4
2017-12-16kbuild: pkg: use --transform option to prefix paths in tarMasahiro Yamada1-3/+2
2017-12-16module: 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-09kconfig/nconf: Fix hang when editing symbol with a long promptBen Hutchings1-4/+11
2016-11-26scripts/has-stack-protector: add -fno-PIESebastian Andrzej Siewior1-1/+1
2016-11-01Revert "x86/mm: Expand the exception table logic to allow new handling options"Greg Kroah-Hartman1-32/+0
2016-10-31x86/mm: Expand the exception table logic to allow new handling optionsTony Luck1-0/+32
2016-08-20ftrace/recordmcount: Work around for addition of metag magic but not relocationsLaura Abbott1-1/+8
2016-07-27of: fix autoloading due to broken modalias with no 'compatible'Wolfram Sang1-1/+1
2016-06-08scripts/package/Makefile: rpmbuild add support of RPMOPTSSrinivas Pandruvada1-2/+2
2016-06-01kbuild: move -Wunused-const-variable to W=1 warning levelArnd Bergmann1-0/+1
2016-05-05unbreak allmodconfig KCONFIG_ALLCONFIG=...Al Viro1-5/+7