1. de34d96 mm, oom: replace some information in tasklist dump by David Rientjes · 12 years ago
  2. 121d1ba mm, oom: fix potential killing of thread that is disabled from oom killing by David Rientjes · 12 years ago
  3. 4f774b9 mm, oom: do not schedule if current has been killed by David Rientjes · 12 years ago
  4. dad7557 mm: fix kernel-doc warnings by Wanpeng Li · 12 years ago
  5. 61eafb0 mm, oom: fix and cleanup oom score calculations by David Rientjes · 12 years ago
  6. 1e11ad8 mm, oom: fix badness score underflow by David Rientjes · 12 years ago
  7. a7f638f mm, oom: normalize oom scores to oom_score_adj scale only for userspace by David Rientjes · 12 years ago
  8. 078de5f userns: Store uid and gid values in struct cred with kuid_t and kgid_t types by Eric W. Biederman · 12 years ago
  9. d2d3930 signal: oom_kill_task: use SEND_SIG_FORCED instead of force_sig() by Oleg Nesterov · 12 years ago
  10. e845e19 mm, memcg: pass charge order to oom killer by David Rientjes · 12 years ago
  11. 08ab9b1 mm, oom: force oom kill on sysrq+f by David Rientjes · 12 years ago
  12. dc3f21e mm, oom: introduce independent oom killer ratelimit state by David Rientjes · 12 years ago
  13. 8447d95 mm, oom: do not emit oom killer warning if chosen thread is already exiting by David Rientjes · 12 years ago
  14. 647f2bd mm, oom: fold oom_kill_task() into oom_kill_process() by David Rientjes · 12 years ago
  15. 2a1c9b1 mm, oom: avoid looping when chosen thread detaches its mm by David Rientjes · 12 years ago
  16. 72835c8 mm: unify remaining mem_cont, mem, etc. variable names to memcg by Johannes Weiner · 12 years ago
  17. ec0fffd mm: oom_kill: remove memcg argument from oom_kill_task() by Johannes Weiner · 12 years ago
  18. 43d2b11 tracepoint: add tracepoints for debugging oom_score_adj by KAMEZAWA Hiroyuki · 12 years ago
  19. b00f4dc Merge branch 'master' into pm-sleep by Rafael J. Wysocki · 12 years ago
  20. ff05b6f oom: fix integer overflow of points in oom_badness by Frantisek Hrbata · 12 years ago
  21. a5be2d0 freezer: rename thaw_process() to __thaw_task() and simplify the implementation by Tejun Heo · 13 years ago
  22. 5aecc85 oom: do not kill tasks with oom_score_adj OOM_SCORE_ADJ_MIN by Michal Hocko · 13 years ago
  23. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  24. 43362a4 oom: fix race while temporarily setting current's oom_score_adj by David Rientjes · 13 years ago
  25. c9f0124 oom: remove oom_disable_count by David Rientjes · 13 years ago
  26. 7b0d44fa oom: avoid killing kthreads if they assume the oom killed thread's mm by David Rientjes · 13 years ago
  27. f660daa oom: thaw threads if oom killed thread is frozen before deferring by David Rientjes · 13 years ago
  28. b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  29. c027a47 oom: task->mm == NULL doesn't mean the memory was freed by Oleg Nesterov · 13 years ago
  30. 1123983 oom: remove references to old badness() function by David Rientjes · 13 years ago
  31. d21142e ptrace: kill task_ptrace() by Tejun Heo · 13 years ago
  32. 72788c3 oom: replace PF_OOM_ORIGIN with toggling oom_score_adj by David Rientjes · 13 years ago
  33. f755a04 oom: use pte pages in OOM score by KOSAKI Motohiro · 13 years ago
  34. 341aea2 oom-kill: remove boost_dying_task_prio() by KOSAKI Motohiro · 13 years ago
  35. b2b755b lib, arch: add filter argument to show_mem and fix private implementations by David Rientjes · 13 years ago
  36. f9434ad memcg: give current access to memory reserves if it's trying to die by David Rientjes · 13 years ago
  37. ddd588b oom: suppress nodes that are not allowed from meminfo on oom kill by David Rientjes · 13 years ago
  38. edd4554 oom: avoid deferring oom killer if exiting task is being traced by David Rientjes · 13 years ago
  39. 30e2b41 oom: skip zombies when iterating tasklist by Andrey Vagin · 13 years ago
  40. 3a5dda7 oom: prevent unnecessary oom kills or kernel panics by David Rientjes · 13 years ago
  41. 52d3c03 Revert "oom: oom_kill_process: fix the child_points logic" by Linus Torvalds · 13 years ago
  42. dc1b83a oom: oom_kill_process: fix the child_points logic by Oleg Nesterov · 13 years ago
  43. 1e99bad oom: kill all threads sharing oom killed task's mm by David Rientjes · 14 years ago
  44. e18641e oom: avoid killing a task if a thread sharing its mm cannot be killed by David Rientjes · 14 years ago
  45. e85bfd3 oom: filter unkillable tasks from tasklist dump by David Rientjes · 14 years ago
  46. f19e8aa oom: always return a badness score of non-zero for eligible tasks by David Rientjes · 14 years ago
  47. 8d6c83f oom: __task_cred() need rcu_read_lock() by KOSAKI Motohiro · 14 years ago
  48. b52723c oom: fix tasklist_lock leak by KOSAKI Motohiro · 14 years ago
  49. be71cf2 oom: fix NULL pointer dereference by KOSAKI Motohiro · 14 years ago
  50. 158e0a2 memcg: use find_lock_task_mm() in memory cgroups oom by KAMEZAWA Hiroyuki · 14 years ago
  51. a63d83f oom: badness heuristic rewrite by David Rientjes · 14 years ago
  52. cef1d35 oom: multi threaded process coredump don't make deadlock by KOSAKI Motohiro · 14 years ago
  53. 93b43fa oom: give the dying task a higher priority by Luis Claudio R. Goncalves · 14 years ago
  54. 19b4586 oom: remove child->mm check from oom_kill_process() by KOSAKI Motohiro · 14 years ago
  55. df1090a oom: cleanup has_intersects_mems_allowed() by KOSAKI Motohiro · 14 years ago
  56. a96cfd6 oom: move OOM_DISABLE check from oom_kill_task to out_of_memory() by KOSAKI Motohiro · 14 years ago
  57. 113e27f oom: kill duplicate OOM_DISABLE check by KOSAKI Motohiro · 14 years ago
  58. 26ebc98 oom: /proc/<pid>/oom_score treat kernel thread honestly by KOSAKI Motohiro · 14 years ago
  59. f88ccad oom: oom_kill_process() needs to check that p is unkillable by KOSAKI Motohiro · 14 years ago
  60. ab290ad oom: make oom_unkillable_task() helper function by KOSAKI Motohiro · 14 years ago
  61. 2c5ea53 oom: oom_kill_process() doesn't select kthread child by KOSAKI Motohiro · 14 years ago
  62. 7c59aec oom: don't try to kill oom_unkillable child by KOSAKI Motohiro · 14 years ago
  63. 0aad4b3 oom: fold __out_of_memory into out_of_memory by David Rientjes · 14 years ago
  64. f442003 oom: remove constraint argument from select_bad_process and __out_of_memory by David Rientjes · 14 years ago
  65. ff321fe mm: rename try_set_zone_oom() to try_set_zonelist_oom() by Minchan Kim · 14 years ago
  66. b940fd7 oom: remove unnecessary code and cleanup by David Rientjes · 14 years ago
  67. e365893 oom: remove special handling for pagefault ooms by David Rientjes · 14 years ago
  68. 309ed88 oom: extract panic helper function by David Rientjes · 14 years ago
  69. ad915c4 oom: enable oom tasklist dump by default by David Rientjes · 14 years ago
  70. 6f48d0eb oom: select task from tasklist for mempolicy ooms by David Rientjes · 14 years ago
  71. 5e9d834 oom: sacrifice child with highest badness score for parent by David Rientjes · 14 years ago
  72. 6cf86ac oom: filter tasks not sharing the same cpuset by David Rientjes · 14 years ago
  73. 4358997 oom: avoid sending exiting tasks a SIGKILL by David Rientjes · 14 years ago
  74. 7b98c2e oom: give current access to memory reserves if it has been killed by David Rientjes · 14 years ago
  75. c81fac5 oom: dump_tasks use find_lock_task_mm too fix by David Rientjes · 14 years ago
  76. 74ab7f1 oom: improve commentary in dump_tasks() by David Rientjes · 14 years ago
  77. c55db95 oom: dump_tasks use find_lock_task_mm too by KOSAKI Motohiro · 14 years ago
  78. dd8e8f4 oom: introduce find_lock_task_mm() to fix !mm false positives by Oleg Nesterov · 14 years ago
  79. b522794 oom: PF_EXITING check should take mm into account by Oleg Nesterov · 14 years ago
  80. 455c0e5 oom: check PF_KTHREAD instead of !mm to skip kthreads by Oleg Nesterov · 14 years ago
  81. df64f81 memcg: make oom killer a no-op when no killable task can be found by David Rientjes · 14 years ago
  82. 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
  83. 867578c memcg: fix oom kill behavior by KAMEZAWA Hiroyuki · 14 years ago
  84. daaf1e6 memcg: handle panic_on_oom=always case by KAMEZAWA Hiroyuki · 14 years ago
  85. d559db0 mm: clean up mm_counter by KAMEZAWA Hiroyuki · 14 years ago
  86. 5a2d419 memcg: fix oom killing a child process in an other cgroup by KAMEZAWA Hiroyuki · 14 years ago
  87. d31f56d memcg: avoid oom-killing innocent task in case of use_hierarchy by Daisuke Nishimura · 14 years ago
  88. 4365a56 oom-kill: fix NUMA constraint check with nodemask by KAMEZAWA Hiroyuki · 14 years ago
  89. 3b4798c oom-kill: show virtual size and rss information of the killed process by KOSAKI Motohiro · 14 years ago
  90. 1b604d7 oom: dump stack and VM state when oom killer panics by David Rientjes · 14 years ago
  91. 8c5cd6f oom: oom_kill doesn't kill vfork parent (or child) by KOSAKI Motohiro · 15 years ago
  92. 495789a oom: make oom_score to per-process value by KOSAKI Motohiro · 15 years ago
  93. 28b83c5 oom: move oom_adj value from task_struct to signal_struct by KOSAKI Motohiro · 15 years ago
  94. 35451be ksm: unmerge is an origin of OOMs by Hugh Dickins · 15 years ago
  95. 0753ba0 mm: revert "oom: move oom_adj value" by KOSAKI Motohiro · 15 years ago
  96. 8123681 oom: only oom kill exiting tasks with attached memory by David Rientjes · 15 years ago
  97. 4d8b913 oom: avoid unnecessary mm locking and scanning for OOM_DISABLE by David Rientjes · 15 years ago
  98. 2ff05b2 oom: move oom_adj value from task_struct to mm_struct by David Rientjes · 15 years ago
  99. 6d2661e oom: fix possible oom_dump_tasks NULL pointer by David Rientjes · 15 years ago
  100. 184101b oom: prevent livelock when oom_kill_allocating_task is set by David Rientjes · 15 years ago