summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts/dtc: Remove redundant YYLOC global declarationDirk Mueller2020-04-022-2/+0
* kbuild: Disable -Wpointer-to-enum-castNathan Chancellor2020-04-021-0/+1
* kconfig: fix broken dependency in randconfig-generated .configMasahiro Yamada2020-02-281-1/+1
* ARM: 8950/1: ftrace/recordmcount: filter relocation typesAlex Sverdlin2020-01-291-0/+17
* kconfig: don't crash on NULL expressions in expr_eq()Thomas Hebb2020-01-121-0/+7
* scripts/kallsyms: fix definitely-lost memory leakMasahiro Yamada2020-01-041-0/+2
* modpost: skip ELF local symbols during section mismatch checkPaul Walmsley2019-12-211-0/+12
* scripts/gdb: fix debugging modules compiled with hot/cold partitioningIlya Leoshkevich2019-12-051-1/+2
* scripts/setlocalversion: Improve -dirty check with git-status --no-optional-l...Brian Norris2019-11-061-2/+10
* namespace: fix namespace.pl script to support relative pathsJacob Keller2019-10-291-6/+7
* scripts/decode_stacktrace: match basepath using shell prefix operator, not regexNicolas Boichat2019-09-161-1/+1
* kbuild: modpost: handle KBUILD_EXTRA_SYMBOLS only for external modulesMasahiro Yamada2019-08-251-1/+1
* kallsyms: exclude kasan local symbols on s390Vasily Gorbik2019-08-041-0/+3
* recordmcount: Fix spurious mcount entries on powerpcNaveen N. Rao2019-08-041-1/+2
* scripts/decode_stacktrace.sh: prefix addr2line with $CROSS_COMPILEManuel Traut2019-07-101-1/+1
* scripts/checkstack.pl: Fix arm64 wrong or unknown architectureGeorge G. Davis2019-07-101-1/+1
* fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-06-111-0/+363
* gcc-plugins: Fix build failures under Darwin hostKees Cook2019-06-111-0/+4
* kconfig/[mn]conf: handle backspace (^H) keyChangbin Du2019-05-043-3/+5
* kbuild: simplify ld-option implementationMasahiro Yamada2019-05-021-3/+1
* modpost: file2alias: check prototype of handlerMasahiro Yamada2019-04-271-4/+3
* modpost: file2alias: go back to simple devtable lookupMasahiro Yamada2019-04-271-91/+45
* scripts/decode_stacktrace: only strip base path when a prefix of the pathMarc Zyngier2019-02-121-1/+1
* modpost: validate symbol names also in find_elf_symbolSami Tolvanen2019-02-121-24/+26
* kconfig: fix memory leak when EOF is encountered in quotationMasahiro Yamada2019-01-261-0/+2
* kconfig: fix file name and line number of warn_ignored_character()Masahiro Yamada2019-01-261-1/+1
* checkstack.pl: fix for aarch64Qian Cai2019-01-131-2/+2
* kbuild: fix linker feature test macros when cross compiling with ClangNick Desaulniers2018-12-131-2/+3
* unifdef: use memcpy instead of strncpyLinus Torvalds2018-12-081-2/+2
* Kbuild: suppress packed-not-aligned warning for default setting onlyXiongfeng Wang2018-12-081-0/+3
* kbuild: Add __cc-option macroMatthias Kaehlcke2018-11-232-8/+12
* kbuild: Add support to generate LLVM assembly filesVinícius Tinti2018-11-231-0/+8
* kbuild, LLVMLinux: Add -Werror to cc-option to support clangMark Charlebois2018-11-231-3/+3
* kbuild: drop -Wno-unknown-warning-option from clang optionsMasahiro Yamada2018-11-231-1/+0
* kbuild: fix asm-offset generation to work with clangJeroen Hofstee2018-11-231-2/+6
* kbuild: consolidate redundant sed script ASM offset generationMasahiro Yamada2018-11-231-1/+0
* kbuild: Consolidate header generation from ASM offset informationMatthias Kaehlcke2018-11-232-26/+30
* kbuild: add .DELETE_ON_ERROR special targetMasahiro Yamada2018-09-261-0/+3
* kbuild: make missing $DEPMOD a Warning instead of an ErrorRandy Dunlap2018-09-151-2/+2
* scripts: modpost: check memory allocation resultsRandy Dunlap2018-09-151-4/+4
* kbuild: verify that $DEPMOD is installedRandy Dunlap2018-08-171-1/+7
* kasan: don't emit builtin calls when sanitization is offAndrey Konovalov2018-08-172-1/+4
* Kbuild: fix # escaping in .cmd files for future MakeRasmus Villemoes2018-07-111-2/+3
* objtool: Fix gcov check for older versions of GCCJosh Poimboeuf2018-06-131-0/+3
* kconfig: Avoid format overflow warning from GCC 8.1Nathan Chancellor2018-06-131-1/+1
* builddeb: Fix header package regarding dtc source linksJan Kiszka2018-05-301-1/+1
* kbuild: make scripts/adjust_autoksyms.sh robust against timestamp racesNicolas Pitre2018-05-301-0/+7
* kconfig: Fix expr_free() E_NOT leakUlf Magnusson2018-05-301-1/+1
* kconfig: Fix automatic menu creation mem leakUlf Magnusson2018-05-301-0/+1
* kconfig: Don't leak main menus during parsingUlf Magnusson2018-05-301-9/+24