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