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
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2026-08-03
xfs: don't double-lock when deleting a self-referential directory
Darrick J. Wong
2026-08-03
xfs: only check mergeability of bnobt records
Darrick J. Wong
2026-08-03
xfs: fix inverted clearance of inode junk flags
Andrey Albershteyn
2026-08-03
xfs: fix exchange-range reflink flag clearing issue with INO1_WRITTEN
Lin Jiapeng
2026-08-03
binfmt_misc: let a register string create an entry disabled
Christian Brauner
2026-08-03
binfmt_misc: let a bpf handler request loader substitution
Christian Brauner
2026-08-03
binfmt_misc: add the 'L' loader substitution flag
Christian Brauner
2026-08-03
binfmt_elf_fdpic: consume a stashed PT_INTERP substitute
Christian Brauner
2026-08-03
binfmt_elf: consume a stashed PT_INTERP substitute
Christian Brauner
2026-08-03
exec: carry a PT_INTERP substitute in struct linux_binprm
Christian Brauner
2026-08-03
binfmt_misc: let a bpf handler run the interpreter transparently
Christian Brauner
2026-08-03
binfmt_misc: add a static transparent flag 'T'
Christian Brauner
2026-08-03
binfmt_misc: add transparent interpreter dispatch
Christian Brauner
2026-08-03
exec: label mm->exe_file with the binary for a transparent dispatch
Christian Brauner
2026-08-03
exec: add AT_FLAGS_TRANSPARENT_INTERP
Christian Brauner
2026-08-03
exec: release the replaced file with do_close_execat()
Christian Brauner
2026-08-03
binfmt_misc: split out entry_open_interpreter() and build_interp_argv()
Christian Brauner
2026-08-03
binfmt_misc: normalize the per-exec invocation flags
Christian Brauner
2026-08-03
binfmt_misc: table-drive the register string flags
Christian Brauner
2026-08-03
binfmt_misc: require an absolute interpreter path with 'C'
Christian Brauner
2026-08-03
binfmt_misc: let a bpf handler choose the invocation flags per exec
Christian Brauner
2026-08-03
binfmt_misc: let bpf handlers pass an argument to the interpreter
Christian Brauner
2026-08-03
bpf: allow fs kfuncs for binfmt_misc_ops programs
Christian Brauner
2026-08-03
binfmt_misc: wire up bpf-backed 'B' entries
Christian Brauner
2026-08-03
binfmt_misc: let the entry lookup walk sleep
Christian Brauner
2026-08-03
binfmt_misc: add binfmt_misc_ops bpf struct_ops
Christian Brauner
2026-08-03
exec: stash bpf-selected interpreter state in struct linux_binprm
Christian Brauner
2026-08-03
binfmt_misc: allow removing entries via unlink(2)
Christian Brauner
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-08-02
smb: client: Fix use-after-free in cifs_try_adding_channels()
Shuangpeng Bai
2026-08-02
smb/client: show compress mount option
ChenXiaoSong
[prev]
[next]