index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
binfmt_misc.c
Age
Commit message (
Expand
)
Author
29 hours
Merge branch 'vfs.all' of https://git.kernel.org/pub/scm/linux/kernel/git/vfs...
Mark Brown
3 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
8 days
binfmt_misc: only let punctuation delimit a register string
Christian Brauner
2026-08-17
Merge tag 'vfs-7.3-rc1.binfmt' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2026-08-10
binfmt_misc: don't warn when the mount is completed from another user namespace
Christian Brauner
2026-08-03
binfmt_misc: correctly account pre-opened interpreters
Christian Brauner
2026-08-03
binfmt_misc: let a 'B' entry bind its interpreters
Christian Brauner
2026-08-03
binfmt_misc: carry pre-opened interpreters in struct binfmt_misc_interp
Christian Brauner
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_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
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
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: 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-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
binfmt_misc: don't let an 'F' entry pin its own instance
Christian Brauner
2026-07-20
binfmt_misc: set have_execfd only once the interpreter is opened
Christian Brauner
2026-05-28
binfmt_misc: replace __get_free_page() with kmalloc()
Mike Rapoport (Microsoft)
[next]