aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* mm: stop kswapd's infinite loop at high order allocationKOSAKI Motohiro2009-01-061-0/+17
* vmscan: shrink_active_list(): reduce lru_lock hold timeAndrew Morton2009-01-061-7/+7
* mm: kill zone_is_near_oom()KOSAKI Motohiro2009-01-061-5/+0
* vmscan: improve reclaim throughput to bail out patchKOSAKI Motohiro2009-01-061-6/+9
* vmscan: bail out of direct reclaim after swap_cluster_max pagesRik van Riel2009-01-061-29/+33
* mm: make scan_zone_unevictable_pages() staticKOSAKI Motohiro2009-01-061-1/+1
* mm: make scan_all_zones_unevictable_pages() staticKOSAKI Motohiro2009-01-061-1/+1
* memcg: reclaim shouldn't change zone->recent_rotated statisticsKOSAKI Motohiro2009-01-061-1/+2
* mm: optimize get_scan_ratio for no swapHugh Dickins2009-01-061-6/+6
* mm: add add_to_swap stubHugh Dickins2009-01-061-2/+0
* mm: remove gfp_mask from add_to_swapHugh Dickins2009-01-061-1/+1
* mm: remove try_to_munlock from vmscanHugh Dickins2009-01-061-9/+2
* mm: try_to_free_swap replaces remove_exclusive_swap_pageHugh Dickins2009-01-061-1/+1
* cpumask: convert mm/Rusty Russell2009-01-011-1/+1
* cpumask: remove any_online_cpu() users: mm/Rusty Russell2009-01-011-1/+1
* vmscan: protect zone rotation stats by lru lockJohannes Weiner2008-12-011-1/+1
* vmscan: fix get_scan_ratio() commentRik van Riel2008-11-191-3/+3
* vmscan: let GFP_NOFS go to swap againHugh Dickins2008-11-191-0/+3
* mm: remove unevictable's show_page_pathKOSAKI Motohiro2008-11-151-35/+0
* 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