aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2009-09-22kcore: fix vread/vwrite to be aware of holesKAMEZAWA Hiroyuki
2009-09-22vmalloc: unmap vmalloc area after hiding itKAMEZAWA Hiroyuki
2009-09-22page-allocator: change migratetype for all pageblocks within a high-order pag...Mel Gorman
2009-09-22mm: kmem_cache_create(): make it easier to catch NULL cache namesBenjamin Herrenschmidt
2009-09-22ksm: mremap use err from ksm_madviseHugh Dickins
2009-09-22ksm: unmerge is an origin of OOMsHugh Dickins
2009-09-22ksm: clean up obsolete referencesHugh Dickins
2009-09-22ksm: remove VM_MERGEABLE_FLAGSHugh Dickins
2009-09-22ksm: add some documentationHugh Dickins
2009-09-22ksm: sysfs and defaultsHugh Dickins
2009-09-22ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli
2009-09-22ksm: fix oom deadlockHugh Dickins
2009-09-22ksm: distribute remove_mm_from_listsHugh Dickins
2009-09-22ksm: fix endless loop on oomHugh Dickins
2009-09-22ksm: five little cleanupsHugh Dickins
2009-09-22ksm: keep quiet while list emptyHugh Dickins
2009-09-22ksm: break cow once unsharedHugh Dickins
2009-09-22ksm: pages_unshared and pages_volatileHugh Dickins
2009-09-22ksm: move pages_sharing updatesHugh Dickins
2009-09-22ksm: rename kernel_pages_allocatedHugh Dickins
2009-09-22ksm: change ksm nice level to be 5Izik Eidus
2009-09-22ksm: change copyright messageIzik Eidus
2009-09-22ksm: prevent mremap move poisoningHugh Dickins
2009-09-22ksm: Kernel SamePage MergingIzik Eidus
2009-09-22ksm: identify PageKsm pagesHugh Dickins
2009-09-22ksm: no debug in page_dup_rmap()Hugh Dickins
2009-09-22ksm: the mm interface to ksmHugh Dickins
2009-09-22ksm: first tidy up madvise_vma()Hugh Dickins
2009-09-22ksm: add mmu_notifier set_pte_at_notify()Izik Eidus
2009-09-22mm: perform non-atomic test-clear of PG_mlocked on freeJohannes Weiner
2009-09-22vmalloc.c: fix double error checkingFigo.zhang
2009-09-22mm: add gfp mask checking for __get_free_pages()Akinobu Mita
2009-09-22vmscan: kill unnecessary prefetchKOSAKI Motohiro
2009-09-22vmscan: kill unnecessary page flag testKOSAKI Motohiro
2009-09-22vmscan: move ClearPageActive from move_active_pages() to shrink_active_list()KOSAKI Motohiro
2009-09-22vmscan: don't attempt to reclaim anon page in lumpy reclaim when no swap spac...Minchan Kim
2009-09-22mm: count only reclaimable lru pagesWu Fengguang
2009-09-22vmscan: throttle direct reclaim when too many pages are isolated alreadyRik van Riel
2009-09-22mm: vmstat: add isolate pagesKOSAKI Motohiro
2009-09-22mm: shrink_inactive_list() nr_scan accounting fix fixKOSAKI Motohiro
2009-09-22mm: rename pgmoved variable in shrink_active_list()KOSAKI Motohiro
2009-09-22mm: update alloc_flags after oom killer has been calledDavid Rientjes
2009-09-22mm: oom analysis: add shmem vmstatKOSAKI Motohiro
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro
2009-09-22mm: oom analysis: add buffer cache information to show_free_areas()KOSAKI Motohiro
2009-09-22mm: oom analysis: add per-zone statistics to show_free_areas()KOSAKI Motohiro
2009-09-22mm: show_free_areas(): display slab pages in two separate fieldsKOSAKI Motohiro
2009-09-22mm: clean up page_remove_rmap()KOSAKI Motohiro
2009-09-22hugetlb: restore interleaving of bootmem huge pagesLee Schermerhorn
2009-09-22hugetlb: use free_pool_huge_page() to return unused surplus pagesLee Schermerhorn