aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exec.c
AgeCommit message (Expand)Author
2020-08-06Merge branch 'v5.6/base' into v5.6/standard/preempt-rt/bcm-2xxx-rpiv5.6/standard/preempt-rt/bcm-2xxx-rpiBruce Ashfield
2020-08-06Merge branch 'v5.6/base' into v5.6/standard/baseBruce Ashfield
2020-05-20exec: Move would_dump into flush_old_execEric W. Biederman
2020-04-17signal: Extend exec_id to 64bitsEric W. Biederman
2020-03-16aufs5: standaloneBruce Ashfield
2020-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-01-31execve: warn if process starts with executable stackAlexey Dobriyan
2020-01-30Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds
2020-01-23mm: remove arch_bprm_mm_init() hookDave Hansen
2019-12-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds
2019-11-20exit/exec: Seperate mm_release()Thomas Gleixner
2019-11-13time: Rename tsk->real_start_time to ->start_boottimePeter Zijlstra
2019-10-23pipe: Reduce #inclusion of pipe_fs_i.hDavid Howells
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers
2019-07-25sched/fair: Don't free p->numa_faults with concurrent readersJann Horn
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-14fs/exec.c: move ->recursion_depth out of critical sectionsAlexey Dobriyan
2019-03-07exec: increase BINPRM_BUF_SIZE to 256Oleg Nesterov
2019-03-07fs/exec.c: replace opencoded set_mask_bits()Vineet Gupta
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-02-18exec: Fix mem leak in kernel_read_fileYueHaibing
2019-02-04sched/core: Convert sighand_struct.count to refcount_tElena Reshetova
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2019-01-04fs/: remove caller signal_pending branch predictionsDavidlohr Bueso
2019-01-04exec: separate MM_ANONPAGES and RLIMIT_STACK accountingOleg Nesterov
2018-12-10exec: make prepare_bprm_creds staticChanho Min
2018-12-04Revert "exec: make de_thread() freezable"Rafael J. Wysocki
2018-11-19exec: make de_thread() freezableChanho Min
2018-10-10vfs: require i_size <= SIZE_MAX in kernel_read_file()Eric Biggers
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-07-26mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers
2018-05-23umh: introduce fork_usermode_blob() helperAlexei Starovoitov
2018-04-11exec: pin stack limit during execKees Cook
2018-04-11exec: introduce finalize_exec() before start_thread()Kees Cook
2018-04-11exec: pass stack rlimit into mm layout functionsKees Cook
2018-03-19exec: Set file unwritable before LSM checkKees Cook
2018-01-03exec: Weaken dumpability for secureexecKees Cook
2017-12-17Revert "exec: avoid RLIMIT_STACK races with prlimit()"Kees Cook
2017-12-14exec: avoid gcc-8 warning for get_task_commArnd Bergmann
2017-11-29exec: avoid RLIMIT_STACK races with prlimit()Kees Cook
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-19membarrier: Provide register expedited private commandMathieu Desnoyers