summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2019-02-12scripts/gdb: fix lx-version string outputDu Changbin1-1/+1
2019-02-12scripts/decode_stacktrace: only strip base path when a prefix of the pathMarc Zyngier1-1/+1
2019-02-12modpost: 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-17x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao1-1/+1
2019-01-13scripts/kallsyms: filter arm64's __efistub_ symbolsArd Biesheuvel1-0/+1
2019-01-13ftrace: Build with CPPFLAGS to get -Qunused-argumentsJoel Stanley1-1/+1
2019-01-13checkstack.pl: fix for aarch64Qian Cai1-2/+2
2018-12-08unifdef: use memcpy instead of strncpyLinus Torvalds1-2/+2
2018-12-08Kbuild: suppress packed-not-aligned warning for default setting onlyXiongfeng Wang1-0/+3
2018-12-05x86/retpoline: Make CONFIG_RETPOLINE depend on compiler supportZhenzhong Duan1-2/+0
2018-11-04kconfig: fix the rule of mainmenu_stmt symbolMasahiro Yamada1-2/+2
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-09-05gcc-plugins: Use dynamic initializersKees Cook3-78/+33
2018-09-05gcc-plugins: Add include required by GCC release 8Valdis Kletnieks1-0/+4
2018-08-24kconfig: fix line numbers for if-entries in menu treeDirk Gouders1-2/+2
2018-08-17kbuild: verify that $DEPMOD is installedRandy Dunlap1-1/+7
2018-07-11Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes1-2/+3
2018-06-11kconfig: 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-04-26kconfig: Fix expr_free() E_NOT leakUlf Magnusson1-1/+1
2018-04-26kconfig: Fix automatic menu creation mem leakUlf Magnusson1-0/+1
2018-04-26kconfig: Don't leak main menus during parsingUlf Magnusson1-9/+24
2018-03-24kbuild: fix linker feature test macros when cross compiling with ClangNick Desaulniers1-2/+3
2018-03-15objtool, retpolines: Integrate objtool with retpoline support more closelyPeter Zijlstra1-0/+2
2018-03-15objtool: Add module specific retpoline rulesPeter Zijlstra1-0/+2
2018-03-15objtool: Add retpoline validationPeter Zijlstra1-0/+4
2018-03-15kbuild: 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-22kmemcheck: rip it outLevin, Alexander (Sasha Levin)1-2/+0
2018-02-16kasan: rework Kconfig settingsArnd Bergmann1-0/+2
2018-02-16kasan: don't emit builtin calls when sanitization is offAndrey Konovalov2-1/+4
2018-02-13kbuild: rpm-pkg: keep spec file until make mrproperMasahiro Yamada1-2/+2
2018-02-07module/retpoline: Warn about missing retpoline in moduleAndi Kleen1-0/+9
2018-02-07scripts/faddr2line: fix CROSS_COMPILE unset errorLiu, Changcheng1-4/+4
2018-02-03scripts/faddr2line: extend usage on generic archLiu, Changcheng1-7/+14
2018-01-23scripts/gdb/linux/tasks.py: fix get_thread_infoXi Kangjie1-0/+2
2018-01-23objtool: Fix seg fault with gold linkerJosh Poimboeuf1-4/+10
2017-12-25linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon1-1/+1
2017-12-25x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Josh Poimboeuf1-1/+1
2017-12-14kbuild: rpm-pkg: fix jobserver unavailable warningMasahiro Yamada1-2/+2
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-11-06scripts: add leaking_addresses.plTobin C. Harding1-0/+305
2017-11-03Kbuild: don't pass "-C" to preprocessor when processing linker scriptsLinus Torvalds1-1/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds94-0/+94