summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2025-10-28docs: move test_doc_build.py to tools/docsJonathan Corbet
2025-10-28docs: move get_abi.py to tools/docsJonathan Corbet
2025-10-28docs: move scripts/documentation-file-ref-check to tools/docsJonathan Corbet
2025-10-28docs: move checktransupdate.py to tools/docsJonathan Corbet
2025-10-28docs: Move the "features" tools to tools/docsJonathan Corbet
2025-10-25kbuild: install-extmod-build: Fix when given dir outside the build dirJames Le Cuirot
2025-10-24tracing: Add warnings for unused tracepoints for modulesSteven Rostedt
2025-10-24tracing: Allow tracepoint-update.c to work with modulesSteven Rostedt
2025-10-24tracing: Add a tracepoint verification check at build timeSteven Rostedt
2025-10-24sorttable: Move ELF parsing into scripts/elf-parse.[ch]Steven Rostedt
2025-10-21atomic: Skip alignment check for try_cmpxchg() old argArnd Bergmann
2025-10-17Merge branch 'build-script' into docs-mwJonathan Corbet
2025-10-14livepatch/klp-build: Add --show-first-changed option to show function divergenceJosh Poimboeuf
2025-10-14livepatch/klp-build: Add --debug option to show cloning decisionsJosh Poimboeuf
2025-10-14livepatch/klp-build: Introduce klp-build script for generating livepatch modulesJosh Poimboeuf
2025-10-14livepatch/klp-build: Add stub init code for livepatch modulesJosh Poimboeuf
2025-10-14livepatch/klp-build: Introduce fix-patch-lines script to avoid __LINE__ diff ...Josh Poimboeuf
2025-10-14kbuild,objtool: Defer objtool validation step for CONFIG_KLP_BUILDJosh Poimboeuf
2025-10-14objtool/klp: Introduce klp diff subcommand for diffing object filesJosh Poimboeuf
2025-10-14objtool: Rename --Werror to --werrorJosh Poimboeuf
2025-10-14modpost: Ignore unresolved section bounds symbolsJosh Poimboeuf
2025-10-14kbuild: Remove 'kmod_' prefix from __KBUILD_MODNAMEJosh Poimboeuf
2025-10-14vmlinux.lds: Unify TEXT_MAIN, DATA_MAIN, and related macrosJosh Poimboeuf
2025-10-14scripts/faddr2line: Fix "Argument list too long" errorPankaj Raghav
2025-10-14scripts/faddr2line: Use /usr/bin/env bash for portabilityPankaj Raghav
2025-10-14scripts/faddr2line: Set LANG=C to enforce ASCII outputJohn Wang
2025-10-11Merge tag 'kbuild-fixes-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-10-10kbuild: Use '--strip-unneeded-symbol' for removing module device table symbolsNathan Chancellor
2025-10-10kbuild: Add '.rel.*' strip pattern for vmlinuxNathan Chancellor
2025-10-10kbuild: Restore pattern to avoid stripping .rela.dyn from vmlinuxNathan Chancellor
2025-10-07scripts/Makefile.extrawarn: Respect CONFIG_WERROR / W=e for hostprogsNathan Chancellor
2025-10-07kconfig: Avoid prompting for transitional symbolsKees Cook
2025-10-04bpf: Finish constification of 1st parameter of bpf_d_path()Rong Tao
2025-10-03Merge tag 'docs-6.18' of git://git.lwn.net/linuxLinus Torvalds
2025-10-02Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-10-01Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds
2025-10-01Merge tag 'devicetree-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-01kernel-doc: output source file name at SEE ALSOMauro Carvalho Chehab
2025-09-30Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds
2025-09-30Merge tag 'timers-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-30Merge tag 'locking-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-09-29Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-09-29Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-09-28checkpatch: suppress strscpy warnings for userspace toolsSuchit Karunakaran
2025-09-28modpost: Initialize builtin_modname to stop SIGSEGVsHugh Dickins
2025-09-26scripts: dt_to_config: fix grammar and a typo in --help textMarkus Heidelberg
2025-09-26scripts/coccinelle: Find PTR_ERR() to %pe candidatesGal Pressman