summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* modpost: add missing else to the "of" checkMauricio Faria de Oliveira2023-10-101-1/+1
* kconfig: fix possible buffer overflowKonstantin Meskhidze2023-09-231-0/+3
* modpost: fix off by one in is_executable_section()Dan Carpenter2023-07-271-1/+1
* modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24}Masahiro Yamada2023-07-271-0/+12
* modpost: fix section mismatch message for R_ARM_ABS32Masahiro Yamada2023-07-271-3/+9
* scripts/tags.sh: Resolve gtags empty index generationAhmed S. Darwish2023-07-271-1/+8
* recordmcount: Fix memory leaks in the uwrite functionHao Zeng2023-05-301-1/+5
* scripts/gdb: fix lx-timerlist for Python3Peng Liu2023-05-172-2/+7
* scripts/gdb: bail early if there are no generic PDFlorian Fainelli2023-05-171-1/+3
* PM: domains: Fix up terminology with parent/childKees Cook2023-05-171-6/+6
* scripts/gdb: bail early if there are no clocksFlorian Fainelli2023-05-171-0/+2
* ASN.1: Fix check for strdup() successEkaterina Orlova2023-04-261-1/+1
* ftrace/scripts: Update the instructions for ftrace-bisect.shSteven Rostedt (Google)2023-02-061-8/+26
* scripts/faddr2line: Fix regression in name resolution on ppc64leSrikar Dronamraju2022-12-081-3/+4
* cert host tools: Stop complaining about deprecated OpenSSL functionsLinus Torvalds2022-11-252-0/+14
* kbuild: remove the target in signal traps when interruptedMasahiro Yamada2022-10-261-1/+22
* selinux: use "grep -E" instead of "egrep"Greg Kroah-Hartman2022-10-261-1/+1
* Makefile.extrawarn: Move -Wcast-function-type-strict to W=1Sami Tolvanen2022-10-071-0/+1
* mksysmap: Fix the mismatch of 'L0' symbols in System.mapYouling Tang2022-09-281-1/+1
* kbuild: Fix include path in scripts/Makefile.modpostJing Leng2022-09-051-2/+1
* gcc-plugins: Undefine LATENT_ENTROPY_PLUGIN when plugin disabled for a fileAndrew Donnellan2022-08-251-1/+1
* scripts/faddr2line: Fix vmlinux detection on arm64Josh Poimboeuf2022-08-251-1/+3
* modpost: fix section mismatch check for exported init/exit sectionsMasahiro Yamada2022-06-291-1/+1
* faddr2line: Fix overlapping text section failures, the sequelJosh Poimboeuf2022-06-221-11/+34
* scripts/gdb: change kernel config dumping methodKuan-Ying Lee2022-06-141-3/+3
* modpost: fix undefined behavior of is_arm_mapping_symbol()Masahiro Yamada2022-06-141-1/+2
* modpost: fix removing numeric suffixesAlexander Lobakin2022-06-141-1/+1
* scripts/faddr2line: Fix overlapping text section failuresJosh Poimboeuf2022-06-141-53/+97
* gcc-plugins: latent_entropy: use /dev/urandomJason A. Donenfeld2022-04-201-17/+27
* gcc-plugins/stackleak: Exactly match strings instead of prefixesKees Cook2022-04-151-4/+21
* kconfig: fix failing to generate auto.confJing Leng2022-02-231-4/+9
* kconfig: let 'shell' return enough output for deep path namesBrenda Streiff2022-02-231-1/+1
* Makefile.extrawarn: Move -Wunaligned-access to W=1Nathan Chancellor2022-02-231-0/+1
* scripts/dtc: dtx_diff: remove broken example from help textMatthias Schiffer2022-01-271-6/+2
* recordmcount.pl: fix typo in s390 mcount regexHeiko Carstens2022-01-051-1/+1
* recordmcount.pl: look for jgnop instruction as well as bcrl on s390Jerome Marchand2021-12-221-1/+1
* leaking_addresses: Always print a trailing newlineKees Cook2021-11-171-1/+2
* gcc-plugins/structleak: add makefile var for disabling structleakBrendan Higgins2021-10-271-0/+4
* nds32/ftrace: Fix Error: invalid operands (*UND* and *UND* sections) for `^'Steven Rostedt2021-10-201-1/+1
* kbuild: Fix 'no symbols' warning when CONFIG_TRIM_UNUSD_KSYMS=yMasahiro Yamada2021-09-221-1/+7
* scripts/tracing: fix the bug that can't parse raw_trace_funcHui Su2021-08-121-3/+3
* kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is setMatthias Maennich2021-07-251-3/+11
* kbuild: sink stdout from cmd for silent buildMasahiro Yamada2021-07-251-1/+6
* kbuild: Fix objtool dependency for 'OBJECT_FILES_NON_STANDARD_<obj> := n'Josh Poimboeuf2021-07-141-2/+3
* kbuild: run the checker after the compilerLuc Van Oostenryck2021-07-141-2/+2
* Makefile: fix GDB warning with CONFIG_RELRNick Desaulniers2021-07-141-1/+2
* recordmcount: Correct st_shndx handlingPeter Zijlstra2021-06-301-5/+10
* scripts: switch explicitly to Python 3Andy Shevchenko2021-05-222-2/+2
* tweewide: Fix most Shebang linesFinn Behrens2021-05-228-8/+8
* riscv: Workaround mcount name prior to clang-13Nathan Chancellor2021-05-221-1/+1