aboutsummaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
2009-03-14vmscan: pgmoved should be cleared after updating recent_rotatedDaisuke Nishimura
2009-03-12memcg: use correct scan number at reclaimKOSAKI Motohiro
2009-02-21swsusp: clean up shrink_all_zones()Johannes Weiner
2009-02-21swsusp: dont fiddle with swappinessJohannes Weiner
2009-01-08memcg: fix calculation of active_ratioKOSAKI Motohiro
2009-01-08memcg: swappinessKOSAKI Motohiro
2009-01-08memcg: rename scan global lruKAMEZAWA Hiroyuki
2009-01-08memcg: remove mem_cgroup_cal_reclaim()KOSAKI Motohiro
2009-01-08memcg: add zone_reclaim_statKOSAKI Motohiro
2009-01-08memcg: add mem_cgroup_zone_nr_pages()KOSAKI Motohiro
2009-01-08memcg: add inactive_anon_is_low()KOSAKI Motohiro
2009-01-08mm: make get_scan_ratio() safe for memcgKOSAKI Motohiro
2009-01-08mm: add zone nr_pages helper functionKOSAKI Motohiro
2009-01-08mm: introduce zone_reclaim structKOSAKI Motohiro
2009-01-08inactive_anon_is_low: move to vmscanKOSAKI Motohiro
2009-01-08memcg: synchronized LRUKAMEZAWA Hiroyuki
2009-01-08memcg: mem+swap controller coreKAMEZAWA Hiroyuki
2009-01-06mm: stop kswapd's infinite loop at high order allocationKOSAKI Motohiro
2009-01-06vmscan: shrink_active_list(): reduce lru_lock hold timeAndrew Morton
2009-01-06mm: kill zone_is_near_oom()KOSAKI Motohiro
2009-01-06vmscan: improve reclaim throughput to bail out patchKOSAKI Motohiro
2009-01-06vmscan: bail out of direct reclaim after swap_cluster_max pagesRik van Riel
2009-01-06mm: make scan_zone_unevictable_pages() staticKOSAKI Motohiro
2009-01-06mm: make scan_all_zones_unevictable_pages() staticKOSAKI Motohiro
2009-01-06memcg: reclaim shouldn't change zone->recent_rotated statisticsKOSAKI Motohiro
2009-01-06mm: optimize get_scan_ratio for no swapHugh Dickins
2009-01-06mm: add add_to_swap stubHugh Dickins
2009-01-06mm: remove gfp_mask from add_to_swapHugh Dickins
2009-01-06mm: remove try_to_munlock from vmscanHugh Dickins
2009-01-06mm: try_to_free_swap replaces remove_exclusive_swap_pageHugh Dickins
2009-01-01cpumask: convert mm/Rusty Russell
2009-01-01cpumask: remove any_online_cpu() users: mm/Rusty Russell
2008-12-01vmscan: protect zone rotation stats by lru lockJohannes Weiner
2008-11-19vmscan: fix get_scan_ratio() commentRik van Riel
2008-11-19vmscan: let GFP_NOFS go to swap againHugh Dickins
2008-11-15mm: remove unevictable's show_page_pathKOSAKI Motohiro
2008-10-20mm: unlockless reclaimNick Piggin
2008-10-20vmscan: don't accumulate scan pressure on unrelated listsJohannes Weiner
2008-10-20vmscan: unevictable LRU scan sysctlLee Schermerhorn
2008-10-20mlock: mlocked pages are unevictableNick Piggin
2008-10-20SHM_LOCKED pages are unevictableLee Schermerhorn
2008-10-20Ramfs and Ram Disk pages are unevictableLee Schermerhorn
2008-10-20unevictable lru: add event counting with statisticsLee Schermerhorn
2008-10-20Unevictable LRU InfrastructureLee Schermerhorn
2008-10-20more aggressively use lumpy reclaimRik van Riel
2008-10-20vmscan: fix pagecache reclaim referenced bit checkRik van Riel
2008-10-20vmscan: second chance replacement for anonymous pagesRik van Riel
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel
2008-10-20vmscan: free swap space on swap-in/activationRik van Riel
2008-10-20vmscan: Use an indexed array for LRU variablesChristoph Lameter