1. 61559a8 uprobes: Fold uprobe_reset_state() into uprobe_dup_mmap() by Oleg Nesterov · 12 years ago
  2. f8ac4ec uprobes: Introduce MMF_HAS_UPROBES by Oleg Nesterov · 12 years ago
  3. f1a45d0 uprobes: Kill dup_mmap()->uprobe_mmap(), simplify uprobe_mmap/munmap by Oleg Nesterov · 12 years ago
  4. c7a3a88 uprobes: Fix mmap_region()'s mm->mm_rb corruption if uprobe_mmap() fails by Oleg Nesterov · 12 years ago
  5. c255a45 memcg: rename config variables by Andrew Morton · 12 years ago
  6. 44de9d0 mm: account the total_vm in the vm_stat_account() by Huang Shijie · 12 years ago
  7. f19b9f7 fork: fix error handling in dup_task() by Akinobu Mita · 12 years ago
  8. 87bec58 revert "sched: Fix fork() error path to not crash" by Andrew Morton · 12 years ago
  9. b2412b7 fork: use vma_pages() to simplify the code by Huang Shijie · 12 years ago
  10. a66d2c8 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  11. 158e164 trim task_work: get rid of hlist by Al Viro · 13 years ago
  12. 164c33c sched: Fix fork() error path to not crash by Salman Qazi · 13 years ago
  13. 48d212a Revert "mm: correctly synchronize rss-counters at exit/exec" by Linus Torvalds · 13 years ago
  14. 40af1bb mm: correctly synchronize rss-counters at exit/exec by Konstantin Khlebnikov · 13 years ago
  15. fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 13 years ago
  16. 08615d7 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  17. f7505d64 fork: call complete_vfork_done() after clearing child_tid and flushing rss-counters by Konstantin Khlebnikov · 13 years ago
  18. 0d16751 Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  19. 7edc8b0 mm/fork: fix overflow in vma length when copying mmap on clone by Siddhesh Poyarekar · 13 years ago
  20. e709ffd mm: remove swap token code by Rik van Riel · 13 years ago
  21. 654443e Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  22. e73f895 task_work_add: generic process-context callbacks by Oleg Nesterov · 13 years ago
  23. ec0d7f1 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  24. cb60e3e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 13 years ago
  25. bf67f3a Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  26. 55ccf3f fork: move the real prepare_to_copy() users to arch_dup_task_struct() by Suresh Siddha · 13 years ago
  27. 5e2bf01 namespaces, pid_ns: fix leakage on fork() failure by Mike Galbraith · 13 years ago
  28. f5e1028 task_allocator: Use config switches instead of magic defines by Thomas Gleixner · 13 years ago
  29. 0d15d74 fork: Provide kmemcache based thread_info allocator by Thomas Gleixner · 13 years ago
  30. 4110180 fork: Provide weak arch_release_[task_struct|thread_info] functions by Thomas Gleixner · 13 years ago
  31. 2889f60 fork: Move thread info gfp flags to header by Thomas Gleixner · 13 years ago
  32. 6c0a9fa fork: Remove the weak insanity by Thomas Gleixner · 13 years ago
  33. 6ac1ef4 Merge branch 'perf/core' into perf/uprobes by Ingo Molnar · 13 years ago
  34. e2cfabdf seccomp: add system call filtering using BPF by Will Drewry · 13 years ago
  35. 959d851 Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-merged by Tejun Heo · 13 years ago
  36. 682968e uprobes/core: Optimize probe hits with the help of a counter by Srikar Dronamraju · 13 years ago
  37. d4b3b63 uprobes/core: Allocate XOL slots for uprobes use by Srikar Dronamraju · 13 years ago
  38. ebec18a prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervision by Lennart Poettering · 13 years ago
  39. 9521127 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  40. cc9a6c8 cpuset: mm: reduce large amounts of memory barrier related damage v3 by Mel Gorman · 13 years ago
  41. c3f0327 mm: add rss counters consistency check by Konstantin Khlebnikov · 13 years ago
  42. 3556485 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 13 years ago
  43. 5f8aadd CLONE_PARENT shouldn't allow to set ->exit_signal by Oleg Nesterov · 13 years ago
  44. 0326f5a uprobes/core: Handle breakpoint and singlestep exceptions by Srikar Dronamraju · 13 years ago
  45. 3d48749 block: ioc_task_link() can't fail by Tejun Heo · 13 years ago
  46. 6e27f63 vfork: kill PF_STARTING by Oleg Nesterov · 13 years ago
  47. 57b59c4 coredump_wait: don't call complete_vfork_done() by Oleg Nesterov · 13 years ago
  48. d68b46f vfork: make it killable by Oleg Nesterov · 13 years ago
  49. c415c3b vfork: introduce complete_vfork_done() by Oleg Nesterov · 13 years ago
  50. d80e731 epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree() by Oleg Nesterov · 13 years ago
  51. 191c542 mm: collapse security_vm_enough_memory() variants into a single function by Al Viro · 13 years ago
  52. 3ec1e88 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  53. 1a2a4d0 security: create task_free security callback by Kees Cook · 13 years ago
  54. 11a3122 block: strip out locking optimization in put_io_context() by Tejun Heo · 13 years ago
  55. 8cdb878 Fix race in process_vm_rw_core by Christopher Yeoh · 13 years ago
  56. f429ee3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit by Linus Torvalds · 13 years ago
  57. 6422e78 audit: remove audit_finish_fork as it can't be called by Eric Paris · 13 years ago
  58. b3c9dd1 Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  59. 001a541 Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
  60. 43d2b11 tracepoint: add tracepoints for debugging oom_score_adj by KAMEZAWA Hiroyuki · 13 years ago
  61. db0c2bf Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 13 years ago
  62. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  63. 8371235 writeback: dirty ratelimit - think time compensation by Wu Fengguang · 14 years ago
  64. 6486163 [S390] cputime: add sparse checking and cleanup by Martin Schwidefsky · 13 years ago
  65. b2efa05 block, cfq: unlink cfq_io_context's immediately by Tejun Heo · 13 years ago
  66. 6e736be block: make ioc get/put interface more conventional and fix race on alloction by Tejun Heo · 13 years ago
  67. 257058a threadgroup: rename signal->threadgroup_fork_lock to ->group_rwsem by Tejun Heo · 13 years ago
  68. 986b11c Merge branch 'pm-freezer' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into pm-freezer by Rafael J. Wysocki · 13 years ago
  69. a320122 freezer: make freezing() test freeze conditions in effect instead of TIF_FREEZE by Tejun Heo · 13 years ago
  70. 468e6a2 writeback: remove vm_dirties and task->dirties by Wu Fengguang · 13 years ago
  71. 208bca0 Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 13 years ago
  72. c9f0124 oom: remove oom_disable_count by David Rientjes · 13 years ago
  73. 9d823e8 writeback: per task dirty rate limit by Wu Fengguang · 14 years ago
  74. 72fa599 move RLIMIT_NPROC check from set_user() to do_execve_common() by Vasiliy Kulikov · 13 years ago
  75. fb0a685 kernel/fork.c: fix a few coding style issues by Daniel Rebelo de Oliveira · 13 years ago
  76. 778d3b0 cpusets: randomize node rotor used in cpuset_mem_spread_node() by Michal Hocko · 13 years ago
  77. 096a705 Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  78. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  79. 75b56ec Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  80. 6657719 make sure that nsproxy_cache is initialized early enough by Al Viro · 14 years ago
  81. dcace06 ptrace: mv send-SIGSTOP from do_fork() to ptrace_init_task() by Oleg Nesterov · 13 years ago
  82. 4aede84 fixlet: Remove fs_excl from struct task. by Justin TerAvest · 13 years ago
  83. 732375c plist: Remove the need to supply locks to plist heads by Dima Zavin · 13 years ago
  84. 4b9d33e ptrace: kill clone/exec tracehooks by Tejun Heo · 14 years ago
  85. a288eec ptrace: kill trivial tracehooks by Tejun Heo · 14 years ago
  86. 6345d24 mm: Fix boot crash in mm_alloc() by Linus Torvalds · 14 years ago
  87. 3864601 mm: extract exe_file handling from procfs by Jiri Slaby · 14 years ago
  88. a77aea9 cgroup: remove the ns_cgroup by Daniel Lezcano · 14 years ago
  89. 4714d1d cgroups: read-write lock CLONE_THREAD forking per threadgroup by Ben Blum · 14 years ago
  90. de03c72 mm: convert mm->cpu_vm_cpumask into cpumask_var_t by KOSAKI Motohiro · 14 years ago
  91. 3d48ae4 mm: Convert i_mmap_lock to a mutex by Peter Zijlstra · 14 years ago
  92. 97a8941 mm: Remove i_mmap_lock lockbreak by Peter Zijlstra · 14 years ago
  93. 3e51e3e sched: Remove unused parameters from sched_fork() and wake_up_new_task() by Samir Bellabes · 14 years ago
  94. 625f2a3 sched: Get rid of lock_depth by Jonathan Corbet · 14 years ago
  95. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  96. 4308eeb pidns: call pid_ns_prepare_proc() from create_pid_namespace() by Eric W. Biederman · 14 years ago
  97. 45a6862 pid: remove the child_reaper special case in init/main.c by Eric W. Biederman · 14 years ago
  98. 9bfb23f sys_unshare: remove the dead CLONE_THREAD/SIGHAND/VM code by Oleg Nesterov · 14 years ago
  99. 207205a kthread: NUMA aware kthread_create_on_node() by Eric Dumazet · 14 years ago
  100. b6a8401 mm: NUMA aware alloc_thread_info_node() by Eric Dumazet · 14 years ago