- 533b220 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 7 months ago
- 2227e5b Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- d08b9f0 scs: Add support for Clang's Shadow Call Stack (SCS) by Sami Tolvanen · 4 years, 8 months ago
- 3f2c788 fork: prevent accidental access to clone3 features by Christian Brauner · 4 years, 8 months ago
- 276c410 rcu-tasks: Split ->trc_reader_need_end by Paul E. McKenney · 4 years, 10 months ago
- d5f177d rcu-tasks: Add an RCU Tasks Trace to simplify protection of tracing hooks by Paul E. McKenney · 4 years, 10 months ago
- a966dcf clone3: add build-time CLONE_ARGS_SIZE_VER* validity checks by Eugene Syromiatnikov · 4 years, 9 months ago
- 6217387 clone3: add a check for the user struct size if CLONE_INTO_CGROUP is set by Eugene Syromiatnikov · 4 years, 9 months ago
- e82a118 clone3: fix cgroup argument sanity check by Eugene Syromiatnikov · 4 years, 9 months ago
- e39a4b3 mm: set vm_next and vm_prev to NULL in vm_area_dup() by Li Xinhai · 4 years, 9 months ago
- 93949bb mm: don't prepare anon_vma if vma has VM_WIPEONFORK by Li Xinhai · 4 years, 9 months ago
- d883600 Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 4 years, 9 months ago
- 6cad420c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 9 months ago
- d987ca1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 9 months ago
- f4b00ea mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page() by Roman Gushchin · 4 years, 9 months ago
- 8380ce4 mm: fork: fix kernel_stack memcg stats for various stack implementations by Roman Gushchin · 4 years, 9 months ago
- 3e74fab exec: Fix a deadlock in strace by Bernd Edlinger · 4 years, 10 months ago
- eea9673 exec: Add exec_update_mutex to replace cred_guard_mutex by Eric W. Biederman · 4 years, 9 months ago
- 0c282b0 fork: Use RCU_INIT_POINTER() instead of rcu_access_pointer() by Madhuparna Bhowmik · 5 years ago
- ef2c41c clone3: allow spawning processes into cgroups by Christian Brauner · 5 years ago
- 5a5cf5c cgroup: refactor fork helpers by Christian Brauner · 5 years ago
- 39bed42 Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
- e279160 Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 984cfe4 mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptions by Jason Gunthorpe · 5 years ago
- 769071a ns: Introduce Time Namespace by Andrei Vagin · 5 years ago
- dd499f7 clone3: ensure copy_thread_tls is implemented by Amanieu d'Antras · 5 years ago
- 043cf46 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- eafb149 fork: support VMAP_STACK with KASAN_VMALLOC by Daniel Axtens · 5 years ago
- aa32f11 Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
- 168829a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 0acefef Merge tag 'threads-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
- 83bae01 Merge branch 'timers/urgent' into timers/core, to pick up fix by Ingo Molnar · 5 years ago
- 107e899 mm/hmm: define the pre-processor related parts of hmm.h even if disabled by Jason Gunthorpe · 5 years ago
- 9e77716 fork: fix pidfd_poll()'s return type by Luc Van Oostenryck · 5 years ago
- 150d715 futex: Split futex_mm_release() for exit/exec by Thomas Gleixner · 5 years ago
- 4610ba7 exit/exec: Seperate mm_release() by Thomas Gleixner · 5 years ago
- ba31c1a4 futex: Move futex exit handling into futex code by Thomas Gleixner · 5 years ago
- 49cb2fc fork: extend clone3() to support setting a PID by Adrian Reber · 5 years ago
- cf25e24 time: Rename tsk->real_start_time to ->start_boottime by Peter Zijlstra · 5 years ago
- fa729c4 clone3: validate stack arguments by Christian Brauner · 5 years ago
- b612e5d clone3: add CLONE_CLEAR_SIGHAND by Christian Brauner · 5 years ago
- 3d6d8da pidfd: check pid has attached task in fdinfo by Christian Brauner · 5 years ago
- 15d42eb pidfd: add NSpid entries to fdinfo by Christian Kellner · 5 years ago
- b0f53db kernel/sysctl.c: do not override max_threads provided by userspace by Michal Hocko · 5 years ago
- e524d16 Merge tag 'copy-struct-from-user-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
- 501bd01 fork: add kernel-doc for clone3 by Christian Brauner · 5 years ago
- f14c234 clone3: switch to copy_struct_from_user() by Aleksa Sarai · 5 years ago
- 9c5efe9 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 8495f7e fork: improve error message for corrupted page tables by Sai Praneeth Prakhya · 5 years ago
- 0ff7b2c tasks, sched/core: Ensure tasks are available for a grace period after leaving the runqueue by Eric W. Biederman · 5 years ago
- 3fbd7ee tasks: Add a count of task RCU users by Eric W. Biederman · 5 years ago
- 84da111 Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
- 7f2444d Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 76f0f22 Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 5 years ago
- c17112a Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
- a0eb9ab fork: block invalid exit signals with clone3() by Eugene Syromiatnikov · 5 years ago
- 244d49e posix-cpu-timers: Move state tracking to struct posix_cputimers by Thomas Gleixner · 5 years ago
- 3a245c0 posix-cpu-timers: Move expiry cache into struct posix_cputimers by Thomas Gleixner · 5 years ago
- 2b69942 posix-cpu-timers: Create a container struct by Thomas Gleixner · 5 years ago
- daa138a Merge branch 'odp_fixes' into hmm.git by Jason Gunthorpe · 5 years ago
- c7d8b78 hmm: use mmu_notifier_get/put for 'struct hmm' by Jason Gunthorpe · 5 years ago
- 4189ff2 kernel: only define task_struct_whitelist conditionally by Christoph Hellwig · 5 years ago
- 3695eae pidfd: add P_PIDFD to waitid() by Christian Brauner · 5 years ago
- 16d51a5 sched/fair: Don't free p->numa_faults with concurrent readers by Jann Horn · 5 years ago
- 3c69914 Merge tag 'for-linus-20190715' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
- fec88ab Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
- 028b6e8a clone: fix CLONE_PIDFD support by Dmitry V. Levin · 5 years ago
- 8f6ccf6 Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
- 5450e8a Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
- dad1c12 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- e1928328 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 927ba67 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 9ec3f4c Merge tag 'v5.2-rc7' into rdma.git hmm by Jason Gunthorpe · 6 years ago
- 28dd29c fork: return proper negative error code by Christian Brauner · 6 years ago
- 1bf4580 fork,memcg: alloc_thread_stack_node needs to set tsk->stack by Andrea Arcangeli · 6 years ago
- b53b0b9 pidfd: add polling support by Joel Fernandes (Google) · 6 years ago
- 6fd2fe4 copy_process(): don't use ksys_close() on cleanups by Al Viro · 6 years ago
- 9014143 fork: don't check parent_tidptr with CLONE_PIDFD by Dmitry V. Levin · 6 years ago
- 9285ec4 timekeeping: Use proper clock specifier names in functions by Jason A. Donenfeld · 6 years ago
- d68dbb0 arch: handle arches who do not yet define clone3 by Christian Brauner · 6 years ago
- c8a53b2 mm/hmm: Hold a mmgrab from hmm to mm by Jason Gunthorpe · 6 years ago
- 7f192e3 fork: add clone3 by Christian Brauner · 6 years ago
- e196e47 locking/lockdep: Use lockdep_init_task for task initiation consistently by Yuyang Du · 6 years ago
- 3bd3706 sched/core: Provide a pointer to the valid CPU mask by Sebastian Andrzej Siewior · 6 years ago
- 8856ae4 kernel/fork.c: make max_threads symbol static by Kefeng Wang · 6 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- e02c9b0 kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tracing by Lin Feng · 6 years ago
- c3f3ce0 userfaultfd: use RCU to free the task struct when fork fails by Andrea Arcangeli · 6 years ago
- c3b7112 fork: do not release lock that wasn't taken by Christian Brauner · 6 years ago
- abde77e Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 6 years ago
- eac7078 Merge tag 'pidfd-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
- b3e58382 clone: add CLONE_PIDFD by Christian Brauner · 6 years ago
- 13585fa fork: Provide a function for copying init_mm by Nadav Amit · 6 years ago
- aad42dd uprobes: Initialize uprobes earlier by Nadav Amit · 6 years ago
- 76f969e cgroup: cgroup v2 freezer by Roman Gushchin · 6 years ago
- a50243b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
- fd2081f kernel/fork.c: remove duplicated include by YueHaibing · 6 years ago
- 70f8a3c mm: make mm->pinned_vm an atomic64 counter by Davidlohr Bueso · 6 years ago
- f0b89d3 sched/core: Convert task_struct.stack_refcount to refcount_t by Elena Reshetova · 6 years ago
- ec1d281 sched/core: Convert task_struct.usage to refcount_t by Elena Reshetova · 6 years ago