| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-12-16 | Merge branch 'parisc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
| 2020-12-15 | Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -6/+6 |
| 2020-12-15 | Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -21/+18 |
| 2020-12-10 | exec: Transform exec_update_mutex into a rw_semaphore | Eric W. Biederman | 1 | -6/+6 |
| 2020-12-10 | exec: Move io_uring_task_cancel after the point of no return | Eric W. Biederman | 1 | -5/+5 |
| 2020-12-10 | exec: Simplify unshare_files | Eric W. Biederman | 1 | -4/+1 |
| 2020-12-10 | exec: Move unshare_files to fix posix file locking during exec | Eric W. Biederman | 1 | -14/+15 |
| 2020-12-10 | exec: Don't open code get_close_on_exec | Eric W. Biederman | 1 | -2/+1 |
| 2020-12-02 | kernel: Implement selective syscall userspace redirection | Gabriel Krisman Bertazi | 1 | -0/+3 |
| 2020-11-11 | parisc: Make user stack size configurable | Helge Deller | 1 | -2/+2 |
| 2020-10-16 | Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -2/+15 |
| 2020-10-15 | Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -131/+1 |
| 2020-10-05 | fs/kernel_read_file: Split into separate source file | Kees Cook | 1 | -132/+0 |
| 2020-10-05 | fs/kernel_read_file: Split into separate include file | Scott Branden | 1 | -0/+1 |
| 2020-10-05 | fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum | Kees Cook | 1 | -3/+4 |
| 2020-09-30 | io_uring: don't rely on weak ->files references | Jens Axboe | 1 | -0/+6 |
| 2020-09-16 | mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching race | Nicholas Piggin | 1 | -2/+15 |
| 2020-08-12 | mm/gup: remove task_struct pointer for all gup code | Peter Xu | 1 | -1/+1 |
| 2020-08-12 | exec: move path_noexec() check earlier | Kees Cook | 1 | -8/+4 |
| 2020-08-12 | exec: move S_ISREG() check earlier | Kees Cook | 1 | -2/+12 |
| 2020-08-12 | exec: change uselib(2) IS_SREG() failure to EACCES | Kees Cook | 1 | -2/+1 |
| 2020-08-12 | exec: use force_uaccess_begin during exec and exit | Christoph Hellwig | 1 | -1/+6 |
| 2020-07-21 | exec: Implement kernel_execve | Eric W. Biederman | 1 | -2/+86 |
| 2020-07-21 | exec: Factor bprm_stack_limits out of prepare_arg_pages | Eric W. Biederman | 1 | -11/+12 |
| 2020-07-21 | exec: Factor bprm_execve out of do_execve_common | Eric W. Biederman | 1 | -50/+58 |
| 2020-07-21 | exec: Move bprm_mm_init into alloc_bprm | Eric W. Biederman | 1 | -8/+8 |
| 2020-07-21 | exec: Move initialization of bprm->filename into alloc_bprm | Eric W. Biederman | 1 | -28/+33 |
| 2020-07-21 | exec: Factor out alloc_bprm | Eric W. Biederman | 1 | -10/+19 |
| 2020-07-04 | exec: Remove do_execve_file | Eric W. Biederman | 1 | -29/+9 |
| 2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 1 | -1/+1 |
| 2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 1 | -8/+8 |
| 2020-06-08 | exec: use flush_icache_user_range in read_code | Christoph Hellwig | 1 | -1/+1 |
| 2020-06-08 | exec: only build read_code when needed | Christoph Hellwig | 1 | -0/+3 |
| 2020-06-04 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -14/+38 |
| 2020-06-04 | exec: open code copy_string_kernel | Christoph Hellwig | 1 | -9/+34 |
| 2020-06-04 | exec: simplify the copy_strings_kernel calling convention | Christoph Hellwig | 1 | -7/+6 |
| 2020-06-04 | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 1 | -143/+173 |
| 2020-06-04 | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 1 | -5/+1 |
| 2020-05-29 | exec: Compute file based creds only once | Eric W. Biederman | 1 | -37/+26 |
| 2020-05-29 | exec: Add a per bprm->file version of per_clear | Eric W. Biederman | 1 | -2/+4 |
| 2020-05-21 | exec: Remove recursion from search_binary_handler | Eric W. Biederman | 1 | -18/+33 |
| 2020-05-21 | exec: Generic execfd support | Eric W. Biederman | 1 | -0/+15 |
| 2020-05-21 | exec: Move the call of prepare_binprm into search_binary_handler | Eric W. Biederman | 1 | -7/+5 |
| 2020-05-21 | exec: Allow load_misc_binary to call prepare_binprm unconditionally | Eric W. Biederman | 1 | -7/+12 |
| 2020-05-21 | exec: Convert security_bprm_set_creds into security_bprm_repopulate_creds | Eric W. Biederman | 1 | -4/+4 |
| 2020-05-20 | exec: Factor security_bprm_creds_for_exec out of security_bprm_set_creds | Eric W. Biederman | 1 | -1/+5 |
| 2020-05-18 | Merge f87d1c955916 ("exec: Move would_dump into flush_old_exec") | Eric W. Biederman | 1 | -2/+2 |
| 2020-05-17 | exec: Move would_dump into flush_old_exec | Eric W. Biederman | 1 | -2/+2 |
| 2020-05-11 | exec: Set the point of no return sooner | Eric W. Biederman | 1 | -7/+5 |
| 2020-05-11 | exec: Move handling of the point of no return to the top level | Eric W. Biederman | 1 | -9/+12 |
| 2020-05-11 | exec: Run sync_mm_rss before taking exec_update_mutex | Eric W. Biederman | 1 | -1/+2 |
| 2020-05-09 | exec: Fix spelling of search_binary_handler in a comment | Eric W. Biederman | 1 | -1/+1 |
| 2020-05-09 | exec: Move the comment from above de_thread to above unshare_sighand | Eric W. Biederman | 1 | -6/+6 |
| 2020-05-07 | exec: Rename flush_old_exec begin_new_exec | Eric W. Biederman | 1 | -2/+2 |
| 2020-05-07 | exec: Move most of setup_new_exec into flush_old_exec | Eric W. Biederman | 1 | -41/+44 |
| 2020-05-07 | exec: In setup_new_exec cache current in the local variable me | Eric W. Biederman | 1 | -11/+12 |
| 2020-05-07 | exec: Merge install_exec_creds into setup_new_exec | Eric W. Biederman | 1 | -30/+26 |
| 2020-05-07 | exec: Rename the flag called_exec_mmap point_of_no_return | Eric W. Biederman | 1 | -6/+6 |
| 2020-05-07 | exec: Make unlocking exec_update_mutex explict | Eric W. Biederman | 1 | -3/+3 |
| 2020-04-28 | exec: Remove BUG_ON(has_group_leader_pid) | Eric W. Biederman | 1 | -1/+0 |
| 2020-04-28 | proc: Ensure we see the exit of each process tid exactly once | Eric W. Biederman | 1 | -4/+1 |
| 2020-04-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -25/+55 |
| 2020-04-01 | signal: Extend exec_id to 64bits | Eric W. Biederman | 1 | -1/+1 |
| 2020-03-25 | exec: Add exec_update_mutex to replace cred_guard_mutex | Eric W. Biederman | 1 | -3/+19 |
| 2020-03-25 | exec: Move exec_mmap right after de_thread in flush_old_exec | Eric W. Biederman | 1 | -12/+12 |
| 2020-03-25 | exec: Move cleanup of posix timers on exec out of de_thread | Eric W. Biederman | 1 | -5/+5 |
| 2020-03-25 | exec: Factor unshare_sighand out of de_thread and call it separately | Eric W. Biederman | 1 | -13/+26 |
| 2020-03-25 | exec: Only compute current once in flush_old_exec | Eric W. Biederman | 1 | -4/+5 |
| 2020-02-10 | firmware_loader: load files from the mount namespace of init | Topi Miettinen | 1 | -0/+26 |
| 2020-01-31 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+5 |
| 2020-01-31 | execve: warn if process starts with executable stack | Alexey Dobriyan | 1 | -0/+5 |
| 2020-01-30 | Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da... | Linus Torvalds | 1 | -1/+0 |
| 2020-01-23 | mm: remove arch_bprm_mm_init() hook | Dave Hansen | 1 | -1/+0 |
| 2019-12-03 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
| 2019-11-30 | Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -1/+0 |
| 2019-11-20 | exit/exec: Seperate mm_release() | Thomas Gleixner | 1 | -1/+1 |
| 2019-11-13 | time: Rename tsk->real_start_time to ->start_boottime | Peter Zijlstra | 1 | -1/+1 |
| 2019-10-23 | pipe: Reduce #inclusion of pipe_fs_i.h | David Howells | 1 | -1/+0 |
| 2019-09-25 | sched/membarrier: Fix p->mm->membarrier_state racy load | Mathieu Desnoyers | 1 | -1/+1 |
| 2019-07-25 | sched/fair: Don't free p->numa_faults with concurrent readers | Jann Horn | 1 | -1/+1 |
| 2019-07-08 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
| 2019-05-27 | signal: Remove task parameter from force_sigsegv | Eric W. Biederman | 1 | -1/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-14 | fs/exec.c: move ->recursion_depth out of critical sections | Alexey Dobriyan | 1 | -1/+3 |
| 2019-03-07 | exec: increase BINPRM_BUF_SIZE to 256 | Oleg Nesterov | 1 | -1/+1 |
| 2019-03-07 | fs/exec.c: replace opencoded set_mask_bits() | Vineet Gupta | 1 | -6/+1 |
| 2019-03-06 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+2 |
| 2019-02-18 | exec: Fix mem leak in kernel_read_file | YueHaibing | 1 | -1/+1 |
| 2019-02-04 | sched/core: Convert sighand_struct.count to refcount_t | Elena Reshetova | 1 | -2/+2 |
| 2019-01-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2019-01-04 | fs/: remove caller signal_pending branch predictions | Davidlohr Bueso | 1 | -2/+2 |
| 2019-01-04 | exec: separate MM_ANONPAGES and RLIMIT_STACK accounting | Oleg Nesterov | 1 | -53/+52 |
| 2018-12-10 | exec: make prepare_bprm_creds static | Chanho Min | 1 | -1/+1 |
| 2018-12-04 | Revert "exec: make de_thread() freezable" | Rafael J. Wysocki | 1 | -3/+2 |
| 2018-11-19 | exec: make de_thread() freezable | Chanho Min | 1 | -2/+3 |
| 2018-10-10 | vfs: require i_size <= SIZE_MAX in kernel_read_file() | Eric Biggers | 1 | -4/+4 |
| 2018-08-21 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+1 |
| 2018-07-26 | mm: fix vma_is_anonymous() false-positives | Kirill A. Shutemov | 1 | -0/+1 |
| 2018-07-21 | mm: make vm_area_alloc() initialize core fields | Linus Torvalds | 1 | -3/+1 |
| 2018-07-21 | mm: use helper functions for allocating and freeing vm_area structs | Linus Torvalds | 1 | -2/+2 |
| 2018-07-21 | pid: Implement PIDTYPE_TGID | Eric W. Biederman | 1 | -0/+1 |
| 2018-06-10 | Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
| 2018-06-06 | rseq: Introduce restartable sequences system call | Mathieu Desnoyers | 1 | -0/+1 |
| 2018-05-23 | umh: introduce fork_usermode_blob() helper | Alexei Starovoitov | 1 | -9/+29 |
| 2018-04-11 | exec: pin stack limit during exec | Kees Cook | 1 | -12/+15 |
| 2018-04-11 | exec: introduce finalize_exec() before start_thread() | Kees Cook | 1 | -0/+6 |
| 2018-04-11 | exec: pass stack rlimit into mm layout functions | Kees Cook | 1 | -1/+7 |
| 2018-03-19 | exec: Set file unwritable before LSM check | Kees Cook | 1 | -3/+3 |
| 2018-01-03 | exec: Weaken dumpability for secureexec | Kees Cook | 1 | -2/+7 |
| 2017-12-17 | Revert "exec: avoid RLIMIT_STACK races with prlimit()" | Kees Cook | 1 | -6/+1 |
| 2017-12-14 | exec: avoid gcc-8 warning for get_task_comm | Arnd Bergmann | 1 | -4/+3 |
| 2017-11-29 | exec: avoid RLIMIT_STACK races with prlimit() | Kees Cook | 1 | -1/+6 |
| 2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 1 | -1/+1 |
| 2017-10-19 | membarrier: Provide register expedited private command | Mathieu Desnoyers | 1 | -0/+1 |
| 2017-10-03 | exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] array | Oleg Nesterov | 1 | -1/+1 |
| 2017-09-14 | vfs: constify path argument to kernel_read_file_from_path | Mimi Zohar | 1 | -1/+1 |
| 2017-09-14 | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -21/+3 |
| 2017-09-13 | mm: treewide: remove GFP_TEMPORARY allocation flag | Michal Hocko | 1 | -2/+2 |
| 2017-09-04 | fs: fix kernel_read prototype | Christoph Hellwig | 1 | -4/+3 |
| 2017-09-04 | fs: move kernel_read to fs/read_write.c | Christoph Hellwig | 1 | -17/+0 |
| 2017-08-01 | exec: Consolidate pdeath_signal clearing | Kees Cook | 1 | -4/+3 |
| 2017-08-01 | exec: Use sane stack rlimit under secureexec | Kees Cook | 1 | -0/+12 |
| 2017-08-01 | exec: Consolidate dumpability logic | Kees Cook | 1 | -6/+5 |
| 2017-08-01 | exec: Use secureexec for clearing pdeath_signal | Kees Cook | 1 | -2/+1 |
| 2017-08-01 | exec: Use secureexec for setting dumpability | Kees Cook | 1 | -1/+1 |
| 2017-08-01 | LSM: drop bprm_secureexec hook | Kees Cook | 1 | -2/+0 |
| 2017-08-01 | commoncap: Refactor to remove bprm_secureexec hook | Kees Cook | 1 | -0/+7 |
| 2017-08-01 | binfmt: Introduce secureexec flag | Kees Cook | 1 | -0/+2 |
| 2017-08-01 | exec: Correct comments about "point of no return" | Kees Cook | 1 | -3/+13 |
| 2017-08-01 | exec: Rename bprm->cred_prepared to called_set_creds | Kees Cook | 1 | -1/+1 |
| 2017-07-07 | exec: Limit arg stack to at most 75% of _STK_LIM | Kees Cook | 1 | -5/+6 |
| 2017-06-23 | fs/exec.c: account for argv/envp pointers | Kees Cook | 1 | -4/+24 |
| 2017-03-20 | x86/arch_prctl: Add ARCH_[GET|SET]_CPUID | Kyle Huey | 1 | -0/+1 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
| 2017-03-02 | sched/headers, cgroups: Remove the threadgroup_change_*() wrappery | Ingo Molnar | 1 | -3/+3 |
| 2017-02-14 | vfs: Use upper filesystem inode in bprm_fill_uid() | Vivek Goyal | 1 | -1/+1 |
| 2017-01-24 | exec: Remove LSM_UNSAFE_PTRACE_CAP | Eric W. Biederman | 1 | -6/+2 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
| 2016-12-22 | fs: exec: apply CLOEXEC before changing dumpable task flags | Aleksa Sarai | 1 | -2/+8 |
| 2016-12-14 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
| 2016-12-14 | mm: add locked parameter to get_user_pages_remote() | Lorenzo Stoakes | 1 | -1/+1 |
| 2016-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -3/+18 |
| 2016-11-22 | exec: Ensure mm->user_ns contains the execed files | Eric W. Biederman | 1 | -2/+17 |
| 2016-11-22 | ptrace: Capture the ptracer's creds not PT_PTRACE_CAP | Eric W. Biederman | 1 | -1/+1 |
| 2016-11-16 | posix-timers: Make them configurable | Nicolas Pitre | 1 | -0/+2 |
| 2016-10-19 | mm: replace get_user_pages_remote() write/force parameters with gup_flags | Lorenzo Stoakes | 1 | -2/+7 |
| 2016-08-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger... | Linus Torvalds | 1 | -0/+33 |
| 2016-08-02 | firmware: support loading into a pre-allocated buffer | Stephen Boyd | 1 | -3/+6 |
| 2016-07-25 | elf_fdpic_transfer_args_to_stack(): make it generic | Nicolas Pitre | 1 | -0/+33 |
| 2016-06-24 | fs: Treat foreign mounts as nosuid | Andy Lutomirski | 1 | -1/+1 |
| 2016-05-23 | exec: make exec path waiting for mmap_sem killable | Michal Hocko | 1 | -2/+8 |
| 2016-05-23 | exec: remove the no longer needed remove_arg_zero()->free_arg_page() | Oleg Nesterov | 1 | -7/+0 |
| 2016-05-19 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -8/+21 |
| 2016-05-17 | exec: clarify reasoning for euid/egid reset | Kees Cook | 1 | -1/+6 |
| 2016-05-01 | vfs: forbid write access when reading a file into memory | Dmitry Kasatkin | 1 | -8/+21 |
| 2016-03-20 | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+6 |
| 2016-02-21 | vfs: define kernel_copy_file_from_fd() | Mimi Zohar | 1 | -0/+16 |
| 2016-02-21 | security: define kernel_read_file hook | Mimi Zohar | 1 | -0/+4 |
| 2016-02-21 | vfs: define kernel_read_file_from_path | Mimi Zohar | 1 | -0/+19 |
| 2016-02-18 | vfs: define kernel_read_file_id enumeration | Mimi Zohar | 1 | -2/+2 |
| 2016-02-18 | vfs: define a generic function to read a file from the kernel | Mimi Zohar | 1 | -0/+53 |
| 2016-02-16 | mm/gup: Introduce get_user_pages_remote() | Dave Hansen | 1 | -2/+6 |
| 2016-01-22 | wrappers for ->i_mutex access | Al Viro | 1 | -2/+2 |
| 2016-01-04 | don't carry MAY_OPEN in op->acc_mode | Al Viro | 1 | -2/+2 |
| 2015-07-10 | vfs: Commit to never having exectuables on proc and sysfs. | Eric W. Biederman | 1 | -2/+8 |
| 2015-05-12 | parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a... | Helge Deller | 1 | -0/+3 |
| 2015-04-19 | fs: take i_mutex during prepare_binprm for set[ug]id executables | Jann Horn | 1 | -28/+48 |
| 2015-04-17 | fs/exec.c:de_thread: move notify_count write under lock | Kirill Tkhai | 1 | -1/+5 |
| 2015-04-17 | prctl: avoid using mmap_sem for exe_file serialization | Davidlohr Bueso | 1 | -0/+6 |
| 2015-01-23 | fs: create proper filename objects using getname_kernel() | Paul Moore | 1 | -2/+8 |
| 2014-12-13 | syscalls: implement execveat() system call | David Drysdale | 1 | -13/+100 |
| 2014-11-18 | fs: Do not include mpx.h in exec.c | Dave Hansen | 1 | -1/+0 |
| 2014-11-18 | x86, mpx: On-demand kernel allocation of bounds tables | Dave Hansen | 1 | -0/+2 |
| 2014-10-09 | handle suicide on late failure exits in execve() in search_binary_handler() | Al Viro | 1 | -6/+11 |
| 2014-08-08 | fork/exec: cleanup mm initialization | Vladimir Davydov | 1 | -4/+0 |
| 2014-07-18 | seccomp: implement SECCOMP_FILTER_FLAG_TSYNC | Kees Cook | 1 | -1/+1 |
| 2014-07-18 | sched: move no_new_privs into new atomic flags | Kees Cook | 1 | -2/+2 |
| 2014-06-06 | perf: Differentiate exec() and non-exec() comm events | Adrian Hunter | 1 | -3/+3 |
| 2014-06-06 | perf: Fix perf_event_comm() vs. exec() assumption | Peter Zijlstra | 1 | -0/+1 |
| 2014-05-15 | metag: Reduce maximum stack size to 256MB | James Hogan | 1 | -3/+3 |
| 2014-04-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2014-04-07 | exec: kill bprm->tcomm[], simplify the "basename" logic | Oleg Nesterov | 1 | -19/+2 |
| 2014-04-07 | mm: per-thread vma caching | Davidlohr Bueso | 1 | -1/+4 |
| 2014-04-03 | fs, kernel: permit disabling the uselib syscall | Josh Triplett | 1 | -0/+2 |
| 2014-04-01 | read_code(): go through vfs_read() instead of calling the method directly | Al Viro | 1 | -1/+1 |
| 2014-03-06 | fs/compat: convert to COMPAT_SYSCALL_DEFINE | Heiko Carstens | 1 | -3/+3 |
| 2014-02-05 | execve: use 'struct filename *' for executable name passing | Linus Torvalds | 1 | -24/+21 |
| 2014-01-23 | fs/exec.c: call arch_pick_mmap_layout() only once | Richard Weinberger | 1 | -1/+0 |
| 2014-01-23 | exec: avoid propagating PF_NO_SETAFFINITY into userspace child | Zhang Yi | 1 | -2/+2 |
| 2014-01-23 | exec: kill task_struct->did_exec | Oleg Nesterov | 1 | -1/+0 |
| 2014-01-23 | exec: move the final allow_write_access/fput into free_bprm() | Oleg Nesterov | 1 | -15/+5 |
| 2014-01-23 | exec:check_unsafe_exec: kill the dead -EAGAIN and clear_in_exec logic | Oleg Nesterov | 1 | -21/+8 |
| 2014-01-23 | exec:check_unsafe_exec: use while_each_thread() rather than next_thread() | Oleg Nesterov | 1 | -1/+2 |
| 2014-01-23 | coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.h | Oleg Nesterov | 1 | -18/+0 |
| 2014-01-23 | coredump: kill MMF_DUMPABLE and MMF_DUMP_SECURELY | Oleg Nesterov | 1 | -15/+6 |
| 2014-01-23 | coredump: set_dumpable: fix the theoretical race with itself | Oleg Nesterov | 1 | -34/+15 |