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-7.2.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
Age
Commit message (
Expand
)
Author
2026-08-03
binfmt_misc: include what is used
Christian Brauner
2026-08-03
binfmt_misc: assorted small cleanups
Christian Brauner
2026-08-03
binfmt_misc: use __free(kfree) in bm_register_write()
Christian Brauner
2026-08-03
binfmt_misc: split the field parsing out of create_entry()
Christian Brauner
2026-08-03
binfmt_misc: use a flexible array member for the register string
Christian Brauner
2026-08-03
binfmt_misc: simplify check_special_flags()
Christian Brauner
2026-08-03
binfmt_misc: factor out the entry removal
Christian Brauner
2026-08-03
binfmt_misc: give the parse_command() results names
Christian Brauner
2026-08-03
binfmt_misc: return errors directly in load_misc_binary()
Christian Brauner
2026-08-03
binfmt_misc: rename load_binfmt_misc() to current_binfmt_misc()
Christian Brauner
2026-08-03
binfmt_misc: factor out the entry matching
Christian Brauner
2026-08-03
binfmt_misc: convert the entry file to seq_file
Christian Brauner
2026-08-03
binfmt_misc: use print_hex_dump_debug() for the register debug output
Christian Brauner
2026-08-03
binfmt_misc: remove the VERBOSE_STATUS toggle
Christian Brauner
2026-08-03
binfmt_misc: rename Node to struct binfmt_misc_entry
Christian Brauner
2026-08-03
binfmt_misc: turn the entry behavior flags into an enum
Christian Brauner
2026-08-03
binfmt_misc: turn the entry bit numbers into a proper enum
Christian Brauner
2026-08-03
binfmt_misc: annotate racy accesses to ->enabled
Christian Brauner
2026-08-03
binfmt_misc: use RCU for the handler lookup
Christian Brauner
2026-08-03
binfmt_misc: convert entry list to an hlist
Christian Brauner
2026-07-28
binfmt_misc: don't leak the user namespace when the mount fails
Christian Brauner
2026-07-28
binfmt_misc: reject a flag character as the field delimiter
Christian Brauner
2026-07-28
binfmt_misc: use exe_file_deny_write_access() for the interpreter clone
Christian Brauner
2026-07-28
binfmt_misc: restore write access when removing an entry
Christian Brauner
2026-07-28
Merge patch series "binfmt_misc: don't let an 'F' entry pin its own instance"
Christian Brauner
2026-07-28
binfmt_misc: don't let an 'F' entry pin its own instance
Christian Brauner
2026-07-28
Merge patch series "netfs: Miscellaneous fixes"
Christian Brauner
2026-07-28
netfs: Fix folio_queue ENOMEM in writeback by adding a mempool
David Howells
2026-07-28
netfs: release readahead folios on iterator preparation failure
Yichong Chen
2026-07-28
netfs: handle single writeback rolling buffer allocation failure
Yichong Chen
2026-07-28
netfs: clear PG_private_2 on copy-to-cache append failure
Yichong Chen
2026-07-28
Merge patch series "afs: Miscellaneous fixes"
Christian Brauner
2026-07-28
afs: Fix UAF when sending a message
David Howells
2026-07-28
afs: Fix afs_fs_fetch_data() to subtract transferred from len
David Howells
2026-07-28
afs: Fix afs_fs_fetch_data() to set call->async
David Howells
2026-07-27
Merge tag 'mm-hotfixes-stable-2026-07-27-14-18' of git://git.kernel.org/pub/s...
Linus Torvalds
2026-07-27
Merge tag 'for-next-keys-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2026-07-27
Merge tag 'erofs-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2026-07-27
Merge tag 'pinctrl-v7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2026-07-27
erofs: cap LZMA stream pool size
Michael Bommarito
2026-07-27
erofs: ensure valid f_path for page cache sharing
Gao Xiang
2026-07-26
Linux 7.2-rc5
v7.2-rc5
Linus Torvalds
2026-07-26
Merge tag 'vfs-7.2-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2026-07-26
Merge tag 'spi-fix-v7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2026-07-26
Merge tag 'regulator-fix-v7.2-rc4' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-07-26
Merge tag 'char-misc-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2026-07-26
Merge tag 'staging-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-07-26
Merge tag 'tty-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2026-07-26
Merge tag 'usb-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2026-07-26
Merge tag 'trace-v7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
[next]