summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* kconfig: qconf: fix buffer overflow in debug linksMasahiro Yamada2024-10-101-1/+1
* scripts/gdb: fix lx-mounts command errorKuan-Ying Lee2024-10-101-2/+2
* scripts/gdb: add iteration function for rbtreeKuan-Ying Lee2024-10-101-0/+12
* scripts/gdb: fix timerlist parsing issueKuan-Ying Lee2024-10-101-15/+16
* scripts: kconfig: merge_config: config files: add a trailing newlineAnders Roxell2024-09-181-0/+2
* scripts: fix gfp-translate after ___GFP_*_BITS conversion to an enumMarc Zyngier2024-09-121-17/+49
* kbuild: avoid scripts/kallsyms parsing /dev/nullMasahiro Yamada2024-08-291-1/+2
* kbuild: merge temporary vmlinux for BTF and kallsymsMasahiro Yamada2024-08-291-17/+24
* rust: work around `bindgen` 0.69.0 issueMiguel Ojeda2024-08-291-1/+5
* kallsyms: Do not cleanup .llvm.<hash> suffix before sorting symbolsSong Liu2024-08-292-33/+2
* kallsyms: get rid of code for absolute kallsymsJann Horn2024-08-292-50/+32
* kbuild: remove PROVIDE() for kallsyms symbolsMasahiro Yamada2024-08-292-8/+7
* kbuild: refactor variables in scripts/link-vmlinux.shMasahiro Yamada2024-08-291-31/+34
* kbuild: avoid build error when single DTB is turned into composite DTBMasahiro Yamada2024-08-031-1/+5
* kbuild: Fix '-S -c' in x86 stack protector scriptsNathan Chancellor2024-08-032-2/+2
* x86/syscall: Mark exit[_group] syscall handlers __noreturnJosh Poimboeuf2024-08-031-2/+16
* x86/kconfig: Add as-instr64 macro to properly evaluate AS_WRUSSMasahiro Yamada2024-08-031-1/+2
* kbuild: rpm-pkg: avoid the warnings with dtb's listed twiceJose Ignacio Tornos Martinez2024-07-151-1/+0
* kbuild: Make ld-version.sh more robust against version string changesNathan Chancellor2024-07-151-3/+5
* kbuild: scripts/gdb: bring the "abspath" backJoel Granados2024-06-271-1/+1
* kbuild: Use $(obj)/%.cc to fix host C++ module buildsNicolas Schier2024-06-261-1/+1
* kbuild: rpm-pkg: fix build error with CONFIG_MODULES=nMasahiro Yamada2024-06-261-5/+3
* kbuild: Fix build target deb-pkg: ln: failed to create hard linkThayne Harbaugh2024-06-261-1/+1
* kbuild: Install dtb files as 0644 in Makefile.dtbinstDragan Simic2024-06-261-1/+1
* Merge tag 'kbuild-fixes-v6.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-06-087-49/+6
|\
| * modpost: do not warn about missing MODULE_DESCRIPTION() for vmlinux.oMasahiro Yamada2024-06-071-2/+3
| * kbuild: explicitly run mksysmap as sed script from link-vmlinux.shRichard Acayan2024-06-071-1/+1
| * kconfig: remove wrong expr_trans_bool()Masahiro Yamada2024-06-063-32/+0
| * kconfig: gconf: give a proper initial state to the Save buttonMasahiro Yamada2024-06-061-1/+2
| * kconfig: remove unneeded code for user-supplied values being out of rangeMasahiro Yamada2024-06-061-13/+0
* | locking/atomic: scripts: fix ${atomic}_sub_and_test() kerneldocCarlos Llamas2024-06-051-1/+1
|/
* dt-bindings: kbuild: Fix dt_binding_check on unconfigured buildRob Herring (Arm)2024-05-301-1/+1
* scripts/make_fit: Drop fdt image entry compatible stringChen-Yu Tsai2024-05-291-2/+1
* kbuild: remove a stale comment about cleaning in link-vmlinux.shMasahiro Yamada2024-05-291-1/+0
* kbuild: fix short log for AS in link-vmlinux.shMasahiro Yamada2024-05-291-1/+1
* kbuild: change scripts/mksysmap into sed scriptMasahiro Yamada2024-05-292-14/+7
* kbuild: avoid unneeded kallsyms step 3Masahiro Yamada2024-05-292-13/+4
* kbuild: scripts/gdb: Replace missed $(srctree)/$(src) w/ $(src)Douglas Anderson2024-05-291-1/+1
* kconfig: remove redundant check in expr_join_or()Masahiro Yamada2024-05-291-1/+1
* kconfig: fix comparison to constant symbols, 'm', 'n'Masahiro Yamada2024-05-291-2/+4
* kconfig: remove unused expr_is_no()Masahiro Yamada2024-05-291-5/+0
* Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-221-18/+11
|\
| * kbuild: enable -Wcast-function-type-strict unconditionallyArnd Bergmann2024-05-191-1/+0
| * kbuild: enable -Wformat-truncation on clangArnd Bergmann2024-05-191-0/+7
| * kbuild: turn on -Wrestrict by defaultArnd Bergmann2024-05-191-1/+0
| * kbuild: remove redundant extra warning flagsArnd Bergmann2024-05-191-15/+0
| * kbuild: turn on -Wextra by defaultArnd Bergmann2024-05-191-1/+4
* | Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-221-0/+3
|\ \
| * \ Merge 6.9-rc7 into char-misc-testingGreg Kroah-Hartman2024-05-081-1/+1
| |\ \
| * | | scripts/spdxcheck: Add count of missing files to stats outputBird, Tim2024-05-041-0/+3