summaryrefslogtreecommitdiffstats
path: root/fs/exec.c
Commit message (Expand)AuthorAge
* vfs: require i_size <= SIZE_MAX in kernel_read_file()Eric Biggers2018-10-10
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-21
|\
| * pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-21
* | mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov2018-07-26
* | mm: make vm_area_alloc() initialize core fieldsLinus Torvalds2018-07-21
* | mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds2018-07-21
|/
* Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-10
|\
| * rseq: Introduce restartable sequences system callMathieu Desnoyers2018-06-06
* | umh: introduce fork_usermode_blob() helperAlexei Starovoitov2018-05-23
|/
* exec: pin stack limit during execKees Cook2018-04-11
* exec: introduce finalize_exec() before start_thread()Kees Cook2018-04-11
* exec: pass stack rlimit into mm layout functionsKees Cook2018-04-11
* exec: Set file unwritable before LSM checkKees Cook2018-03-19
* exec: Weaken dumpability for secureexecKees Cook2018-01-03
* Revert "exec: avoid RLIMIT_STACK races with prlimit()"Kees Cook2017-12-17
* exec: avoid gcc-8 warning for get_task_commArnd Bergmann2017-12-14
* exec: avoid RLIMIT_STACK races with prlimit()Kees Cook2017-11-29
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-25
* membarrier: Provide register expedited private commandMathieu Desnoyers2017-10-19
* exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] arrayOleg Nesterov2017-10-03
* vfs: constify path argument to kernel_read_file_from_pathMimi Zohar2017-09-14
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-14
|\
| * fs: fix kernel_read prototypeChristoph Hellwig2017-09-04
| * fs: move kernel_read to fs/read_write.cChristoph Hellwig2017-09-04
* | mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-13
* | exec: Consolidate pdeath_signal clearingKees Cook2017-08-01
* | exec: Use sane stack rlimit under secureexecKees Cook2017-08-01
* | exec: Consolidate dumpability logicKees Cook2017-08-01
* | exec: Use secureexec for clearing pdeath_signalKees Cook2017-08-01
* | exec: Use secureexec for setting dumpabilityKees Cook2017-08-01
* | LSM: drop bprm_secureexec hookKees Cook2017-08-01
* | commoncap: Refactor to remove bprm_secureexec hookKees Cook2017-08-01
* | binfmt: Introduce secureexec flagKees Cook2017-08-01
* | exec: Correct comments about "point of no return"Kees Cook2017-08-01
* | exec: Rename bprm->cred_prepared to called_set_credsKees Cook2017-08-01
|/
* exec: Limit arg stack to at most 75% of _STK_LIMKees Cook2017-07-07
* fs/exec.c: account for argv/envp pointersKees Cook2017-06-23
* x86/arch_prctl: Add ARCH_[GET|SET]_CPUIDKyle Huey2017-03-20
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyIngo Molnar2017-03-02
* vfs: Use upper filesystem inode in bprm_fill_uid()Vivek Goyal2017-02-14
* exec: Remove LSM_UNSAFE_PTRACE_CAPEric W. Biederman2017-01-23
* 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