aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/exec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-22fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai1-2/+8
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-12-14mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes1-1/+1
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-3/+18
2016-11-22exec: Ensure mm->user_ns contains the execed filesEric W. Biederman1-2/+17
2016-11-22ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman1-1/+1
2016-11-16posix-timers: Make them configurableNicolas Pitre1-0/+2
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes1-2/+7
2016-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-0/+33
2016-08-02firmware: support loading into a pre-allocated bufferStephen Boyd1-3/+6
2016-07-25elf_fdpic_transfer_args_to_stack(): make it genericNicolas Pitre1-0/+33
2016-06-24fs: Treat foreign mounts as nosuidAndy Lutomirski1-1/+1
2016-05-23exec: make exec path waiting for mmap_sem killableMichal Hocko1-2/+8
2016-05-23exec: remove the no longer needed remove_arg_zero()->free_arg_page()Oleg Nesterov1-7/+0
2016-05-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-8/+21
2016-05-17exec: clarify reasoning for euid/egid resetKees Cook1-1/+6
2016-05-01vfs: forbid write access when reading a file into memoryDmitry Kasatkin1-8/+21
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+6
2016-02-21vfs: define kernel_copy_file_from_fd()Mimi Zohar1-0/+16
2016-02-21security: define kernel_read_file hookMimi Zohar1-0/+4
2016-02-21vfs: define kernel_read_file_from_pathMimi Zohar1-0/+19
2016-02-18vfs: define kernel_read_file_id enumerationMimi Zohar1-2/+2
2016-02-18vfs: define a generic function to read a file from the kernelMimi Zohar1-0/+53
2016-02-16mm/gup: Introduce get_user_pages_remote()Dave Hansen1-2/+6
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-04don't carry MAY_OPEN in op->acc_modeAl Viro1-2/+2
2015-07-10vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman1-2/+8
2015-05-12parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards architecturesHelge Deller1-0/+3
2015-04-19fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn1-28/+48
2015-04-17fs/exec.c:de_thread: move notify_count write under lockKirill Tkhai1-1/+5
2015-04-17prctl: avoid using mmap_sem for exe_file serializationDavidlohr Bueso1-0/+6
2015-01-23fs: create proper filename objects using getname_kernel()Paul Moore1-2/+8
2014-12-13syscalls: implement execveat() system callDavid Drysdale1-13/+100
2014-11-18fs: Do not include mpx.h in exec.cDave Hansen1-1/+0
2014-11-18x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen1-0/+2
2014-10-09handle suicide on late failure exits in execve() in search_binary_handler()Al Viro1-6/+11
2014-08-08fork/exec: cleanup mm initializationVladimir Davydov1-4/+0
2014-07-18seccomp: implement SECCOMP_FILTER_FLAG_TSYNCKees Cook1-1/+1
2014-07-18sched: move no_new_privs into new atomic flagsKees Cook1-2/+2
2014-06-06perf: Differentiate exec() and non-exec() comm eventsAdrian Hunter1-3/+3
2014-06-06perf: Fix perf_event_comm() vs. exec() assumptionPeter Zijlstra1-0/+1
2014-05-15metag: Reduce maximum stack size to 256MBJames Hogan1-3/+3
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2014-04-07exec: kill bprm->tcomm[], simplify the "basename" logicOleg Nesterov1-19/+2
2014-04-07mm: per-thread vma cachingDavidlohr Bueso1-1/+4
2014-04-03fs, kernel: permit disabling the uselib syscallJosh Triplett1-0/+2
2014-04-01read_code(): go through vfs_read() instead of calling the method directlyAl Viro1-1/+1
2014-03-06fs/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens1-3/+3
2014-02-05execve: use 'struct filename *' for executable name passingLinus Torvalds1-24/+21