Commit Graph

105 Commits (97445c3b86e0b64e059b4829a7193f8e26fb5bfc)

Author SHA1 Message Date
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
David Howells b6dff3ec5e CRED: Separate task security context from task_struct 16 years ago
Eric Paris a2f2945a99 The oomkiller calculations make decisions based on capabilities. Since 16 years ago
Qinghuang Feng fbdd12676c mm/oom_kill.c: fix badness() kerneldoc 16 years ago
David Rientjes b4416d2bea oom: do not dump task state for non thread group leaders 16 years ago
David Howells 5cd9c58fbe security: Fix setting of PF_SUPERPRIV by __capable() 17 years ago
Li Zefan 97d87c9710 oom_kill: remove unused parameter in badness() 17 years ago
Mel Gorman dd1a239f6f mm: have zonelist contains structs with both a zone pointer and zone_idx 17 years ago
Mel Gorman 54a6eb5c47 mm: use two zonelist that are filtered by GFP mask 17 years ago
Li Zefan e115f2d892 memcg: fix oops in oom handling 17 years ago
Randy Dunlap 1b578df022 mm/oom_kill: fix kernel-doc 17 years ago
Balbir Singh 00f0b8259e Memory controller: rename to Memory Resource Controller 17 years ago
David Rientjes fef1bdd68c oom: add sysctl to enable task memory dump 17 years ago
David Rientjes 4c4a221489 memcontrol: move oom task exclusion to tasklist scan 17 years ago
Pavel Emelianov c7ba5c9e81 Memory controller: OOM handling 17 years ago
Serge E. Hallyn 97829955ad oom_kill: remove uid==0 checks 17 years ago
Andrew Morgan e338d263a7 Add 64-bit capability support to the kernel 17 years ago
Peter Zijlstra fa717060f1 sched: sched_rt_entity 17 years ago
Al Viro e91a810e88 oom_kill bug 18 years ago
Pavel Emelyanov ba25f9dcc4 Use helpers to obtain task pid in printks 18 years ago
Pavel Emelyanov bac0abd617 Isolate some explicit usage of task->tgid 18 years ago
Matthias Kaehlcke 7b1915a989 mm/oom_kill.c: Use list_for_each_entry instead of list_for_each 18 years ago
Serge E. Hallyn b460cbc581 pid namespaces: define is_global_init() and is_container_init() 18 years ago
David Rientjes ae74138da6 oom: convert zone_scan_lock from mutex to spinlock 18 years ago
David Rientjes 3ff566963c oom: do not take callback_mutex 18 years ago
David Rientjes bbe373f2c6 oom: compare cpuset mems_allowed instead of exclusive ancestors 18 years ago
David Rientjes 7213f5066f oom: suppress extraneous stack and memory dump 18 years ago
David Rientjes fe071d7e8a oom: add oom_kill_allocating_task sysctl 18 years ago
David Rientjes 098d7f128a oom: add per-zone locking 18 years ago