aboutsummaryrefslogtreecommitdiff
path: root/fs/exec.c
AgeCommit message (Expand)Author
2018-07-31Merge branch 'linux-linaro-lsk-v4.9' into linux-linaro-lsk-v4.9-rtMark Brown
2018-07-28exec: avoid gcc-8 warning for get_task_commArnd Bergmann
2017-08-02Merge tag 'v4.9.39' into v4.9-rtSteven Rostedt (VMware)
2017-07-21exec: Limit arg stack to at most 75% of _STK_LIMKees Cook
2017-07-03Merge tag 'v4.9.35' into v4.9-rtSteven Rostedt (VMware)
2017-06-29fs/exec.c: account for argv/envp pointersKees Cook
2017-01-20Merge tag 'v4.9.4' into linux-4.9.y-rtSebastian Andrzej Siewior
2017-01-06ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman
2017-01-06fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai
2017-01-06exec: Ensure mm->user_ns contains the execed filesEric W. Biederman
2016-12-23mm: Protect activate_mm() by preempt_[disable&enable]_rt()Yong Zhang
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes
2016-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds
2016-08-02firmware: support loading into a pre-allocated bufferStephen Boyd
2016-07-25elf_fdpic_transfer_args_to_stack(): make it genericNicolas Pitre
2016-06-24fs: Treat foreign mounts as nosuidAndy Lutomirski
2016-05-23exec: make exec path waiting for mmap_sem killableMichal Hocko
2016-05-23exec: remove the no longer needed remove_arg_zero()->free_arg_page()Oleg Nesterov
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-05-17exec: clarify reasoning for euid/egid resetKees Cook
2016-05-01vfs: forbid write access when reading a file into memoryDmitry Kasatkin
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-02-21vfs: define kernel_copy_file_from_fd()Mimi Zohar
2016-02-21security: define kernel_read_file hookMimi Zohar
2016-02-21vfs: define kernel_read_file_from_pathMimi Zohar
2016-02-18vfs: define kernel_read_file_id enumerationMimi Zohar
2016-02-18vfs: define a generic function to read a file from the kernelMimi Zohar
2016-02-16mm/gup: Introduce get_user_pages_remote()Dave Hansen
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-04don't carry MAY_OPEN in op->acc_modeAl Viro
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman
2015-05-12parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller
2015-04-19fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn
2015-04-17fs/exec.c:de_thread: move notify_count write under lockKirill Tkhai
2015-04-17prctl: avoid using mmap_sem for exe_file serializationDavidlohr Bueso
2015-01-23fs: create proper filename objects using getname_kernel()Paul Moore
2014-12-13syscalls: implement execveat() system callDavid Drysdale
2014-11-18fs: Do not include mpx.h in exec.cDave Hansen
2014-11-18x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen
2014-10-09handle suicide on late failure exits in execve() in search_binary_handler()Al Viro
2014-08-08fork/exec: cleanup mm initializationVladimir Davydov
2014-07-18seccomp: implement SECCOMP_FILTER_FLAG_TSYNCKees Cook
2014-07-18sched: move no_new_privs into new atomic flagsKees Cook
2014-06-06perf: Differentiate exec() and non-exec() comm eventsAdrian Hunter
2014-06-06perf: Fix perf_event_comm() vs. exec() assumptionPeter Zijlstra
2014-05-15metag: Reduce maximum stack size to 256MBJames Hogan
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-07exec: kill bprm->tcomm[], simplify the "basename" logicOleg Nesterov
2014-04-07mm: per-thread vma cachingDavidlohr Bueso
2014-04-03fs, kernel: permit disabling the uselib syscallJosh Triplett