aboutsummaryrefslogtreecommitdiff
path: root/fs/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.4.255 into android-4.4-pGreg Kroah-Hartman2021-02-031-1/+1
|\
| * exit/exec: Seperate mm_release()Thomas Gleixner2021-02-031-1/+1
* | Merge 4.4.224 into android-4.4-pGreg Kroah-Hartman2020-05-201-2/+2
|\|
| * exec: Move would_dump into flush_old_execEric W. Biederman2020-05-201-2/+2
* | Merge 4.4.220 into android-4.4-pGreg Kroah-Hartman2020-04-241-1/+1
|\|
| * signal: Extend exec_id to 64bitsEric W. Biederman2020-04-241-1/+1
* | Merge 4.4.187 into android-4.4-pGreg Kroah-Hartman2019-08-041-1/+1
|\|
| * sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-08-041-1/+1
* | Merge 4.4.168 into android-4.4-pGreg Kroah-Hartman2018-12-191-2/+7
|\|
| * mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2018-12-171-2/+7
* | Merge 4.4.167 into android-4.4-pGreg Kroah-Hartman2018-12-131-4/+3
|\|
| * exec: avoid gcc-8 warning for get_task_commArnd Bergmann2018-12-131-4/+3
* | Merge 4.4.78 into android-4.4Greg Kroah-Hartman2017-07-211-5/+6
|\|
| * exec: Limit arg stack to at most 75% of _STK_LIMKees Cook2017-07-211-5/+6
* | Merge 4.4.75 into android-4.4Greg Kroah-Hartman2017-06-291-4/+24
|\|
| * fs/exec.c: account for argv/envp pointersKees Cook2017-06-291-4/+24
* | Merge remote-tracking branch 'common/android-4.4' into android-4.4.yDmitry Shmidt2017-02-151-1/+3
|\ \ | |/ |/|
| * ANDROID: vfs: Add permission2 for filesystems with per mount permissionsDaniel Rosenberg2017-01-261-1/+1
* | exec: Ensure mm->user_ns contains the execed filesEric W. Biederman2017-01-061-2/+18
* | fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai2017-01-061-2/+8
* | ptrace: Capture the ptracer's creds not PT_PTRACE_CAPEric W. Biederman2017-01-061-1/+1
|/
* 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