aboutsummaryrefslogtreecommitdiff
path: root/fs/exec.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 1-8/+8
2020-06-08exec: use flush_icache_user_range in read_codeGravatar Christoph Hellwig 1-1/+1
2020-06-08exec: only build read_code when neededGravatar Christoph Hellwig 1-0/+3
2020-06-04Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-14/+38
2020-06-04exec: open code copy_string_kernelGravatar Christoph Hellwig 1-9/+34
2020-06-04exec: simplify the copy_strings_kernel calling conventionGravatar Christoph Hellwig 1-7/+6
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-143/+173
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-5/+1
2020-05-29exec: Compute file based creds only onceGravatar Eric W. Biederman 1-37/+26
2020-05-29exec: Add a per bprm->file version of per_clearGravatar Eric W. Biederman 1-2/+4
2020-05-21exec: Remove recursion from search_binary_handlerGravatar Eric W. Biederman 1-18/+33
2020-05-21exec: Generic execfd supportGravatar Eric W. Biederman 1-0/+15
2020-05-21exec: Move the call of prepare_binprm into search_binary_handlerGravatar Eric W. Biederman 1-7/+5
2020-05-21exec: Allow load_misc_binary to call prepare_binprm unconditionallyGravatar Eric W. Biederman 1-7/+12
2020-05-21exec: Convert security_bprm_set_creds into security_bprm_repopulate_credsGravatar Eric W. Biederman 1-4/+4
2020-05-20exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsGravatar Eric W. Biederman 1-1/+5
2020-05-18Merge f87d1c955916 ("exec: Move would_dump into flush_old_exec")Gravatar Eric W. Biederman 1-2/+2
2020-05-17exec: Move would_dump into flush_old_execGravatar Eric W. Biederman 1-2/+2
2020-05-11exec: Set the point of no return soonerGravatar Eric W. Biederman 1-7/+5
2020-05-11exec: Move handling of the point of no return to the top levelGravatar Eric W. Biederman 1-9/+12
2020-05-11exec: Run sync_mm_rss before taking exec_update_mutexGravatar Eric W. Biederman 1-1/+2
2020-05-09exec: Fix spelling of search_binary_handler in a commentGravatar Eric W. Biederman 1-1/+1
2020-05-09exec: Move the comment from above de_thread to above unshare_sighandGravatar Eric W. Biederman 1-6/+6
2020-05-07exec: Rename flush_old_exec begin_new_execGravatar Eric W. Biederman 1-2/+2
2020-05-07exec: Move most of setup_new_exec into flush_old_execGravatar Eric W. Biederman 1-41/+44
2020-05-07exec: In setup_new_exec cache current in the local variable meGravatar Eric W. Biederman 1-11/+12
2020-05-07exec: Merge install_exec_creds into setup_new_execGravatar Eric W. Biederman 1-30/+26
2020-05-07exec: Rename the flag called_exec_mmap point_of_no_returnGravatar Eric W. Biederman 1-6/+6
2020-05-07exec: Make unlocking exec_update_mutex explictGravatar Eric W. Biederman 1-3/+3
2020-04-28exec: Remove BUG_ON(has_group_leader_pid)Gravatar Eric W. Biederman 1-1/+0
2020-04-28proc: Ensure we see the exit of each process tid exactly onceGravatar Eric W. Biederman 1-4/+1
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