1. ff691f6 kernel/fork.c: new function for max_threads by Heinrich Schuchardt · 9 years ago
  2. 3ea7f5e fork_init: update max_threads comment by Jean Delvare · 9 years ago
  3. 35f71bc fork: report pid reservation failure properly by Michal Hocko · 9 years ago
  4. 973f911 Remove execution domain support by Richard Weinberger · 9 years ago
  5. 2d2f511 mm: do not use mm->nr_pmds on !MMU configurations by Kirill A. Shutemov · 9 years ago
  6. b30fe6c mm: fix false-positive warning on exit due mm_nr_pmds(mm) by Kirill A. Shutemov · 9 years ago
  7. dc6c9a3 mm: account pmd page tables to the process by Kirill A. Shutemov · 9 years ago
  8. 27ba064 rmap: drop support of non-linear mappings by Kirill A. Shutemov · 9 years ago
  9. 83cde9e mm: use new helper functions around the i_mmap_mutex by Davidlohr Bueso · 9 years ago
  10. 392809b signal: Document the RCU protection of ->sighand by Oleg Nesterov · 10 years ago
  11. 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
  12. 96dad67 mm: use VM_BUG_ON_MM where possible by Sasha Levin · 10 years ago
  13. 6c72e350 perf: fix perf bug in fork() by Peter Zijlstra · 10 years ago
  14. d4311ff init/main.c: Give init_task a canary by Aaron Tomlin · 10 years ago
  15. e78c349 time, signal: Protect resource use statistics with seqlock by Rik van Riel · 10 years ago
  16. 69f6a34 seccomp: Replace BUG(!spin_is_locked()) with assert_spin_lock by Guenter Roeck · 10 years ago
  17. 4bb5f5d mm: allow drivers to prevent new writable mappings by David Herrmann · 10 years ago
  18. ab602f7 shm: make exit_shm work proportional to task activity by Jack Miller · 10 years ago
  19. 33144e8 kernel/fork.c: make mm_init_owner static by Vladimir Davydov · 10 years ago
  20. 4f7d461 fork: copy mm's vm usage counters under mmap_sem by Vladimir Davydov · 10 years ago
  21. ce65cef fork: reset mm->pinned_vm by Vladimir Davydov · 10 years ago
  22. 41f727f fork/exec: cleanup mm initialization by Vladimir Davydov · 10 years ago
  23. 747db95 mm: memcontrol: use page lists for uncharge batching by Johannes Weiner · 10 years ago
  24. bb2cbf5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  25. 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
  26. ccbf62d sched: Make task->start_time nanoseconds based by Thomas Gleixner · 10 years ago
  27. 57e0be0 sched: Make task->real_start_time nanoseconds based by Thomas Gleixner · 10 years ago
  28. dbd95212 seccomp: introduce writer locking by Kees Cook · 10 years ago
  29. afdb094 Merge tag 'v3.16-rc5' into timers/core by Thomas Gleixner · 10 years ago
  30. 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
  31. 466af29 sched/deadline: Kill task_struct->pi_top_task by Oleg Nesterov · 10 years ago
  32. 4af4206 tracing: Fix syscall_*regfunc() vs copy_process() race by Oleg Nesterov · 10 years ago
  33. f037c117 fork: Use ktime_get_ts() by Thomas Gleixner · 10 years ago
  34. 4e52365 ptrace: fix fork event messages across pid namespaces by Matthew Dempsky · 10 years ago
  35. f98bafa memcg: kill CONFIG_MM_OWNER by Oleg Nesterov · 10 years ago
  36. 5238343 mm: get rid of __GFP_KMEMCG by Vladimir Davydov · 10 years ago
  37. 52f5684c kernel: use macros from compiler.h instead of __attribute__((...)) by Gideon Israel Dsouza · 10 years ago
  38. f0432d1 mm, mempolicy: remove per-process flag by David Rientjes · 10 years ago
  39. 514ddb4 fork: collapse copy_flags into copy_process by David Rientjes · 10 years ago
  40. 615d6e8 mm: per-thread vma caching by Davidlohr Bueso · 10 years ago
  41. a0715cc mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLE by Alex Thorlton · 10 years ago
  42. 32d01dc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  43. e8604cb cgroup: fix spurious lockdep warning in cgroup_exit() by Li Zefan · 10 years ago
  44. 156654f sched/numa: Move task_numa_free() to __put_task_struct() by Mike Galbraith · 10 years ago
  45. 98611e4 exec: kill task_struct->did_exec by Oleg Nesterov · 10 years ago
  46. 68ce670 kernel/fork.c: remove redundant NULL check in dup_mm() by Daeseok Youn · 10 years ago
  47. 5d59e18 kernel/fork.c: fix coding style issues by Daeseok Youn · 10 years ago
  48. ff252c1 kernel/fork.c: make dup_mm() static by DaeSeok Youn · 10 years ago
  49. 0c740d0 introduce for_each_thread() to replace the buggy while_each_thread() by Oleg Nesterov · 10 years ago
  50. a0fa1dd Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  51. 48ba620 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  52. 2d3d891 sched/deadline: Add SCHED_DEADLINE inheritance logic by Dario Faggioli · 11 years ago
  53. fb00aca rtmutex: Turn the plist into an rb-tree by Peter Zijlstra · 11 years ago
  54. aab03e0 sched/deadline: Add SCHED_DEADLINE structures & implementation by Dario Faggioli · 11 years ago
  55. 56b4811 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 10 years ago
  56. 2084140 mm: fix TLB flush race between migration, and change_protection_range by Rik van Riel · 10 years ago
  57. bb8cbbf tasks/fork: Remove unnecessary child->exit_state by Oleg Nesterov · 11 years ago
  58. 1f7f4dd fork: Allow CLONE_PARENT after setns(CLONE_NEWPID) by Eric W. Biederman · 11 years ago
  59. e009bb3 mm: implement split page table lock for PMD level by Kirill A. Shutemov · 11 years ago
  60. e1f56c8 mm: convert mm->nr_ptes to atomic_long_t by Kirill A. Shutemov · 11 years ago
  61. 39cf275 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  62. 3ab6796 uprobes: Teach uprobe_copy_process() to handle CLONE_VFORK by Oleg Nesterov · 11 years ago
  63. b68e074 uprobes: Change the callsite of uprobe_copy_process() by Oleg Nesterov · 11 years ago
  64. 5e1576e sched/numa: Stay on the same node if CLONE_VM by Rik van Riel · 11 years ago
  65. b726b7d Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node" by Mel Gorman · 11 years ago
  66. 9bf12df Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  67. ef0855d mm: mempolicy: turn vma_set_policy() into vma_dup_policy() by Oleg Nesterov · 11 years ago
  68. 40a0d32 fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checks by Oleg Nesterov · 11 years ago
  69. 5167246 pidns: kill the unnecessary CLONE_NEWPID in copy_process() by Oleg Nesterov · 11 years ago
  70. e79f525 pidns: fix vfork() after unshare(CLONE_NEWPID) by Oleg Nesterov · 11 years ago
  71. c7c4591 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  72. 6e556ce pidns: Don't have unshare(CLONE_NEWPID) imply CLONE_THREAD by Eric W. Biederman · 11 years ago
  73. c2b1df2 Rename nsproxy.pid_ns to nsproxy.pid_ns_for_children by Andy Lutomirski · 11 years ago
  74. dfa9771 microblaze: fix clone syscall by Michal Simek · 11 years ago
  75. db446a0 aio: convert the ioctx list to table lookup v3 by Benjamin LaHaise · 11 years ago
  76. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 11 years ago
  77. 98d1e64 mm: remove free_area_cache by Michel Lespinasse · 11 years ago
  78. 18c830d kernel/fork.c:copy_process(): consolidate the lockless CLONE_THREAD checks by Oleg Nesterov · 11 years ago
  79. 8190773 kernel/fork.c:copy_process(): don't add the uninitialized child to thread/task/pid lists by Oleg Nesterov · 11 years ago
  80. 80628ca kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader code by Oleg Nesterov · 11 years ago
  81. b57922b fork: reorder permissions when violating number of processes limits by Eric Paris · 11 years ago
  82. ebb3727 Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  83. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  84. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  85. 16fa94b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  86. cafe563 bcache: A block layer cache by Kent Overstreet · 11 years ago
  87. e66eded userns: Don't allow CLONE_NEWUSER | CLONE_FS by Eric W. Biederman · 11 years ago
  88. 9fbc42e cputime: Dynamically scale cputime for full dynticks accounting by Frederic Weisbecker · 11 years ago
  89. 2cf0966 make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect by Al Viro · 11 years ago
  90. 6f977e6 fork: unshare: remove dead code by Alan Cox · 11 years ago
  91. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  92. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  93. b2c77a5 Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core by Ingo Molnar · 11 years ago
  94. 6a61671 cputime: Safely read cputime of full dynticks CPUs by Frederic Weisbecker · 11 years ago
  95. 3a142ed Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  96. b1e0318 sys_clone() needs asmlinkage_protect by Al Viro · 11 years ago
  97. 8382fca pidns: Outlaw thread creation after unshare(CLONE_NEWPID) by Eric W. Biederman · 11 years ago
  98. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  99. ae903ca Bury the conditionals from kernel_thread/kernel_execve series by Al Viro · 11 years ago
  100. 2ad306b fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombs by Glauber Costa · 11 years ago