summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-08-10Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-10Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2010-08-10hibernation: freeze swap at hibernationKAMEZAWA Hiroyuki
2010-08-10mm: fix corruption of hibernation caused by reusing swap during image savingKAMEZAWA Hiroyuki
2010-08-10ksm: cleanup for mm_slots_hashLai Jiangshan
2010-08-10vmscan: raise the bar to PAGEOUT_IO_SYNC stallsWu Fengguang
2010-08-10mm/vmalloc.c: check kmalloc() return valueKulikov Vasiliy
2010-08-10memcg: add mm_vmscan_memcg_isolate tracepointKOSAKI Motohiro
2010-08-10memcg, vmscan: add memcg reclaim tracepointKOSAKI Motohiro
2010-08-10vmscan: shrink_slab() requires the number of lru_pages, not the page orderKOSAKI Motohiro
2010-08-10mmu-notifiers: remove mmu notifier calls in apply_to_page_range()Jeremy Fitzhardinge
2010-08-10vmscan: protect reading of reclaim_stat with lru_lockKOSAKI Motohiro
2010-08-10vmscan: avoid subtraction of unsigned typesKOSAKI Motohiro
2010-08-10mm: set VM_FAULT_WRITE in do_swap_page()Andrea Arcangeli
2010-08-10rmap: add exclusive page to private anon_vma on swapinRik van Riel
2010-08-10oom: badness heuristic rewriteDavid Rientjes
2010-08-10oom: multi threaded process coredump don't make deadlockKOSAKI Motohiro
2010-08-10oom: give the dying task a higher priorityLuis Claudio R. Goncalves
2010-08-10oom: remove child->mm check from oom_kill_process()KOSAKI Motohiro
2010-08-10oom: cleanup has_intersects_mems_allowed()KOSAKI Motohiro
2010-08-10oom: move OOM_DISABLE check from oom_kill_task to out_of_memory()KOSAKI Motohiro
2010-08-10oom: kill duplicate OOM_DISABLE checkKOSAKI Motohiro
2010-08-10oom: /proc/<pid>/oom_score treat kernel thread honestlyKOSAKI Motohiro
2010-08-10oom: oom_kill_process() needs to check that p is unkillableKOSAKI Motohiro
2010-08-10oom: make oom_unkillable_task() helper functionKOSAKI Motohiro
2010-08-10oom: oom_kill_process() doesn't select kthread childKOSAKI Motohiro
2010-08-10oom: don't try to kill oom_unkillable childKOSAKI Motohiro
2010-08-10vmscan: update isolated page counters outside of main path in shrink_inactive...Mel Gorman
2010-08-10vmscan: set up pagevec as late as possible in shrink_page_list()Mel Gorman
2010-08-10vmscan: set up pagevec as late as possible in shrink_inactive_list()Mel Gorman
2010-08-10vmscan: remove unnecessary temporary vars in do_try_to_free_pagesMel Gorman
2010-08-10vmscan: simplify shrink_inactive_list()KOSAKI Motohiro
2010-08-10vmscan: kill prev_priority completelyKOSAKI Motohiro
2010-08-10vmscan: tracing: add trace event when a page is writtenMel Gorman
2010-08-10vmscan: tracing: add trace events for LRU page isolationMel Gorman
2010-08-10vmscan: tracing: add trace events for kswapd wakeup, sleeping and direct reclaimMel Gorman
2010-08-10vmscan: recalculate lru_pages on each priorityKOSAKI Motohiro
2010-08-10vmscan: zone_reclaim don't call disable_swap_token()KOSAKI Motohiro
2010-08-10mm: implement writeback livelock avoidance using page taggingJan Kara
2010-08-10rmap: add anon_vma bug checksAndrea Arcangeli
2010-08-10rmap: resurrect page_address_in_vma anon_vma checkAndrea Arcangeli
2010-08-10rmap: always use anon_vma root pointerAndrea Arcangeli
2010-08-10rmap: always add new vmas at the endAndrea Arcangeli
2010-08-10mmap: remove unnecessary lock from __vma_linkAndrea Arcangeli
2010-08-10shmem: reduce pagefault lock contentionShaohua Li
2010-08-10tmpfs: make tmpfs scalable with percpu_counter for used blocksTim Chen
2010-08-10gcc-4.6: mm: fix unused but set warningsAndi Kleen
2010-08-10mempolicy: reduce stack size of migrate_pages()KOSAKI Motohiro