aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-20SHM_LOCKED pages are unevictableLee Schermerhorn1-0/+89
2008-10-20Ramfs and Ram Disk pages are unevictableLee Schermerhorn1-0/+5
2008-10-20unevictable lru: add event counting with statisticsLee Schermerhorn1-0/+6
2008-10-20Unevictable LRU InfrastructureLee Schermerhorn1-13/+136
2008-10-20more aggressively use lumpy reclaimRik van Riel1-4/+16
2008-10-20vmscan: fix pagecache reclaim referenced bit checkRik van Riel1-32/+13
2008-10-20vmscan: second chance replacement for anonymous pagesRik van Riel1-4/+34
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel1-200/+216
2008-10-20vmscan: free swap space on swap-in/activationRik van Riel1-0/+7
2008-10-20vmscan: Use an indexed array for LRU variablesChristoph Lameter1-63/+57
2008-10-20vmscan: move isolate_lru_page() to vmscan.cNick Piggin1-0/+45
2008-08-04mm: rename page trylockNick Piggin1-2/+2
2008-07-30do_try_to_free_page: update comments related to vmscan functionsFernando Luis Vazquez Cao1-1/+1
2008-07-30swapfile/vmscan: update comments related to vmscan functionsFernando Luis Vazquez Cao1-1/+1
2008-07-26mm: spinlock tree_lockNick Piggin1-4/+4
2008-07-26mm: speculative page referencesNick Piggin1-20/+54
2008-07-25per-task-delay-accounting: add memory reclaim delayKeika Kobayashi1-0/+5
2008-06-12mm: fix incorrect variable type in do_try_to_free_pages()kosaki.motohiro@jp.fujitsu.com1-1/+1
2008-04-30mm: remove remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-29page allocator: smarter retry of costly-order allocationsNishanth Aravamudan1-2/+5
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman1-12/+10
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman1-12/+9
2008-04-28mm: use zonelists instead of zones when direct reclaiming pagesMel Gorman1-9/+12
2008-04-19nodemask: use new node_to_cpumask_ptr functionMike Travis1-10/+8
2008-03-24revert "kswapd should only wait on IO if there is IO"Andrew Morton1-22/+5
2008-03-04memcg: move_lists on page not page_cgroupHugh Dickins1-2/+3
2008-03-04Memory controller: rename to Memory Resource ControllerBalbir Singh1-2/+2
2008-02-07per-zone and reclaim enhancements for memory controller: modifies vmscan.c for isolate globa/cgroup lru activityKAMEZAWA Hiroyuki1-131/+201
2008-02-07per-zone and reclaim enhancements for memory controller: add scan_global_lru macroKAMEZAWA Hiroyuki1-5/+12
2008-02-07memory cgroup enhancements: fix zone handling in try_to_free_mem_cgroup_pageKAMEZAWA Hiroyuki1-6/+3
2008-02-07kswapd should only wait on IO if there is IORik van Riel1-5/+22
2008-02-07Memory controller: make charging gfp mask awareBalbir Singh1-9/+5
2008-02-07Memory controller: make page_referenced() cgroup awareBalbir Singh1-2/+2
2008-02-07Memory controller: add per cgroup LRU and reclaimBalbir Singh1-25/+103
2007-10-20spelling fixes: mm/Simon Arlott1-1/+1
2007-10-18sparse pointer use of zero as nullStephen Hemminger1-1/+1
2007-10-17mm: test and set zone reclaim lock before starting reclaimDavid Rientjes1-10/+13
2007-10-17oom: change all_unreclaimable zone member to flagsDavid Rientjes1-12/+13
2007-10-16make swappiness safer to useAndrea Arcangeli1-0/+41
2007-10-16Fix panic of cpu online with memory less nodeYasunori Goto1-1/+3