| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-09-13 | Revert "fs/exec: allow to unshare a time namespace on vfork+exec" | Andrei Vagin | 1 | -7/+0 |
| 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 exec | 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-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 |
| 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 |