aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAge
* mm: unlockless reclaimNick Piggin2008-10-20
* vmscan: don't accumulate scan pressure on unrelated listsJohannes Weiner2008-10-20
* vmscan: unevictable LRU scan sysctlLee Schermerhorn2008-10-20
* mlock: mlocked pages are unevictableNick Piggin2008-10-20
* SHM_LOCKED pages are unevictableLee Schermerhorn2008-10-20
* Ramfs and Ram Disk pages are unevictableLee Schermerhorn2008-10-20
* unevictable lru: add event counting with statisticsLee Schermerhorn2008-10-20
* Unevictable LRU InfrastructureLee Schermerhorn2008-10-20
* more aggressively use lumpy reclaimRik van Riel2008-10-20
* vmscan: fix pagecache reclaim referenced bit checkRik van Riel2008-10-20
* vmscan: second chance replacement for anonymous pagesRik van Riel2008-10-20
* vmscan: split LRU lists into anon & file setsRik van Riel2008-10-20
* vmscan: free swap space on swap-in/activationRik van Riel2008-10-20
* vmscan: Use an indexed array for LRU variablesChristoph Lameter2008-10-20
* vmscan: move isolate_lru_page() to vmscan.cNick Piggin2008-10-20
* mm: rename page trylockNick Piggin2008-08-05
* do_try_to_free_page: update comments related to vmscan functionsFernando Luis Vazquez Cao2008-07-30
* swapfile/vmscan: update comments related to vmscan functionsFernando Luis Vazquez Cao2008-07-30
* mm: spinlock tree_lockNick Piggin2008-07-26
* mm: speculative page referencesNick Piggin2008-07-26
* per-task-delay-accounting: add memory reclaim delayKeika Kobayashi2008-07-25
* mm: fix incorrect variable type in do_try_to_free_pages()kosaki.motohiro@jp.fujitsu.com2008-06-12
* mm: remove remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-30
* page allocator: smarter retry of costly-order allocationsNishanth Aravamudan2008-04-29
* mm: have zonelist contains structs with both a zone pointer and zone_idxMel Gorman2008-04-28
* mm: use two zonelist that are filtered by GFP maskMel Gorman2008-04-28
* mm: use zonelists instead of zones when direct reclaiming pagesMel Gorman2008-04-28
* nodemask: use new node_to_cpumask_ptr functionMike Travis2008-04-19
* revert "kswapd should only wait on IO if there is IO"Andrew Morton2008-03-24
* memcg: move_lists on page not page_cgroupHugh Dickins2008-03-04
* Memory controller: rename to Memory Resource ControllerBalbir Singh2008-03-04
* per-zone and reclaim enhancements for memory controller: modifies vmscan.c fo...KAMEZAWA Hiroyuki2008-02-07
* per-zone and reclaim enhancements for memory controller: add scan_global_lru ...KAMEZAWA Hiroyuki2008-02-07
* memory cgroup enhancements: fix zone handling in try_to_free_mem_cgroup_pageKAMEZAWA Hiroyuki2008-02-07
* kswapd should only wait on IO if there is IORik van Riel2008-02-07
* Memory controller: make charging gfp mask awareBalbir Singh2008-02-07
* Memory controller: make page_referenced() cgroup awareBalbir Singh2008-02-07
* Memory controller: add per cgroup LRU and reclaimBalbir Singh2008-02-07
* spelling fixes: mm/Simon Arlott2007-10-19
* sparse pointer use of zero as nullStephen Hemminger2007-10-18
* mm: test and set zone reclaim lock before starting reclaimDavid Rientjes2007-10-17
* oom: change all_unreclaimable zone member to flagsDavid Rientjes2007-10-17
* make swappiness safer to useAndrea Arcangeli2007-10-16
* Fix panic of cpu online with memory less nodeYasunori Goto2007-10-16
* Memoryless nodes: Add N_CPU node stateChristoph Lameter2007-10-16
* Memoryless nodes: No need for kswapdChristoph Lameter2007-10-16
* mm: prevent kswapd from freeing excessive amounts of lowmemRik van Riel2007-10-16
* synchronous lumpy reclaim: wait for page writeback when directly reclaiming c...Andy Whitcroft2007-08-22
* synchronous lumpy reclaim: ensure we count pages transitioning inactive via c...Andy Whitcroft2007-08-22
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-17