summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'objtool-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-171-26/+84
|\
| * scripts/faddr2line: Check only two symbols when calculating symbol sizeBrian Johannesmeyer2024-07-031-1/+1
| * scripts/faddr2line: Remove call to addr2line from find_dir_prefix()Brian Johannesmeyer2024-07-031-5/+7
| * scripts/faddr2line: Invoke addr2line as a single long-running processBrian Johannesmeyer2024-07-031-7/+45
| * scripts/faddr2line: Pass --addresses argument to addr2lineBrian Johannesmeyer2024-07-031-2/+5
| * scripts/faddr2line: Check vmlinux only onceBrian Johannesmeyer2024-07-031-11/+14
| * scripts/faddr2line: Combine three readelf calls into oneBrian Johannesmeyer2024-07-031-4/+8
| * scripts/faddr2line: Reduce number of readelf calls to threeBrian Johannesmeyer2024-07-031-9/+17
* | Merge tag 'hardening-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-161-5/+0
|\ \
| * | gcc-plugins: Remove duplicate included header file stringpool.hThorsten Blum2024-07-081-5/+0
* | | Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-07-163-58/+502
|\ \ \
| * | | riscv: convert to generic syscall tableArnd Bergmann2024-07-101-0/+3
| * | | openrisc: convert to generic syscall tableArnd Bergmann2024-07-101-0/+2
| * | | nios2: convert to generic syscall tableArnd Bergmann2024-07-101-0/+2
| * | | csky: convert to generic syscall tableArnd Bergmann2024-07-101-0/+4
| * | | arc: convert to generic syscall tableArnd Bergmann2024-07-101-0/+5
| * | | kbuild: add syscall table generation to scripts/Makefile.asm-headersArnd Bergmann2024-07-102-58/+98
| * | | kbuild: verify asm-generic header listArnd Bergmann2024-07-101-1/+1
| * | | syscalls: add generic scripts/syscall.tblArnd Bergmann2024-07-041-0/+388
| | |/ | |/|
* | | Merge tag 'x86_bugs_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-161-2/+16
|\ \ \
| * | | x86/syscall: Mark exit[_group] syscall handlers __noreturnJosh Poimboeuf2024-06-281-2/+16
* | | | Merge tag 'x86_build_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-161-1/+2
|\ \ \ \
| * | | | x86/kconfig: Add as-instr64 macro to properly evaluate AS_WRUSSMasahiro Yamada2024-06-201-1/+2
| |/ / /
* | | | Merge tag 'regmap-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2024-07-161-0/+10
|\ \ \ \
| * | | | regmap-irq: handle const struct regmap_irq_sub_irq_mapThomas Weißschuh2024-07-081-0/+1
| * | | | const_structs.checkpatch: add regmap structsThomas Weißschuh2024-07-081-0/+9
| |/ / /
* | | | kbuild: rpm-pkg: avoid the warnings with dtb's listed twiceJose Ignacio Tornos Martinez2024-07-141-1/+0
* | | | kbuild: Make ld-version.sh more robust against version string changesNathan Chancellor2024-07-141-3/+5
| |/ / |/| |
* | | kbuild: scripts/gdb: bring the "abspath" backJoel Granados2024-06-261-1/+1
* | | kbuild: Use $(obj)/%.cc to fix host C++ module buildsNicolas Schier2024-06-251-1/+1
* | | kbuild: rpm-pkg: fix build error with CONFIG_MODULES=nMasahiro Yamada2024-06-251-5/+3
* | | kbuild: Fix build target deb-pkg: ln: failed to create hard linkThayne Harbaugh2024-06-251-1/+1
* | | kbuild: Install dtb files as 0644 in Makefile.dtbinstDragan Simic2024-06-251-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-291-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