summaryrefslogtreecommitdiffstats
path: root/mm/oom_kill.c
Commit message (Expand)AuthorAgeFilesLines
* memcg, oom: provide more precise dump info while memcg oom happeningSha Zhengju2013-02-231-2/+4
* mm, oom: remove redundant sleep in pagefault oom handlerDavid Rientjes2012-12-121-1/+0
* mm, oom: cleanup pagefault oom handlerDavid Rientjes2012-12-121-42/+7
* oom: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-1/+1
* mm, oom: fix race when specifying a thread as the oom originDavid Rientjes2012-12-111-42/+7
* mm, oom: change type of oom_score_adj to shortDavid Rientjes2012-12-111-5/+5
* mm, oom: allow exiting threads to have access to memory reservesDavid Rientjes2012-12-111-22/+9
* oom: remove deprecated oom_adjDavidlohr Bueso2012-10-091-2/+2
* mm, memcg: move all oom handling to memcontrol.cDavid Rientjes2012-07-311-21/+2
* mm, oom: reduce dependency on tasklist_lockDavid Rientjes2012-07-311-11/+30
* mm, memcg: introduce own oom handler to iterate only over its own threadsDavid Rientjes2012-07-311-33/+15
* mm, oom: introduce helper function to process threads during scanDavid Rientjes2012-07-311-46/+65
* memcg: rename config variablesAndrew Morton2012-07-311-1/+1
* mm, oom: replace some information in tasklist dumpDavid Rientjes2012-07-311-5/+6
* mm, oom: fix potential killing of thread that is disabled from oom killingDavid Rientjes2012-07-311-2/+2
* mm, oom: do not schedule if current has been killedDavid Rientjes2012-07-311-6/+5
* mm: fix kernel-doc warningsWanpeng Li2012-06-201-1/+1
* mm, oom: fix and cleanup oom score calculationsDavid Rientjes2012-06-201-8/+7
* mm, oom: fix badness score underflowDavid Rientjes2012-06-081-2/+2
* mm, oom: normalize oom scores to oom_score_adj scale only for userspaceDavid Rientjes2012-05-291-28/+16
* userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman2012-05-031-2/+2
* signal: oom_kill_task: use SEND_SIG_FORCED instead of force_sig()Oleg Nesterov2012-03-231-2/+2
* mm, memcg: pass charge order to oom killerDavid Rientjes2012-03-211-3/+4
* mm, oom: force oom kill on sysrq+fDavid Rientjes2012-03-211-7/+10
* mm, oom: introduce independent oom killer ratelimit stateDavid Rientjes2012-03-211-1/+4
* mm, oom: do not emit oom killer warning if chosen thread is already exitingDavid Rientjes2012-03-211-3/+3
* mm, oom: fold oom_kill_task() into oom_kill_process()David Rientjes2012-03-211-47/+38
* mm, oom: avoid looping when chosen thread detaches its mmDavid Rientjes2012-03-211-36/+20
* mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner2012-01-121-19/+19
* mm: oom_kill: remove memcg argument from oom_kill_task()Johannes Weiner2012-01-121-2/+2
* tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki2012-01-101-0/+6
* Merge branch 'master' into pm-sleepRafael J. Wysocki2011-12-211-1/+1
|\
| * oom: fix integer overflow of points in oom_badnessFrantisek Hrbata2011-12-201-1/+1
* | freezer: rename thaw_process() to __thaw_task() and simplify the implementationTejun Heo2011-11-211-1/+1
|/
* oom: do not kill tasks with oom_score_adj OOM_SCORE_ADJ_MINMichal Hocko2011-11-151-0/+5
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-1/+1
|\
| * mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* | oom: fix race while temporarily setting current's oom_score_adjDavid Rientjes2011-10-311-0/+19
* | oom: remove oom_disable_countDavid Rientjes2011-10-311-18/+5
* | oom: avoid killing kthreads if they assume the oom killed thread's mmDavid Rientjes2011-10-311-2/+3
* | oom: thaw threads if oom killed thread is frozen before deferringDavid Rientjes2011-10-311-1/+5
|/
* oom: task->mm == NULL doesn't mean the memory was freedOleg Nesterov2011-08-011-1/+3
* oom: remove references to old badness() functionDavid Rientjes2011-07-251-1/+1
* ptrace: kill task_ptrace()Tejun Heo2011-06-221-2/+1
* oom: replace PF_OOM_ORIGIN with toggling oom_score_adjDavid Rientjes2011-05-251-9/+27
* oom: use pte pages in OOM scoreKOSAKI Motohiro2011-04-281-3/+6
* oom-kill: remove boost_dying_task_prio()KOSAKI Motohiro2011-04-141-28/+0
* lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes2011-03-241-1/+1
* memcg: give current access to memory reserves if it's trying to dieDavid Rientjes2011-03-231-0/+11
* oom: suppress nodes that are not allowed from meminfo on oom killDavid Rientjes2011-03-221-1/+1