aboutsummaryrefslogtreecommitdiffstats
path: root/mm/oom_kill.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov1-4/+5
2015-02-11oom, PM: make OOM detection in the freezer path racelessMichal Hocko1-20/+112
2015-02-11oom: thaw the OOM victim if it is frozenMichal Hocko1-2/+8
2015-02-11oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko1-3/+20
2015-02-11oom: make sure that TIF_MEMDIE is set under task_lockMichal Hocko1-2/+5
2015-02-11oom: don't count on mm-less current processTetsuo Handa1-1/+5
2014-12-13oom: kill the insufficient and no longer needed PT_TRACE_EXIT checkOleg Nesterov1-8/+3
2014-12-13oom: don't assume that a coredumping thread will exit soonOleg Nesterov1-3/+3
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-1/+1
2014-12-10mm: memcontrol: drop bogus RCU locking from mem_cgroup_same_or_subtree()Johannes Weiner1-2/+2
2014-10-27cpuset: simplify cpuset_node_allowed APIVladimir Davydov1-1/+1
2014-10-21OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko1-0/+17
2014-10-09mm: clean up zone flagsJohannes Weiner1-3/+3
2014-08-06mm, oom: remove unnecessary exit_state checkDavid Rientjes1-2/+0
2014-08-06mm, oom: rename zonelist locking functionsDavid Rientjes1-17/+13
2014-08-06mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes1-1/+1
2014-01-30mm, oom: base root bonus on current usageDavid Rientjes1-1/+1
2014-01-23mm, oom: prefer thread group leaders for display purposesDavid Rientjes1-4/+8
2014-01-21oom_kill: add rcu_read_lock() into find_lock_task_mm()Oleg Nesterov1-4/+8
2014-01-21oom_kill: has_intersects_mems_allowed() needs rcu_read_lock()Oleg Nesterov1-8/+11
2014-01-21oom_kill: change oom_kill.c to use for_each_thread()Oleg Nesterov1-10/+10
2013-11-15mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov1-3/+3
2013-10-16mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner1-1/+1
2013-09-12mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner1-2/+5
2013-07-15mm/oom_kill: remove weird use of ERR_PTR()/PTR_ERR().Rusty Russell1-3/+3
2013-02-23memcg, oom: provide more precise dump info while memcg oom happeningSha Zhengju1-2/+4
2012-12-12mm, oom: remove redundant sleep in pagefault oom handlerDavid Rientjes1-1/+0
2012-12-12mm, oom: cleanup pagefault oom handlerDavid Rientjes1-42/+7
2012-12-12oom: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-1/+1
2012-12-11mm, oom: fix race when specifying a thread as the oom originDavid Rientjes1-42/+7
2012-12-11mm, oom: change type of oom_score_adj to shortDavid Rientjes1-5/+5
2012-12-11mm, oom: allow exiting threads to have access to memory reservesDavid Rientjes1-22/+9
2012-10-09oom: remove deprecated oom_adjDavidlohr Bueso1-2/+2
2012-07-31mm, memcg: move all oom handling to memcontrol.cDavid Rientjes1-21/+2
2012-07-31mm, oom: reduce dependency on tasklist_lockDavid Rientjes1-11/+30
2012-07-31mm, memcg: introduce own oom handler to iterate only over its own threadsDavid Rientjes1-33/+15
2012-07-31mm, oom: introduce helper function to process threads during scanDavid Rientjes1-46/+65
2012-07-31memcg: rename config variablesAndrew Morton1-1/+1
2012-07-31mm, oom: replace some information in tasklist dumpDavid Rientjes1-5/+6
2012-07-31mm, oom: fix potential killing of thread that is disabled from oom killingDavid Rientjes1-2/+2
2012-07-31mm, oom: do not schedule if current has been killedDavid Rientjes1-6/+5
2012-06-20mm: fix kernel-doc warningsWanpeng Li1-1/+1
2012-06-20mm, oom: fix and cleanup oom score calculationsDavid Rientjes1-8/+7
2012-06-08mm, oom: fix badness score underflowDavid Rientjes1-2/+2
2012-05-29mm, oom: normalize oom scores to oom_score_adj scale only for userspaceDavid Rientjes1-28/+16
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman1-2/+2
2012-03-23signal: oom_kill_task: use SEND_SIG_FORCED instead of force_sig()Oleg Nesterov1-2/+2
2012-03-21mm, memcg: pass charge order to oom killerDavid Rientjes1-3/+4
2012-03-21mm, oom: force oom kill on sysrq+fDavid Rientjes1-7/+10
2012-03-21mm, oom: introduce independent oom killer ratelimit stateDavid Rientjes1-1/+4
2012-03-21mm, oom: do not emit oom killer warning if chosen thread is already exitingDavid Rientjes1-3/+3
2012-03-21mm, oom: fold oom_kill_task() into oom_kill_process()David Rientjes1-47/+38
2012-03-21mm, oom: avoid looping when chosen thread detaches its mmDavid Rientjes1-36/+20
2012-01-12mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner1-19/+19
2012-01-12mm: oom_kill: remove memcg argument from oom_kill_task()Johannes Weiner1-2/+2
2012-01-10tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki1-0/+6
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki1-1/+1
2011-12-20oom: fix integer overflow of points in oom_badnessFrantisek Hrbata1-1/+1
2011-11-21freezer: rename thaw_process() to __thaw_task() and simplify the implementationTejun Heo1-1/+1
2011-11-15oom: do not kill tasks with oom_score_adj OOM_SCORE_ADJ_MINMichal Hocko1-0/+5
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2011-10-31oom: fix race while temporarily setting current's oom_score_adjDavid Rientjes1-0/+19
2011-10-31oom: remove oom_disable_countDavid Rientjes1-18/+5
2011-10-31oom: avoid killing kthreads if they assume the oom killed thread's mmDavid Rientjes1-2/+3
2011-10-31oom: thaw threads if oom killed thread is frozen before deferringDavid Rientjes1-1/+5
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-08-01oom: task->mm == NULL doesn't mean the memory was freedOleg Nesterov1-1/+3
2011-07-25oom: remove references to old badness() functionDavid Rientjes1-1/+1
2011-06-22ptrace: kill task_ptrace()Tejun Heo1-2/+1
2011-05-25oom: replace PF_OOM_ORIGIN with toggling oom_score_adjDavid Rientjes1-9/+27
2011-04-28oom: use pte pages in OOM scoreKOSAKI Motohiro1-3/+6
2011-04-14oom-kill: remove boost_dying_task_prio()KOSAKI Motohiro1-28/+0
2011-03-24lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes1-1/+1
2011-03-23memcg: give current access to memory reserves if it's trying to dieDavid Rientjes1-0/+11
2011-03-22oom: suppress nodes that are not allowed from meminfo on oom killDavid Rientjes1-1/+1
2011-03-22oom: avoid deferring oom killer if exiting task is being tracedDavid Rientjes1-15/+25
2011-03-22oom: skip zombies when iterating tasklistAndrey Vagin1-1/+3
2011-03-22oom: prevent unnecessary oom kills or kernel panicsDavid Rientjes1-4/+4
2011-03-14Revert "oom: oom_kill_process: fix the child_points logic"Linus Torvalds1-8/+3
2011-03-14oom: oom_kill_process: fix the child_points logicOleg Nesterov1-3/+8
2010-10-26oom: kill all threads sharing oom killed task's mmDavid Rientjes1-0/+24
2010-10-26oom: avoid killing a task if a thread sharing its mm cannot be killedDavid Rientjes1-4/+5
2010-09-22oom: filter unkillable tasks from tasklist dumpDavid Rientjes1-21/+19
2010-09-22oom: always return a badness score of non-zero for eligible tasksDavid Rientjes1-2/+7
2010-08-20oom: __task_cred() need rcu_read_lock()KOSAKI Motohiro1-1/+1
2010-08-20oom: fix tasklist_lock leakKOSAKI Motohiro1-3/+6
2010-08-20oom: fix NULL pointer dereferenceKOSAKI Motohiro1-3/+2
2010-08-11memcg: use find_lock_task_mm() in memory cgroups oomKAMEZAWA Hiroyuki1-1/+1
2010-08-09oom: badness heuristic rewriteDavid Rientjes1-148/+111
2010-08-09oom: multi threaded process coredump don't make deadlockKOSAKI Motohiro1-1/+1
2010-08-09oom: give the dying task a higher priorityLuis Claudio R. Goncalves1-3/+31
2010-08-09oom: remove child->mm check from oom_kill_process()KOSAKI Motohiro1-3/+0
2010-08-09oom: cleanup has_intersects_mems_allowed()KOSAKI Motohiro1-2/+2
2010-08-09oom: move OOM_DISABLE check from oom_kill_task to out_of_memory()KOSAKI Motohiro1-2/+3
2010-08-09oom: kill duplicate OOM_DISABLE checkKOSAKI Motohiro1-3/+0
2010-08-09oom: /proc/<pid>/oom_score treat kernel thread honestlyKOSAKI Motohiro1-6/+7
2010-08-09oom: oom_kill_process() needs to check that p is unkillableKOSAKI Motohiro1-1/+2
2010-08-09oom: make oom_unkillable_task() helper functionKOSAKI Motohiro1-11/+22
2010-08-09oom: oom_kill_process() doesn't select kthread childKOSAKI Motohiro1-0/+2
2010-08-09oom: don't try to kill oom_unkillable childKOSAKI Motohiro1-3/+6
2010-08-09oom: fold __out_of_memory into out_of_memoryDavid Rientjes1-36/+29
2010-08-09oom: remove constraint argument from select_bad_process and __out_of_memoryDavid Rientjes1-10/+8
2010-08-09mm: rename try_set_zone_oom() to try_set_zonelist_oom()Minchan Kim1-2/+2
2010-08-09oom: remove unnecessary code and cleanupDavid Rientjes1-46/+10
2010-08-09oom: remove special handling for pagefault oomsDavid Rientjes1-29/+57
2010-08-09oom: extract panic helper functionDavid Rientjes1-24/+29
2010-08-09oom: enable oom tasklist dump by defaultDavid Rientjes1-1/+1
2010-08-09oom: select task from tasklist for mempolicy oomsDavid Rientjes1-36/+68
2010-08-09oom: sacrifice child with highest badness score for parentDavid Rientjes1-11/+29
2010-08-09oom: filter tasks not sharing the same cpusetDavid Rientjes1-8/+2
2010-08-09oom: avoid sending exiting tasks a SIGKILLDavid Rientjes1-1/+1
2010-08-09oom: give current access to memory reserves if it has been killedDavid Rientjes1-0/+10
2010-08-09oom: dump_tasks use find_lock_task_mm too fixDavid Rientjes1-2/+2
2010-08-09oom: improve commentary in dump_tasks()David Rientjes1-8/+3
2010-08-09oom: dump_tasks use find_lock_task_mm tooKOSAKI Motohiro1-18/+21
2010-08-09oom: introduce find_lock_task_mm() to fix !mm false positivesOleg Nesterov1-31/+43
2010-08-09oom: PF_EXITING check should take mm into accountOleg Nesterov1-1/+1
2010-08-09oom: check PF_KTHREAD instead of !mm to skip kthreadsOleg Nesterov1-6/+3
2010-05-27memcg: make oom killer a no-op when no killable task can be foundDavid Rientjes1-4/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-12memcg: fix oom kill behaviorKAMEZAWA Hiroyuki1-8/+0
2010-03-12memcg: handle panic_on_oom=always caseKAMEZAWA Hiroyuki1-0/+2
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki1-2/+2
2010-02-22memcg: fix oom killing a child process in an other cgroupKAMEZAWA Hiroyuki1-0/+2
2009-12-16memcg: avoid oom-killing innocent task in case of use_hierarchyDaisuke Nishimura1-6/+7
2009-12-16oom-kill: fix NUMA constraint check with nodemaskKAMEZAWA Hiroyuki1-13/+33
2009-12-16oom-kill: show virtual size and rss information of the killed processKOSAKI Motohiro1-3/+13
2009-12-15oom: dump stack and VM state when oom killer panicsDavid Rientjes1-16/+24
2009-09-22oom: oom_kill doesn't kill vfork parent (or child)KOSAKI Motohiro1-16/+1
2009-09-22oom: make oom_score to per-process valueKOSAKI Motohiro1-6/+29
2009-09-22oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro1-19/+15
2009-09-22ksm: unmerge is an origin of OOMsHugh Dickins1-1/+1
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro1-25/+39
2009-06-16oom: only oom kill exiting tasks with attached memoryDavid Rientjes1-5/+3
2009-06-16oom: avoid unnecessary mm locking and scanning for OOM_DISABLEDavid Rientjes1-32/+10
2009-06-16oom: move oom_adj value from task_struct to mm_structDavid Rientjes1-12/+22
2009-05-29oom: fix possible oom_dump_tasks NULL pointerDavid Rientjes1-9/+15
2009-05-06oom: prevent livelock when oom_kill_allocating_task is setDavid Rientjes1-23/+21
2009-04-02memcg: show memcg information during OOMBalbir Singh1-0/+1
2009-04-01oom_kill: don't call for int_sqrt(0)Cyrill Gorcunov1-7/+5
2009-01-08memcg: avoid deadlock caused by race between oom and cpuset_attachDaisuke Nishimura1-2/+0
2009-01-08memcg: avoid unnecessary system-wide-oom-killerKAMEZAWA Hiroyuki1-0/+8
2009-01-06oom: print triggering task's cpuset and mems allowedDavid Rientjes1-0/+3
2009-01-06oom: fix zone_scan_mutex nameDavid Rientjes1-6/+6
2009-01-06mm: invoke oom-killer from page faultNick Piggin1-29/+65
2008-11-14Merge branch 'master' into nextJames Morris1-1/+2
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-3/+3
2008-11-14CRED: Separate task security context from task_structDavid Howells1-1/+1
2008-11-11The oomkiller calculations make decisions based on capabilities. SinceEric Paris1-3/+3
2008-11-06mm/oom_kill.c: fix badness() kerneldocQinghuang Feng1-1/+0
2008-11-06oom: do not dump task state for non thread group leadersDavid Rientjes1-0/+2
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()David Howells1-2/+4
2008-04-28oom_kill: remove unused parameter in badness()Li Zefan1-3/+2
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman1-23/+22
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman1-3/+5
2008-04-15memcg: fix oops in oom handlingLi Zefan1-2/+2
2008-03-19mm/oom_kill: fix kernel-docRandy Dunlap1-1/+8
2008-03-04Memory controller: rename to Memory Resource ControllerBalbir Singh1-1/+1
2008-02-07oom: add sysctl to enable task memory dumpDavid Rientjes1-5/+44
2008-02-07memcontrol: move oom task exclusion to tasklist scanDavid Rientjes1-7/+2
2008-02-07Memory controller: OOM handlingPavel Emelianov1-4/+39
2008-02-05oom_kill: remove uid==0 checksSerge E. Hallyn1-1/+1
2008-02-05Add 64-bit capability support to the kernelAndrew Morgan1-3/+2
2008-01-25sched: sched_rt_entityPeter Zijlstra1-1/+1
2007-10-20oom_kill bugAl Viro1-1/+1
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-2/+3
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov1-1/+1
2007-10-19mm/oom_kill.c: Use list_for_each_entry instead of list_for_eachMatthias Kaehlcke1-3/+1
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-2/+2
2007-10-17oom: convert zone_scan_lock from mutex to spinlockDavid Rientjes1-5/+5
2007-10-17oom: do not take callback_mutexDavid Rientjes1-3/+0
2007-10-17oom: compare cpuset mems_allowed instead of exclusive ancestorsDavid Rientjes1-1/+1
2007-10-17oom: suppress extraneous stack and memory dumpDavid Rientjes1-13/+14
2007-10-17oom: add oom_kill_allocating_task sysctlDavid Rientjes1-5/+8
2007-10-17oom: add per-zone lockingDavid Rientjes1-0/+52
2007-10-17oom: move constraints to enumDavid Rientjes1-9/+3
2007-10-16Memoryless nodes: OOM: use N_HIGH_MEMORY map instead of constructing one on t...Christoph Lameter1-8/+1
2007-07-31oom: print points as unsigned longDavid Rientjes1-1/+1
2007-07-29Remove fs.h from mm.hAlexey Dobriyan1-0/+1
2007-05-07oom: fix constraint deadlockDavid Rientjes1-4/+6
2007-05-07mm: fix handling of panic_on_oom when cpusets are in useYasunori Goto1-0/+3
2007-05-07allow oom_adj of saintly processesJoshua N Pritikin1-2/+4
2007-04-24fix OOM killing processes wrongly thought MPOL_BINDHugh Dickins1-0/+2
2007-04-24oom: kill all threads that share mm with killed taskDavid Rientjes1-1/+1
2007-03-16[PATCH] oom fix: prevent oom from killing a process with children/sibling unk...Ankita Garg1-1/+1
2007-01-05[PATCH] fix OOM killing of swapoffHugh Dickins1-6/+6
2006-12-30[PATCH] fix oom killer kills current every time if there is memory-less-node ...KAMEZAWA Hiroyuki1-1/+6
2006-12-13[PATCH] cpuset: rework cpuset_zone_allowed apiPaul Jackson1-1/+1
2006-12-07[PATCH] oom: less memdieNick Piggin1-2/+3
2006-12-07[PATCH] oom: cleanup messagesNick Piggin1-14/+13
2006-12-07[PATCH] oom: don't kill unkillable children or siblingsNick Piggin1-2/+11
2006-10-20[PATCH] OOM killer meets userspace headersAlexey Dobriyan1-0/+1
2006-09-29[PATCH] oom: don't kill current when another OOM in progressNick Piggin1-6/+17
2006-09-29[PATCH] oom_kill_task(): cleanup ->mm checksOleg Nesterov1-5/+2
2006-09-29[PATCH] select_bad_process(): cleanup 'releasing' checkOleg Nesterov1-10/+9
2006-09-29[PATCH] select_bad_process(): kill a bogus PF_DEAD/TASK_DEAD checkOleg Nesterov1-6/+6
2006-09-29[PATCH] introduce TASK_DEAD stateOleg Nesterov1-1/+1
2006-09-29[PATCH] kill PF_DEAD flagOleg Nesterov1-2/+2
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-1/+1
2006-09-26[PATCH] NUMA: Add zone_to_nid functionChristoph Lameter1-2/+1