Commit Graph

176 Commits (f496b2d4f181fa5fcdf24016b11caaa33eb12477)

Author SHA1 Message Date
Johannes Weiner 72835c86ca mm: unify remaining mem_cont, mem, etc. variable names to memcg 13 years ago
Johannes Weiner ec0fffd84b mm: oom_kill: remove memcg argument from oom_kill_task() 13 years ago
KAMEZAWA Hiroyuki 43d2b11324 tracepoint: add tracepoints for debugging oom_score_adj 13 years ago
Frantisek Hrbata ff05b6f7ae oom: fix integer overflow of points in oom_badness 13 years ago
Tejun Heo a5be2d0d1a freezer: rename thaw_process() to __thaw_task() and simplify the implementation 13 years ago
Michal Hocko 5aecc85abd oom: do not kill tasks with oom_score_adj OOM_SCORE_ADJ_MIN 13 years ago
David Rientjes 43362a4977 oom: fix race while temporarily setting current's oom_score_adj 13 years ago
David Rientjes c9f01245b6 oom: remove oom_disable_count 13 years ago
David Rientjes 7b0d44fa49 oom: avoid killing kthreads if they assume the oom killed thread's mm 13 years ago
David Rientjes f660daac47 oom: thaw threads if oom killed thread is frozen before deferring 13 years ago
Paul Gortmaker b95f1b31b7 mm: Map most files to use export.h instead of module.h 13 years ago
Oleg Nesterov c027a474a6 oom: task->mm == NULL doesn't mean the memory was freed 14 years ago
David Rientjes 11239836c0 oom: remove references to old badness() function 14 years ago
Tejun Heo d21142ece4 ptrace: kill task_ptrace() 14 years ago
David Rientjes 72788c3856 oom: replace PF_OOM_ORIGIN with toggling oom_score_adj 14 years ago
KOSAKI Motohiro f755a042d8 oom: use pte pages in OOM score 14 years ago
KOSAKI Motohiro 341aea2bc4 oom-kill: remove boost_dying_task_prio() 14 years ago
David Rientjes b2b755b5f1 lib, arch: add filter argument to show_mem and fix private implementations 14 years ago
David Rientjes f9434ad155 memcg: give current access to memory reserves if it's trying to die 14 years ago
David Rientjes ddd588b5dd oom: suppress nodes that are not allowed from meminfo on oom kill 14 years ago
David Rientjes edd45544c6 oom: avoid deferring oom killer if exiting task is being traced 14 years ago
Andrey Vagin 30e2b41f20 oom: skip zombies when iterating tasklist 14 years ago
David Rientjes 3a5dda7a17 oom: prevent unnecessary oom kills or kernel panics 14 years ago
Linus Torvalds 52d3c03675 Revert "oom: oom_kill_process: fix the child_points logic" 14 years ago
Oleg Nesterov dc1b83ab08 oom: oom_kill_process: fix the child_points logic 14 years ago
David Rientjes 1e99bad0d9 oom: kill all threads sharing oom killed task's mm 14 years ago
David Rientjes e18641e19a oom: avoid killing a task if a thread sharing its mm cannot be killed 14 years ago
David Rientjes e85bfd3aa7 oom: filter unkillable tasks from tasklist dump 15 years ago
David Rientjes f19e8aa11a oom: always return a badness score of non-zero for eligible tasks 15 years ago
KOSAKI Motohiro 8d6c83f0ba oom: __task_cred() need rcu_read_lock() 15 years ago
KOSAKI Motohiro b52723c560 oom: fix tasklist_lock leak 15 years ago
KOSAKI Motohiro be71cf2202 oom: fix NULL pointer dereference 15 years ago
KAMEZAWA Hiroyuki 158e0a2d1b memcg: use find_lock_task_mm() in memory cgroups oom 15 years ago
David Rientjes a63d83f427 oom: badness heuristic rewrite 15 years ago
KOSAKI Motohiro cef1d3523d oom: multi threaded process coredump don't make deadlock 15 years ago
Luis Claudio R. Goncalves 93b43fa550 oom: give the dying task a higher priority 15 years ago
KOSAKI Motohiro 19b4586cd9 oom: remove child->mm check from oom_kill_process() 15 years ago
KOSAKI Motohiro df1090a8dd oom: cleanup has_intersects_mems_allowed() 15 years ago
KOSAKI Motohiro a96cfd6e91 oom: move OOM_DISABLE check from oom_kill_task to out_of_memory() 15 years ago
KOSAKI Motohiro 113e27f36d oom: kill duplicate OOM_DISABLE check 15 years ago
KOSAKI Motohiro 26ebc98491 oom: /proc/<pid>/oom_score treat kernel thread honestly 15 years ago
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