aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2009-09-22mm: document is_page_cache_freeable()Johannes Weiner
2009-09-22mm: return boolean from page_has_private()Johannes Weiner
2009-09-22mm: return boolean from page_is_file_cache()Johannes Weiner
2009-09-22mm: introduce page_lru_base_type()Johannes Weiner
2009-09-22mm: drop unneeded double negationsJohannes Weiner
2009-09-22mm: remove broken 'kzalloc' mempoolSage Weil
2009-09-22mm: includecheck fix for mm/nommu.cJaswinder Singh Rajput
2009-09-22mm: includecheck fix for mm/shmem.cJaswinder Singh Rajput
2009-09-22mm: add_to_swap_cache() does not return -EEXISTDaisuke Nishimura
2009-09-22mm: add_to_swap_cache() must not sleepDaisuke Nishimura
2009-09-22tracing, page-allocator: add trace event for page traffic related to the budd...Mel Gorman
2009-09-22tracing, page-allocator: add trace events for anti-fragmentation falling back...Mel Gorman
2009-09-22tracing, page-allocator: add trace events for page allocation and page freeingMel Gorman
2009-09-22page-allocator: remove dead function free_cold_page()Mel Gorman
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