summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2020-01-29ARM: 8950/1: ftrace/recordmcount: filter relocation typesAlex Sverdlin1-0/+17
2020-01-12kconfig: don't crash on NULL expressions in expr_eq()Thomas Hebb1-0/+7
2020-01-04scripts/kallsyms: fix definitely-lost memory leakMasahiro Yamada1-0/+2
2019-12-21modpost: skip ELF local symbols during section mismatch checkPaul Walmsley1-0/+12
2019-12-05scripts/gdb: fix debugging modules compiled with hot/cold partitioningIlya Leoshkevich1-1/+2
2019-11-06scripts/setlocalversion: Improve -dirty check with git-status --no-optional-l...Brian Norris1-2/+10
2019-10-29namespace: fix namespace.pl script to support relative pathsJacob Keller1-6/+7
2019-09-16scripts/decode_stacktrace: match basepath using shell prefix operator, not regexNicolas Boichat1-1/+1
2019-08-25kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modulesMasahiro Yamada1-1/+1
2019-08-04kallsyms: exclude kasan local symbols on s390Vasily Gorbik1-0/+3
2019-08-04recordmcount: Fix spurious mcount entries on powerpcNaveen N. Rao1-1/+2
2019-07-10scripts/checkstack.pl: Fix arm64 wrong or unknown architectureGeorge G. Davis1-1/+1
2019-06-11fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov1-0/+363
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