summaryrefslogtreecommitdiff
path: root/include/linux/binfmts.h
Commit message (Expand)AuthorAge
* exec: pin stack limit during execKees Cook2018-04-11
* exec: introduce finalize_exec() before start_thread()Kees Cook2018-04-11
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] arrayOleg Nesterov2017-10-03
* commoncap: Move cap_elevated calculation into bprm_set_credsKees Cook2017-08-01
* commoncap: Refactor to remove bprm_secureexec hookKees Cook2017-08-01
* binfmt: Introduce secureexec flagKees Cook2017-08-01
* exec: Rename bprm->cred_prepared to called_set_credsKees Cook2017-08-01
* randstruct: Mark various structs for randomizationKees Cook2017-06-30
* sched/headers, vfs/execve: Move the do_execve*() prototypes from <linux/sched...Ingo Molnar2017-03-03
* elf_fdpic_transfer_args_to_stack(): make it genericNicolas Pitre2016-07-25
* coredump: fix dumping through pipesMateusz Guzik2016-06-07
* syscalls: implement execveat() system callDavid Drysdale2014-12-13
* exec: kill bprm->tcomm[], simplify the "basename" logicOleg Nesterov2014-04-07
* execve: use 'struct filename *' for executable name passingLinus Torvalds2014-02-05
* Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-11-13
|\
| * exec/ptrace: fix get_dumpable() incorrect testsKees Cook2013-11-13
* | constify do_coredump() argumentAl Viro2013-11-09
* | new helper: dump_emit()Al Viro2013-11-09
|/
* exec: kill "int depth" in search_binary_handler()Oleg Nesterov2013-09-11
* new helper: read_code()Al Viro2013-04-29
* fs/exec.c: make bprm_mm_init() staticYuanhan Liu2013-02-26
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-20
|\
| * exec: do not leave bprm->interp on stackKees Cook2012-12-20
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-20
|\ \ | |/ |/|
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-19
* | exec: use -ELOOP for max recursion depthKees Cook2012-12-17
|/
* get rid of pt_regs argument of ->load_binary()Al Viro2012-11-28
* get rid of pt_regs argument of search_binary_handler()Al Viro2012-11-28
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-10
|\
| * generic kernel_execve()Al Viro2012-09-30
| * the only place that needs to include asm/exec.h is linux/binfmts.hAl Viro2012-09-20
* | coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko2012-10-06
* | coredump: update coredump-related headersAlex Kelly2012-10-06
* | coredump: make core dump functionality optionalAlex Kelly2012-10-06
|/
* __register_binfmt() made voidAl Viro2012-03-20
* exec: fix use-after-free bug in setup_new_exec()Heiko Carstens2012-02-06
* consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handlingAl Viro2011-07-20
* exec: unify do_execve/compat_do_execve codeOleg Nesterov2011-04-09
* binfmt_elf: cleanupsMikael Pettersson2011-01-13
* exec: copy-and-paste the fixes into compat_do_execve() pathsOleg Nesterov2010-11-30
* exec: make argv/envp memory visible to oom-killerOleg Nesterov2010-11-30
* Make do_execve() take a const filename pointerDavid Howells2010-08-17
* coredump: pass mm->flags as a coredump parameter for consistencyMasami Hiramatsu2010-03-06
* Split 'flush_old_exec' into two functionsLinus Torvalds2010-01-29
* mm: introduce coredump parameter structureMasami Hiramatsu2009-12-17
* exec: fix set_binfmt() vs sys_delete_module() raceOleg Nesterov2009-09-24
* exec: do not sleep in TASK_TRACED under ->cred_guard_mutexOleg Nesterov2009-09-05
* alpha: binfmt_aout fixIvan Kokshaysky2009-05-02