index
:
pub/scm/linux/kernel/git/liveupdate/linux.git
master
LiveUpdate kernel tree
Live Update Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
binfmt_misc.c
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
1
-4
/
+3
2026-08-17
Merge tag 'vfs-7.3-rc1.binfmt' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-492
/
+1126
2026-08-10
binfmt_misc: don't warn when the mount is completed from another user namespace
Christian Brauner
1
-1
/
+2
2026-08-03
binfmt_misc: correctly account pre-opened interpreters
Christian Brauner
1
-2
/
+14
2026-08-03
binfmt_misc: let a 'B' entry bind its interpreters
Christian Brauner
1
-52
/
+214
2026-08-03
binfmt_misc: carry pre-opened interpreters in struct binfmt_misc_interp
Christian Brauner
1
-32
/
+119
2026-08-03
binfmt_misc: let a register string create an entry disabled
Christian Brauner
1
-17
/
+81
2026-08-03
binfmt_misc: let a bpf handler request loader substitution
Christian Brauner
1
-0
/
+2
2026-08-03
binfmt_misc: add the 'L' loader substitution flag
Christian Brauner
1
-2
/
+31
2026-08-03
binfmt_misc: let a bpf handler run the interpreter transparently
Christian Brauner
1
-0
/
+2
2026-08-03
binfmt_misc: add a static transparent flag 'T'
Christian Brauner
1
-0
/
+6
2026-08-03
binfmt_misc: add transparent interpreter dispatch
Christian Brauner
1
-8
/
+19
2026-08-03
binfmt_misc: split out entry_open_interpreter() and build_interp_argv()
Christian Brauner
1
-34
/
+76
2026-08-03
binfmt_misc: normalize the per-exec invocation flags
Christian Brauner
1
-23
/
+39
2026-08-03
binfmt_misc: table-drive the register string flags
Christian Brauner
1
-40
/
+52
2026-08-03
binfmt_misc: require an absolute interpreter path with 'C'
Christian Brauner
1
-0
/
+6
2026-08-03
binfmt_misc: let a bpf handler choose the invocation flags per exec
Christian Brauner
1
-9
/
+32
2026-08-03
binfmt_misc: let bpf handlers pass an argument to the interpreter
Christian Brauner
1
-5
/
+28
2026-08-03
binfmt_misc: wire up bpf-backed 'B' entries
Christian Brauner
1
-13
/
+135
2026-08-03
binfmt_misc: let the entry lookup walk sleep
Christian Brauner
1
-22
/
+34
2026-08-03
binfmt_misc: allow removing entries via unlink(2)
Christian Brauner
1
-21
/
+56
2026-08-03
binfmt_misc: include what is used
Christian Brauner
1
-17
/
+17
2026-08-03
binfmt_misc: assorted small cleanups
Christian Brauner
1
-10
/
+9
2026-08-03
binfmt_misc: use __free(kfree) in bm_register_write()
Christian Brauner
1
-5
/
+5
2026-08-03
binfmt_misc: split the field parsing out of create_entry()
Christian Brauner
1
-117
/
+108
2026-08-03
binfmt_misc: use a flexible array member for the register string
Christian Brauner
1
-5
/
+9
2026-08-03
binfmt_misc: simplify check_special_flags()
Christian Brauner
1
-17
/
+5
2026-08-03
binfmt_misc: factor out the entry removal
Christian Brauner
1
-44
/
+40
2026-08-03
binfmt_misc: give the parse_command() results names
Christian Brauner
1
-18
/
+20
2026-08-03
binfmt_misc: return errors directly in load_misc_binary()
Christian Brauner
1
-27
/
+14
2026-08-03
binfmt_misc: rename load_binfmt_misc() to current_binfmt_misc()
Christian Brauner
1
-13
/
+11
2026-08-03
binfmt_misc: factor out the entry matching
Christian Brauner
1
-21
/
+29
2026-08-03
binfmt_misc: convert the entry file to seq_file
Christian Brauner
1
-35
/
+39
2026-08-03
binfmt_misc: use print_hex_dump_debug() for the register debug output
Christian Brauner
1
-37
/
+15
2026-08-03
binfmt_misc: remove the VERBOSE_STATUS toggle
Christian Brauner
1
-9
/
+0
2026-08-03
binfmt_misc: rename Node to struct binfmt_misc_entry
Christian Brauner
1
-29
/
+31
2026-08-03
binfmt_misc: turn the entry behavior flags into an enum
Christian Brauner
1
-4
/
+8
2026-08-03
binfmt_misc: turn the entry bit numbers into a proper enum
Christian Brauner
1
-10
/
+14
2026-08-03
binfmt_misc: annotate racy accesses to ->enabled
Christian Brauner
1
-5
/
+5
2026-08-03
binfmt_misc: use RCU for the handler lookup
Christian Brauner
1
-24
/
+35
2026-08-03
binfmt_misc: convert entry list to an hlist
Christian Brauner
1
-12
/
+13
2026-07-28
binfmt_misc: don't leak the user namespace when the mount fails
Christian Brauner
1
-17
/
+15
2026-07-28
binfmt_misc: reject a flag character as the field delimiter
Christian Brauner
1
-0
/
+4
2026-07-28
binfmt_misc: use exe_file_deny_write_access() for the interpreter clone
Christian Brauner
1
-2
/
+8
2026-07-28
binfmt_misc: restore write access when removing an entry
Christian Brauner
1
-1
/
+3
2026-07-28
binfmt_misc: don't let an 'F' entry pin its own instance
Christian Brauner
1
-0
/
+4
2026-07-20
binfmt_misc: set have_execfd only once the interpreter is opened
Christian Brauner
1
-3
/
+2
2026-05-28
binfmt_misc: replace __get_free_page() with kmalloc()
Mike Rapoport (Microsoft)
1
-2
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
[next]