aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/binfmts.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2020-06-04exec: simplify the copy_strings_kernel calling conventionChristoph Hellwig1-2/+1
2020-05-29exec: Compute file based creds only onceEric W. Biederman1-12/+2
2020-05-29exec: Add a per bprm->file version of per_clearEric W. Biederman1-0/+5
2020-05-21exec: Remove recursion from search_binary_handlerEric W. Biederman1-2/+1
2020-05-21exec: Generic execfd supportEric W. Biederman1-5/+5
2020-05-21exec: Move the call of prepare_binprm into search_binary_handlerEric W. Biederman1-1/+0
2020-05-21exec: Allow load_misc_binary to call prepare_binprm unconditionallyEric W. Biederman1-0/+2
2020-05-21exec: Convert security_bprm_set_creds into security_bprm_repopulate_credsEric W. Biederman1-2/+2
2020-05-20exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman1-13/+5
2020-05-07exec: Rename flush_old_exec begin_new_execEric W. Biederman1-1/+1
2020-05-07exec: Merge install_exec_creds into setup_new_execEric W. Biederman1-1/+0
2020-05-07exec: Rename the flag called_exec_mmap point_of_no_returnEric W. Biederman1-3/+3
2020-05-07exec: Make unlocking exec_update_mutex explictEric W. Biederman1-2/+1
2020-03-25exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman1-1/+7
2019-05-14exec: move struct linux_binprm::bufAlexey Dobriyan1-1/+2
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2019-01-04exec: separate MM_ANONPAGES and RLIMIT_STACK accountingOleg Nesterov1-0/+1
2018-12-10exec: make prepare_bprm_creds staticChanho Min1-1/+0
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-1/+1
2018-05-23umh: introduce fork_usermode_blob() helperAlexei Starovoitov1-0/+1
2018-04-11exec: pin stack limit during execKees Cook1-0/+2
2018-04-11exec: introduce finalize_exec() before start_thread()Kees Cook1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-03exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] arrayOleg Nesterov1-1/+1
2017-08-01commoncap: Move cap_elevated calculation into bprm_set_credsKees Cook1-3/+0
2017-08-01commoncap: Refactor to remove bprm_secureexec hookKees Cook1-0/+7
2017-08-01binfmt: Introduce secureexec flagKees Cook1-1/+7
2017-08-01exec: Rename bprm->cred_prepared to called_set_credsKees Cook1-2/+6
2017-06-30randstruct: Mark various structs for randomizationKees Cook1-2/+2
2017-03-03sched/headers, vfs/execve: Move the do_execve*() prototypes from <linux/sched.h> to <linux/binfmts.h>Ingo Molnar1-0/+10
2016-07-25elf_fdpic_transfer_args_to_stack(): make it genericNicolas Pitre1-0/+2
2016-06-07coredump: fix dumping through pipesMateusz Guzik1-0/+1
2014-12-13syscalls: implement execveat() system callDavid Drysdale1-0/+4
2014-04-07exec: kill bprm->tcomm[], simplify the "basename" logicOleg Nesterov1-1/+0
2014-02-05execve: use 'struct filename *' for executable name passingLinus Torvalds1-1/+0
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-3/+0
2013-11-13exec/ptrace: fix get_dumpable() incorrect testsKees Cook1-3/+0
2013-11-09constify do_coredump() argumentAl Viro1-1/+1
2013-11-09new helper: dump_emit()Al Viro1-0/+1
2013-09-11exec: kill "int depth" in search_binary_handler()Oleg Nesterov1-1/+1
2013-04-29new helper: read_code()Al Viro1-0/+1
2013-02-26fs/exec.c: make bprm_mm_init() staticYuanhan Liu1-1/+0
2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+1
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-4/+0
2012-12-20exec: do not leave bprm->interp on stackKees Cook1-0/+1
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-4/+0
2012-12-17exec: use -ELOOP for max recursion depthKees Cook1-2/+0
2012-11-28get rid of pt_regs argument of ->load_binary()Al Viro1-1/+1
2012-11-28get rid of pt_regs argument of search_binary_handler()Al Viro1-1/+1