summaryrefslogtreecommitdiff
path: root/fs/exec.c
Commit message (Expand)AuthorAge
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai2016-12-22
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-14
|\
| * mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes2016-12-14
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-12-14
|\ \ | |/ |/|
| * exec: Ensure mm->user_ns contains the execed filesEric W. Biederman2016-11-22
| * ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman2016-11-22
* | posix-timers: Make them configurableNicolas Pitre2016-11-16
|/
* mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes2016-10-19
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2016-08-04
|\
| * elf_fdpic_transfer_args_to_stack(): make it genericNicolas Pitre2016-07-25
* | firmware: support loading into a pre-allocated bufferStephen Boyd2016-08-02
* | fs: Treat foreign mounts as nosuidAndy Lutomirski2016-06-24
|/
* exec: make exec path waiting for mmap_sem killableMichal Hocko2016-05-23
* exec: remove the no longer needed remove_arg_zero()->free_arg_page()Oleg Nesterov2016-05-23
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-05-19
|\
| * vfs: forbid write access when reading a file into memoryDmitry Kasatkin2016-05-01
* | exec: clarify reasoning for euid/egid resetKees Cook2016-05-17
|/
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-20
|\
| * mm/gup: Introduce get_user_pages_remote()Dave Hansen2016-02-16
* | vfs: define kernel_copy_file_from_fd()Mimi Zohar2016-02-21
* | security: define kernel_read_file hookMimi Zohar2016-02-21
* | vfs: define kernel_read_file_from_pathMimi Zohar2016-02-21
* | vfs: define kernel_read_file_id enumerationMimi Zohar2016-02-18
* | vfs: define a generic function to read a file from the kernelMimi Zohar2016-02-18
|/
* wrappers for ->i_mutex accessAl Viro2016-01-22
* don't carry MAY_OPEN in op->acc_modeAl Viro2016-01-04
* vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman2015-07-10
* parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller2015-05-12
* fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn2015-04-19
* fs/exec.c:de_thread: move notify_count write under lockKirill Tkhai2015-04-17
* prctl: avoid using mmap_sem for exe_file serializationDavidlohr Bueso2015-04-17
* fs: create proper filename objects using getname_kernel()Paul Moore2015-01-23
* syscalls: implement execveat() system callDavid Drysdale2014-12-13
* fs: Do not include mpx.h in exec.cDave Hansen2014-11-18
* x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen2014-11-18
* handle suicide on late failure exits in execve() in search_binary_handler()Al Viro2014-10-09
* fork/exec: cleanup mm initializationVladimir Davydov2014-08-08
* seccomp: implement SECCOMP_FILTER_FLAG_TSYNCKees Cook2014-07-18
* sched: move no_new_privs into new atomic flagsKees Cook2014-07-18
* perf: Differentiate exec() and non-exec() comm eventsAdrian Hunter2014-06-06
* perf: Fix perf_event_comm() vs. exec() assumptionPeter Zijlstra2014-06-06
* metag: Reduce maximum stack size to 256MBJames Hogan2014-05-15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-12
|\
| * read_code(): go through vfs_read() instead of calling the method directlyAl Viro2014-04-01
* | exec: kill bprm->tcomm[], simplify the "basename" logicOleg Nesterov2014-04-07
* | mm: per-thread vma cachingDavidlohr Bueso2014-04-07
* | fs, kernel: permit disabling the uselib syscallJosh Triplett2014-04-03
* | fs/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens2014-03-06
|/
* execve: use 'struct filename *' for executable name passingLinus Torvalds2014-02-05