index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
2025-10-10
kbuild: Add '.rel.*' strip pattern for vmlinux
Nathan Chancellor
2025-10-10
kbuild: Restore pattern to avoid stripping .rela.dyn from vmlinux
Nathan Chancellor
2025-10-07
scripts/Makefile.extrawarn: Respect CONFIG_WERROR / W=e for hostprogs
Nathan Chancellor
2025-09-28
modpost: Initialize builtin_modname to stop SIGSEGVs
Hugh Dickins
2025-09-24
Merge patch series "Add generated modalias to modules.builtin.modinfo"
Nathan Chancellor
2025-09-24
kbuild: vmlinux.unstripped should always depend on .vmlinux.export.o
Alexey Gladkov
2025-09-24
modpost: Create modalias for builtin modules
Alexey Gladkov
2025-09-24
modpost: Add modname to mod_device_table alias
Alexey Gladkov
2025-09-24
kbuild: extract modules.builtin.modinfo from vmlinux.unstripped
Masahiro Yamada
2025-09-24
kbuild: keep .modinfo section in vmlinux.unstripped
Masahiro Yamada
2025-09-24
kbuild: always create intermediate vmlinux.unstripped
Masahiro Yamada
2025-09-19
Merge 6.17-rc6 into kbuild-next
Nathan Chancellor
2025-09-06
Merge tag 'rust-fixes-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-08-31
rust: support Rust >= 1.91.0 target spec
Miguel Ojeda
2025-08-28
Merge patch series "Bump minimum supported version of LLVM for building the k...
Nathan Chancellor
2025-08-28
kbuild: Bump minimum version of LLVM for building the kernel to 15.0.0
Nathan Chancellor
2025-08-28
extract-vmlinux: Output used decompression method
Maxime Thiebaut
2025-08-27
kasan: fix GCC mem-intrinsic prefix with sw tags
Ada Couprie Diaz
2025-08-26
scripts/misc-check: update export checks for EXPORT_SYMBOL_FOR_MODULES()
Vlastimil Babka
2025-08-18
kconfig: qconf/xconfig: show the OptionsMode radio button setting at startup
Randy Dunlap
2025-08-18
kconfig: nconf: Format and print 'line' without a temporary copy
Thorsten Blum
2025-08-18
kbuild: enable -Werror for hostprogs
Thomas Weißschuh
2025-08-14
kbuild: respect CONFIG_WERROR for userprogs
Thomas Weißschuh
2025-08-14
kbuild: respect CONFIG_WERROR for linker and assembler
Thomas Weißschuh
2025-08-14
kbuild: rust: move `-Dwarnings` handling to `Makefile.extrawarn`
Miguel Ojeda
2025-08-14
kbuild: unify W=e and CONFIG_WERROR
Thomas Weißschuh
2025-08-14
kbuild: align W=e with CONFIG_WERROR
Thomas Weißschuh
2025-08-06
Merge tag 'kbuild-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2025-08-06
kconfig: lxdialog: replace strcpy() with strncpy() in inputbox.c
Suchit Karunakaran
2025-08-06
kconfig: lxdialog: replace strcpy with snprintf in print_autowrap
Suchit Karunakaran
2025-08-03
Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2025-08-03
Merge tag 'rust-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...
Linus Torvalds
2025-08-02
scripts/spelling.txt: add notifer||notifier to spelling.txt
WangYuli
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-07-31
Merge tag 'docs-6.17' of git://git.lwn.net/linux
Linus Torvalds
2025-07-30
Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
2025-07-30
Merge tag 'rcu.release.v6.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2025-07-29
Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-07-29
Merge tag 'hardening-v6.17-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2025-07-29
Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2025-07-29
kstack_erase: Fix missed export of renamed KSTACK_ERASE_CFLAGS
Kees Cook
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-07-28
Merge tag 'libcrypto-tests-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2025-07-28
Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2025-07-28
Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-07-26
kstack_erase: Support Clang stack depth tracking
Kees Cook
2025-07-26
kconfig: gconf: refactor text_insert_help()
Masahiro Yamada
2025-07-26
kconfig: gconf: remove unneeded variable in text_insert_msg
Masahiro Yamada
2025-07-26
kconfig: gconf: use hyphens in signals
Masahiro Yamada
[next]