Age | Commit message (Expand) | Author | Files | Lines |
2020-05-08 | fork: prevent accidental access to clone3 features | Christian Brauner | 1 | -6/+7 |
2020-04-15 | clone3: add build-time CLONE_ARGS_SIZE_VER* validity checks | Eugene Syromiatnikov | 1 | -0/+8 |
2020-04-15 | clone3: add a check for the user struct size if CLONE_INTO_CGROUP is set | Eugene Syromiatnikov | 1 | -1/+2 |
2020-04-15 | clone3: fix cgroup argument sanity check | Eugene Syromiatnikov | 1 | -1/+1 |
2020-04-07 | mm: set vm_next and vm_prev to NULL in vm_area_dup() | Li Xinhai | 1 | -1/+1 |
2020-04-07 | mm: don't prepare anon_vma if vma has VM_WIPEONFORK | Li Xinhai | 1 | -3/+5 |
2020-04-03 | Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 1 | -9/+10 |
2020-04-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -4/+5 |
2020-04-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -2/+3 |
2020-04-02 | mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page() | Roman Gushchin | 1 | -4/+5 |
2020-03-29 | mm: fork: fix kernel_stack memcg stats for various stack implementations | Roman Gushchin | 1 | -2/+2 |
2020-03-25 | exec: Fix a deadlock in strace | Bernd Edlinger | 1 | -2/+2 |
2020-03-25 | exec: Add exec_update_mutex to replace cred_guard_mutex | Eric W. Biederman | 1 | -0/+1 |
2020-02-28 | fork: Use RCU_INIT_POINTER() instead of rcu_access_pointer() | Madhuparna Bhowmik | 1 | -1/+1 |
2020-02-13 | clone3: allow spawning processes into cgroups | Christian Brauner | 1 | -4/+9 |
2020-02-13 | cgroup: refactor fork helpers | Christian Brauner | 1 | -5/+1 |
2020-01-30 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 1 | -2/+2 |
2020-01-28 | Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -3/+13 |
2020-01-14 | mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptions | Jason Gunthorpe | 1 | -2/+2 |
2020-01-14 | ns: Introduce Time Namespace | Andrei Vagin | 1 | -3/+13 |
2020-01-07 | clone3: ensure copy_thread_tls is implemented | Amanieu d'Antras | 1 | -0/+10 |
2019-12-03 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2019-12-01 | fork: support VMAP_STACK with KASAN_VMALLOC | Daniel Axtens | 1 | -0/+4 |
2019-11-30 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 1 | -1/+0 |
2019-11-27 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -25/+15 |
2019-11-26 | Merge tag 'threads-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bra... | Linus Torvalds | 1 | -8/+92 |
2019-11-25 | Merge branch 'timers/urgent' into timers/core, to pick up fix | Ingo Molnar | 1 | -1/+32 |
2019-11-24 | mm/hmm: define the pre-processor related parts of hmm.h even if disabled | Jason Gunthorpe | 1 | -1/+0 |
2019-11-20 | fork: fix pidfd_poll()'s return type | Luc Van Oostenryck | 1 | -3/+3 |
2019-11-20 | futex: Split futex_mm_release() for exit/exec | Thomas Gleixner | 1 | -3/+2 |
2019-11-20 | exit/exec: Seperate mm_release() | Thomas Gleixner | 1 | -1/+11 |
2019-11-20 | futex: Move futex exit handling into futex code | Thomas Gleixner | 1 | -22/+3 |
2019-11-16 | fork: extend clone3() to support setting a PID | Adrian Reber | 1 | -1/+23 |
2019-11-13 | time: Rename tsk->real_start_time to ->start_boottime | Peter Zijlstra | 1 | -1/+1 |
2019-11-05 | clone3: validate stack arguments | Christian Brauner | 1 | -1/+32 |
2019-10-21 | clone3: add CLONE_CLEAR_SIGHAND | Christian Brauner | 1 | -5/+11 |
2019-10-17 | pidfd: check pid has attached task in fdinfo | Christian Brauner | 1 | -6/+11 |
2019-10-15 | pidfd: add NSpid entries to fdinfo | Christian Kellner | 1 | -1/+52 |
2019-10-08 | kernel/sysctl.c: do not override max_threads provided by userspace | Michal Hocko | 1 | -2/+2 |
2019-10-04 | Merge tag 'copy-struct-from-user-v5.4-rc2' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -27/+7 |
2019-10-03 | fork: add kernel-doc for clone3 | Christian Brauner | 1 | -0/+11 |
2019-10-01 | clone3: switch to copy_struct_from_user() | Aleksa Sarai | 1 | -27/+7 |
2019-09-28 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -3/+5 |
2019-09-26 | fork: improve error message for corrupted page tables | Sai Praneeth Prakhya | 1 | -2/+14 |
2019-09-25 | tasks, sched/core: Ensure tasks are available for a grace period after leavin... | Eric W. Biederman | 1 | -4/+7 |
2019-09-25 | tasks: Add a count of task RCU users | Eric W. Biederman | 1 | -4/+3 |
2019-09-21 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 1 | -1/+0 |
2019-09-17 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -31/+3 |
2019-09-17 | Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+2 |
2019-09-16 | Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+8 |