summaryrefslogtreecommitdiffstats
path: root/fs/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai2016-12-221-2/+8
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-141-1/+1
|\
| * mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes2016-12-141-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-12-141-3/+18
|\ \ | |/ |/|
| * exec: Ensure mm->user_ns contains the execed filesEric W. Biederman2016-11-221-2/+17
| * ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman2016-11-221-1/+1
* | posix-timers: Make them configurableNicolas Pitre2016-11-161-0/+2
|/
* mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-2/+7
* 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
OpenPOWER on IntegriCloud