aboutsummaryrefslogtreecommitdiffstats
path: root/mm/oom_kill.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/paulg/linuxLinus 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