aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-09oom: badness heuristic rewriteDavid Rientjes2-148/+129
2010-08-09oom: multi threaded process coredump don't make deadlockKOSAKI Motohiro1-1/+1
2010-08-09oom: give the dying task a higher priorityLuis Claudio R. Goncalves1-3/+31
2010-08-09oom: remove child->mm check from oom_kill_process()KOSAKI Motohiro1-3/+0
2010-08-09oom: cleanup has_intersects_mems_allowed()KOSAKI Motohiro1-2/+2
2010-08-09oom: move OOM_DISABLE check from oom_kill_task to out_of_memory()KOSAKI Motohiro1-2/+3
2010-08-09oom: kill duplicate OOM_DISABLE checkKOSAKI Motohiro1-3/+0
2010-08-09oom: /proc/<pid>/oom_score treat kernel thread honestlyKOSAKI Motohiro1-6/+7
2010-08-09oom: oom_kill_process() needs to check that p is unkillableKOSAKI Motohiro1-1/+2
2010-08-09oom: make oom_unkillable_task() helper functionKOSAKI Motohiro1-11/+22
2010-08-09oom: oom_kill_process() doesn't select kthread childKOSAKI Motohiro1-0/+2
2010-08-09oom: don't try to kill oom_unkillable childKOSAKI Motohiro1-3/+6
2010-08-09vmscan: update isolated page counters outside of main path in shrink_inactive_list()Mel Gorman1-25/+38
2010-08-09vmscan: set up pagevec as late as possible in shrink_page_list()Mel Gorman1-8/+28
2010-08-09vmscan: set up pagevec as late as possible in shrink_inactive_list()Mel Gorman1-43/+56
2010-08-09vmscan: remove unnecessary temporary vars in do_try_to_free_pagesMel Gorman1-5/+4
2010-08-09vmscan: simplify shrink_inactive_list()KOSAKI Motohiro1-110/+102
2010-08-09vmscan: kill prev_priority completelyKOSAKI Motohiro4-92/+0
2010-08-09vmscan: tracing: add trace event when a page is writtenMel Gorman1-0/+2
2010-08-09vmscan: tracing: add trace events for LRU page isolationMel Gorman1-0/+16
2010-08-09vmscan: tracing: add trace events for kswapd wakeup, sleeping and direct reclaimMel Gorman1-4/+20
2010-08-09vmscan: recalculate lru_pages on each priorityKOSAKI Motohiro1-13/+8
2010-08-09vmscan: zone_reclaim don't call disable_swap_token()KOSAKI Motohiro1-1/+0
2010-08-09mm: implement writeback livelock avoidance using page taggingJan Kara1-17/+53
2010-08-09rmap: add anon_vma bug checksAndrea Arcangeli1-0/+3
2010-08-09rmap: resurrect page_address_in_vma anon_vma checkAndrea Arcangeli1-3/+4
2010-08-09rmap: always use anon_vma root pointerAndrea Arcangeli1-6/+12
2010-08-09rmap: always add new vmas at the endAndrea Arcangeli1-1/+1
2010-08-09mmap: remove unnecessary lock from __vma_linkAndrea Arcangeli1-2/+0
2010-08-09shmem: reduce pagefault lock contentionShaohua Li1-21/+49
2010-08-09tmpfs: make tmpfs scalable with percpu_counter for used blocksTim Chen1-23/+17
2010-08-09gcc-4.6: mm: fix unused but set warningsAndi Kleen3-5/+1
2010-08-09mempolicy: reduce stack size of migrate_pages()KOSAKI Motohiro1-13/+25
2010-08-09mm: use for_each_online_cpu() in vmstatMinchan Kim1-3/+3
2010-08-09oom: fold __out_of_memory into out_of_memoryDavid Rientjes1-36/+29
2010-08-09oom: remove constraint argument from select_bad_process and __out_of_memoryDavid Rientjes1-10/+8
2010-08-09mm: rename try_set_zone_oom() to try_set_zonelist_oom()Minchan Kim2-3/+3
2010-08-09oom: remove unnecessary code and cleanupDavid Rientjes1-46/+10
2010-08-09oom: remove special handling for pagefault oomsDavid Rientjes1-29/+57
2010-08-09oom: extract panic helper functionDavid Rientjes1-24/+29
2010-08-09oom: avoid oom killer for lowmem allocationsDavid Rientjes1-9/+20
2010-08-09oom: enable oom tasklist dump by defaultDavid Rientjes1-1/+1
2010-08-09oom: select task from tasklist for mempolicy oomsDavid Rientjes2-36/+112
2010-08-09oom: sacrifice child with highest badness score for parentDavid Rientjes1-11/+29
2010-08-09oom: filter tasks not sharing the same cpusetDavid Rientjes1-8/+2
2010-08-09oom: avoid sending exiting tasks a SIGKILLDavid Rientjes1-1/+1
2010-08-09oom: give current access to memory reserves if it has been killedDavid Rientjes1-0/+10
2010-08-09oom: dump_tasks use find_lock_task_mm too fixDavid Rientjes1-2/+2
2010-08-09oom: improve commentary in dump_tasks()David Rientjes1-8/+3
2010-08-09oom: dump_tasks use find_lock_task_mm tooKOSAKI Motohiro1-18/+21