summaryrefslogtreecommitdiffstats
path: root/fs/exec.c
AgeCommit message (Expand)Author
2020-05-11exec: Run sync_mm_rss before taking exec_update_mutexEric W. Biederman
2020-05-09exec: Fix spelling of search_binary_handler in a commentEric W. Biederman
2020-05-09exec: Move the comment from above de_thread to above unshare_sighandEric W. Biederman
2020-05-07exec: Rename flush_old_exec begin_new_execEric W. Biederman
2020-05-07exec: Move most of setup_new_exec into flush_old_execEric W. Biederman
2020-05-07exec: In setup_new_exec cache current in the local variable meEric W. Biederman
2020-05-07exec: Merge install_exec_creds into setup_new_execEric W. Biederman
2020-05-07exec: Rename the flag called_exec_mmap point_of_no_returnEric W. Biederman
2020-05-07exec: Make unlocking exec_update_mutex explictEric W. Biederman
2020-04-28exec: Remove BUG_ON(has_group_leader_pid)Eric W. Biederman
2020-04-28proc: Ensure we see the exit of each process tid exactly onceEric W. Biederman
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2020-04-01signal: Extend exec_id to 64bitsEric W. Biederman
2020-03-25exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman
2020-03-25exec: Move exec_mmap right after de_thread in flush_old_execEric W. Biederman
2020-03-25exec: Move cleanup of posix timers on exec out of de_threadEric W. Biederman
2020-03-25exec: Factor unshare_sighand out of de_thread and call it separatelyEric W. Biederman
2020-03-25exec: Only compute current once in flush_old_execEric W. Biederman
2020-02-10firmware_loader: load files from the mount namespace of initTopi Miettinen
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