aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-16switch alloc_file() to passing struct pathAl Viro1-6/+8
2009-12-16switch shmem_file_setup() to alloc_file()Al Viro1-12/+9
2009-12-15nommu: fix malloc performance by adding uninitialized flagJie Zhang1-3/+5
2009-12-15mm hugetlb: add hugepage support to pagemapNaoya Horiguchi1-3/+19
2009-12-15mm: hugetlb: fix hugepage memory leak in walk_page_range()Naoya Horiguchi1-1/+15
2009-12-15mm: hugetlb: fix hugepage memory leak in mincore()Naoya Horiguchi1-0/+37
2009-12-15hugetlb: abort a hugepage pool resize if a signal is pendingMel Gorman1-0/+3
2009-12-15mlock: replace stale comments in munlock_vma_page()Lee Schermerhorn1-22/+19
2009-12-15mm: remove unevictable_migrate_page functionLee Schermerhorn2-14/+2
2009-12-15hugetlb: acquire the i_mmap_lock before walking the prio_tree to unmap a pageMel Gorman1-1/+8
2009-12-15mm: uncached vma support with writenotifyMagnus Damm1-1/+13
2009-12-15vmscan: simplify codeHuang Shijie1-4/+2
2009-12-15vmscan: do not evict inactive pages when skipping an active list scanRik van Riel1-6/+12
2009-12-15mm/bootmem.c: properly __init-annotate helper functionsJan Beulich1-4/+4
2009-12-15mm: simplify try_to_unmap_one()KOSAKI Motohiro1-13/+22
2009-12-15mm: fix section mismatch in memory_hotplug.cRakib Mullick1-1/+3
2009-12-15hugetlb: prevent deadlock in __unmap_hugepage_range() when alloc_huge_page() failsLarry Woodman1-2/+11
2009-12-15mm: memory_hotplug: make offline_pages() staticAndrew Morton1-1/+1
2009-12-15ksm: remove unswappable max_kernel_pagesHugh Dickins2-40/+3
2009-12-15ksm: memory hotremove migration onlyHugh Dickins4-32/+100
2009-12-15ksm: rmap_walk to remove_migation_ptesHugh Dickins3-67/+162
2009-12-15ksm: mem cgroup charge swapin copyHugh Dickins1-3/+4
2009-12-15ksm: share anon page without allocatingHugh Dickins2-48/+25
2009-12-15ksm: take keyhole reference to pageHugh Dickins1-39/+110
2009-12-15ksm: hold anon_vma in rmap_itemHugh Dickins2-64/+98
2009-12-15ksm: let shared pages be swappableHugh Dickins4-43/+211
2009-12-15ksm: fix mlockfreed to munlockedHugh Dickins3-3/+8
2009-12-15ksm: stable_node point to page and backHugh Dickins1-65/+34
2009-12-15ksm: separate stable_nodeHugh Dickins1-79/+101
2009-12-15ksm: singly-linked rmap_listHugh Dickins1-30/+26
2009-12-15ksm: cleanup some function argumentsHugh Dickins1-122/+112
2009-12-15ksm: remove redundancies when merging pageHugh Dickins1-20/+6
2009-12-15ksm: three remove_rmap_item_from_tree cleanupsHugh Dickins1-11/+6
2009-12-15vmscan: make consistent of reclaim bale out between do_try_to_free_page and shrink_zoneKOSAKI Motohiro1-1/+1
2009-12-15vmscan: kill sc.swap_cluster_maxKOSAKI Motohiro1-20/+6
2009-12-15vmscan: zone_reclaim() don't use insane swap_cluster_maxKOSAKI Motohiro1-2/+1
2009-12-15vmscan: kill hibernation specific reclaim logic and unify itKOSAKI Motohiro1-127/+26
2009-12-15vmscan: separate sc.swap_cluster_max and sc.nr_max_reclaimKOSAKI Motohiro1-6/+19
2009-12-15mm: sigbus instead of abusing oomHugh Dickins1-2/+2
2009-12-15mm: stop ptlock enlarging struct pageHugh Dickins1-2/+4
2009-12-15mm: pass address down to rmap onesHugh Dickins1-26/+27
2009-12-15mm: CONFIG_MMU for PG_mlockedHugh Dickins5-39/+16
2009-12-15mm: mlocking in try_to_unmap_oneHugh Dickins2-80/+32
2009-12-15mm: define PAGE_MAPPING_FLAGSHugh Dickins3-12/+8
2009-12-15vmscan: stop kswapd waiting on congestion when the min watermark is not being metKOSAKI Motohiro2-11/+32
2009-12-15vmscan: have kswapd sleep for a short interval and double check it should be asleepMel Gorman2-2/+44
2009-12-15rmap: move label `out' to a better placeHuang Shijie1-1/+2
2009-12-15rmap: simplify try_to_unmap_file()Huang Shijie1-4/+1
2009-12-15rmap: fix the comment for try_to_unmap_anonHuang Shijie1-2/+1
2009-12-15mm/vmscan: change comment generic_file_write to __generic_file_aio_writeVincent Li1-1/+1