summaryrefslogtreecommitdiff
path: root/fs/binfmt_misc.c
AgeCommit message (Expand)Author
29 hoursMerge branch 'vfs.all' of https://git.kernel.org/pub/scm/linux/kernel/git/vfs...Mark Brown
3 daystreewide: refresh kmalloc_obj() conversionsKees Cook
8 daysbinfmt_misc: only let punctuation delimit a register stringChristian Brauner
2026-08-17Merge tag 'vfs-7.3-rc1.binfmt' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-08-10binfmt_misc: don't warn when the mount is completed from another user namespaceChristian Brauner
2026-08-03binfmt_misc: correctly account pre-opened interpretersChristian Brauner
2026-08-03binfmt_misc: let a 'B' entry bind its interpretersChristian Brauner
2026-08-03binfmt_misc: carry pre-opened interpreters in struct binfmt_misc_interpChristian Brauner
2026-08-03binfmt_misc: let a register string create an entry disabledChristian Brauner
2026-08-03binfmt_misc: let a bpf handler request loader substitutionChristian Brauner
2026-08-03binfmt_misc: add the 'L' loader substitution flagChristian Brauner
2026-08-03binfmt_misc: let a bpf handler run the interpreter transparentlyChristian Brauner
2026-08-03binfmt_misc: add a static transparent flag 'T'Christian Brauner
2026-08-03binfmt_misc: add transparent interpreter dispatchChristian Brauner
2026-08-03binfmt_misc: split out entry_open_interpreter() and build_interp_argv()Christian Brauner
2026-08-03binfmt_misc: normalize the per-exec invocation flagsChristian Brauner
2026-08-03binfmt_misc: table-drive the register string flagsChristian Brauner
2026-08-03binfmt_misc: require an absolute interpreter path with 'C'Christian Brauner
2026-08-03binfmt_misc: let a bpf handler choose the invocation flags per execChristian Brauner
2026-08-03binfmt_misc: let bpf handlers pass an argument to the interpreterChristian Brauner
2026-08-03binfmt_misc: wire up bpf-backed 'B' entriesChristian Brauner
2026-08-03binfmt_misc: let the entry lookup walk sleepChristian Brauner
2026-08-03binfmt_misc: allow removing entries via unlink(2)Christian Brauner
2026-08-03binfmt_misc: include what is usedChristian Brauner
2026-08-03binfmt_misc: assorted small cleanupsChristian Brauner
2026-08-03binfmt_misc: use __free(kfree) in bm_register_write()Christian Brauner
2026-08-03binfmt_misc: split the field parsing out of create_entry()Christian Brauner
2026-08-03binfmt_misc: use a flexible array member for the register stringChristian Brauner
2026-08-03binfmt_misc: simplify check_special_flags()Christian Brauner
2026-08-03binfmt_misc: factor out the entry removalChristian Brauner
2026-08-03binfmt_misc: give the parse_command() results namesChristian Brauner
2026-08-03binfmt_misc: return errors directly in load_misc_binary()Christian Brauner
2026-08-03binfmt_misc: rename load_binfmt_misc() to current_binfmt_misc()Christian Brauner
2026-08-03binfmt_misc: factor out the entry matchingChristian Brauner
2026-08-03binfmt_misc: convert the entry file to seq_fileChristian Brauner
2026-08-03binfmt_misc: use print_hex_dump_debug() for the register debug outputChristian Brauner
2026-08-03binfmt_misc: remove the VERBOSE_STATUS toggleChristian Brauner
2026-08-03binfmt_misc: rename Node to struct binfmt_misc_entryChristian Brauner
2026-08-03binfmt_misc: turn the entry behavior flags into an enumChristian Brauner
2026-08-03binfmt_misc: turn the entry bit numbers into a proper enumChristian Brauner
2026-08-03binfmt_misc: annotate racy accesses to ->enabledChristian Brauner
2026-08-03binfmt_misc: use RCU for the handler lookupChristian Brauner
2026-08-03binfmt_misc: convert entry list to an hlistChristian Brauner
2026-07-28binfmt_misc: don't leak the user namespace when the mount failsChristian Brauner
2026-07-28binfmt_misc: reject a flag character as the field delimiterChristian Brauner
2026-07-28binfmt_misc: use exe_file_deny_write_access() for the interpreter cloneChristian Brauner
2026-07-28binfmt_misc: restore write access when removing an entryChristian Brauner
2026-07-28binfmt_misc: don't let an 'F' entry pin its own instanceChristian Brauner
2026-07-20binfmt_misc: set have_execfd only once the interpreter is openedChristian Brauner
2026-05-28binfmt_misc: replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)