summaryrefslogtreecommitdiff
path: root/include/linux/binfmts.h
Commit message (Expand)AuthorAgeFilesLines
* binfmt: remove taso from linux_binprm structLukas Bulwahn2022-09-291-3/+0
* coredump: Move definition of struct coredump_params into coredump.hEric W. Biederman2022-03-081-12/+1
* binfmt: move more stuff undef CONFIG_COREDUMPAlexey Dobriyan2022-03-011-0/+2
* coredump: don't bother with do_truncate()Al Viro2021-03-081-0/+1
* binfmt_misc: pass binfmt_misc flags to the interpreterLaurent Vivier2021-02-151-0/+4
* exec: Implement kernel_execveEric W. Biederman2020-07-211-7/+2
* exec: Move initialization of bprm->filename into alloc_bprmEric W. Biederman2020-07-211-0/+1
* exec: Remove unnecessary spaces from binfmts.hEric W. Biederman2020-07-211-5/+5
* exec: Remove do_execve_fileEric W. Biederman2020-07-041-1/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-041-2/+1
|\
| * exec: simplify the copy_strings_kernel calling conventionChristoph Hellwig2020-06-041-2/+1
* | exec: Compute file based creds only onceEric W. Biederman2020-05-291-12/+2
* | exec: Add a per bprm->file version of per_clearEric W. Biederman2020-05-291-0/+5
* | exec: Remove recursion from search_binary_handlerEric W. Biederman2020-05-211-2/+1
* | exec: Generic execfd supportEric W. Biederman2020-05-211-5/+5
* | exec: Move the call of prepare_binprm into search_binary_handlerEric W. Biederman2020-05-211-1/+0
* | exec: Allow load_misc_binary to call prepare_binprm unconditionallyEric W. Biederman2020-05-211-0/+2
* | exec: Convert security_bprm_set_creds into security_bprm_repopulate_credsEric W. Biederman2020-05-211-2/+2
* | exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman2020-05-201-13/+5
* | exec: Rename flush_old_exec begin_new_execEric W. Biederman2020-05-071-1/+1
* | exec: Merge install_exec_creds into setup_new_execEric W. Biederman2020-05-071-1/+0
* | exec: Rename the flag called_exec_mmap point_of_no_returnEric W. Biederman2020-05-071-3/+3
* | exec: Make unlocking exec_update_mutex explictEric W. Biederman2020-05-071-2/+1
|/
* exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman2020-03-251-1/+7
* exec: move struct linux_binprm::bufAlexey Dobriyan2019-05-141-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-01-051-1/+0
|\
| * exec: make prepare_bprm_creds staticChanho Min2018-12-101-1/+0
* | exec: separate MM_ANONPAGES and RLIMIT_STACK accountingOleg Nesterov2019-01-041-0/+1
|/
* signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-1/+1
* umh: introduce fork_usermode_blob() helperAlexei Starovoitov2018-05-231-0/+1
* exec: pin stack limit during execKees Cook2018-04-111-0/+2
* exec: introduce finalize_exec() before start_thread()Kees Cook2018-04-111-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] arrayOleg Nesterov2017-10-031-1/+1
* commoncap: Move cap_elevated calculation into bprm_set_credsKees Cook2017-08-011-3/+0
* commoncap: Refactor to remove bprm_secureexec hookKees Cook2017-08-011-0/+7
* binfmt: Introduce secureexec flagKees Cook2017-08-011-1/+7
* exec: Rename bprm->cred_prepared to called_set_credsKees Cook2017-08-011-2/+6
* randstruct: Mark various structs for randomizationKees Cook2017-06-301-2/+2
* sched/headers, vfs/execve: Move the do_execve*() prototypes from <linux/sched...Ingo Molnar2017-03-031-0/+10
* elf_fdpic_transfer_args_to_stack(): make it genericNicolas Pitre2016-07-251-0/+2
* coredump: fix dumping through pipesMateusz Guzik2016-06-071-0/+1
* syscalls: implement execveat() system callDavid Drysdale2014-12-131-0/+4
* exec: kill bprm->tcomm[], simplify the "basename" logicOleg Nesterov2014-04-071-1/+0
* execve: use 'struct filename *' for executable name passingLinus Torvalds2014-02-051-1/+0
* Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-11-131-3/+0
|\
| * exec/ptrace: fix get_dumpable() incorrect testsKees Cook2013-11-131-3/+0
* | constify do_coredump() argumentAl Viro2013-11-091-1/+1
* | new helper: dump_emit()Al Viro2013-11-091-0/+1
|/
* exec: kill "int depth" in search_binary_handler()Oleg Nesterov2013-09-111-1/+1