1. efdc949 mm: fix memcg stack accounting for sub-page stacks by Andy Lutomirski · 8 years ago
  2. d30dd8b mm: track NR_KERNEL_STACK in KiB instead of number of stacks by Andy Lutomirski · 8 years ago
  3. 4949148 mm: charge/uncharge kmemcg from generic page allocator paths by Vladimir Davydov · 8 years ago
  4. 9521d39 Fix build break in fork.c when THREAD_SIZE < PAGE_SIZE by Michael Ellerman · 8 years ago
  5. b235bee Clarify naming of thread info/stack allocators by Linus Torvalds · 8 years ago
  6. 7ef949d7 mm: oom_reaper: remove some bloat by Michal Hocko · 8 years ago
  7. 7c05126 mm, fork: make dup_mmap wait for mmap_sem for write killable by Michal Hocko · 8 years ago
  8. 725fc62 kernek/fork.c: allocate idle task for a CPU always on its local node by Andi Kleen · 8 years ago
  9. 0740aa5 fork: free thread in copy_process on failure by Jiri Slaby · 8 years ago
  10. ec8d7c1 mm, oom_reaper: do not mmput synchronously from the oom reaper context by Michal Hocko · 8 years ago
  11. 2a74213 signals/sigaltstack: Implement SS_AUTODISARM flag by Stas Sergeev · 8 years ago
  12. 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 8 years ago
  13. 5518f66 Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  14. 12580e4 mm: memcontrol: report kernel stack usage in cgroup2 memory.stat by Vladimir Davydov · 8 years ago
  15. a79a908 cgroup: introduce cgroup namespaces by Aditya Kali · 8 years ago
  16. 8463833 mm: rework virtual memory accounting by Konstantin Khlebnikov · 8 years ago
  17. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  18. 34a9304 Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 8 years ago
  19. 567bee2 Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging new patches by Ingo Molnar · 8 years ago
  20. 093e584 sched/core: Reset task's lockless wake-queues on fork() by Sebastian Andrzej Siewior · 8 years ago
  21. b7ce227 sched/cputime: Convert vtime_seqlock to seqcount by Frederic Weisbecker · 9 years ago
  22. 7098c1e sched/cputime: Clarify vtime symbols and document them by Frederic Weisbecker · 9 years ago
  23. b53202e cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friends by Oleg Nesterov · 9 years ago
  24. c9e75f0 cgroup: pids: fix race between cgroup_post_fork() and cgroup_migrate() by Oleg Nesterov · 9 years ago
  25. 2e3078a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  26. de60f5f mm: introduce VM_LOCKONFAULT by Eric B Munson · 9 years ago
  27. 69234ac Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  28. 2e91fa7 cgroup: keep zombies associated with their original cgroups by Tejun Heo · 9 years ago
  29. d5c373e posix_cpu_timer: Convert cputimer->running to bool by Jason Low · 9 years ago
  30. 1ed1328 sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem by Tejun Heo · 9 years ago
  31. 0c98625 Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem" by Tejun Heo · 9 years ago
  32. 16ba6f8 userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WP by Andrea Arcangeli · 9 years ago
  33. 745f234 userfaultfd: add vm_userfaultfd_ctx to the vm_area_struct by Andrea Arcangeli · 9 years ago
  34. 8bdc69b Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  35. 73b6fa8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  36. 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
  37. faf00da userns,pidns: Force thread group sharing, not signal handler sharing. by Eric W. Biederman · 9 years ago
  38. 12c641a unshare: Unsharing a thread does not require unsharing a vm by Eric W. Biederman · 9 years ago
  39. 9d7fb04 sched/cputime: Guarantee stime + utime == rtime by Peter Zijlstra · 9 years ago
  40. 5aaeb5c x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on x86 by Ingo Molnar · 9 years ago
  41. 0c8c0f0 x86/fpu, sched: Dynamically allocate 'struct fpu' by Dave Hansen · 9 years ago
  42. 7e47682 cgroup: allow a cgroup subsystem to reject a fork by Aleksa Sarai · 9 years ago
  43. bbe179f Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  44. 3033f14a clone: support passing tls argument via C rather than pt_regs magic by Josh Triplett · 9 years ago
  45. d59cfc0 sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem by Tejun Heo · 9 years ago
  46. 8bcbde5 sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabled by David Hildenbrand · 9 years ago
  47. 1018016 sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to improve scalability by Jason Low · 9 years ago
  48. 316c1608d sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE() by Jason Low · 9 years ago
  49. 1116334 oprofile: reduce mmap_sem hold for mm->exe_file by Davidlohr Bueso · 9 years ago
  50. 6e399cd prctl: avoid using mmap_sem for exe_file serialization by Davidlohr Bueso · 9 years ago
  51. 90f31d0 mm: rcu-protected get_mm_exe_file() by Konstantin Khlebnikov · 9 years ago
  52. 16db3d3 kernel/sysctl.c: threads-max observe limits by Heinrich Schuchardt · 9 years ago
  53. ac1b398 kernel/fork.c: avoid division by zero by Heinrich Schuchardt · 9 years ago
  54. ff691f6 kernel/fork.c: new function for max_threads by Heinrich Schuchardt · 9 years ago
  55. 3ea7f5e fork_init: update max_threads comment by Jean Delvare · 9 years ago
  56. 35f71bc fork: report pid reservation failure properly by Michal Hocko · 9 years ago
  57. 973f911 Remove execution domain support by Richard Weinberger · 9 years ago
  58. 2d2f511 mm: do not use mm->nr_pmds on !MMU configurations by Kirill A. Shutemov · 9 years ago
  59. b30fe6c mm: fix false-positive warning on exit due mm_nr_pmds(mm) by Kirill A. Shutemov · 9 years ago
  60. dc6c9a3 mm: account pmd page tables to the process by Kirill A. Shutemov · 9 years ago
  61. 27ba064 rmap: drop support of non-linear mappings by Kirill A. Shutemov · 9 years ago
  62. 83cde9e mm: use new helper functions around the i_mmap_mutex by Davidlohr Bueso · 9 years ago
  63. 392809b signal: Document the RCU protection of ->sighand by Oleg Nesterov · 10 years ago
  64. faafcba Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  65. 96dad67 mm: use VM_BUG_ON_MM where possible by Sasha Levin · 10 years ago
  66. 6c72e350 perf: fix perf bug in fork() by Peter Zijlstra · 10 years ago
  67. d4311ff init/main.c: Give init_task a canary by Aaron Tomlin · 10 years ago
  68. e78c349 time, signal: Protect resource use statistics with seqlock by Rik van Riel · 10 years ago
  69. 69f6a34 seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lock by Guenter Roeck · 10 years ago
  70. 4bb5f5d mm: allow drivers to prevent new writable mappings by David Herrmann · 10 years ago
  71. ab602f7 shm: make exit_shm work proportional to task activity by Jack Miller · 10 years ago
  72. 33144e8 kernel/fork.c: make mm_init_owner static by Vladimir Davydov · 10 years ago
  73. 4f7d461 fork: copy mm's vm usage counters under mmap_sem by Vladimir Davydov · 10 years ago
  74. ce65cef fork: reset mm->pinned_vm by Vladimir Davydov · 10 years ago
  75. 41f727f fork/exec: cleanup mm initialization by Vladimir Davydov · 10 years ago
  76. 747db95 mm: memcontrol: use page lists for uncharge batching by Johannes Weiner · 10 years ago
  77. bb2cbf5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  78. e7fda6c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  79. ccbf62d sched: Make task->start_time nanoseconds based by Thomas Gleixner · 10 years ago
  80. 57e0be0 sched: Make task->real_start_time nanoseconds based by Thomas Gleixner · 10 years ago
  81. dbd95212 seccomp: introduce writer locking by Kees Cook · 10 years ago
  82. afdb094 Merge tag 'v3.16-rc5' into timers/core by Thomas Gleixner · 10 years ago
  83. d26fad5 Merge tag 'v3.16-rc5' into sched/core, to refresh the branch before applying bigger tree-wide changes by Ingo Molnar · 10 years ago
  84. 466af29 sched/deadline: Kill task_struct->pi_top_task by Oleg Nesterov · 10 years ago
  85. 4af4206 tracing: Fix syscall_*regfunc() vs copy_process() race by Oleg Nesterov · 10 years ago
  86. f037c117 fork: Use ktime_get_ts() by Thomas Gleixner · 10 years ago
  87. 4e52365 ptrace: fix fork event messages across pid namespaces by Matthew Dempsky · 10 years ago
  88. f98bafa memcg: kill CONFIG_MM_OWNER by Oleg Nesterov · 10 years ago
  89. 5238343 mm: get rid of __GFP_KMEMCG by Vladimir Davydov · 10 years ago
  90. 52f5684c kernel: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 10 years ago
  91. f0432d1 mm, mempolicy: remove per-process flag by David Rientjes · 10 years ago
  92. 514ddb4 fork: collapse copy_flags into copy_process by David Rientjes · 10 years ago
  93. 615d6e8 mm: per-thread vma caching by Davidlohr Bueso · 10 years ago
  94. a0715cc mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLE by Alex Thorlton · 10 years ago
  95. 32d01dc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  96. e8604cb cgroup: fix spurious lockdep warning in cgroup_exit() by Li Zefan · 10 years ago
  97. 156654f sched/numa: Move task_numa_free() to __put_task_struct() by Mike Galbraith · 10 years ago
  98. 98611e4 exec: kill task_struct->did_exec by Oleg Nesterov · 10 years ago
  99. 68ce670 kernel/fork.c: remove redundant NULL check in dup_mm() by Daeseok Youn · 10 years ago
  100. 5d59e18 kernel/fork.c: fix coding style issues by Daeseok Youn · 10 years ago