summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* gcc-plugins/stackleak: Avoid .head.text sectionArd Biesheuvel2024-04-131-0/+2
* gcc-plugins/stackleak: Ignore .noinstr.text and .entry.textKees Cook2024-04-131-0/+4
* kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1Nathan Chancellor2024-04-101-0/+2
* kconfig: fix infinite loop when expanding a macro at the end of fileMasahiro Yamada2024-03-261-2/+5
* gen_compile_commands: fix invalid escape sequence warningAndrew Ballance2024-03-261-1/+1
* bpf, scripts: Correct GPL license nameGianmarco Lusvardi2024-03-011-1/+1
* scripts/decode_stacktrace.sh: optionally use LLVM utilitiesCarlos Llamas2024-02-231-2/+17
* scripts: decode_stacktrace: demangle Rust symbolsMiguel Ojeda2024-02-231-0/+14
* scripts/decode_stacktrace.sh: support old bash versionSchspa Shi2024-02-231-8/+19
* kbuild: Fix changing ELF file type for output of gen_btf for big endianNathan Chancellor2024-02-231-2/+7
* modpost: trim leading spaces when processing source files listRadek Krejci2024-02-231-1/+6
* scripts/get_abi: fix source path leakVegard Nossum2024-02-231-1/+1
* powerpc: remove checks for binutils older than 2.25Masahiro Yamada2024-01-251-4/+0
* bpf: Add --skip_encoding_btf_inconsistent_proto, --btf_gen_optimized to pahol...Alan Maguire2024-01-251-0/+3
* sign-file: Fix incorrect return values checkYusong Gao2023-12-201-6/+6
* checkstack: fix printed addressHeiko Carstens2023-12-131-6/+2
* kconfig: fix memory leak from range propertiesMasahiro Yamada2023-12-131-8/+6
* randstruct: Fix gcc-plugin performance mode to stay in groupKees Cook2023-11-281-3/+8
* modpost: fix tee MODULE_DEVICE_TABLE built on big-endian hostMasahiro Yamada2023-11-201-5/+5
* modpost: add missing else to the "of" checkMauricio Faria de Oliveira2023-10-101-1/+1
* kconfig: fix possible buffer overflowKonstantin Meskhidze2023-09-191-0/+3
* kbuild: Disable GCOV for *.mod.oSami Tolvanen2023-07-231-1/+1
* modpost: fix off by one in is_executable_section()Dan Carpenter2023-07-231-1/+1
* modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24}Masahiro Yamada2023-07-231-0/+12
* modpost: fix section mismatch message for R_ARM_ABS32Masahiro Yamada2023-07-231-3/+9
* modpost: remove broken calculation of exception_table_entry sizeMasahiro Yamada2023-07-231-57/+3
* scripts/tags.sh: Resolve gtags empty index generationAhmed S. Darwish2023-07-051-1/+8
* gcc-plugins: Reorganize gimple includes for GCC 13Kees Cook2023-06-141-2/+2
* recordmcount: Fix memory leaks in the uwrite functionHao Zeng2023-05-241-1/+5
* scripts/gdb: fix lx-timerlist for Python3Peng Liu2023-05-112-2/+7
* scripts/gdb: raise error with reduced debugging informationFlorian Fainelli2023-05-112-1/+6
* scripts/gdb: bail early if there are no generic PDFlorian Fainelli2023-05-111-1/+3
* scripts/gdb: bail early if there are no clocksFlorian Fainelli2023-05-111-0/+2
* ASN.1: Fix check for strdup() successEkaterina Orlova2023-04-261-1/+1
* kconfig: Update config changed flag before calling callbackJurica Vukadin2023-03-221-2/+4
* scripts: handle BrokenPipeError for python scriptsMasahiro Yamada2023-03-173-10/+40
* builddeb: clean generated package contentBastian Germann2023-03-101-1/+1
* scripts/tags.sh: fix incompatibility with PCRE2Carlos Llamas2023-03-031-1/+1
* scripts/tags.sh: Invoke 'realpath' via 'xargs'Cristian Ciocaltea2023-03-031-4/+7
* scripts/pahole-flags.sh: Use pahole-version.shNathan Chancellor2023-02-251-1/+1
* kbuild: Add CONFIG_PAHOLE_VERSIONNathan Chancellor2023-02-251-0/+13
* kbuild: Allow kernel installation packaging to override pkg-configChun-Tse Shao2023-02-016-34/+34
* ftrace/scripts: Update the instructions for ftrace-bisect.shSteven Rostedt (Google)2023-02-011-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-162-0/+14
* kbuild: rpm-pkg: fix breakage when V=1 is usedJanis Schoetterl-Glausch2022-10-261-2/+2
* 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-121-0/+1
* mksysmap: Fix the mismatch of 'L0' symbols in System.mapYouling Tang2022-09-231-1/+1