summaryrefslogtreecommitdiffstats
path: root/fs/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2016-08-041-0/+33
|\
| * elf_fdpic_transfer_args_to_stack(): make it genericNicolas Pitre2016-07-251-0/+33
* | firmware: support loading into a pre-allocated bufferStephen Boyd2016-08-021-3/+6
* | fs: Treat foreign mounts as nosuidAndy Lutomirski2016-06-241-1/+1
|/
* exec: make exec path waiting for mmap_sem killableMichal Hocko2016-05-231-2/+8
* exec: remove the no longer needed remove_arg_zero()->free_arg_page()Oleg Nesterov2016-05-231-7/+0
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-05-191-8/+21
|\
| * vfs: forbid write access when reading a file into memoryDmitry Kasatkin2016-05-011-8/+21
* | exec: clarify reasoning for euid/egid resetKees Cook2016-05-171-1/+6
|/
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-2/+6
|\
| * mm/gup: Introduce get_user_pages_remote()Dave Hansen2016-02-161-2/+6
* | vfs: define kernel_copy_file_from_fd()Mimi Zohar2016-02-211-0/+16
* | security: define kernel_read_file hookMimi Zohar2016-02-211-0/+4
* | vfs: define kernel_read_file_from_pathMimi Zohar2016-02-211-0/+19
* | vfs: define kernel_read_file_id enumerationMimi Zohar2016-02-181-2/+2
* | vfs: define a generic function to read a file from the kernelMimi Zohar2016-02-181-0/+53
|/
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* don't carry MAY_OPEN in op->acc_modeAl Viro2016-01-041-2/+2
* vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman2015-07-101-2/+8
* parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller2015-05-121-0/+3
* fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn2015-04-191-28/+48
* fs/exec.c:de_thread: move notify_count write under lockKirill Tkhai2015-04-171-1/+5
* prctl: avoid using mmap_sem for exe_file serializationDavidlohr Bueso2015-04-171-0/+6
* fs: create proper filename objects using getname_kernel()Paul Moore2015-01-231-2/+8
* syscalls: implement execveat() system callDavid Drysdale2014-12-131-13/+100
* fs: Do not include mpx.h in exec.cDave Hansen2014-11-181-1/+0
* x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen2014-11-181-0/+2
* handle suicide on late failure exits in execve() in search_binary_handler()Al Viro2014-10-091-6/+11
* fork/exec: cleanup mm initializationVladimir Davydov2014-08-081-4/+0
* seccomp: implement SECCOMP_FILTER_FLAG_TSYNCKees Cook2014-07-181-1/+1
* sched: move no_new_privs into new atomic flagsKees Cook2014-07-181-2/+2
* perf: Differentiate exec() and non-exec() comm eventsAdrian Hunter2014-06-061-3/+3
* perf: Fix perf_event_comm() vs. exec() assumptionPeter Zijlstra2014-06-061-0/+1
* metag: Reduce maximum stack size to 256MBJames Hogan2014-05-151-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-1/+1
|\
| * read_code(): go through vfs_read() instead of calling the method directlyAl Viro2014-04-011-1/+1
* | exec: kill bprm->tcomm[], simplify the "basename" logicOleg Nesterov2014-04-071-19/+2
* | mm: per-thread vma cachingDavidlohr Bueso2014-04-071-1/+4
* | fs, kernel: permit disabling the uselib syscallJosh Triplett2014-04-031-0/+2
* | fs/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens2014-03-061-3/+3
|/
* execve: use 'struct filename *' for executable name passingLinus Torvalds2014-02-051-24/+21
* fs/exec.c: call arch_pick_mmap_layout() only onceRichard Weinberger2014-01-231-1/+0
* exec: avoid propagating PF_NO_SETAFFINITY into userspace childZhang Yi2014-01-231-2/+2
* exec: kill task_struct->did_execOleg Nesterov2014-01-231-1/+0
* exec: move the final allow_write_access/fput into free_bprm()Oleg Nesterov2014-01-231-15/+5
* exec:check_unsafe_exec: kill the dead -EAGAIN and clear_in_exec logicOleg Nesterov2014-01-231-21/+8
* exec:check_unsafe_exec: use while_each_thread() rather than next_thread()Oleg Nesterov2014-01-231-1/+2
* coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.hOleg Nesterov2014-01-231-18/+0
* coredump: kill MMF_DUMPABLE and MMF_DUMP_SECURELYOleg Nesterov2014-01-231-15/+6
* coredump: set_dumpable: fix the theoretical race with itselfOleg Nesterov2014-01-231-34/+15
OpenPOWER on IntegriCloud