| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-06-29 | Merge tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -5/+0 |
| 2023-06-28 | Merge branch 'expand-stack' | Linus Torvalds | 1 | -16/+22 |
| 2023-06-27 | mm: always expand the stack with the mmap write lock held | Linus Torvalds | 1 | -2/+2 |
| 2023-06-24 | execve: expand new process stack manually ahead of time | Linus Torvalds | 1 | -16/+21 |
| 2023-06-24 | mm: make find_extend_vma() fail if write lock not held | Liam R. Howlett | 1 | -2/+3 |
| 2023-06-12 | fsnotify: move fsnotify_open() hook into do_dentry_open() | Amir Goldstein | 1 | -5/+0 |
| 2023-06-09 | mm/gup: remove vmas parameter from get_user_pages_remote() | Lorenzo Stoakes | 1 | -1/+1 |
| 2023-04-28 | Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace... | Linus Torvalds | 1 | -0/+2 |
| 2023-03-29 | tracing/user_events: Track fork/exec/exit for mm lifetime | Beau Belgrave | 1 | -0/+2 |
| 2023-03-28 | lazy tlb: introduce lazy tlb mm refcount helper functions | Nicholas Piggin | 1 | -1/+1 |
| 2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -10/+10 |
| 2023-02-20 | Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+4 |
| 2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 1 | -2/+2 |
| 2023-02-09 | mm/mmap: don't use __vma_adjust() in shift_arg_pages() | Liam R. Howlett | 1 | -2/+2 |
| 2023-02-09 | mm: don't use __vma_adjust() in __split_vma() | Liam R. Howlett | 1 | -2/+2 |
| 2023-02-09 | mm: add vma iterator to vma_adjust() arguments | Liam R. Howlett | 1 | -7/+4 |
| 2023-02-09 | mm: change mprotect_fixup to vma iterator | Liam R. Howlett | 1 | -1/+4 |
| 2023-01-19 | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap | Christian Brauner | 1 | -4/+4 |
| 2023-01-19 | fs: port privilege checking helpers to mnt_idmap | Christian Brauner | 1 | -2/+1 |
| 2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner | 1 | -2/+3 |
| 2022-12-27 | sched: Introduce per-memory-map concurrency ID | Mathieu Desnoyers | 1 | -0/+4 |
| 2022-12-12 | Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -8/+8 |
| 2022-12-12 | Merge tag 'execve-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -10/+24 |
| 2022-11-17 | exec: Remove FOLL_FORCE for stack setup | Kees Cook | 1 | -1/+1 |
| 2022-10-29 | Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -1/+1 |
| 2022-10-28 | mm: multi-gen LRU: move lru_gen_add_mm() out of IRQ-off region | Sebastian Andrzej Siewior | 1 | -1/+1 |
| 2022-10-26 | fs: use type safe idmapping helpers | Christian Brauner | 1 | -8/+8 |
| 2022-10-25 | exec: simplify initial stack size expansion | Rolf Eike Beer | 1 | -8/+5 |
| 2022-10-25 | binfmt: Fix whitespace issues | Kees Cook | 1 | -1/+1 |
| 2022-10-25 | exec: Add comments on check_unsafe_exec() fs counting | Kees Cook | 1 | -0/+12 |
| 2022-10-25 | fs/exec: switch timens when a task gets a new mm | Andrei Vagin | 1 | -0/+5 |
| 2022-10-25 | exec: Copy oldsighand->action under spin-lock | Bernd Edlinger | 1 | -2/+2 |
| 2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+8 |
| 2022-10-09 | Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm... | Linus Torvalds | 1 | -1/+1 |
| 2022-10-06 | Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+1 |
| 2022-09-27 | a.out: Remove the a.out implementation | Eric W. Biederman | 1 | -2/+1 |
| 2022-09-26 | exec: use VMA iterator instead of linked list | Matthew Wilcox (Oracle) | 1 | -3/+6 |
| 2022-09-26 | mm: remove vmacache | Liam R. Howlett | 1 | -3/+0 |
| 2022-09-26 | mm: multi-gen LRU: support page table walks | Yu Zhao | 1 | -0/+2 |
| 2022-09-13 | Revert "fs/exec: allow to unshare a time namespace on vfork+exec" | Andrei Vagin | 1 | -7/+0 |
| 2022-09-01 | bprm_fill_uid(): don't open-code file_inode() | Al Viro | 1 | -2/+1 |
| 2022-08-19 | Merge tag 'execve-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -7/+7 |
| 2022-08-16 | exec: Replace kmap{,_atomic}() with kmap_local_page() | Fabio M. De Francesco | 1 | -7/+7 |
| 2022-08-09 | posix-cpu-timers: Cleanup CPU timers before freeing them during exectimers-urgent-2022-08-13 | Thadeu Lima de Souza Cascardo | 1 | -0/+3 |
| 2022-08-02 | Merge tag 'execve-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+9 |
| 2022-07-27 | exec: Call kmap_local_page() in copy_string_kernel() | Fabio M. De Francesco | 1 | -5/+1 |
| 2022-07-11 | fix race between exit_itimers() and /proc/pid/timers | Oleg Nesterov | 1 | -1/+1 |
| 2022-07-01 | exec: Fix a spelling mistake | Zhang Jiaming | 1 | -1/+1 |
| 2022-06-15 | fs/exec: allow to unshare a time namespace on vfork+exec | Andrei Vagin | 1 | -0/+7 |
| 2022-06-03 | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+5 |
| 2022-05-18 | ucounts: Split rlimit and ucount values and max values | Alexey Gladkov | 1 | -1/+1 |
| 2022-05-13 | mm/mprotect: use mmu_gather | Nadav Amit | 1 | -1/+5 |
| 2022-05-07 | fork: Stop allowing kthreads to call execve | Eric W. Biederman | 1 | -3/+3 |
| 2022-05-06 | kthread: Don't allocate kthread_struct for init and umh | Eric W. Biederman | 1 | -2/+4 |
| 2022-03-28 | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+0 |
| 2022-03-23 | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+0 |
| 2022-03-10 | tracehook: Remove tracehook.h | Eric W. Biederman | 1 | -1/+0 |
| 2022-03-01 | exec: cleanup comments | Tom Rix | 1 | -3/+3 |
| 2022-03-01 | exec: Force single empty string when argv is empty | Kees Cook | 1 | -1/+25 |
| 2022-02-25 | uaccess: remove CONFIG_SET_FS | Arnd Bergmann | 1 | -6/+0 |
| 2022-01-22 | fs/coredump: move coredump sysctls into its own file | Xiaoming Ni | 1 | -55/+0 |
| 2022-01-22 | fs: move fs/exec.c sysctls into its own file | Luis Chamberlain | 1 | -0/+90 |
| 2022-01-20 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+3 |
| 2022-01-20 | fs/exec: replace strncpy with strscpy_pad in __get_task_comm | Yafang Shao | 1 | -1/+2 |
| 2022-01-20 | fs/exec: replace strlcpy with strscpy_pad in __set_task_comm | Yafang Shao | 1 | -1/+1 |
| 2022-01-08 | signal: Remove the helper signal_group_exit | Eric W. Biederman | 1 | -1/+1 |
| 2022-01-08 | signal: Rename group_exit_task group_exec_task | Eric W. Biederman | 1 | -4/+4 |
| 2021-12-13 | kthread: Ensure struct kthread is present for all kthreads | Eric W. Biederman | 1 | -0/+2 |
| 2021-11-10 | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2021-10-29 | signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV) | Eric W. Biederman | 1 | -1/+1 |
| 2021-10-06 | exec: Check for a pending fatal signal instead of core_state | Eric W. Biederman | 1 | -8/+6 |
| 2021-09-04 | Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux | Linus Torvalds | 1 | -1/+3 |
| 2021-09-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -3/+5 |
| 2021-09-03 | mm/pagemap: add mmap_assert_locked() annotations to find_vma*() | Luigi Rizzo | 1 | -0/+2 |
| 2021-09-03 | mm: remove flush_kernel_dcache_page | Christoph Hellwig | 1 | -3/+3 |
| 2021-09-03 | kernel/fork: always deny write access to current MM exe_file | David Hildenbrand | 1 | -1/+3 |
| 2021-08-23 | namei: add getname_uflags() | Dmitry Kadashev | 1 | -6/+2 |
| 2021-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -3/+0 |
| 2021-07-01 | exec: remove checks in __register_bimfmt() | Alexey Dobriyan | 1 | -3/+0 |
| 2021-04-30 | Reimplement RLIMIT_NPROC on top of ucounts | Alexey Gladkov | 1 | -1/+1 |
| 2021-04-30 | Add a reference to ucounts for each cred | Alexey Gladkov | 1 | -0/+4 |
| 2021-02-24 | fs: delete repeated words in comments | Randy Dunlap | 1 | -2/+2 |
| 2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+8 |
| 2021-01-29 | tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu() | Will Deacon | 1 | -1/+1 |
| 2021-01-29 | tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu() | Will Deacon | 1 | -1/+1 |
| 2021-01-24 | exec: handle idmapped mounts | Christian Brauner | 1 | -2/+5 |
| 2021-01-24 | would_dump: handle idmapped mounts | Christian Brauner | 1 | -3/+3 |
| 2021-01-24 | namei: make permission helpers idmapped mount aware | Christian Brauner | 1 | -1/+1 |
| 2021-01-24 | capability: handle idmapped mounts | Christian Brauner | 1 | -1/+2 |
| 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 |