aboutsummaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
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
2008-10-20vmscan: move isolate_lru_page() to vmscan.cNick Piggin
2008-08-04mm: rename page trylockNick Piggin
2008-07-30do_try_to_free_page: update comments related to vmscan functionsFernando Luis Vazquez Cao
2008-07-30swapfile/vmscan: update comments related to vmscan functionsFernando Luis Vazquez Cao
2008-07-26mm: spinlock tree_lockNick Piggin
2008-07-26mm: speculative page referencesNick Piggin
2008-07-25per-task-delay-accounting: add memory reclaim delayKeika Kobayashi
2008-06-12mm: fix incorrect variable type in do_try_to_free_pages()kosaki.motohiro@jp.fujitsu.com
2008-04-30mm: remove remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-29page allocator: smarter retry of costly-order allocationsNishanth Aravamudan
2008-04-28mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman
2008-04-28mm: use two zonelist that are filtered by GFP maskMel Gorman
2008-04-28mm: use zonelists instead of zones when direct reclaiming pagesMel Gorman
2008-04-19nodemask: use new node_to_cpumask_ptr functionMike Travis
2008-03-24revert "kswapd should only wait on IO if there is IO"Andrew Morton
2008-03-04memcg: move_lists on page not page_cgroupHugh Dickins
2008-03-04Memory controller: rename to Memory Resource ControllerBalbir Singh
2008-02-07per-zone and reclaim enhancements for memory controller: modifies vmscan.c fo...KAMEZAWA Hiroyuki
2008-02-07per-zone and reclaim enhancements for memory controller: add scan_global_lru ...KAMEZAWA Hiroyuki
2008-02-07memory cgroup enhancements: fix zone handling in try_to_free_mem_cgroup_pageKAMEZAWA Hiroyuki
2008-02-07kswapd should only wait on IO if there is IORik van Riel
2008-02-07Memory controller: make charging gfp mask awareBalbir Singh
2008-02-07Memory controller: make page_referenced() cgroup awareBalbir Singh
2008-02-07Memory controller: add per cgroup LRU and reclaimBalbir Singh
2007-10-20spelling fixes: mm/Simon Arlott
2007-10-18sparse pointer use of zero as nullStephen Hemminger
2007-10-17mm: test and set zone reclaim lock before starting reclaimDavid Rientjes
2007-10-17oom: change all_unreclaimable zone member to flagsDavid Rientjes
2007-10-16make swappiness safer to useAndrea Arcangeli
2007-10-16Fix panic of cpu online with memory less nodeYasunori Goto
2007-10-16Memoryless nodes: Add N_CPU node stateChristoph Lameter
2007-10-16Memoryless nodes: No need for kswapdChristoph Lameter
2007-10-16mm: prevent kswapd from freeing excessive amounts of lowmemRik van Riel
2007-08-22synchronous lumpy reclaim: wait for page writeback when directly reclaiming c...Andy Whitcroft
2007-08-22synchronous lumpy reclaim: ensure we count pages transitioning inactive via c...Andy Whitcroft
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki