| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-05-26 | mm: oom_reaper: remove some bloat |  Michal Hocko | 1 | -0/+2 |
| 2016-05-23 | mm, fork: make dup_mmap wait for mmap_sem for write killable |  Michal Hocko | 1 | -1/+5 |
| 2016-05-23 | kernek/fork.c: allocate idle task for a CPU always on its local node |  Andi Kleen | 1 | -6/+9 |
| 2016-05-20 | fork: free thread in copy_process on failure |  Jiri Slaby | 1 | -1/+3 |
| 2016-05-20 | mm, oom_reaper: do not mmput synchronously from the oom reaper context |  Michal Hocko | 1 | -15/+35 |
| 2016-05-03 | signals/sigaltstack: Implement SS_AUTODISARM flag |  Stas Sergeev | 1 | -1/+1 |
| 2016-03-22 | kernel: add kcov code coverage |  Dmitry Vyukov | 1 | -0/+3 |
| 2016-03-21 | Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup |  Linus Torvalds | 1 | -1/+1 |
| 2016-03-17 | mm: memcontrol: report kernel stack usage in cgroup2 memory.stat |  Vladimir Davydov | 1 | -1/+9 |
| 2016-02-16 | cgroup: introduce cgroup namespaces |  Aditya Kali | 1 | -1/+1 |
| 2016-01-14 | mm: rework virtual memory accounting |  Konstantin Khlebnikov | 1 | -3/+2 |
| 2016-01-14 | kmemcg: account certain kmem allocations to memcg |  Vladimir Davydov | 1 | -9/+13 |
| 2016-01-12 | Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup |  Linus Torvalds | 1 | -4/+3 |
| 2016-01-06 | Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging new patches |  Ingo Molnar | 1 | -6/+4 |
| 2016-01-06 | sched/core: Reset task's lockless wake-queues on fork() |  Sebastian Andrzej Siewior | 1 | -0/+1 |
| 2015-12-04 | sched/cputime: Convert vtime_seqlock to seqcount |  Frederic Weisbecker | 1 | -1/+1 |
| 2015-12-04 | sched/cputime: Clarify vtime symbols and document them |  Frederic Weisbecker | 1 | -1/+1 |
| 2015-12-03 | cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friends |  Oleg Nesterov | 1 | -4/+3 |
| 2015-11-30 | cgroup: pids: fix race between cgroup_post_fork() and cgroup_migrate() |  Oleg Nesterov | 1 | -6/+3 |
| 2015-11-05 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 1 | -1/+2 |
| 2015-11-05 | mm: introduce VM_LOCKONFAULT |  Eric B Munson | 1 | -1/+2 |
| 2015-11-05 | Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup |  Linus Torvalds | 1 | -4/+1 |
| 2015-10-15 | cgroup: keep zombies associated with their original cgroups |  Tejun Heo | 1 | -0/+1 |
| 2015-10-15 | posix_cpu_timer: Convert cputimer->running to bool |  Jason Low | 1 | -1/+1 |
| 2015-09-16 | sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem |  Tejun Heo | 1 | -4/+0 |
| 2015-09-16 | Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem" |  Tejun Heo | 1 | -0/+4 |
| 2015-09-04 | userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WP |  Andrea Arcangeli | 1 | -1/+1 |
| 2015-09-04 | userfaultfd: add vm_userfaultfd_ctx to the vm_area_struct |  Andrea Arcangeli | 1 | -0/+1 |
| 2015-09-02 | Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup |  Linus Torvalds | 1 | -2/+15 |
| 2015-09-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace |  Linus Torvalds | 1 | -14/+22 |
| 2015-08-31 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -3/+4 |
| 2015-08-12 | userns,pidns: Force thread group sharing, not signal handler sharing. |  Eric W. Biederman | 1 | -4/+4 |
| 2015-08-12 | unshare: Unsharing a thread does not require unsharing a vm |  Eric W. Biederman | 1 | -10/+18 |
| 2015-08-03 | sched/cputime: Guarantee stime + utime == rtime |  Peter Zijlstra | 1 | -3/+4 |
| 2015-07-18 | x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on x86 |  Ingo Molnar | 1 | -6/+5 |
| 2015-07-18 | x86/fpu, sched: Dynamically allocate 'struct fpu' |  Dave Hansen | 1 | -1/+7 |
| 2015-07-14 | cgroup: allow a cgroup subsystem to reject a fork |  Aleksa Sarai | 1 | -2/+15 |
| 2015-06-26 | Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup |  Linus Torvalds | 1 | -4/+0 |
| 2015-06-25 | clone: support passing tls argument via C rather than pt_regs magic |  Josh Triplett | 1 | -16/+32 |
| 2015-05-26 | sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem |  Tejun Heo | 1 | -4/+0 |
| 2015-05-19 | sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabled |  David Hildenbrand | 1 | -0/+3 |
| 2015-05-08 | sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to improve scalability |  Jason Low | 1 | -3/+0 |
| 2015-05-08 | sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE() |  Jason Low | 1 | -1/+1 |
| 2015-04-17 | oprofile: reduce mmap_sem hold for mm->exe_file |  Davidlohr Bueso | 1 | -0/+1 |
| 2015-04-17 | prctl: avoid using mmap_sem for exe_file serialization |  Davidlohr Bueso | 1 | -6/+13 |
| 2015-04-17 | mm: rcu-protected get_mm_exe_file() |  Konstantin Khlebnikov | 1 | -19/+37 |
| 2015-04-17 | kernel/sysctl.c: threads-max observe limits |  Heinrich Schuchardt | 1 | -2/+29 |
| 2015-04-17 | kernel/fork.c: avoid division by zero |  Heinrich Schuchardt | 1 | -9/+20 |
| 2015-04-17 | kernel/fork.c: new function for max_threads |  Heinrich Schuchardt | 1 | -13/+21 |
| 2015-04-17 | fork_init: update max_threads comment |  Jean Delvare | 1 | -2/+2 |