1. ca18255 kmemleak: clear stale pointers from task stacks by Konstantin Khlebnikov · 7 years ago
  2. a1b2289 android: binder: drop lru lock in isolate callback by Sherry Yang · 7 years ago
  3. 7f85565 Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 7 years ago
  4. a23ba90 locking/rtmutex: replace top-waiter and pi_waiters leftmost caching by Davidlohr Bueso · 7 years ago
  5. 133ff0e mm/hmm: heterogeneous memory management (HMM for short) by Jérôme Glisse · 7 years ago
  6. d2cd9ed mm,fork: introduce MADV_WIPEONFORK by Rik van Riel · 7 years ago
  7. 2129258 mm: oom: let oom_reap_task and exit_mmap run concurrently by Andrea Arcangeli · 7 years ago
  8. 0475919 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 7 years ago
  9. edc2988 Merge branch 'linus' into locking/core, to fix up conflicts by Ingo Molnar · 7 years ago
  10. 355627f mm, uprobes: fix multiple free of ->uprobes_state.xol_area by Eric Biggers · 7 years ago
  11. 2b7e866 fork: fix incorrect fput of ->exe_file causing use-after-free by Eric Biggers · 7 years ago
  12. 48ac3c1 fork: allow arch-override of VMAP stack alignment by Mark Rutland · 7 years ago
  13. 040cca3 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  14. 16af97d mm: migrate: prevent racy access to tlb_flush_pending by Nadav Amit · 7 years ago
  15. b09be67 locking/lockdep: Implement the 'crossrelease' feature by Byungchul Park · 7 years ago
  16. 53a2eba sync to Linus v4.13-rc2 for subsystem developers to work against by James Morris · 7 years ago
  17. 3cf2993 LSM: Remove security_task_create() hook. by Tetsuo Handa · 7 years ago
  18. 7cd815b fork,random: use get_random_canary() to set tsk->stack_canary by Rik van Riel · 7 years ago
  19. e41d5818 fault-inject: support systematic fault injection by Dmitry Vyukov · 7 years ago
  20. 112166f kernel/fork.c: virtually mapped stacks: do not disable interrupts by Christoph Lameter · 7 years ago
  21. 4fde846 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  22. ed52be7 mm: memcontrol: use generic mod_memcg_page_state for kmem pages by Johannes Weiner · 8 years ago
  23. bac5b6b sched/cputime: Move the vtime task fields to their own struct by Frederic Weisbecker · 8 years ago
  24. 60a9ce5 sched/cputime: Rename vtime fields by Frederic Weisbecker · 8 years ago
  25. d024baa Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  26. 4d6501d kthread: Fix use-after-free if kthread fork fails by Vegard Nossum · 8 years ago
  27. 3fd3722 pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes() by Kirill Tkhai · 8 years ago
  28. 1b84fc1 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  29. de4d195 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  30. 19809c2 mm, vmalloc: use __GFP_HIGHMEM implicitly by Michal Hocko · 8 years ago
  31. 19659c5 fork: free vmapped stacks in cache when cpus are offline by Hoeun Ryu · 8 years ago
  32. 5ea30e4 stackprotector: Increase the per-task stack canary's random range from 32 bits to 64 bits on 64-bit platforms by Daniel Micay · 8 years ago
  33. 0302e28 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  34. 76f1948 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 8 years ago
  35. 7c8c03b Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  36. 5f0d5a3 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU by Paul E. McKenney · 8 years ago
  37. e96a7705 sched/rtmutex/deadline: Fix a PI crash for deadline tasks by Xunlei Pang · 8 years ago
  38. e4e55b4 LSM: Revive security_task_alloc() hook and per "struct task_struct" security blob. by Tetsuo Handa · 8 years ago
  39. e422267 perf: Add PERF_RECORD_NAMESPACES to include namespaces related info by Hari Bathini · 8 years ago
  40. d83a7cb livepatch: change to a per-task consistency model by Josh Poimboeuf · 8 years ago
  41. 6bfbaa5 sched/headers, RCU: Move rcu_copy_process() from <linux/sched/task.h> to kernel/fork.c by Ingo Molnar · 8 years ago
  42. 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
  43. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  44. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  45. 03441a3 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h> by Ingo Molnar · 8 years ago
  46. 037741a sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h> by Ingo Molnar · 8 years ago
  47. 6a3827d sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h> by Ingo Molnar · 8 years ago
  48. 8703e8a sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h> by Ingo Molnar · 8 years ago
  49. f7ccbae sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h> by Ingo Molnar · 8 years ago
  50. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  51. 4eb5aaa sched/headers: Prepare for new header dependencies before moving code to <linux/sched/autogroup.h> by Ingo Molnar · 8 years ago
  52. 780de9d sched/headers, cgroups: Remove the threadgroup_change_*() wrappery by Ingo Molnar · 8 years ago
  53. 3fce371 mm: add new mmget() helper by Vegard Nossum · 8 years ago
  54. f1ef09f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  55. 893e26e userfaultfd: non-cooperative: Add fork() event by Pavel Emelyanov · 8 years ago
  56. 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
  57. 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
  58. 95cb64c fork: Fix task_struct alignment by Peter Zijlstra · 8 years ago
  59. 749860c prctl: propagate has_child_subreaper flag to every descendant by Pavel Tikhomirov · 8 years ago
  60. 0f1b92c introduce the walk_process_tree() helper by Oleg Nesterov · 8 years ago
  61. ebd7e7f timers/posix-timers: Convert internals to use nsecs by Frederic Weisbecker · 8 years ago
  62. b18b6a9 timers: Omit POSIX timer stuff from task_struct when disabled by Nicolas Pitre · 8 years ago
  63. e274795 locking/mutex: Fix mutex handoff by Peter Zijlstra · 8 years ago
  64. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  65. 412ac77a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  66. 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
  67. e34bac7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  68. 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
  69. 0f110a9 kernel/fork: use vfree_atomic() to free thread stack by Andrey Ryabinin · 8 years ago
  70. 1da5c46 kthread: Make struct kthread kmalloc'ed by Oleg Nesterov · 8 years ago
  71. 4e28ec3 Merge back earlier cpuidle material for v4.10. by Rafael J. Wysocki · 8 years ago
  72. c1de45c sched/idle: Add support for tasks that inject idle by Peter Zijlstra · 8 years ago
  73. bfedb58 mm: Add a user_ns owner to mm_struct and fix ptrace permission checks by Eric W. Biederman · 8 years ago
  74. baa73d9 posix-timers: Make them configurable by Nicolas Pitre · 8 years ago
  75. 40565b5 sched/cputime, powerpc, s390: Make scaled cputime arch specific by Stanislaw Gruszka · 8 years ago
  76. 405c075 fork: Add task stack refcounting sanity check and prevent premature task stack freeing by Andy Lutomirski · 8 years ago
  77. 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
  78. 0766f78 latent_entropy: Mark functions with __latent_entropy by Emese Revfy · 9 years ago
  79. 38addce gcc-plugins: Add latent_entropy plugin by Emese Revfy · 9 years ago
  80. 6fcb52a thp: reduce usage of huge zero page's atomic counter by Aaron Lu · 8 years ago
  81. 862e307 mm, oom: get rid of signal_struct::oom_victims by Michal Hocko · 8 years ago
  82. 7283094ec kernel, oom: fix potential pgd_lock deadlock from __mmdrop by Michal Hocko · 8 years ago
  83. 26db62f oom: keep mm of the killed task available by Michal Hocko · 8 years ago
  84. 14986a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  85. ac496bf fork: Optimize task creation by caching two thread stacks per CPU if CONFIG_VMAP_STACK=y by Andy Lutomirski · 8 years ago
  86. 68f24b08 sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASK by Andy Lutomirski · 8 years ago
  87. d4b80af Merge branch 'linus' into x86/asm, to pick up recent fixes by Ingo Molnar · 8 years ago
  88. b9677fa Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  89. 735f277 kernel/fork: fix CLONE_CHILD_CLEARTID regression in nscd by Michal Hocko · 8 years ago
  90. 511a8cd Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  91. cd81a917 mm: introduce get_task_exe_file by Mateusz Guzik · 8 years ago
  92. ba14a19 fork: Add generic vmalloced stack support by Andy Lutomirski · 8 years ago
  93. 568ac88 cgroup: reduce read locked section of cgroup_threadgroup_rwsem during fork by Balbir Singh · 8 years ago
  94. 25f9c08 userns: Generalize the user namespace count into ucount by Eric W. Biederman · 8 years ago
  95. f6b2db1 userns: Make the count of user namespaces per user by Eric W. Biederman · 8 years ago
  96. b376c3e userns: Add a limit on the number of user namespaces by Eric W. Biederman · 8 years ago
  97. efdc949 mm: fix memcg stack accounting for sub-page stacks by Andy Lutomirski · 8 years ago
  98. d30dd8b mm: track NR_KERNEL_STACK in KiB instead of number of stacks by Andy Lutomirski · 8 years ago
  99. 4949148 mm: charge/uncharge kmemcg from generic page allocator paths by Vladimir Davydov · 8 years ago
  100. 9521d39 Fix build break in fork.c when THREAD_SIZE < PAGE_SIZE by Michael Ellerman · 9 years ago