aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-236/+216
2010-08-10Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-2.6-cmLinus Torvalds1-24/+76
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-20/+41
2010-08-09Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+1
2010-08-09hibernation: freeze swap at hibernationKAMEZAWA Hiroyuki1-22/+72
2010-08-09mm: fix corruption of hibernation caused by reusing swap during image savingKAMEZAWA Hiroyuki1-2/+4
2010-08-09ksm: cleanup for mm_slots_hashLai Jiangshan1-29/+9
2010-08-09vmscan: raise the bar to PAGEOUT_IO_SYNC stallsWu Fengguang1-8/+43
2010-08-09mm/vmalloc.c: check kmalloc() return valueKulikov Vasiliy1-1/+4
2010-08-09memcg: add mm_vmscan_memcg_isolate tracepointKOSAKI Motohiro1-0/+6
2010-08-09memcg, vmscan: add memcg reclaim tracepointKOSAKI Motohiro1-1/+19
2010-08-09vmscan: shrink_slab() requires the number of lru_pages, not the page orderKOSAKI Motohiro1-4/+13
2010-08-09mmu-notifiers: remove mmu notifier calls in apply_to_page_range()Jeremy Fitzhardinge1-3/+2
2010-08-09vmscan: protect reading of reclaim_stat with lru_lockKOSAKI Motohiro1-11/+9
2010-08-09vmscan: avoid subtraction of unsigned typesKOSAKI Motohiro1-7/+8
2010-08-09mm: set VM_FAULT_WRITE in do_swap_page()Andrea Arcangeli1-0/+1
2010-08-09rmap: add exclusive page to private anon_vma on swapinRik van Riel2-2/+15
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