summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2025-11-14Merge tag 'rust-fixes-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+6
2025-11-11gendwarfksyms: Skip files with no exportsSami Tolvanen-3/+6
2025-11-09scripts/decode_stacktrace.sh: fix build ID and PC source parsingCarlos Llamas-6/+8
2025-11-08kbuild: Let kernel-doc.py use PYTHON3 overrideJean Delvare-1/+1
2025-11-06kbuild: Strip trailing padding bytes from modules.builtin.modinfoNathan Chancellor-1/+14
2025-11-01kconfig/nconf: Initialize the default locale at startupJakub Horký-0/+3
2025-11-01kconfig/mconf: Initialize the default locale at startupJakub Horký-0/+3
2025-10-25kbuild: install-extmod-build: Fix when given dir outside the build dirJames Le Cuirot-1/+1
2025-10-11Merge tag 'kbuild-fixes-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+10
2025-10-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-0/+1
2025-10-10kbuild: Use '--strip-unneeded-symbol' for removing module device table symbolsNathan Chancellor-1/+1
2025-10-10kbuild: Add '.rel.*' strip pattern for vmlinuxNathan Chancellor-0/+3
2025-10-10kbuild: Restore pattern to avoid stripping .rela.dyn from vmlinuxNathan Chancellor-1/+1
2025-10-07scripts/Makefile.extrawarn: Respect CONFIG_WERROR / W=e for hostprogsNathan Chancellor-3/+5
2025-10-07kconfig: Avoid prompting for transitional symbolsKees Cook-1/+61
2025-10-04bpf: Finish constification of 1st parameter of bpf_d_path()Rong Tao-0/+1
2025-10-03Merge tag 'docs-6.18' of git://git.lwn.net/linuxLinus Torvalds-1497/+2775
2025-10-02Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds-12/+25
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-20/+15
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1/+35
2025-10-01Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds-79/+146
2025-10-01Merge tag 'devicetree-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-111/+376
2025-09-30Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-3/+3
2025-09-30Merge tag 'timers-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+0
2025-09-30Merge tag 'locking-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+68
2025-09-29Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+297
2025-09-29Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+24
2025-09-28checkpatch: suppress strscpy warnings for userspace toolsSuchit Karunakaran-4/+8
2025-09-28modpost: Initialize builtin_modname to stop SIGSEGVsHugh Dickins-0/+1
2025-09-26scripts: dt_to_config: fix grammar and a typo in --help textMarkus Heidelberg-4/+4
2025-09-26scripts/coccinelle: Find PTR_ERR() to %pe candidatesGal Pressman-0/+34
2025-09-24kconfig: Add transitional symbol attribute for migration supportKees Cook-1/+274
2025-09-24kconfig: Fix BrokenPipeError warnings in selftestsKees Cook-1/+16
2025-09-24Merge patch series "Add generated modalias to modules.builtin.modinfo"Nathan Chancellor-60/+107
2025-09-24kbuild: vmlinux.unstripped should always depend on .vmlinux.export.oAlexey Gladkov-11/+3
2025-09-24modpost: Create modalias for builtin modulesAlexey Gladkov-2/+41
2025-09-24modpost: Add modname to mod_device_table aliasAlexey Gladkov-3/+12
2025-09-24kbuild: extract modules.builtin.modinfo from vmlinux.unstrippedMasahiro Yamada-25/+27
2025-09-24kbuild: keep .modinfo section in vmlinux.unstrippedMasahiro Yamada-2/+8
2025-09-24kbuild: always create intermediate vmlinux.unstrippedMasahiro Yamada-23/+22
2025-09-23gcc-plugins: Remove TODO_verify_il for GCC >= 16Kees Cook-0/+7
2025-09-22coccinelle: platform_no_drv_owner: handle also built-in driversKrzysztof Kozlowski-0/+9
2025-09-22coccinelle: of_table: handle SPI device ID tablesKrzysztof Kozlowski-7/+7
2025-09-21scripts/decode_stacktrace.sh: code: preserve alignmentMatthieu Baerts (NGI0)-1/+3
2025-09-21scripts/decode_stacktrace.sh: symbol: preserve alignmentMatthieu Baerts (NGI0)-14/+12
2025-09-21scripts/decode_stacktrace.sh: symbol: avoid trailing whitespacesMatthieu Baerts (NGI0)-6/+1
2025-09-19Merge 6.17-rc6 into kbuild-nextNathan Chancellor-6/+18
2025-09-18docs: kdoc: a few more dump_typedef() tweaksJonathan Corbet-9/+11
2025-09-18docs: kdoc: remove redundant comment stripping in dump_typedef()Jonathan Corbet-3/+0
2025-09-18docs: kdoc: remove some dead code in dump_typedef()Jonathan Corbet-5/+0