summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2024-04-13gcc-plugins/stackleak: Avoid .head.text sectionArd Biesheuvel1-0/+2
2024-04-13modpost: fix null pointer dereferenceMax Kellermann1-1/+3
2024-04-10modpost: do not make find_tosym() return NULLMasahiro Yamada1-2/+5
2024-04-10modpost: Optimize symbol search from linear to binary searchJack Brennen4-66/+232
2024-04-10scripts/bpf_doc: Use silent mode when exec make cmdHangbin Liu1-2/+2
2024-04-03kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1Nathan Chancellor1-0/+2
2024-03-27kconfig: fix infinite loop when expanding a macro at the end of fileMasahiro Yamada1-2/+5
2024-03-27gen_compile_commands: fix invalid escape sequence warningAndrew Ballance1-1/+1
2024-03-06kbuild: Add -Wa,--fatal-warnings to as-instr invocationNathan Chancellor2-2/+2
2024-03-01bpf, scripts: Correct GPL license nameGianmarco Lusvardi1-1/+1
2024-02-23modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONSNathan Chancellor1-1/+2
2024-02-23linux/init: remove __memexit* annotationsMasahiro Yamada1-12/+3
2024-02-23kbuild: Fix changing ELF file type for output of gen_btf for big endianNathan Chancellor1-2/+7
2024-02-23kallsyms: ignore ARMv4 thunks along with othersArnd Bergmann1-11/+2
2024-02-23modpost: trim leading spaces when processing source files listRadek Krejci1-1/+6
2024-02-16rust: upgrade to Rust 1.73.0Miguel Ojeda1-1/+1
2024-02-16rust: upgrade to Rust 1.72.1Miguel Ojeda1-1/+1
2024-02-01scripts/get_abi: fix source path leakVegard Nossum1-1/+1
2024-01-20scripts/decode_stacktrace.sh: optionally use LLVM utilitiesCarlos Llamas1-2/+17
2023-12-20scripts/checkstack.pl: match all stack sizes for s390Heiko Carstens1-2/+1
2023-12-20sign-file: Fix incorrect return values checkYusong Gao1-6/+6
2023-12-13gcc-plugins: randstruct: Update code comment in relayout_struct()Gustavo A. R. Silva1-2/+1
2023-12-13checkstack: fix printed addressHeiko Carstens1-6/+2
2023-12-13scripts/gdb: fix lx-device-list-bus and lx-device-list-classFlorian Fainelli1-8/+8
2023-12-13dt: dt-extract-compatibles: Don't follow symlinks when walking treeNícolas F. R. A. Prado1-2/+12
2023-12-13dt: dt-extract-compatibles: Handle cfile arguments in generator functionNícolas F. R. A. Prado1-8/+11
2023-12-13kconfig: fix memory leak from range propertiesMasahiro Yamada1-8/+6
2023-12-13modpost: fix section mismatch message for RELAMasahiro Yamada1-2/+4
2023-11-28scripts/gdb/vmalloc: disable on no-MMUBen Wolsieffer2-2/+7
2023-11-28randstruct: Fix gcc-plugin performance mode to stay in groupKees Cook1-3/+8
2023-11-28gcc-plugins: randstruct: Only warn about true flexible arraysKees Cook1-10/+0
2023-11-28x86/retpoline: Make sure there are no unconverted return thunks due to KCSANJosh Poimboeuf1-0/+1
2023-11-20modpost: fix ishtp MODULE_DEVICE_TABLE built on big-endian hostMasahiro Yamada1-2/+2
2023-11-20modpost: fix tee MODULE_DEVICE_TABLE built on big-endian hostMasahiro Yamada1-5/+5
2023-11-20scripts/gdb: fix usage of MOD_TEXT not defined when CONFIG_MODULES=nClément Léger1-4/+5
2023-11-20x86/srso: Fix unret validation dependenciesJosh Poimboeuf1-1/+2
2023-10-01kbuild: remove stale code for 'source' symlink in packaging scriptsMasahiro Yamada2-4/+0
2023-10-01modpost: Don't let "driver"s reference .exit.*Uwe Kleine-König1-2/+13
2023-10-01modpost: add missing else to the "of" checkMauricio Faria de Oliveira1-1/+1
2023-09-25kbuild: Use CRC32 and a 1MiB dictionary for XZ compressed modulesMartin Nybo Andersen1-1/+1
2023-09-23Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Linus Torvalds1-21/+2
2023-09-20locking/atomic: scripts: fix fallback ifdefferyMark Rutland1-1/+1
2023-09-19revert "scripts/gdb/symbols: add specific ko module load command"Andrew Morton1-21/+2
2023-09-17Merge tag 'kbuild-fixes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2023-09-14kbuild: avoid long argument lists in make modules_installMichal Kubecek1-1/+1
2023-09-14kbuild: fix kernel-devel RPM package and linux-headers Deb packageMasahiro Yamada1-1/+1
2023-09-13Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+9
2023-09-12linux/export: fix reference to exported functions for parisc64Masahiro Yamada1-0/+9
2023-09-10Merge tag 'x86-urgent-2023-09-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2023-09-08Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-28/+28