summaryrefslogtreecommitdiffstats
path: root/fs/exec.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-11exec: Run sync_mm_rss before taking exec_update_mutexEric W. Biederman1-1/+2
2020-05-09exec: Fix spelling of search_binary_handler in a commentEric W. Biederman1-1/+1
2020-05-09exec: Move the comment from above de_thread to above unshare_sighandEric W. Biederman1-6/+6
2020-05-07exec: Rename flush_old_exec begin_new_execEric W. Biederman1-2/+2
2020-05-07exec: Move most of setup_new_exec into flush_old_execEric W. Biederman1-41/+44
2020-05-07exec: In setup_new_exec cache current in the local variable meEric W. Biederman1-11/+12
2020-05-07exec: Merge install_exec_creds into setup_new_execEric W. Biederman1-30/+26
2020-05-07exec: Rename the flag called_exec_mmap point_of_no_returnEric W. Biederman1-6/+6
2020-05-07exec: Make unlocking exec_update_mutex explictEric W. Biederman1-3/+3
2020-04-28exec: Remove BUG_ON(has_group_leader_pid)Eric W. Biederman1-1/+0
2020-04-28proc: Ensure we see the exit of each process tid exactly onceEric W. Biederman1-4/+1
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-25/+55
2020-04-01signal: Extend exec_id to 64bitsEric W. Biederman1-1/+1
2020-03-25exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman1-3/+19
2020-03-25exec: Move exec_mmap right after de_thread in flush_old_execEric W. Biederman1-12/+12
2020-03-25exec: Move cleanup of posix timers on exec out of de_threadEric W. Biederman1-5/+5
2020-03-25exec: Factor unshare_sighand out of de_thread and call it separatelyEric W. Biederman1-13/+26
2020-03-25exec: Only compute current once in flush_old_execEric W. Biederman1-4/+5
2020-02-10firmware_loader: load files from the mount namespace of initTopi Miettinen1-0/+26
2020-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+5
2020-01-31execve: warn if process starts with executable stackAlexey Dobriyan1-0/+5
2020-01-30Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds1-1/+0
2020-01-23mm: remove arch_bprm_mm_init() hookDave Hansen1-1/+0
2019-12-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+0
2019-11-20exit/exec: Seperate mm_release()Thomas Gleixner1-1/+1
2019-11-13time: Rename tsk->real_start_time to ->start_boottimePeter Zijlstra1-1/+1
2019-10-23pipe: Reduce #inclusion of pipe_fs_i.hDavid Howells1-1/+0
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers1-1/+1
2019-07-25sched/fair: Don't free p->numa_faults with concurrent readersJann Horn1-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-14fs/exec.c: move ->recursion_depth out of critical sectionsAlexey Dobriyan1-1/+3
2019-03-07exec: increase BINPRM_BUF_SIZE to 256Oleg Nesterov1-1/+1
2019-03-07fs/exec.c: replace opencoded set_mask_bits()Vineet Gupta1-6/+1
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2019-02-18exec: Fix mem leak in kernel_read_fileYueHaibing1-1/+1
2019-02-04sched/core: Convert sighand_struct.count to refcount_tElena Reshetova1-2/+2
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2019-01-04fs/: remove caller signal_pending branch predictionsDavidlohr Bueso1-2/+2
2019-01-04exec: separate MM_ANONPAGES and RLIMIT_STACK accountingOleg Nesterov1-53/+52
2018-12-10exec: make prepare_bprm_creds staticChanho Min1-1/+1
2018-12-04Revert "exec: make de_thread() freezable"Rafael J. Wysocki1-3/+2
2018-11-19exec: make de_thread() freezableChanho Min1-2/+3
2018-10-10vfs: require i_size <= SIZE_MAX in kernel_read_file()Eric Biggers1-4/+4
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2018-07-26mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov1-0/+1
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds1-3/+1
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds1-2/+2