aboutsummaryrefslogtreecommitdiff
path: root/fs/exec.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-25/+55
2020-04-01signal: Extend exec_id to 64bitsGravatar Eric W. Biederman 1-1/+1
2020-03-25exec: Add exec_update_mutex to replace cred_guard_mutexGravatar Eric W. Biederman 1-3/+19
2020-03-25exec: Move exec_mmap right after de_thread in flush_old_execGravatar Eric W. Biederman 1-12/+12
2020-03-25exec: Move cleanup of posix timers on exec out of de_threadGravatar Eric W. Biederman 1-5/+5
2020-03-25exec: Factor unshare_sighand out of de_thread and call it separatelyGravatar Eric W. Biederman 1-13/+26
2020-03-25exec: Only compute current once in flush_old_execGravatar Eric W. Biederman 1-4/+5
2020-02-10firmware_loader: load files from the mount namespace of initGravatar Topi Miettinen 1-0/+26
2020-01-31Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+5
2020-01-31execve: warn if process starts with executable stackGravatar Alexey Dobriyan 1-0/+5
2020-01-30Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Gravatar Linus Torvalds 1-1/+0
2020-01-23mm: remove arch_bprm_mm_init() hookGravatar Dave Hansen 1-1/+0
2019-12-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+0
2019-11-20exit/exec: Seperate mm_release()Gravatar Thomas Gleixner 1-1/+1
2019-11-13time: Rename tsk->real_start_time to ->start_boottimeGravatar Peter Zijlstra 1-1/+1
2019-10-23pipe: Reduce #inclusion of pipe_fs_i.hGravatar David Howells 1-1/+0
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadGravatar Mathieu Desnoyers 1-1/+1
2019-07-25sched/fair: Don't free p->numa_faults with concurrent readersGravatar Jann Horn 1-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2019-05-27signal: Remove task parameter from force_sigsegvGravatar Eric W. Biederman 1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-14fs/exec.c: move ->recursion_depth out of critical sectionsGravatar Alexey Dobriyan 1-1/+3
2019-03-07exec: increase BINPRM_BUF_SIZE to 256Gravatar Oleg Nesterov 1-1/+1
2019-03-07fs/exec.c: replace opencoded set_mask_bits()Gravatar Vineet Gupta 1-6/+1
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2019-02-18exec: Fix mem leak in kernel_read_fileGravatar YueHaibing 1-1/+1
2019-02-04sched/core: Convert sighand_struct.count to refcount_tGravatar Elena Reshetova 1-2/+2
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2019-01-04fs/: remove caller signal_pending branch predictionsGravatar Davidlohr Bueso 1-2/+2
2019-01-04exec: separate MM_ANONPAGES and RLIMIT_STACK accountingGravatar Oleg Nesterov 1-53/+52
2018-12-10exec: make prepare_bprm_creds staticGravatar Chanho Min 1-1/+1
2018-12-04Revert "exec: make de_thread() freezable"Gravatar Rafael J. Wysocki 1-3/+2
2018-11-19exec: make de_thread() freezableGravatar Chanho Min 1-2/+3
2018-10-10vfs: require i_size <= SIZE_MAX in kernel_read_file()Gravatar Eric Biggers 1-4/+4
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2018-07-26mm: fix vma_is_anonymous() false-positivesGravatar Kirill A. Shutemov 1-0/+1
2018-07-21mm: make vm_area_alloc() initialize core fieldsGravatar Linus Torvalds 1-3/+1
2018-07-21mm: use helper functions for allocating and freeing vm_area structsGravatar Linus Torvalds 1-2/+2
2018-07-21pid: Implement PIDTYPE_TGIDGravatar Eric W. Biederman 1-0/+1
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2018-06-06rseq: Introduce restartable sequences system callGravatar Mathieu Desnoyers 1-0/+1
2018-05-23umh: introduce fork_usermode_blob() helperGravatar Alexei Starovoitov 1-9/+29
2018-04-11exec: pin stack limit during execGravatar Kees Cook 1-12/+15
2018-04-11exec: introduce finalize_exec() before start_thread()Gravatar Kees Cook 1-0/+6
2018-04-11exec: pass stack rlimit into mm layout functionsGravatar Kees Cook 1-1/+7
2018-03-19exec: Set file unwritable before LSM checkGravatar Kees Cook 1-3/+3
2018-01-03exec: Weaken dumpability for secureexecGravatar Kees Cook 1-2/+7
2017-12-17Revert "exec: avoid RLIMIT_STACK races with prlimit()"Gravatar Kees Cook 1-6/+1
2017-12-14exec: avoid gcc-8 warning for get_task_commGravatar Arnd Bergmann 1-4/+3