summaryrefslogtreecommitdiff
path: root/mm/oom_kill.c
Commit message (Expand)AuthorAge
* mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner2013-10-16
* mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner2013-09-12
* mm/oom_kill: remove weird use of ERR_PTR()/PTR_ERR().Rusty Russell2013-07-15
* memcg, oom: provide more precise dump info while memcg oom happeningSha Zhengju2013-02-23
* mm, oom: remove redundant sleep in pagefault oom handlerDavid Rientjes2012-12-12
* mm, oom: cleanup pagefault oom handlerDavid Rientjes2012-12-12
* oom: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-12
* mm, oom: fix race when specifying a thread as the oom originDavid Rientjes2012-12-11
* mm, oom: change type of oom_score_adj to shortDavid Rientjes2012-12-11
* mm, oom: allow exiting threads to have access to memory reservesDavid Rientjes2012-12-11
* oom: remove deprecated oom_adjDavidlohr Bueso2012-10-09
* mm, memcg: move all oom handling to memcontrol.cDavid Rientjes2012-07-31
* mm, oom: reduce dependency on tasklist_lockDavid Rientjes2012-07-31
* mm, memcg: introduce own oom handler to iterate only over its own threadsDavid Rientjes2012-07-31
* mm, oom: introduce helper function to process threads during scanDavid Rientjes2012-07-31
* memcg: rename config variablesAndrew Morton2012-07-31
* mm, oom: replace some information in tasklist dumpDavid Rientjes2012-07-31
* mm, oom: fix potential killing of thread that is disabled from oom killingDavid Rientjes2012-07-31
* mm, oom: do not schedule if current has been killedDavid Rientjes2012-07-31
* mm: fix kernel-doc warningsWanpeng Li2012-06-20
* mm, oom: fix and cleanup oom score calculationsDavid Rientjes2012-06-20
* mm, oom: fix badness score underflowDavid Rientjes2012-06-08
* mm, oom: normalize oom scores to oom_score_adj scale only for userspaceDavid Rientjes2012-05-29
* userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman2012-05-03
* signal: oom_kill_task: use SEND_SIG_FORCED instead of force_sig()Oleg Nesterov2012-03-23
* mm, memcg: pass charge order to oom killerDavid Rientjes2012-03-21
* mm, oom: force oom kill on sysrq+fDavid Rientjes2012-03-21
* mm, oom: introduce independent oom killer ratelimit stateDavid Rientjes2012-03-21
* mm, oom: do not emit oom killer warning if chosen thread is already exitingDavid Rientjes2012-03-21
* mm, oom: fold oom_kill_task() into oom_kill_process()David Rientjes2012-03-21
* mm, oom: avoid looping when chosen thread detaches its mmDavid Rientjes2012-03-21
* mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner2012-01-12
* mm: oom_kill: remove memcg argument from oom_kill_task()Johannes Weiner2012-01-12
* tracepoint: add tracepoints for debugging oom_score_adjKAMEZAWA Hiroyuki2012-01-10
* Merge branch 'master' into pm-sleepRafael J. Wysocki2011-12-21
|\
| * oom: fix integer overflow of points in oom_badnessFrantisek Hrbata2011-12-20
* | freezer: rename thaw_process() to __thaw_task() and simplify the implementationTejun Heo2011-11-21
|/
* oom: do not kill tasks with oom_score_adj OOM_SCORE_ADJ_MINMichal Hocko2011-11-15
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-31
* | oom: fix race while temporarily setting current's oom_score_adjDavid Rientjes2011-10-31
* | oom: remove oom_disable_countDavid Rientjes2011-10-31
* | oom: avoid killing kthreads if they assume the oom killed thread's mmDavid Rientjes2011-10-31
* | oom: thaw threads if oom killed thread is frozen before deferringDavid Rientjes2011-10-31
|/
* oom: task->mm == NULL doesn't mean the memory was freedOleg Nesterov2011-08-01
* oom: remove references to old badness() functionDavid Rientjes2011-07-25
* ptrace: kill task_ptrace()Tejun Heo2011-06-22
* oom: replace PF_OOM_ORIGIN with toggling oom_score_adjDavid Rientjes2011-05-25
* oom: use pte pages in OOM scoreKOSAKI Motohiro2011-04-28
* oom-kill: remove boost_dying_task_prio()KOSAKI Motohiro2011-04-14