summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
11 dayskconfig: qconf: fix buffer overflow in debug linksMasahiro Yamada1-1/+1
2024-09-18scripts: kconfig: merge_config: config files: add a trailing newlineAnders Roxell1-0/+2
2024-08-29rust: work around `bindgen` 0.69.0 issueMiguel Ojeda1-1/+5
2024-08-03kbuild: avoid build error when single DTB is turned into composite DTBMasahiro Yamada1-1/+5
2024-08-03kbuild: Fix '-S -c' in x86 stack protector scriptsNathan Chancellor2-2/+2
2024-08-03x86/kconfig: Add as-instr64 macro to properly evaluate AS_WRUSSMasahiro Yamada1-1/+2
2024-07-25kconfig: remove wrong expr_trans_bool()Masahiro Yamada3-32/+0
2024-07-25kconfig: gconf: give a proper initial state to the Save buttonMasahiro Yamada1-1/+2
2024-07-18kbuild: Make ld-version.sh more robust against version string changesNathan Chancellor1-3/+5
2024-07-11kbuild: fix short log for AS in link-vmlinux.shMasahiro Yamada1-1/+1
2024-07-05kbuild: Install dtb files as 0644 in Makefile.dtbinstDragan Simic1-1/+1
2024-07-05kbuild: Fix build target deb-pkg: ln: failed to create hard linkThayne Harbaugh1-1/+1
2024-06-27locking/atomic: scripts: fix ${atomic}_sub_and_test() kerneldocCarlos Llamas1-1/+1
2024-06-21modpost: do not warn about missing MODULE_DESCRIPTION() for vmlinux.oMasahiro Yamada1-2/+3
2024-06-12kconfig: fix comparison to constant symbols, 'm', 'n'Masahiro Yamada1-2/+4
2024-06-12s390/vdso: Create .build-id links for unstripped vdso filesJens Remus1-1/+1
2024-06-12kbuild: fix build ID symlinks to installed debug VDSO filesMasahiro Yamada1-1/+1
2024-06-12kbuild: unify vdso_install rulesMasahiro Yamada1-0/+45
2024-06-12modules: Drop the .export_symbol section from the final modulesWang Yao1-0/+1
2024-05-17kbuild: Disable KCSAN for autogenerated *.mod.c intermediariesBorislav Petkov (AMD)1-1/+1
2024-05-02kbuild: rust: force `alloc` extern to allow "empty" Rust filesMiguel Ojeda1-1/+1
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