Commit Graph

133 Commits (f88ccad5886d5a864b8b0d48c666ee9998dec53f)

Author SHA1 Message Date
KOSAKI Motohiro f88ccad588 oom: oom_kill_process() needs to check that p is unkillable 15 years ago
KOSAKI Motohiro ab290adbaf oom: make oom_unkillable_task() helper function 15 years ago
KOSAKI Motohiro 2c5ea53ce4 oom: oom_kill_process() doesn't select kthread child 15 years ago
KOSAKI Motohiro 7c59aec830 oom: don't try to kill oom_unkillable child 15 years ago
David Rientjes 0aad4b3124 oom: fold __out_of_memory into out_of_memory 15 years ago
David Rientjes f44200320b oom: remove constraint argument from select_bad_process and __out_of_memory 15 years ago
Minchan Kim ff321feac2 mm: rename try_set_zone_oom() to try_set_zonelist_oom() 15 years ago
David Rientjes b940fd7035 oom: remove unnecessary code and cleanup 15 years ago
David Rientjes e365893236 oom: remove special handling for pagefault ooms 15 years ago
David Rientjes 309ed88250 oom: extract panic helper function 15 years ago
David Rientjes ad915c432e oom: enable oom tasklist dump by default 15 years ago
David Rientjes 6f48d0ebd9 oom: select task from tasklist for mempolicy ooms 15 years ago
David Rientjes 5e9d834a0e oom: sacrifice child with highest badness score for parent 15 years ago
David Rientjes 6cf86ac6f3 oom: filter tasks not sharing the same cpuset 15 years ago
David Rientjes 4358997ae3 oom: avoid sending exiting tasks a SIGKILL 15 years ago
David Rientjes 7b98c2e402 oom: give current access to memory reserves if it has been killed 15 years ago
David Rientjes c81fac5cb8 oom: dump_tasks use find_lock_task_mm too fix 15 years ago
David Rientjes 74ab7f1d3f oom: improve commentary in dump_tasks() 15 years ago
KOSAKI Motohiro c55db95788 oom: dump_tasks use find_lock_task_mm too 15 years ago
Oleg Nesterov dd8e8f405c oom: introduce find_lock_task_mm() to fix !mm false positives 15 years ago
Oleg Nesterov b52279406e oom: PF_EXITING check should take mm into account 15 years ago
Oleg Nesterov 455c0e5fb0 oom: check PF_KTHREAD instead of !mm to skip kthreads 15 years ago
David Rientjes df64f81bb1 memcg: make oom killer a no-op when no killable task can be found 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
KAMEZAWA Hiroyuki 867578cbcc memcg: fix oom kill behavior 15 years ago
KAMEZAWA Hiroyuki daaf1e6887 memcg: handle panic_on_oom=always case 15 years ago
KAMEZAWA Hiroyuki d559db086f mm: clean up mm_counter 15 years ago
KAMEZAWA Hiroyuki 5a2d41961d memcg: fix oom killing a child process in an other cgroup 15 years ago
Daisuke Nishimura d31f56dbf8 memcg: avoid oom-killing innocent task in case of use_hierarchy 15 years ago
KAMEZAWA Hiroyuki 4365a5676f oom-kill: fix NUMA constraint check with nodemask 15 years ago
KOSAKI Motohiro 3b4798cbc1 oom-kill: show virtual size and rss information of the killed process 15 years ago
David Rientjes 1b604d75bb oom: dump stack and VM state when oom killer panics 15 years ago
KOSAKI Motohiro 8c5cd6f3a1 oom: oom_kill doesn't kill vfork parent (or child) 16 years ago
KOSAKI Motohiro 495789a51a oom: make oom_score to per-process value 16 years ago
KOSAKI Motohiro 28b83c5193 oom: move oom_adj value from task_struct to signal_struct 16 years ago
Hugh Dickins 35451beecb ksm: unmerge is an origin of OOMs 16 years ago
KOSAKI Motohiro 0753ba01e1 mm: revert "oom: move oom_adj value" 16 years ago
David Rientjes 8123681022 oom: only oom kill exiting tasks with attached memory 16 years ago
David Rientjes 4d8b9135c3 oom: avoid unnecessary mm locking and scanning for OOM_DISABLE 16 years ago
David Rientjes 2ff05b2b4e oom: move oom_adj value from task_struct to mm_struct 16 years ago
David Rientjes 6d2661ede5 oom: fix possible oom_dump_tasks NULL pointer 16 years ago
David Rientjes 184101bf14 oom: prevent livelock when oom_kill_allocating_task is set 16 years ago
Balbir Singh e222432bfa memcg: show memcg information during OOM 16 years ago
Cyrill Gorcunov a12888f772 oom_kill: don't call for int_sqrt(0) 16 years ago
Daisuke Nishimura 7f4d454dee memcg: avoid deadlock caused by race between oom and cpuset_attach 16 years ago
KAMEZAWA Hiroyuki a636b327f7 memcg: avoid unnecessary system-wide-oom-killer 16 years ago
David Rientjes 75aa199410 oom: print triggering task's cpuset and mems allowed 16 years ago
David Rientjes c7d4caeb1d oom: fix zone_scan_mutex name 16 years ago
Nick Piggin 1c0fe6e3bd mm: invoke oom-killer from page fault 16 years ago
David Howells c69e8d9c01 CRED: Use RCU to access another task's creds and to release a task's own creds 16 years ago