summaryrefslogtreecommitdiff
path: root/include/linux/binfmts.h
AgeCommit message (Expand)Author
2021-03-08coredump: don't bother with do_truncate()Al Viro
2021-02-15binfmt_misc: pass binfmt_misc flags to the interpreterLaurent Vivier
2020-07-21exec: Implement kernel_execveEric W. Biederman
2020-07-21exec: Move initialization of bprm->filename into alloc_bprmEric W. Biederman
2020-07-21exec: Remove unnecessary spaces from binfmts.hEric W. Biederman
2020-07-04exec: Remove do_execve_fileEric W. Biederman
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-04exec: simplify the copy_strings_kernel calling conventionChristoph Hellwig
2020-05-29exec: Compute file based creds only onceEric W. Biederman
2020-05-29exec: Add a per bprm->file version of per_clearEric W. Biederman
2020-05-21exec: Remove recursion from search_binary_handlerEric W. Biederman
2020-05-21exec: Generic execfd supportEric W. Biederman
2020-05-21exec: Move the call of prepare_binprm into search_binary_handlerEric W. Biederman
2020-05-21exec: Allow load_misc_binary to call prepare_binprm unconditionallyEric W. Biederman
2020-05-21exec: Convert security_bprm_set_creds into security_bprm_repopulate_credsEric W. Biederman
2020-05-20exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman
2020-05-07exec: Rename flush_old_exec begin_new_execEric W. Biederman
2020-05-07exec: Merge install_exec_creds into setup_new_execEric W. Biederman
2020-05-07exec: Rename the flag called_exec_mmap point_of_no_returnEric W. Biederman
2020-05-07exec: Make unlocking exec_update_mutex explictEric W. Biederman
2020-03-25exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman
2019-05-14exec: move struct linux_binprm::bufAlexey Dobriyan
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2019-01-04exec: separate MM_ANONPAGES and RLIMIT_STACK accountingOleg Nesterov
2018-12-10exec: make prepare_bprm_creds staticChanho Min
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman
2018-05-23umh: introduce fork_usermode_blob() helperAlexei Starovoitov
2018-04-11exec: pin stack limit during execKees Cook
2018-04-11exec: introduce finalize_exec() before start_thread()Kees Cook
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-03exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] arrayOleg Nesterov
2017-08-01commoncap: Move cap_elevated calculation into bprm_set_credsKees Cook
2017-08-01commoncap: Refactor to remove bprm_secureexec hookKees Cook
2017-08-01binfmt: Introduce secureexec flagKees Cook
2017-08-01exec: Rename bprm->cred_prepared to called_set_credsKees Cook
2017-06-30randstruct: Mark various structs for randomizationKees Cook
2017-03-03sched/headers, vfs/execve: Move the do_execve*() prototypes from <linux/sched...Ingo Molnar
2016-07-25elf_fdpic_transfer_args_to_stack(): make it genericNicolas Pitre
2016-06-07coredump: fix dumping through pipesMateusz Guzik
2014-12-13syscalls: implement execveat() system callDavid Drysdale
2014-04-07exec: kill bprm->tcomm[], simplify the "basename" logicOleg Nesterov
2014-02-05execve: use 'struct filename *' for executable name passingLinus Torvalds
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-11-13exec/ptrace: fix get_dumpable() incorrect testsKees Cook
2013-11-09constify do_coredump() argumentAl Viro
2013-11-09new helper: dump_emit()Al Viro
2013-09-11exec: kill "int depth" in search_binary_handler()Oleg Nesterov
2013-04-29new helper: read_code()Al Viro
2013-02-26fs/exec.c: make bprm_mm_init() staticYuanhan Liu
2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds