aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-09mm: vmscan: do not scale writeback pages when deciding whether to set ZONE_WRITEBACKMel Gorman1-15/+1
2013-07-09mm: vmscan: do not continue scanning if reclaim was aborted for compactionMel Gorman1-3/+5
2013-07-03mm: remove lru parameter from __lru_cache_add and lru_cache_add_lruMel Gorman1-3/+2
2013-07-03mm: vmscan: take page buffers dirty and locked state into accountMel Gorman1-0/+10
2013-07-03mm: vmscan: treat pages marked for immediate reclaim as zone congestionMel Gorman1-2/+8
2013-07-03mm: vmscan: move direct reclaim wait_iff_congested into shrink_listMel Gorman1-29/+33
2013-07-03mm: vmscan: set zone flags before blockingMel Gorman1-1/+1
2013-07-03mm: vmscan: stall page reclaim after a list of pages have been processedMel Gorman1-16/+33
2013-07-03mm: vmscan: stall page reclaim and writeback pages based on dirty/writepage pages encounteredMel Gorman1-13/+48
2013-07-03mm: vmscan: move logic from balance_pgdat() to kswapd_shrink_zone()Mel Gorman1-56/+54
2013-07-03mm: vmscan: check if kswapd should writepage once per pgdat scanMel Gorman1-7/+7
2013-07-03mm: vmscan: block kswapd if it is encountering pages under writebackMel Gorman1-22/+60
2013-07-03mm: vmscan: have kswapd writeback pages based on dirty pages encountered, not priorityMel Gorman1-6/+25
2013-07-03mm: vmscan: do not allow kswapd to scan at maximum priorityMel Gorman1-1/+1
2013-07-03mm: vmscan: decide whether to compact the pgdat based on reclaim progressMel Gorman1-29/+30
2013-07-03mm: vmscan: flatten kswapd priority loopMel Gorman1-45/+41
2013-07-03mm: vmscan: obey proportional scanning requirements for kswapdMel Gorman1-8/+59
2013-07-03mm: vmscan: limit the number of pages kswapd reclaims at each priorityMel Gorman1-20/+29
2013-04-29mm: thp: add split tail pages to shrink page list in page reclaimShaohua Li1-1/+1
2013-04-29memcg: add memory.pressure_level eventsAnton Vorontsov1-0/+8
2013-04-29mm/vmscan.c: minor cleanup for kswapdHillf Danton1-4/+0
2013-04-17mm/vmscan: fix error return in kswapd_run()Xishi Qiu1-1/+1
2013-02-23vmscan: change type of vm_total_pages to unsigned longZhang Yanfei1-1/+1
2013-02-23mm: use up free swap space before reaching OOM killMinchan Kim1-5/+10
2013-02-23mm: refactor inactive_file_is_low() to use get_lru_size()Johannes Weiner1-13/+6
2013-02-23swap: add per-partition lock for swapfileShaohua Li1-4/+4
2013-02-23mm: teach mm by current context info to not do I/O during memory allocationMing Lei1-2/+2
2013-02-23mm: don't wait on congested zones in balance_pgdat()Zlatko Calusic1-28/+1
2013-02-23mm: use zone->present_pages instead of zone->managed_pages where appropriateJiang Liu1-7/+7
2013-02-23mm: avoid calling pgdat_balanced() needlesslyZlatko Calusic1-4/+11
2013-02-23memcg,vmscan: do not break out targeted reclaim without reclaimed pagesMichal Hocko1-10/+9
2013-02-23mm/vmscan.c:__zone_reclaim(): replace max_t() with max()Andrew Morton1-2/+1
2013-02-23mm: vmscan: compaction works against zones, not lruvecsJohannes Weiner1-88/+91
2013-02-23mm: vmscan: clean up get_scan_count()Johannes Weiner1-21/+44
2013-02-23mm: vmscan: improve comment on low-page cache handlingJohannes Weiner1-5/+7
2013-02-23mm: vmscan: clarify how swappiness, highest priority, memcg interactJohannes Weiner1-9/+30
2013-02-23mm: vmscan: save work scanning (almost) empty LRU listsJohannes Weiner1-4/+6
2013-02-23mm: memcg: only evict file pages when we have plentyJohannes Weiner1-9/+11
2013-01-03MM: vmscan: remove __devinit attribute.Greg Kroah-Hartman1-2/+2
2012-12-28mm: fix null pointer dereference in wait_iff_congested()Zlatko Calusic1-1/+1
2012-12-23mm: modify pgdat_balanced() so that it also handles order-0Zlatko Calusic1-60/+45
2012-12-20mm: do not sleep in balance_pgdat if there's no i/o congestionZlatko Calusic1-6/+6
2012-12-18mm/vmscan.c: avoid possible deadlock caused by too_many_isolated()Fengguang Wu1-0/+8
2012-12-18vmscan: comment too_many_isolated()Fengguang Wu1-1/+5
2012-12-12vmscan: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-2/+2
2012-12-11mm/vmscan.c: try_to_freeze() returns booleanJeff Liu1-1/+1
2012-12-11mm,vmscan: only evict file pages when we have plentyRik van Riel1-2/+13
2012-12-11mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILDKirill A. Shutemov1-4/+5
2012-12-08mm: vmscan: fix inappropriate zone congestion clearingJohannes Weiner1-3/+0
2012-12-06mm: vmscan: do not keep kswapd looping forever due to individual uncompactable zonesJohannes Weiner1-16/+0