summaryrefslogtreecommitdiffstats
path: root/mm/oom_kill.c
Commit message (Expand)AuthorAgeFilesLines
* mm/oom_kill.c: print points as unsigned intWang Long2015-06-251-1/+1
* mm: oom_kill: simplify OOM killer lockingJohannes Weiner2015-06-251-100/+27Star
* mm: oom_kill: remove unnecessary locking in exit_oom_victim()Johannes Weiner2015-06-251-2/+0Star
* mm: oom_kill: generalize OOM progress waitqueueJohannes Weiner2015-06-251-5/+1Star
* mm: oom_kill: switch test-and-clear of known TIF_MEMDIE to clearJohannes Weiner2015-06-251-2/+1Star
* mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner2015-06-251-9/+7Star
* mm: oom_kill: remove unnecessary locking in oom_enable()Johannes Weiner2015-06-251-2/+0Star
* mm/oom_kill.c: fix typo in commentYaowei Bai2015-04-161-1/+1
* memcg: print cgroup information when system panics due to panic_on_oomBalasubramani Vivekanandan2015-04-151-3/+4
* mm: account pmd page tables to the processKirill A. Shutemov2015-02-121-4/+5
* oom, PM: make OOM detection in the freezer path racelessMichal Hocko2015-02-121-20/+112
* oom: thaw the OOM victim if it is frozenMichal Hocko2015-02-121-2/+8
* oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko2015-02-121-3/+20
* oom: make sure that TIF_MEMDIE is set under task_lockMichal Hocko2015-02-121-2/+5
* oom: don't count on mm-less current processTetsuo Handa2015-02-121-1/+5
* oom: kill the insufficient and no longer needed PT_TRACE_EXIT checkOleg Nesterov2014-12-131-8/+3Star
* oom: don't assume that a coredumping thread will exit soonOleg Nesterov2014-12-131-3/+3
* Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-12-121-1/+1
|\
| * cpuset: simplify cpuset_node_allowed APIVladimir Davydov2014-10-271-1/+1
* | mm: memcontrol: drop bogus RCU locking from mem_cgroup_same_or_subtree()Johannes Weiner2014-12-111-2/+2
|/
* OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2014-10-211-0/+17
* mm: clean up zone flagsJohannes Weiner2014-10-101-3/+3
* mm, oom: remove unnecessary exit_state checkDavid Rientjes2014-08-071-2/+0Star
* mm, oom: rename zonelist locking functionsDavid Rientjes2014-08-071-17/+13Star
* mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes2014-08-071-1/+1
* mm, oom: base root bonus on current usageDavid Rientjes2014-01-311-1/+1
* mm, oom: prefer thread group leaders for display purposesDavid Rientjes2014-01-241-4/+8
* oom_kill: add rcu_read_lock() into find_lock_task_mm()Oleg Nesterov2014-01-221-4/+8
* oom_kill: has_intersects_mems_allowed() needs rcu_read_lock()Oleg Nesterov2014-01-221-8/+11
* oom_kill: change oom_kill.c to use for_each_thread()Oleg Nesterov2014-01-221-10/+10
* mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov2013-11-151-3/+3
* mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner2013-10-171-1/+1
* mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner2013-09-131-2/+5
* mm/oom_kill: remove weird use of ERR_PTR()/PTR_ERR().Rusty Russell2013-07-151-3/+3
* memcg, oom: provide more precise dump info while memcg oom happeningSha Zhengju2013-02-241-2/+4
* mm, oom: remove redundant sleep in pagefault oom handlerDavid Rientjes2012-12-131-1/+0Star
* mm, oom: cleanup pagefault oom handlerDavid Rientjes2012-12-131-42/+7Star
* oom: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-131-1/+1
* mm, oom: fix race when specifying a thread as the oom originDavid Rientjes2012-12-121-42/+7Star
* mm, oom: change type of oom_score_adj to shortDavid Rientjes2012-12-121-5/+5
* mm, oom: allow exiting threads to have access to memory reservesDavid Rientjes2012-12-121-22/+9Star
* oom: remove deprecated oom_adjDavidlohr Bueso2012-10-091-2/+2
* mm, memcg: move all oom handling to memcontrol.cDavid Rientjes2012-08-011-21/+2Star
* mm, oom: reduce dependency on tasklist_lockDavid Rientjes2012-08-011-11/+30
* mm, memcg: introduce own oom handler to iterate only over its own threadsDavid Rientjes2012-08-011-33/+15Star
* mm, oom: introduce helper function to process threads during scanDavid Rientjes2012-08-011-46/+65
* memcg: rename config variablesAndrew Morton2012-08-011-1/+1
* mm, oom: replace some information in tasklist dumpDavid Rientjes2012-08-011-5/+6
* mm, oom: fix potential killing of thread that is disabled from oom killingDavid Rientjes2012-08-011-2/+2
* mm, oom: do not schedule if current has been killedDavid Rientjes2012-08-011-6/+5Star