summaryrefslogtreecommitdiffstats
path: root/fs/exec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2013-11-211-4/+1
|\
| * audit: call audit_bprm() only once to add AUDIT_EXECVE informationRichard Guy Briggs2013-11-051-4/+1
* | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-11-131-0/+6
|\ \
| * | exec/ptrace: fix get_dumpable() incorrect testsKees Cook2013-11-131-0/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-20/+15
|\ \ \ | |/ / |/| |
| * | file->f_op is never NULL...Al Viro2013-10-241-20/+15
* | | sched/numa: Call task_numa_free() from do_execve()Rik van Riel2013-10-091-0/+1
|/ /
* | exec: cleanup the error handling in search_binary_handler()Oleg Nesterov2013-09-111-8/+3
* | exec: don't retry if request_module() failsOleg Nesterov2013-09-111-1/+2
* | exec: cleanup the CONFIG_MODULES logicOleg Nesterov2013-09-111-37/+31
* | exec: kill ->load_binary != NULL check in search_binary_handler()Oleg Nesterov2013-09-111-4/+3
* | exec: move allow_write_access/fput to exec_binprm()Oleg Nesterov2013-09-111-4/+6
* | exec: proc_exec_connector() should be called only onceOleg Nesterov2013-09-111-1/+1
* | exec: kill "int depth" in search_binary_handler()Oleg Nesterov2013-09-111-5/+4
* | exec: introduce exec_binprm() for "depth == 0" codeOleg Nesterov2013-09-111-14/+22
* | mm: track vma changes with VM_SOFTDIRTY bitCyrill Gorcunov2013-09-111-1/+1
|/
* Fix TLB gather virtual address range invalidation corner casesLinus Torvalds2013-08-161-2/+2
* fs/exec.c:de_thread: mt-exec should update ->real_start_timeOleg Nesterov2013-07-031-0/+1
* fs/exec.c: do_execve_common(): use current_user()Oleg Nesterov2013-07-031-2/+1
* fs/exec.c:de_thread(): use change_pid() rather than detach_pid/attach_pidOleg Nesterov2013-07-031-2/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-031-4/+6
|\
| * allow build_open_flags() to return an errorAl Viro2013-06-291-4/+6
* | perf: Disable monitoring on setuid processes for regular usersStephane Eranian2013-06-261-7/+9
|/
OpenPOWER on IntegriCloud