1. af8e15c oom, oom_reaper: do not enqueue task if it is on the oom_reaper_list head by Michal Hocko · 8 years ago
  2. bb29902 oom, oom_reaper: protect oom_reaper_list using simpler way by Tetsuo Handa · 8 years ago
  3. e267960 oom: make oom_reaper freezable by Michal Hocko · 8 years ago
  4. 29c696e oom: make oom_reaper_list single linked by Vladimir Davydov · 8 years ago
  5. 855b018 oom, oom_reaper: disable oom_reaper for oom_kill_allocating_task by Michal Hocko · 8 years ago
  6. 0304926 mm, oom_reaper: implement OOM victims queuing by Michal Hocko · 8 years ago
  7. bc448e8 mm, oom_reaper: report success/failure by Michal Hocko · 8 years ago
  8. 36324a9 oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address space by Michal Hocko · 8 years ago
  9. aac4536 mm, oom: introduce oom reaper by Michal Hocko · 8 years ago
  10. 6afcf28 mm,oom: make oom_killer_disable() killable by Tetsuo Handa · 8 years ago
  11. 756a025f0 mm: coalesce split strings by Joe Perches · 8 years ago
  12. 6a61895 mm: oom_kill: don't ignore oom score on exiting tasks by Johannes Weiner · 8 years ago
  13. a0795cd mm, oom: print symbolic gfp_flags in oom warning by Vlastimil Babka · 8 years ago
  14. eca56ff mm, shmem: add internal shmem resident memory accounting by Jerome Marchand · 8 years ago
  15. a2b829d mm/oom_kill.c: avoid attempting to kill init sharing same memory by Chen Jie · 9 years ago
  16. db2a0dd mm/oom_kill.c: introduce is_sysrq_oom helper by Yaowei Bai · 9 years ago
  17. 4d7b339 mm/oom_kill: fix the wrong task->mm == mm checks in oom_kill_process() by Oleg Nesterov · 9 years ago
  18. c319025 mm/oom_kill: cleanup the "kill sharing same memory" loop by Oleg Nesterov · 9 years ago
  19. 0c1b2d7 mm/oom_kill: remove the wrong fatal_signal_pending() check in oom_kill_process() by Oleg Nesterov · 9 years ago
  20. da39da3 mm, oom: remove task_lock protecting comm printing by David Rientjes · 9 years ago
  21. 840807a mm/oom_kill.c: suppress unnecessary "sharing same memory" message by Tetsuo Handa · 9 years ago
  22. 880b768 mm/oom_kill.c: fix potentially killing unrelated process by Tetsuo Handa · 9 years ago
  23. 426fb5e mm/oom_kill.c: reverse the order of setting TIF_MEMDIE and sending SIGKILL by Tetsuo Handa · 9 years ago
  24. 75e8f8b mm, oom: remove unnecessary variable by David Rientjes · 9 years ago
  25. 071a4be mm, oom: do not panic for oom kills triggered from sysrq by David Rientjes · 9 years ago
  26. 54e9e29 mm, oom: pass an oom order of -1 when triggered by sysrq by David Rientjes · 9 years ago
  27. 6e0fc46 mm, oom: organize oom context into struct by David Rientjes · 9 years ago
  28. f0d6647 mm/oom_kill.c: print points as unsigned int by Wang Long · 9 years ago
  29. dc56401 mm: oom_kill: simplify OOM killer locking by Johannes Weiner · 9 years ago
  30. da51b14 mm: oom_kill: remove unnecessary locking in exit_oom_victim() by Johannes Weiner · 9 years ago
  31. c38f102 mm: oom_kill: generalize OOM progress waitqueue by Johannes Weiner · 9 years ago
  32. 4640277 mm: oom_kill: switch test-and-clear of known TIF_MEMDIE to clear by Johannes Weiner · 9 years ago
  33. 16e9519 mm: oom_kill: clean up victim marking and exiting interfaces by Johannes Weiner · 9 years ago
  34. 3f5ab8c mm: oom_kill: remove unnecessary locking in oom_enable() by Johannes Weiner · 9 years ago
  35. bdddbcd mm/oom_kill.c: fix typo in comment by Yaowei Bai · 9 years ago
  36. 2415b9f memcg: print cgroup information when system panics due to panic_on_oom by Balasubramani Vivekanandan · 9 years ago
  37. dc6c9a3 mm: account pmd page tables to the process by Kirill A. Shutemov · 9 years ago
  38. c32b3cb oom, PM: make OOM detection in the freezer path raceless by Michal Hocko · 9 years ago
  39. 63a8ca9 oom: thaw the OOM victim if it is frozen by Michal Hocko · 9 years ago
  40. 49550b6 oom: add helpers for setting and clearing TIF_MEMDIE by Michal Hocko · 9 years ago
  41. 83363b9 oom: make sure that TIF_MEMDIE is set under task_lock by Michal Hocko · 9 years ago
  42. d7a94e7 oom: don't count on mm-less current process by Tetsuo Handa · 9 years ago
  43. 6a2d567 oom: kill the insufficient and no longer needed PT_TRACE_EXIT check by Oleg Nesterov · 10 years ago
  44. d003f37 oom: don't assume that a coredumping thread will exit soon by Oleg Nesterov · 10 years ago
  45. 2756d37 Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  46. 2314b42 mm: memcontrol: drop bogus RCU locking from mem_cgroup_same_or_subtree() by Johannes Weiner · 10 years ago
  47. 344736f cpuset: simplify cpuset_node_allowed API by Vladimir Davydov · 10 years ago
  48. 5695be1 OOM, PM: OOM killed task shouldn't escape PM suspend by Michal Hocko · 10 years ago
  49. 5705465 mm: clean up zone flags by Johannes Weiner · 10 years ago
  50. fb794bc mm, oom: remove unnecessary exit_state check by David Rientjes · 10 years ago
  51. e972a07 mm, oom: rename zonelist locking functions by David Rientjes · 10 years ago
  52. 8d060bf mm, oom: ensure memoryless node zonelist always includes zones by David Rientjes · 10 years ago
  53. 778c14a mm, oom: base root bonus on current usage by David Rientjes · 10 years ago
  54. d49ad93 mm, oom: prefer thread group leaders for display purposes by David Rientjes · 10 years ago
  55. 4d4048b oom_kill: add rcu_read_lock() into find_lock_task_mm() by Oleg Nesterov · 10 years ago
  56. ad96244 oom_kill: has_intersects_mems_allowed() needs rcu_read_lock() by Oleg Nesterov · 10 years ago
  57. 1da4db0 oom_kill: change oom_kill.c to use for_each_thread() by Oleg Nesterov · 10 years ago
  58. e1f56c8 mm: convert mm->nr_ptes to atomic_long_t by Kirill A. Shutemov · 11 years ago
  59. 4942642 mm: memcg: handle non-error OOM situations more gracefully by Johannes Weiner · 11 years ago
  60. 3812c8c mm: memcg: do not trap chargers with full callstack on OOM by Johannes Weiner · 11 years ago
  61. 6b4f2b5 mm/oom_kill: remove weird use of ERR_PTR()/PTR_ERR(). by Rusty Russell · 11 years ago
  62. 58cf188 memcg, oom: provide more precise dump info while memcg oom happening by Sha Zhengju · 11 years ago
  63. 0fa84a4 mm, oom: remove redundant sleep in pagefault oom handler by David Rientjes · 12 years ago
  64. efacd02 mm, oom: cleanup pagefault oom handler by David Rientjes · 12 years ago
  65. bd3a66c oom: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 12 years ago
  66. e1e12d2 mm, oom: fix race when specifying a thread as the oom origin by David Rientjes · 12 years ago
  67. a9c58b90 mm, oom: change type of oom_score_adj to short by David Rientjes · 12 years ago
  68. 9ff4868 mm, oom: allow exiting threads to have access to memory reserves by David Rientjes · 12 years ago
  69. 01dc52e oom: remove deprecated oom_adj by Davidlohr Bueso · 12 years ago
  70. 876aafb mm, memcg: move all oom handling to memcontrol.c by David Rientjes · 12 years ago
  71. 6b0c81b mm, oom: reduce dependency on tasklist_lock by David Rientjes · 12 years ago
  72. 9cbb78b mm, memcg: introduce own oom handler to iterate only over its own threads by David Rientjes · 12 years ago
  73. 462607e mm, oom: introduce helper function to process threads during scan by David Rientjes · 12 years ago
  74. c255a45 memcg: rename config variables by Andrew Morton · 12 years ago
  75. de34d96 mm, oom: replace some information in tasklist dump by David Rientjes · 12 years ago
  76. 121d1ba mm, oom: fix potential killing of thread that is disabled from oom killing by David Rientjes · 12 years ago
  77. 4f774b9 mm, oom: do not schedule if current has been killed by David Rientjes · 12 years ago
  78. dad7557 mm: fix kernel-doc warnings by Wanpeng Li · 12 years ago
  79. 61eafb0 mm, oom: fix and cleanup oom score calculations by David Rientjes · 12 years ago
  80. 1e11ad8 mm, oom: fix badness score underflow by David Rientjes · 12 years ago
  81. a7f638f mm, oom: normalize oom scores to oom_score_adj scale only for userspace by David Rientjes · 12 years ago
  82. 078de5f userns: Store uid and gid values in struct cred with kuid_t and kgid_t types by Eric W. Biederman · 12 years ago
  83. d2d3930 signal: oom_kill_task: use SEND_SIG_FORCED instead of force_sig() by Oleg Nesterov · 12 years ago
  84. e845e19 mm, memcg: pass charge order to oom killer by David Rientjes · 12 years ago
  85. 08ab9b1 mm, oom: force oom kill on sysrq+f by David Rientjes · 12 years ago
  86. dc3f21e mm, oom: introduce independent oom killer ratelimit state by David Rientjes · 12 years ago
  87. 8447d95 mm, oom: do not emit oom killer warning if chosen thread is already exiting by David Rientjes · 12 years ago
  88. 647f2bd mm, oom: fold oom_kill_task() into oom_kill_process() by David Rientjes · 12 years ago
  89. 2a1c9b1 mm, oom: avoid looping when chosen thread detaches its mm by David Rientjes · 12 years ago
  90. 72835c8 mm: unify remaining mem_cont, mem, etc. variable names to memcg by Johannes Weiner · 12 years ago
  91. ec0fffd mm: oom_kill: remove memcg argument from oom_kill_task() by Johannes Weiner · 12 years ago
  92. 43d2b11 tracepoint: add tracepoints for debugging oom_score_adj by KAMEZAWA Hiroyuki · 12 years ago
  93. b00f4dc Merge branch 'master' into pm-sleep by Rafael J. Wysocki · 13 years ago
  94. ff05b6f oom: fix integer overflow of points in oom_badness by Frantisek Hrbata · 13 years ago
  95. a5be2d0 freezer: rename thaw_process() to __thaw_task() and simplify the implementation by Tejun Heo · 13 years ago
  96. 5aecc85 oom: do not kill tasks with oom_score_adj OOM_SCORE_ADJ_MIN by Michal Hocko · 13 years ago
  97. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  98. 43362a4 oom: fix race while temporarily setting current's oom_score_adj by David Rientjes · 13 years ago
  99. c9f0124 oom: remove oom_disable_count by David Rientjes · 13 years ago
  100. 7b0d44fa oom: avoid killing kthreads if they assume the oom killed thread's mm by David Rientjes · 13 years ago