aboutsummaryrefslogtreecommitdiff
path: root/include/linux/binfmts.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+0
2019-01-04exec: separate MM_ANONPAGES and RLIMIT_STACK accountingGravatar Oleg Nesterov 1-0/+1
2018-12-10exec: make prepare_bprm_creds staticGravatar Chanho Min 1-1/+0
2018-10-03signal: Distinguish between kernel_siginfo and siginfoGravatar Eric W. Biederman 1-1/+1
2018-05-23umh: introduce fork_usermode_blob() helperGravatar Alexei Starovoitov 1-0/+1
2018-04-11exec: pin stack limit during execGravatar Kees Cook 1-0/+2
2018-04-11exec: introduce finalize_exec() before start_thread()Gravatar Kees Cook 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-03exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] arrayGravatar Oleg Nesterov 1-1/+1
2017-08-01commoncap: Move cap_elevated calculation into bprm_set_credsGravatar Kees Cook 1-3/+0
2017-08-01commoncap: Refactor to remove bprm_secureexec hookGravatar Kees Cook 1-0/+7
2017-08-01binfmt: Introduce secureexec flagGravatar Kees Cook 1-1/+7
2017-08-01exec: Rename bprm->cred_prepared to called_set_credsGravatar Kees Cook 1-2/+6
2017-06-30randstruct: Mark various structs for randomizationGravatar Kees Cook 1-2/+2
2017-03-03sched/headers, vfs/execve: Move the do_execve*() prototypes from <linux/sched...Gravatar Ingo Molnar 1-0/+10
2016-07-25elf_fdpic_transfer_args_to_stack(): make it genericGravatar Nicolas Pitre 1-0/+2
2016-06-07coredump: fix dumping through pipesGravatar Mateusz Guzik 1-0/+1
2014-12-13syscalls: implement execveat() system callGravatar David Drysdale 1-0/+4
2014-04-07exec: kill bprm->tcomm[], simplify the "basename" logicGravatar Oleg Nesterov 1-1/+0
2014-02-05execve: use 'struct filename *' for executable name passingGravatar Linus Torvalds 1-1/+0
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Gravatar Linus Torvalds 1-3/+0
2013-11-13exec/ptrace: fix get_dumpable() incorrect testsGravatar Kees Cook 1-3/+0
2013-11-09constify do_coredump() argumentGravatar Al Viro 1-1/+1
2013-11-09new helper: dump_emit()Gravatar Al Viro 1-0/+1
2013-09-11exec: kill "int depth" in search_binary_handler()Gravatar Oleg Nesterov 1-1/+1
2013-04-29new helper: read_code()Gravatar Al Viro 1-0/+1
2013-02-26fs/exec.c: make bprm_mm_init() staticGravatar Yuanhan Liu 1-1/+0
2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-0/+1
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+0
2012-12-20exec: do not leave bprm->interp on stackGravatar Kees Cook 1-0/+1
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesGravatar Al Viro 1-4/+0
2012-12-17exec: use -ELOOP for max recursion depthGravatar Kees Cook 1-2/+0
2012-11-28get rid of pt_regs argument of ->load_binary()Gravatar Al Viro 1-1/+1
2012-11-28get rid of pt_regs argument of search_binary_handler()Gravatar Al Viro 1-1/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linuxGravatar David Howells 1-18/+1
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+6
2012-10-06coredump: pass siginfo_t* to do_coredump() and below, not merely signrGravatar Denys Vlasenko 1-1/+1
2012-10-06coredump: update coredump-related headersGravatar Alex Kelly 1-5/+0
2012-10-06coredump: make core dump functionality optionalGravatar Alex Kelly 1-0/+4
2012-09-30generic kernel_execve()Gravatar Al Viro 1-0/+5
2012-09-20the only place that needs to include asm/exec.h is linux/binfmts.hGravatar Al Viro 1-0/+1
2012-03-20__register_binfmt() made voidGravatar Al Viro 1-5/+5
2012-02-06exec: fix use-after-free bug in setup_new_exec()Gravatar Heiko Carstens 1-1/+2
2011-07-20consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handlingGravatar Al Viro 1-0/+1
2011-04-09exec: unify do_execve/compat_do_execve codeGravatar Oleg Nesterov 1-4/+0
2011-01-13binfmt_elf: cleanupsGravatar Mikael Pettersson 1-3/+2
2010-11-30exec: copy-and-paste the fixes into compat_do_execve() pathsGravatar Oleg Nesterov 1-0/+4
2010-11-30exec: make argv/envp memory visible to oom-killerGravatar Oleg Nesterov 1-0/+1
2010-08-17Make do_execve() take a const filename pointerGravatar David Howells 1-3/+4
2010-03-06coredump: pass mm->flags as a coredump parameter for consistencyGravatar Masami Hiramatsu 1-0/+1