summaryrefslogtreecommitdiffstats
path: root/mm/oom_kill.c
Commit message (Expand)AuthorAgeFilesLines
* mm: account pmd page tables to the processKirill A. Shutemov2015-02-111-4/+5
* oom, PM: make OOM detection in the freezer path racelessMichal Hocko2015-02-111-20/+112
* oom: thaw the OOM victim if it is frozenMichal Hocko2015-02-111-2/+8
* oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko2015-02-111-3/+20
* oom: make sure that TIF_MEMDIE is set under task_lockMichal Hocko2015-02-111-2/+5
* oom: don't count on mm-less current processTetsuo Handa2015-02-111-1/+5
* oom: kill the insufficient and no longer needed PT_TRACE_EXIT checkOleg Nesterov2014-12-131-8/+3
* 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-111-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-101-2/+2
|/
* OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2014-10-211-0/+17
* mm: clean up zone flagsJohannes Weiner2014-10-091-3/+3
* mm, oom: remove unnecessary exit_state checkDavid Rientjes2014-08-061-2/+0
* mm, oom: rename zonelist locking functionsDavid Rientjes2014-08-061-17/+13
* mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes2014-08-061-1/+1
* mm, oom: base root bonus on current usageDavid Rientjes2014-01-301-1/+1
* mm, oom: prefer thread group leaders for display purposesDavid Rientjes2014-01-231-4/+8
* oom_kill: add rcu_read_lock() into find_lock_task_mm()Oleg Nesterov2014-01-211-4/+8
* oom_kill: has_intersects_mems_allowed() needs rcu_read_lock()Oleg Nesterov2014-01-211-8/+11
* oom_kill: change oom_kill.c to use for_each_thread()Oleg Nesterov2014-01-211-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-161-1/+1
* mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner2013-09-121-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-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
OpenPOWER on IntegriCloud