1. ad915c4 oom: enable oom tasklist dump by default by David Rientjes · 14 years ago
  2. 6f48d0eb oom: select task from tasklist for mempolicy ooms by David Rientjes · 14 years ago
  3. 5e9d834 oom: sacrifice child with highest badness score for parent by David Rientjes · 14 years ago
  4. 6cf86ac oom: filter tasks not sharing the same cpuset by David Rientjes · 14 years ago
  5. 4358997 oom: avoid sending exiting tasks a SIGKILL by David Rientjes · 14 years ago
  6. 7b98c2e oom: give current access to memory reserves if it has been killed by David Rientjes · 14 years ago
  7. c81fac5 oom: dump_tasks use find_lock_task_mm too fix by David Rientjes · 14 years ago
  8. 74ab7f1 oom: improve commentary in dump_tasks() by David Rientjes · 14 years ago
  9. c55db95 oom: dump_tasks use find_lock_task_mm too by KOSAKI Motohiro · 14 years ago
  10. dd8e8f4 oom: introduce find_lock_task_mm() to fix !mm false positives by Oleg Nesterov · 14 years ago
  11. b522794 oom: PF_EXITING check should take mm into account by Oleg Nesterov · 14 years ago
  12. 455c0e5 oom: check PF_KTHREAD instead of !mm to skip kthreads by Oleg Nesterov · 14 years ago
  13. df64f81 memcg: make oom killer a no-op when no killable task can be found by David Rientjes · 14 years ago
  14. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  15. 867578c memcg: fix oom kill behavior by KAMEZAWA Hiroyuki · 14 years ago
  16. daaf1e6 memcg: handle panic_on_oom=always case by KAMEZAWA Hiroyuki · 14 years ago
  17. d559db0 mm: clean up mm_counter by KAMEZAWA Hiroyuki · 14 years ago
  18. 5a2d419 memcg: fix oom killing a child process in an other cgroup by KAMEZAWA Hiroyuki · 14 years ago
  19. d31f56d memcg: avoid oom-killing innocent task in case of use_hierarchy by Daisuke Nishimura · 15 years ago
  20. 4365a56 oom-kill: fix NUMA constraint check with nodemask by KAMEZAWA Hiroyuki · 15 years ago
  21. 3b4798c oom-kill: show virtual size and rss information of the killed process by KOSAKI Motohiro · 15 years ago
  22. 1b604d7 oom: dump stack and VM state when oom killer panics by David Rientjes · 15 years ago
  23. 8c5cd6f oom: oom_kill doesn't kill vfork parent (or child) by KOSAKI Motohiro · 15 years ago
  24. 495789a oom: make oom_score to per-process value by KOSAKI Motohiro · 15 years ago
  25. 28b83c5 oom: move oom_adj value from task_struct to signal_struct by KOSAKI Motohiro · 15 years ago
  26. 35451be ksm: unmerge is an origin of OOMs by Hugh Dickins · 15 years ago
  27. 0753ba0 mm: revert "oom: move oom_adj value" by KOSAKI Motohiro · 15 years ago
  28. 8123681 oom: only oom kill exiting tasks with attached memory by David Rientjes · 15 years ago
  29. 4d8b913 oom: avoid unnecessary mm locking and scanning for OOM_DISABLE by David Rientjes · 15 years ago
  30. 2ff05b2 oom: move oom_adj value from task_struct to mm_struct by David Rientjes · 15 years ago
  31. 6d2661e oom: fix possible oom_dump_tasks NULL pointer by David Rientjes · 15 years ago
  32. 184101b oom: prevent livelock when oom_kill_allocating_task is set by David Rientjes · 15 years ago
  33. e222432 memcg: show memcg information during OOM by Balbir Singh · 15 years ago
  34. a12888f oom_kill: don't call for int_sqrt(0) by Cyrill Gorcunov · 15 years ago
  35. 7f4d454 memcg: avoid deadlock caused by race between oom and cpuset_attach by Daisuke Nishimura · 16 years ago
  36. a636b32 memcg: avoid unnecessary system-wide-oom-killer by KAMEZAWA Hiroyuki · 16 years ago
  37. 75aa199 oom: print triggering task's cpuset and mems allowed by David Rientjes · 16 years ago
  38. c7d4cae oom: fix zone_scan_mutex name by David Rientjes · 16 years ago
  39. 1c0fe6e mm: invoke oom-killer from page fault by Nick Piggin · 16 years ago
  40. 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
  41. c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 16 years ago
  42. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  43. a2f2945 The oomkiller calculations make decisions based on capabilities. Since by Eric Paris · 16 years ago
  44. fbdd126 mm/oom_kill.c: fix badness() kerneldoc by Qinghuang Feng · 16 years ago
  45. b4416d2 oom: do not dump task state for non thread group leaders by David Rientjes · 16 years ago
  46. 5cd9c58 security: Fix setting of PF_SUPERPRIV by __capable() by David Howells · 16 years ago
  47. 97d87c9 oom_kill: remove unused parameter in badness() by Li Zefan · 16 years ago
  48. dd1a239 mm: have zonelist contains structs with both a zone pointer and zone_idx by Mel Gorman · 16 years ago
  49. 54a6eb5 mm: use two zonelist that are filtered by GFP mask by Mel Gorman · 16 years ago
  50. e115f2d memcg: fix oops in oom handling by Li Zefan · 16 years ago
  51. 1b578df mm/oom_kill: fix kernel-doc by Randy Dunlap · 16 years ago
  52. 00f0b82 Memory controller: rename to Memory Resource Controller by Balbir Singh · 16 years ago
  53. fef1bdd oom: add sysctl to enable task memory dump by David Rientjes · 16 years ago
  54. 4c4a221 memcontrol: move oom task exclusion to tasklist scan by David Rientjes · 16 years ago
  55. c7ba5c9 Memory controller: OOM handling by Pavel Emelianov · 16 years ago
  56. 9782995 oom_kill: remove uid==0 checks by Serge E. Hallyn · 16 years ago
  57. e338d26 Add 64-bit capability support to the kernel by Andrew Morgan · 16 years ago
  58. fa71706 sched: sched_rt_entity by Peter Zijlstra · 17 years ago
  59. e91a810 oom_kill bug by Al Viro · 17 years ago
  60. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  61. bac0abd Isolate some explicit usage of task->tgid by Pavel Emelyanov · 17 years ago
  62. 7b1915a mm/oom_kill.c: Use list_for_each_entry instead of list_for_each by Matthias Kaehlcke · 17 years ago
  63. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
  64. ae74138 oom: convert zone_scan_lock from mutex to spinlock by David Rientjes · 17 years ago
  65. 3ff5669 oom: do not take callback_mutex by David Rientjes · 17 years ago
  66. bbe373f oom: compare cpuset mems_allowed instead of exclusive ancestors by David Rientjes · 17 years ago
  67. 7213f50 oom: suppress extraneous stack and memory dump by David Rientjes · 17 years ago
  68. fe071d7 oom: add oom_kill_allocating_task sysctl by David Rientjes · 17 years ago
  69. 098d7f1 oom: add per-zone locking by David Rientjes · 17 years ago
  70. 70e24bd oom: move constraints to enum by David Rientjes · 17 years ago
  71. ee31af5 Memoryless nodes: OOM: use N_HIGH_MEMORY map instead of constructing one on the fly by Christoph Lameter · 17 years ago
  72. a5e58a6 oom: print points as unsigned long by David Rientjes · 17 years ago
  73. 4e950f6 Remove fs.h from mm.h by Alexey Dobriyan · 17 years ago
  74. 2b45ab3 oom: fix constraint deadlock by David Rientjes · 17 years ago
  75. 2b744c0 mm: fix handling of panic_on_oom when cpusets are in use by Yasunori Goto · 17 years ago
  76. 9a82782 allow oom_adj of saintly processes by Joshua N Pritikin · 17 years ago
  77. 3d124cb fix OOM killing processes wrongly thought MPOL_BIND by Hugh Dickins · 17 years ago
  78. 650a7c9 oom: kill all threads that share mm with killed task by David Rientjes · 17 years ago
  79. 35ae834 [PATCH] oom fix: prevent oom from killing a process with children/sibling unkillable by Ankita Garg · 17 years ago
  80. 7ba3485 [PATCH] fix OOM killing of swapoff by Hugh Dickins · 18 years ago
  81. 96ac591 [PATCH] fix oom killer kills current every time if there is memory-less-node take2 by KAMEZAWA Hiroyuki · 18 years ago
  82. 02a0e53 [PATCH] cpuset: rework cpuset_zone_allowed api by Paul Jackson · 18 years ago
  83. f2a2a71 [PATCH] oom: less memdie by Nick Piggin · 18 years ago
  84. f3af38d [PATCH] oom: cleanup messages by Nick Piggin · 18 years ago
  85. c33e0fc [PATCH] oom: don't kill unkillable children or siblings by Nick Piggin · 18 years ago
  86. 8ac773b [PATCH] OOM killer meets userspace headers by Alexey Dobriyan · 18 years ago
  87. b78483a [PATCH] oom: don't kill current when another OOM in progress by Nick Piggin · 18 years ago
  88. 01017a2 [PATCH] oom_kill_task(): cleanup ->mm checks by Oleg Nesterov · 18 years ago
  89. 972c4ea [PATCH] select_bad_process(): cleanup 'releasing' check by Oleg Nesterov · 18 years ago
  90. 28324d1 [PATCH] select_bad_process(): kill a bogus PF_DEAD/TASK_DEAD check by Oleg Nesterov · 18 years ago
  91. c394cc9 [PATCH] introduce TASK_DEAD state by Oleg Nesterov · 18 years ago
  92. 55a101f [PATCH] kill PF_DEAD flag by Oleg Nesterov · 18 years ago
  93. f400e19 [PATCH] pidspace: is_init() by Sukadev Bhattiprolu · 18 years ago
  94. 89fa302 [PATCH] NUMA: Add zone_to_nid function by Christoph Lameter · 18 years ago
  95. 5a291b98 [PATCH] oom-kill: update comments to reflect current code by Ram Gupta · 18 years ago
  96. b72f160 [PATCH] oom: more printk by Nick Piggin · 18 years ago
  97. 5081dde [PATCH] oom: kthread infinite loop fix by Nick Piggin · 18 years ago
  98. af5b912 [PATCH] oom: swapoff tasks tweak by Nick Piggin · 18 years ago
  99. 4a3ede1 [PATCH] oom: handle oom_disable exiting by Nick Piggin · 18 years ago
  100. 50ec3bb [PATCH] oom: handle current exiting by Nick Piggin · 18 years ago