- 6bfbaa5 sched/headers, RCU: Move rcu_copy_process() from <linux/sched/task.h> to kernel/fork.c by Ingo Molnar · 8 years ago
- 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
- 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
- 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
- 03441a3 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h> by Ingo Molnar · 8 years ago
- 037741a sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h> by Ingo Molnar · 8 years ago
- 6a3827d sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h> by Ingo Molnar · 8 years ago
- 8703e8a sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h> by Ingo Molnar · 8 years ago
- f7ccbae sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h> by Ingo Molnar · 8 years ago
- 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
- 4eb5aaa sched/headers: Prepare for new header dependencies before moving code to <linux/sched/autogroup.h> by Ingo Molnar · 8 years ago
- 780de9d sched/headers, cgroups: Remove the threadgroup_change_*() wrappery by Ingo Molnar · 8 years ago
- 3fce371 mm: add new mmget() helper by Vegard Nossum · 8 years ago
- f1ef09f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
- 893e26e userfaultfd: non-cooperative: Add fork() event by Pavel Emelyanov · 8 years ago
- 42e1b14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 828cad8 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 95cb64c fork: Fix task_struct alignment by Peter Zijlstra · 8 years ago
- 749860c prctl: propagate has_child_subreaper flag to every descendant by Pavel Tikhomirov · 8 years ago
- 0f1b92c introduce the walk_process_tree() helper by Oleg Nesterov · 8 years ago
- ebd7e7f timers/posix-timers: Convert internals to use nsecs by Frederic Weisbecker · 8 years ago
- b18b6a9 timers: Omit POSIX timer stuff from task_struct when disabled by Nicolas Pitre · 8 years ago
- e274795 locking/mutex: Fix mutex handoff by Peter Zijlstra · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 412ac77a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
- 7b9dc3f Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
- e34bac7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
- 9465d9c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 0f110a9 kernel/fork: use vfree_atomic() to free thread stack by Andrey Ryabinin · 8 years ago
- 1da5c46 kthread: Make struct kthread kmalloc'ed by Oleg Nesterov · 8 years ago
- 4e28ec3 Merge back earlier cpuidle material for v4.10. by Rafael J. Wysocki · 8 years ago
- c1de45c sched/idle: Add support for tasks that inject idle by Peter Zijlstra · 8 years ago
- bfedb58 mm: Add a user_ns owner to mm_struct and fix ptrace permission checks by Eric W. Biederman · 8 years ago
- baa73d9 posix-timers: Make them configurable by Nicolas Pitre · 8 years ago
- 40565b5 sched/cputime, powerpc, s390: Make scaled cputime arch specific by Stanislaw Gruszka · 8 years ago
- 405c075 fork: Add task stack refcounting sanity check and prevent premature task stack freeing by Andy Lutomirski · 8 years ago
- 9ffc669 Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
- 0766f78 latent_entropy: Mark functions with __latent_entropy by Emese Revfy · 9 years ago
- 38addce gcc-plugins: Add latent_entropy plugin by Emese Revfy · 9 years ago
- 6fcb52a thp: reduce usage of huge zero page's atomic counter by Aaron Lu · 8 years ago
- 862e307 mm, oom: get rid of signal_struct::oom_victims by Michal Hocko · 8 years ago
- 7283094ec kernel, oom: fix potential pgd_lock deadlock from __mmdrop by Michal Hocko · 8 years ago
- 26db62f oom: keep mm of the killed task available by Michal Hocko · 8 years ago
- 14986a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
- ac496bf fork: Optimize task creation by caching two thread stacks per CPU if CONFIG_VMAP_STACK=y by Andy Lutomirski · 8 years ago
- 68f24b08 sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASK by Andy Lutomirski · 8 years ago
- d4b80af Merge branch 'linus' into x86/asm, to pick up recent fixes by Ingo Molnar · 8 years ago
- b9677fa Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
- 735f277 kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscd by Michal Hocko · 8 years ago
- 511a8cd Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
- cd81a91 mm: introduce get_task_exe_file by Mateusz Guzik · 8 years ago
- ba14a19 fork: Add generic vmalloced stack support by Andy Lutomirski · 8 years ago
- 568ac88 cgroup: reduce read locked section of cgroup_threadgroup_rwsem during fork by Balbir Singh · 8 years ago
- 25f9c08 userns: Generalize the user namespace count into ucount by Eric W. Biederman · 8 years ago
- f6b2db1 userns: Make the count of user namespaces per user by Eric W. Biederman · 8 years ago
- b376c3e userns: Add a limit on the number of user namespaces by Eric W. Biederman · 8 years ago
- efdc949 mm: fix memcg stack accounting for sub-page stacks by Andy Lutomirski · 8 years ago
- d30dd8b mm: track NR_KERNEL_STACK in KiB instead of number of stacks by Andy Lutomirski · 8 years ago
- 4949148 mm: charge/uncharge kmemcg from generic page allocator paths by Vladimir Davydov · 8 years ago
- 9521d39 Fix build break in fork.c when THREAD_SIZE < PAGE_SIZE by Michael Ellerman · 9 years ago
- b235bee Clarify naming of thread info/stack allocators by Linus Torvalds · 9 years ago
- 7ef949d7 mm: oom_reaper: remove some bloat by Michal Hocko · 9 years ago
- 7c05126 mm, fork: make dup_mmap wait for mmap_sem for write killable by Michal Hocko · 9 years ago
- 725fc62 kernek/fork.c: allocate idle task for a CPU always on its local node by Andi Kleen · 9 years ago
- 0740aa5 fork: free thread in copy_process on failure by Jiri Slaby · 9 years ago
- ec8d7c1 mm, oom_reaper: do not mmput synchronously from the oom reaper context by Michal Hocko · 9 years ago
- 2a74213 signals/sigaltstack: Implement SS_AUTODISARM flag by Stas Sergeev · 9 years ago
- 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 9 years ago
- 5518f66 Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
- 12580e4 mm: memcontrol: report kernel stack usage in cgroup2 memory.stat by Vladimir Davydov · 9 years ago
- a79a908 cgroup: introduce cgroup namespaces by Aditya Kali · 9 years ago
- 8463833 mm: rework virtual memory accounting by Konstantin Khlebnikov · 9 years ago
- 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
- 34a9304 Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
- 567bee2 Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging new patches by Ingo Molnar · 9 years ago
- 093e584 sched/core: Reset task's lockless wake-queues on fork() by Sebastian Andrzej Siewior · 9 years ago
- b7ce227 sched/cputime: Convert vtime_seqlock to seqcount by Frederic Weisbecker · 9 years ago
- 7098c1e sched/cputime: Clarify vtime symbols and document them by Frederic Weisbecker · 9 years ago
- b53202e cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friends by Oleg Nesterov · 9 years ago
- c9e75f0 cgroup: pids: fix race between cgroup_post_fork() and cgroup_migrate() by Oleg Nesterov · 9 years ago
- 2e3078a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- de60f5f mm: introduce VM_LOCKONFAULT by Eric B Munson · 9 years ago
- 69234ac Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
- 2e91fa7 cgroup: keep zombies associated with their original cgroups by Tejun Heo · 9 years ago
- d5c373e posix_cpu_timer: Convert cputimer->running to bool by Jason Low · 9 years ago
- 1ed1328 sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem by Tejun Heo · 9 years ago
- 0c98625 Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem" by Tejun Heo · 9 years ago
- 16ba6f8 userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WP by Andrea Arcangeli · 9 years ago
- 745f234 userfaultfd: add vm_userfaultfd_ctx to the vm_area_struct by Andrea Arcangeli · 9 years ago
- 8bdc69b Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
- 73b6fa8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
- a1d8561 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- faf00da userns,pidns: Force thread group sharing, not signal handler sharing. by Eric W. Biederman · 9 years ago
- 12c641a unshare: Unsharing a thread does not require unsharing a vm by Eric W. Biederman · 9 years ago
- 9d7fb04 sched/cputime: Guarantee stime + utime == rtime by Peter Zijlstra · 10 years ago
- 5aaeb5c x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on x86 by Ingo Molnar · 9 years ago
- 0c8c0f0 x86/fpu, sched: Dynamically allocate 'struct fpu' by Dave Hansen · 9 years ago
- 7e47682 cgroup: allow a cgroup subsystem to reject a fork by Aleksa Sarai · 10 years ago
- bbe179f Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
- 3033f14a clone: support passing tls argument via C rather than pt_regs magic by Josh Triplett · 10 years ago