aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-01mm: don't free swap slots on page deactivationJohannes Weiner1-3/+0
2009-04-01mm: move pagevec stripping to save unlock-relockJohannes Weiner1-5/+2
2009-04-01vmscan: respect higher order in zone_reclaim()Johannes Weiner1-0/+1
2009-04-01vmscan: clip swap_cluster_max in shrink_all_memory()Johannes Weiner1-1/+1
2009-04-01mm: shrink_all_memory(): use sc.nr_reclaimedMinChan Kim1-22/+24
2009-04-01mm: introduce for_each_populated_zone() macroKOSAKI Motohiro1-3/+1
2009-04-01vmscan: rename sc.may_swap to may_unmapJohannes Weiner1-10/+10
2009-03-30Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2009-03-14vmscan: pgmoved should be cleared after updating recent_rotatedDaisuke Nishimura1-1/+1
2009-03-12memcg: use correct scan number at reclaimKOSAKI Motohiro1-1/+1
2009-02-21swsusp: clean up shrink_all_zones()Johannes Weiner1-12/+11
2009-02-21swsusp: dont fiddle with swappinessJohannes Weiner1-4/+1
2009-02-15lockdep: annotate reclaim context (__GFP_NOFS), fixIngo Molnar1-2/+1
2009-02-14lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin1-0/+3
2009-01-08memcg: fix calculation of active_ratioKOSAKI Motohiro1-1/+1
2009-01-08memcg: swappinessKOSAKI Motohiro1-3/+4
2009-01-08memcg: rename scan global lruKAMEZAWA Hiroyuki1-16/+16
2009-01-08memcg: remove mem_cgroup_cal_reclaim()KOSAKI Motohiro1-17/+10
2009-01-08memcg: add zone_reclaim_statKOSAKI Motohiro1-14/+13
2009-01-08memcg: add mem_cgroup_zone_nr_pages()KOSAKI Motohiro1-0/+3
2009-01-08memcg: add inactive_anon_is_low()KOSAKI Motohiro1-14/+23
2009-01-08mm: make get_scan_ratio() safe for memcgKOSAKI Motohiro1-6/+9
2009-01-08mm: add zone nr_pages helper functionKOSAKI Motohiro1-4/+11
2009-01-08mm: introduce zone_reclaim structKOSAKI Motohiro1-17/+30
2009-01-08inactive_anon_is_low: move to vmscanKOSAKI Motohiro1-0/+20
2009-01-08memcg: synchronized LRUKAMEZAWA Hiroyuki1-4/+5
2009-01-08memcg: mem+swap controller coreKAMEZAWA Hiroyuki1-1/+5
2009-01-06mm: stop kswapd's infinite loop at high order allocationKOSAKI Motohiro1-0/+17
2009-01-06vmscan: shrink_active_list(): reduce lru_lock hold timeAndrew Morton1-7/+7
2009-01-06mm: kill zone_is_near_oom()KOSAKI Motohiro1-5/+0
2009-01-06vmscan: improve reclaim throughput to bail out patchKOSAKI Motohiro1-6/+9
2009-01-06vmscan: bail out of direct reclaim after swap_cluster_max pagesRik van Riel1-29/+33
2009-01-06mm: make scan_zone_unevictable_pages() staticKOSAKI Motohiro1-1/+1
2009-01-06mm: make scan_all_zones_unevictable_pages() staticKOSAKI Motohiro1-1/+1
2009-01-06memcg: reclaim shouldn't change zone->recent_rotated statisticsKOSAKI Motohiro1-1/+2
2009-01-06mm: optimize get_scan_ratio for no swapHugh Dickins1-6/+6
2009-01-06mm: add add_to_swap stubHugh Dickins1-2/+0
2009-01-06mm: remove gfp_mask from add_to_swapHugh Dickins1-1/+1
2009-01-06mm: remove try_to_munlock from vmscanHugh Dickins1-9/+2
2009-01-06mm: try_to_free_swap replaces remove_exclusive_swap_pageHugh Dickins1-1/+1
2009-01-01cpumask: convert mm/Rusty Russell1-1/+1
2009-01-01cpumask: remove any_online_cpu() users: mm/Rusty Russell1-1/+1
2008-12-01vmscan: protect zone rotation stats by lru lockJohannes Weiner1-1/+1
2008-11-19vmscan: fix get_scan_ratio() commentRik van Riel1-3/+3
2008-11-19vmscan: let GFP_NOFS go to swap againHugh Dickins1-0/+3
2008-11-15mm: remove unevictable's show_page_pathKOSAKI Motohiro1-35/+0
2008-10-20mm: unlockless reclaimNick Piggin1-1/+8
2008-10-20vmscan: don't accumulate scan pressure on unrelated listsJohannes Weiner1-5/+2
2008-10-20vmscan: unevictable LRU scan sysctlLee Schermerhorn1-0/+166
2008-10-20mlock: mlocked pages are unevictableNick Piggin1-10/+26