index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-11
Merge tag 'kbuild-fixes-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-5
/
+10
2025-10-11
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-0
/
+1
2025-10-10
kbuild: Use '--strip-unneeded-symbol' for removing module device table symbols
Nathan Chancellor
1
-1
/
+1
2025-10-10
kbuild: Add '.rel.*' strip pattern for vmlinux
Nathan Chancellor
1
-0
/
+3
2025-10-10
kbuild: Restore pattern to avoid stripping .rela.dyn from vmlinux
Nathan Chancellor
1
-1
/
+1
2025-10-07
scripts/Makefile.extrawarn: Respect CONFIG_WERROR / W=e for hostprogs
Nathan Chancellor
1
-3
/
+5
2025-10-07
kconfig: Avoid prompting for transitional symbols
Kees Cook
6
-1
/
+61
2025-10-04
bpf: Finish constification of 1st parameter of bpf_d_path()
Rong Tao
1
-0
/
+1
2025-10-03
Merge tag 'docs-6.18' of git://git.lwn.net/linux
Linus Torvalds
5
-1497
/
+2775
2025-10-02
Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...
Linus Torvalds
3
-12
/
+25
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-20
/
+15
2025-10-02
Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2
-1
/
+35
2025-10-01
Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...
Linus Torvalds
13
-79
/
+146
2025-10-01
Merge tag 'devicetree-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
22
-111
/
+376
2025-09-30
Merge tag 'rust-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2
-3
/
+3
2025-09-30
Merge tag 'timers-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+0
2025-09-30
Merge tag 'locking-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-0
/
+68
2025-09-29
Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
13
-2
/
+297
2025-09-29
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-3
/
+24
2025-09-28
checkpatch: suppress strscpy warnings for userspace tools
Suchit Karunakaran
1
-4
/
+8
2025-09-28
modpost: Initialize builtin_modname to stop SIGSEGVs
Hugh Dickins
1
-0
/
+1
2025-09-26
scripts: dt_to_config: fix grammar and a typo in --help text
Markus Heidelberg
1
-4
/
+4
2025-09-26
scripts/coccinelle: Find PTR_ERR() to %pe candidates
Gal Pressman
1
-0
/
+34
2025-09-24
kconfig: Add transitional symbol attribute for migration support
Kees Cook
11
-1
/
+274
2025-09-24
kconfig: Fix BrokenPipeError warnings in selftests
Kees Cook
1
-1
/
+16
2025-09-24
Merge patch series "Add generated modalias to modules.builtin.modinfo"
Nathan Chancellor
7
-60
/
+107
2025-09-24
kbuild: vmlinux.unstripped should always depend on .vmlinux.export.o
Alexey Gladkov
2
-11
/
+3
2025-09-24
modpost: Create modalias for builtin modules
Alexey Gladkov
5
-2
/
+41
2025-09-24
modpost: Add modname to mod_device_table alias
Alexey Gladkov
1
-3
/
+12
2025-09-24
kbuild: extract modules.builtin.modinfo from vmlinux.unstripped
Masahiro Yamada
2
-25
/
+27
2025-09-24
kbuild: keep .modinfo section in vmlinux.unstripped
Masahiro Yamada
2
-2
/
+8
2025-09-24
kbuild: always create intermediate vmlinux.unstripped
Masahiro Yamada
1
-23
/
+22
2025-09-23
gcc-plugins: Remove TODO_verify_il for GCC >= 16
Kees Cook
1
-0
/
+7
2025-09-22
coccinelle: platform_no_drv_owner: handle also built-in drivers
Krzysztof Kozlowski
1
-0
/
+9
2025-09-22
coccinelle: of_table: handle SPI device ID tables
Krzysztof Kozlowski
1
-7
/
+7
2025-09-21
scripts/decode_stacktrace.sh: code: preserve alignment
Matthieu Baerts (NGI0)
1
-1
/
+3
2025-09-21
scripts/decode_stacktrace.sh: symbol: preserve alignment
Matthieu Baerts (NGI0)
1
-14
/
+12
2025-09-21
scripts/decode_stacktrace.sh: symbol: avoid trailing whitespaces
Matthieu Baerts (NGI0)
1
-6
/
+1
2025-09-19
Merge 6.17-rc6 into kbuild-next
Nathan Chancellor
2
-6
/
+18
2025-09-18
docs: kdoc: a few more dump_typedef() tweaks
Jonathan Corbet
1
-9
/
+11
2025-09-18
docs: kdoc: remove redundant comment stripping in dump_typedef()
Jonathan Corbet
1
-3
/
+0
2025-09-18
docs: kdoc: remove some dead code in dump_typedef()
Jonathan Corbet
1
-5
/
+0
2025-09-18
docs: kdoc: final dump_function() cleanups
Jonathan Corbet
1
-17
/
+13
2025-09-18
docs: kdoc: consolidate some of the macro-processing logic
Jonathan Corbet
1
-23
/
+20
2025-09-18
docs: kdoc: Simplify the dump_function() prototype regexes
Jonathan Corbet
1
-10
/
+10
2025-09-18
docs: kdoc: remove a useless empty capture group
Jonathan Corbet
1
-2
/
+2
2025-09-18
docs: kdoc: remove a couple of spurious regex characters
Jonathan Corbet
1
-1
/
+1
2025-09-18
doc: kdoc: unify transform handling
Jonathan Corbet
1
-31
/
+34
2025-09-18
docs: kdoc: move the function transform patterns out of dump_function()
Jonathan Corbet
1
-43
/
+35
2025-09-18
docs: kdoc: remove a single-use variable
Jonathan Corbet
1
-3
/
+1
[next]