summaryrefslogtreecommitdiffstats
path: root/fs/exec.c
Commit message (Expand)AuthorAgeFilesLines
* exec: Move would_dump into flush_old_execEric W. Biederman2020-05-171-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-021-25/+55
|\
| * signal: Extend exec_id to 64bitsEric W. Biederman2020-04-011-1/+1
| * exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman2020-03-251-3/+19
| * exec: Move exec_mmap right after de_thread in flush_old_execEric W. Biederman2020-03-251-12/+12
| * exec: Move cleanup of posix timers on exec out of de_threadEric W. Biederman2020-03-251-5/+5
| * exec: Factor unshare_sighand out of de_thread and call it separatelyEric W. Biederman2020-03-251-13/+26
| * exec: Only compute current once in flush_old_execEric W. Biederman2020-03-251-4/+5
* | firmware_loader: load files from the mount namespace of initTopi Miettinen2020-02-101-0/+26
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-01-311-0/+5
|\
| * execve: warn if process starts with executable stackAlexey Dobriyan2020-01-311-0/+5
* | Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2020-01-301-1/+0
|\ \ | |/ |/|
| * mm: remove arch_bprm_mm_init() hookDave Hansen2020-01-231-1/+0
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-12-031-1/+1
|\ \
| * | time: Rename tsk->real_start_time to ->start_boottimePeter Zijlstra2019-11-131-1/+1
| |/
* | Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds2019-11-301-1/+0
|\ \
| * | pipe: Reduce #inclusion of pipe_fs_i.hDavid Howells2019-10-231-1/+0
| |/
* / exit/exec: Seperate mm_release()Thomas Gleixner2019-11-201-1/+1
|/
* sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers2019-09-251-1/+1
* sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-07-251-1/+1
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-1/+1
|\
| * signal: Remove task parameter from force_sigsegvEric W. Biederman2019-05-271-1/+1
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* fs/exec.c: move ->recursion_depth out of critical sectionsAlexey Dobriyan2019-05-141-1/+3
* exec: increase BINPRM_BUF_SIZE to 256Oleg Nesterov2019-03-071-1/+1
* fs/exec.c: replace opencoded set_mask_bits()Vineet Gupta2019-03-071-6/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-061-2/+2
|\
| * sched/core: Convert sighand_struct.count to refcount_tElena Reshetova2019-02-041-2/+2
* | exec: Fix mem leak in kernel_read_fileYueHaibing2019-02-181-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-01-051-1/+1
|\
| * exec: make prepare_bprm_creds staticChanho Min2018-12-101-1/+1
* | fs/: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-041-2/+2
* | exec: separate MM_ANONPAGES and RLIMIT_STACK accountingOleg Nesterov2019-01-041-53/+52
* | Revert "exec: make de_thread() freezable"Rafael J. Wysocki2018-12-041-3/+2
* | exec: make de_thread() freezableChanho Min2018-11-191-2/+3
|/
* vfs: require i_size <= SIZE_MAX in kernel_read_file()Eric Biggers2018-10-101-4/+4
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-0/+1
|\
| * pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-211-0/+1
* | mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov2018-07-261-0/+1
* | mm: make vm_area_alloc() initialize core fieldsLinus Torvalds2018-07-211-3/+1
* | mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds2018-07-211-2/+2
|/
* Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-101-0/+1
|\
| * rseq: Introduce restartable sequences system callMathieu Desnoyers2018-06-061-0/+1
* | umh: introduce fork_usermode_blob() helperAlexei Starovoitov2018-05-231-9/+29
|/
* exec: pin stack limit during execKees Cook2018-04-111-12/+15
* exec: introduce finalize_exec() before start_thread()Kees Cook2018-04-111-0/+6
* exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-1/+7
* exec: Set file unwritable before LSM checkKees Cook2018-03-191-3/+3
* exec: Weaken dumpability for secureexecKees Cook2018-01-031-2/+7
* Revert "exec: avoid RLIMIT_STACK races with prlimit()"Kees Cook2017-12-171-6/+1