summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2025-10-29docs: move test_doc_build.py to tools/docsJonathan Corbet1-513/+0
2025-10-29docs: move get_abi.py to tools/docsJonathan Corbet1-214/+0
2025-10-29docs: move scripts/documentation-file-ref-check to tools/docsJonathan Corbet1-245/+0
2025-10-29docs: move checktransupdate.py to tools/docsJonathan Corbet1-307/+0
2025-10-29docs: Move the "features" tools to tools/docsJonathan Corbet1-641/+0
2025-10-25kbuild: install-extmod-build: Fix when given dir outside the build dirJames Le Cuirot1-1/+1
2025-10-24tracing: Add warnings for unused tracepoints for modulesSteven Rostedt1-0/+5
2025-10-24tracing: Allow tracepoint-update.c to work with modulesSteven Rostedt1-8/+37
2025-10-24tracing: Add a tracepoint verification check at build timeSteven Rostedt3-0/+242
2025-10-24sorttable: Move ELF parsing into scripts/elf-parse.[ch]Steven Rostedt4-443/+540
2025-10-21atomic: Skip alignment check for try_cmpxchg() old argArnd Bergmann1-4/+7
2025-10-17Merge branch 'build-script' into docs-mwJonathan Corbet10-2559/+269
2025-10-15livepatch/klp-build: Add --show-first-changed option to show function divergenceJosh Poimboeuf1-4/+78
2025-10-15livepatch/klp-build: Add --debug option to show cloning decisionsJosh Poimboeuf1-3/+13
2025-10-15livepatch/klp-build: Introduce klp-build script for generating livepatch modulesJosh Poimboeuf3-1/+745
2025-10-15livepatch/klp-build: Add stub init code for livepatch modulesJosh Poimboeuf1-0/+108
2025-10-15livepatch/klp-build: Introduce fix-patch-lines script to avoid __LINE__ diff ...Josh Poimboeuf1-0/+79
2025-10-15kbuild,objtool: Defer objtool validation step for CONFIG_KLP_BUILDJosh Poimboeuf2-2/+3
2025-10-15objtool/klp: Introduce klp diff subcommand for diffing object filesJosh Poimboeuf1-1/+9
2025-10-15objtool: Rename --Werror to --werrorJosh Poimboeuf2-2/+2
2025-10-15modpost: Ignore unresolved section bounds symbolsJosh Poimboeuf1-0/+5
2025-10-15kbuild: Remove 'kmod_' prefix from __KBUILD_MODNAMEJosh Poimboeuf1-1/+1
2025-10-15vmlinux.lds: Unify TEXT_MAIN, DATA_MAIN, and related macrosJosh Poimboeuf1-7/+5
2025-10-15scripts/faddr2line: Fix "Argument list too long" errorPankaj Raghav1-4/+9
2025-10-15scripts/faddr2line: Use /usr/bin/env bash for portabilityPankaj Raghav1-1/+1
2025-10-15scripts/faddr2line: Set LANG=C to enforce ASCII outputJohn Wang1-0/+4
2025-10-12Merge tag 'kbuild-fixes-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-5/+10
2025-10-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+1
2025-10-11kbuild: Use '--strip-unneeded-symbol' for removing module device table symbolsNathan Chancellor1-1/+1
2025-10-10kbuild: Add '.rel.*' strip pattern for vmlinuxNathan Chancellor1-0/+3
2025-10-10kbuild: Restore pattern to avoid stripping .rela.dyn from vmlinuxNathan Chancellor1-1/+1
2025-10-07scripts/Makefile.extrawarn: Respect CONFIG_WERROR / W=e for hostprogsNathan Chancellor1-3/+5
2025-10-07kconfig: Avoid prompting for transitional symbolsKees Cook6-1/+61
2025-10-04bpf: Finish constification of 1st parameter of bpf_d_path()Rong Tao1-0/+1
2025-10-04Merge tag 'docs-6.18' of git://git.lwn.net/linuxLinus Torvalds5-1497/+2775
2025-10-03Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds3-12/+25
2025-10-03Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-20/+15
2025-10-03Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-1/+35
2025-10-02Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds13-79/+146
2025-10-02Merge tag 'devicetree-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds22-111/+376
2025-10-01kernel-doc: output source file name at SEE ALSOMauro Carvalho Chehab3-5/+9
2025-10-01Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds2-3/+3
2025-10-01Merge tag 'timers-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+0
2025-09-30Merge tag 'locking-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+68
2025-09-30Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-2/+297
2025-09-30Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+24
2025-09-28checkpatch: suppress strscpy warnings for userspace toolsSuchit Karunakaran1-4/+8
2025-09-28modpost: Initialize builtin_modname to stop SIGSEGVsHugh Dickins1-0/+1
2025-09-26scripts: dt_to_config: fix grammar and a typo in --help textMarkus Heidelberg1-4/+4
2025-09-26scripts/coccinelle: Find PTR_ERR() to %pe candidatesGal Pressman1-0/+34