summaryrefslogtreecommitdiffstats
path: root/mm (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-10rmap: add exclusive page to private anon_vma on swapinRik van Riel2-2/+15
2010-08-10oom: deprecate oom_adj tunableDavid Rientjes4-0/+39
2010-08-10oom: badness heuristic rewriteDavid Rientjes8-191/+300
2010-08-10oom: move badness() declaration into oom.hAndrew Morton2-3/+6
2010-08-10oom: multi threaded process coredump don't make deadlockKOSAKI Motohiro1-1/+1
2010-08-10oom: give the dying task a higher priorityLuis Claudio R. Goncalves1-3/+31
2010-08-10oom: remove child->mm check from oom_kill_process()KOSAKI Motohiro1-3/+0
2010-08-10oom: cleanup has_intersects_mems_allowed()KOSAKI Motohiro1-2/+2
2010-08-10oom: move OOM_DISABLE check from oom_kill_task to out_of_memory()KOSAKI Motohiro1-2/+3
2010-08-10oom: kill duplicate OOM_DISABLE checkKOSAKI Motohiro1-3/+0
2010-08-10oom: /proc/<pid>/oom_score treat kernel thread honestlyKOSAKI Motohiro2-8/+10
2010-08-10oom: oom_kill_process() needs to check that p is unkillableKOSAKI Motohiro1-1/+2
2010-08-10oom: make oom_unkillable_task() helper functionKOSAKI Motohiro1-11/+22
2010-08-10oom: oom_kill_process() doesn't select kthread childKOSAKI Motohiro1-0/+2
2010-08-10oom: don't try to kill oom_unkillable childKOSAKI Motohiro1-3/+6
2010-08-10vmscan: update isolated page counters outside of main path in shrink_inactive...Mel Gorman1-25/+38
2010-08-10vmscan: set up pagevec as late as possible in shrink_page_list()Mel Gorman1-8/+28
2010-08-10vmscan: set up pagevec as late as possible in shrink_inactive_list()Mel Gorman1-43/+56
2010-08-10vmscan: remove unnecessary temporary vars in do_try_to_free_pagesMel Gorman1-5/+4
2010-08-10vmscan: simplify shrink_inactive_list()KOSAKI Motohiro1-110/+102
2010-08-10vmscan: kill prev_priority completelyKOSAKI Motohiro6-112/+0