- bdddbcd mm/oom_kill.c: fix typo in comment by Yaowei Bai · 10 years ago
- 2415b9f memcg: print cgroup information when system panics due to panic_on_oom by Balasubramani Vivekanandan · 10 years ago
- dc6c9a3 mm: account pmd page tables to the process by Kirill A. Shutemov · 10 years ago
- c32b3cb oom, PM: make OOM detection in the freezer path raceless by Michal Hocko · 10 years ago
- 63a8ca9 oom: thaw the OOM victim if it is frozen by Michal Hocko · 10 years ago
- 49550b6 oom: add helpers for setting and clearing TIF_MEMDIE by Michal Hocko · 10 years ago
- 83363b9 oom: make sure that TIF_MEMDIE is set under task_lock by Michal Hocko · 10 years ago
- d7a94e7 oom: don't count on mm-less current process by Tetsuo Handa · 10 years ago
- 6a2d567 oom: kill the insufficient and no longer needed PT_TRACE_EXIT check by Oleg Nesterov · 10 years ago
- d003f37 oom: don't assume that a coredumping thread will exit soon by Oleg Nesterov · 10 years ago
- 2756d37 Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
- 2314b42 mm: memcontrol: drop bogus RCU locking from mem_cgroup_same_or_subtree() by Johannes Weiner · 10 years ago
- 344736f cpuset: simplify cpuset_node_allowed API by Vladimir Davydov · 10 years ago
- 5695be1 OOM, PM: OOM killed task shouldn't escape PM suspend by Michal Hocko · 10 years ago
- 5705465 mm: clean up zone flags by Johannes Weiner · 10 years ago
- fb794bc mm, oom: remove unnecessary exit_state check by David Rientjes · 10 years ago
- e972a07 mm, oom: rename zonelist locking functions by David Rientjes · 10 years ago
- 8d060bf mm, oom: ensure memoryless node zonelist always includes zones by David Rientjes · 10 years ago
- 778c14a mm, oom: base root bonus on current usage by David Rientjes · 11 years ago
- d49ad93 mm, oom: prefer thread group leaders for display purposes by David Rientjes · 11 years ago
- 4d4048b oom_kill: add rcu_read_lock() into find_lock_task_mm() by Oleg Nesterov · 11 years ago
- ad96244 oom_kill: has_intersects_mems_allowed() needs rcu_read_lock() by Oleg Nesterov · 11 years ago
- 1da4db0 oom_kill: change oom_kill.c to use for_each_thread() by Oleg Nesterov · 11 years ago
- e1f56c8 mm: convert mm->nr_ptes to atomic_long_t by Kirill A. Shutemov · 11 years ago
- 4942642 mm: memcg: handle non-error OOM situations more gracefully by Johannes Weiner · 11 years ago
- 3812c8c mm: memcg: do not trap chargers with full callstack on OOM by Johannes Weiner · 11 years ago
- 6b4f2b5 mm/oom_kill: remove weird use of ERR_PTR()/PTR_ERR(). by Rusty Russell · 11 years ago
- 58cf188 memcg, oom: provide more precise dump info while memcg oom happening by Sha Zhengju · 12 years ago
- 0fa84a4 mm, oom: remove redundant sleep in pagefault oom handler by David Rientjes · 12 years ago
- efacd02 mm, oom: cleanup pagefault oom handler by David Rientjes · 12 years ago
- bd3a66c oom: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 12 years ago
- e1e12d2 mm, oom: fix race when specifying a thread as the oom origin by David Rientjes · 12 years ago
- a9c58b90 mm, oom: change type of oom_score_adj to short by David Rientjes · 12 years ago
- 9ff4868 mm, oom: allow exiting threads to have access to memory reserves by David Rientjes · 12 years ago
- 01dc52e oom: remove deprecated oom_adj by Davidlohr Bueso · 12 years ago
- 876aafb mm, memcg: move all oom handling to memcontrol.c by David Rientjes · 12 years ago
- 6b0c81b mm, oom: reduce dependency on tasklist_lock by David Rientjes · 12 years ago
- 9cbb78b mm, memcg: introduce own oom handler to iterate only over its own threads by David Rientjes · 12 years ago
- 462607e mm, oom: introduce helper function to process threads during scan by David Rientjes · 12 years ago
- c255a45 memcg: rename config variables by Andrew Morton · 12 years ago
- de34d96 mm, oom: replace some information in tasklist dump by David Rientjes · 12 years ago
- 121d1ba mm, oom: fix potential killing of thread that is disabled from oom killing by David Rientjes · 12 years ago
- 4f774b9 mm, oom: do not schedule if current has been killed by David Rientjes · 12 years ago
- dad7557 mm: fix kernel-doc warnings by Wanpeng Li · 12 years ago
- 61eafb0 mm, oom: fix and cleanup oom score calculations by David Rientjes · 12 years ago
- 1e11ad8 mm, oom: fix badness score underflow by David Rientjes · 12 years ago
- a7f638f mm, oom: normalize oom scores to oom_score_adj scale only for userspace by David Rientjes · 12 years ago
- 078de5f userns: Store uid and gid values in struct cred with kuid_t and kgid_t types by Eric W. Biederman · 13 years ago
- d2d3930 signal: oom_kill_task: use SEND_SIG_FORCED instead of force_sig() by Oleg Nesterov · 13 years ago
- e845e19 mm, memcg: pass charge order to oom killer by David Rientjes · 13 years ago
- 08ab9b1 mm, oom: force oom kill on sysrq+f by David Rientjes · 13 years ago
- dc3f21e mm, oom: introduce independent oom killer ratelimit state by David Rientjes · 13 years ago
- 8447d95 mm, oom: do not emit oom killer warning if chosen thread is already exiting by David Rientjes · 13 years ago
- 647f2bd mm, oom: fold oom_kill_task() into oom_kill_process() by David Rientjes · 13 years ago
- 2a1c9b1 mm, oom: avoid looping when chosen thread detaches its mm by David Rientjes · 13 years ago
- 72835c8 mm: unify remaining mem_cont, mem, etc. variable names to memcg by Johannes Weiner · 13 years ago
- ec0fffd mm: oom_kill: remove memcg argument from oom_kill_task() by Johannes Weiner · 13 years ago
- 43d2b11 tracepoint: add tracepoints for debugging oom_score_adj by KAMEZAWA Hiroyuki · 13 years ago
- b00f4dc Merge branch 'master' into pm-sleep by Rafael J. Wysocki · 13 years ago
- ff05b6f oom: fix integer overflow of points in oom_badness by Frantisek Hrbata · 13 years ago
- a5be2d0 freezer: rename thaw_process() to __thaw_task() and simplify the implementation by Tejun Heo · 13 years ago
- 5aecc85 oom: do not kill tasks with oom_score_adj OOM_SCORE_ADJ_MIN by Michal Hocko · 13 years ago
- 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
- 43362a4 oom: fix race while temporarily setting current's oom_score_adj by David Rientjes · 13 years ago
- c9f0124 oom: remove oom_disable_count by David Rientjes · 13 years ago
- 7b0d44fa oom: avoid killing kthreads if they assume the oom killed thread's mm by David Rientjes · 13 years ago
- f660daa oom: thaw threads if oom killed thread is frozen before deferring by David Rientjes · 13 years ago
- b95f1b31 mm: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
- c027a47 oom: task->mm == NULL doesn't mean the memory was freed by Oleg Nesterov · 13 years ago
- 1123983 oom: remove references to old badness() function by David Rientjes · 13 years ago
- d21142e ptrace: kill task_ptrace() by Tejun Heo · 13 years ago
- 72788c3 oom: replace PF_OOM_ORIGIN with toggling oom_score_adj by David Rientjes · 13 years ago
- f755a04 oom: use pte pages in OOM score by KOSAKI Motohiro · 14 years ago
- 341aea2 oom-kill: remove boost_dying_task_prio() by KOSAKI Motohiro · 14 years ago
- b2b755b lib, arch: add filter argument to show_mem and fix private implementations by David Rientjes · 14 years ago
- f9434ad memcg: give current access to memory reserves if it's trying to die by David Rientjes · 14 years ago
- ddd588b oom: suppress nodes that are not allowed from meminfo on oom kill by David Rientjes · 14 years ago
- edd4554 oom: avoid deferring oom killer if exiting task is being traced by David Rientjes · 14 years ago
- 30e2b41 oom: skip zombies when iterating tasklist by Andrey Vagin · 14 years ago
- 3a5dda7 oom: prevent unnecessary oom kills or kernel panics by David Rientjes · 14 years ago
- 52d3c03 Revert "oom: oom_kill_process: fix the child_points logic" by Linus Torvalds · 14 years ago
- dc1b83a oom: oom_kill_process: fix the child_points logic by Oleg Nesterov · 14 years ago
- 1e99bad oom: kill all threads sharing oom killed task's mm by David Rientjes · 14 years ago
- e18641e oom: avoid killing a task if a thread sharing its mm cannot be killed by David Rientjes · 14 years ago
- e85bfd3 oom: filter unkillable tasks from tasklist dump by David Rientjes · 14 years ago
- f19e8aa oom: always return a badness score of non-zero for eligible tasks by David Rientjes · 14 years ago
- 8d6c83f oom: __task_cred() need rcu_read_lock() by KOSAKI Motohiro · 14 years ago
- b52723c oom: fix tasklist_lock leak by KOSAKI Motohiro · 14 years ago
- be71cf2 oom: fix NULL pointer dereference by KOSAKI Motohiro · 14 years ago
- 158e0a2 memcg: use find_lock_task_mm() in memory cgroups oom by KAMEZAWA Hiroyuki · 14 years ago
- a63d83f oom: badness heuristic rewrite by David Rientjes · 14 years ago
- cef1d35 oom: multi threaded process coredump don't make deadlock by KOSAKI Motohiro · 14 years ago
- 93b43fa oom: give the dying task a higher priority by Luis Claudio R. Goncalves · 14 years ago
- 19b4586 oom: remove child->mm check from oom_kill_process() by KOSAKI Motohiro · 14 years ago
- df1090a oom: cleanup has_intersects_mems_allowed() by KOSAKI Motohiro · 14 years ago
- a96cfd6 oom: move OOM_DISABLE check from oom_kill_task to out_of_memory() by KOSAKI Motohiro · 14 years ago
- 113e27f oom: kill duplicate OOM_DISABLE check by KOSAKI Motohiro · 14 years ago
- 26ebc98 oom: /proc/<pid>/oom_score treat kernel thread honestly by KOSAKI Motohiro · 14 years ago
- f88ccad oom: oom_kill_process() needs to check that p is unkillable by KOSAKI Motohiro · 14 years ago
- ab290ad oom: make oom_unkillable_task() helper function by KOSAKI Motohiro · 14 years ago