summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* mm: vmscan: do not scale writeback pages when deciding whether to set ZONE_WR...Mel Gorman2013-07-091-15/+1
* mm: vmscan: do not continue scanning if reclaim was aborted for compactionMel Gorman2013-07-091-3/+5
* mm: remove lru parameter from __lru_cache_add and lru_cache_add_lruMel Gorman2013-07-031-3/+2
* mm: vmscan: take page buffers dirty and locked state into accountMel Gorman2013-07-031-0/+10
* mm: vmscan: treat pages marked for immediate reclaim as zone congestionMel Gorman2013-07-031-2/+8
* mm: vmscan: move direct reclaim wait_iff_congested into shrink_listMel Gorman2013-07-031-29/+33
* mm: vmscan: set zone flags before blockingMel Gorman2013-07-031-1/+1
* mm: vmscan: stall page reclaim after a list of pages have been processedMel Gorman2013-07-031-16/+33
* mm: vmscan: stall page reclaim and writeback pages based on dirty/writepage p...Mel Gorman2013-07-031-13/+48
* mm: vmscan: move logic from balance_pgdat() to kswapd_shrink_zone()Mel Gorman2013-07-031-56/+54
* mm: vmscan: check if kswapd should writepage once per pgdat scanMel Gorman2013-07-031-7/+7
* mm: vmscan: block kswapd if it is encountering pages under writebackMel Gorman2013-07-031-22/+60
* mm: vmscan: have kswapd writeback pages based on dirty pages encountered, not...Mel Gorman2013-07-031-6/+25
* mm: vmscan: do not allow kswapd to scan at maximum priorityMel Gorman2013-07-031-1/+1
* mm: vmscan: decide whether to compact the pgdat based on reclaim progressMel Gorman2013-07-031-29/+30
* mm: vmscan: flatten kswapd priority loopMel Gorman2013-07-031-45/+41
* mm: vmscan: obey proportional scanning requirements for kswapdMel Gorman2013-07-031-8/+59
* mm: vmscan: limit the number of pages kswapd reclaims at each priorityMel Gorman2013-07-031-20/+29
* mm: thp: add split tail pages to shrink page list in page reclaimShaohua Li2013-04-291-1/+1
* memcg: add memory.pressure_level eventsAnton Vorontsov2013-04-291-0/+8
* mm/vmscan.c: minor cleanup for kswapdHillf Danton2013-04-291-4/+0
* mm/vmscan: fix error return in kswapd_run()Xishi Qiu2013-04-171-1/+1
* vmscan: change type of vm_total_pages to unsigned longZhang Yanfei2013-02-231-1/+1
* mm: use up free swap space before reaching OOM killMinchan Kim2013-02-231-5/+10
* mm: refactor inactive_file_is_low() to use get_lru_size()Johannes Weiner2013-02-231-13/+6
* swap: add per-partition lock for swapfileShaohua Li2013-02-231-4/+4
* mm: teach mm by current context info to not do I/O during memory allocationMing Lei2013-02-231-2/+2
* mm: don't wait on congested zones in balance_pgdat()Zlatko Calusic2013-02-231-28/+1
* mm: use zone->present_pages instead of zone->managed_pages where appropriateJiang Liu2013-02-231-7/+7
* mm: avoid calling pgdat_balanced() needlesslyZlatko Calusic2013-02-231-4/+11
* memcg,vmscan: do not break out targeted reclaim without reclaimed pagesMichal Hocko2013-02-231-10/+9
* mm/vmscan.c:__zone_reclaim(): replace max_t() with max()Andrew Morton2013-02-231-2/+1
* mm: vmscan: compaction works against zones, not lruvecsJohannes Weiner2013-02-231-88/+91
* mm: vmscan: clean up get_scan_count()Johannes Weiner2013-02-231-21/+44
* mm: vmscan: improve comment on low-page cache handlingJohannes Weiner2013-02-231-5/+7
* mm: vmscan: clarify how swappiness, highest priority, memcg interactJohannes Weiner2013-02-231-9/+30
* mm: vmscan: save work scanning (almost) empty LRU listsJohannes Weiner2013-02-231-4/+6
* mm: memcg: only evict file pages when we have plentyJohannes Weiner2013-02-231-9/+11
* MM: vmscan: remove __devinit attribute.Greg Kroah-Hartman2013-01-031-2/+2
* mm: fix null pointer dereference in wait_iff_congested()Zlatko Calusic2012-12-281-1/+1
* mm: modify pgdat_balanced() so that it also handles order-0Zlatko Calusic2012-12-231-60/+45
* mm: do not sleep in balance_pgdat if there's no i/o congestionZlatko Calusic2012-12-201-6/+6
* mm/vmscan.c: avoid possible deadlock caused by too_many_isolated()Fengguang Wu2012-12-181-0/+8
* vmscan: comment too_many_isolated()Fengguang Wu2012-12-181-1/+5
* vmscan: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-2/+2
* mm/vmscan.c: try_to_freeze() returns booleanJeff Liu2012-12-111-1/+1
* mm,vmscan: only evict file pages when we have plentyRik van Riel2012-12-111-2/+13
* mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILDKirill A. Shutemov2012-12-111-4/+5
* mm: vmscan: fix inappropriate zone congestion clearingJohannes Weiner2012-12-081-3/+0
* mm: vmscan: do not keep kswapd looping forever due to individual uncompactabl...Johannes Weiner2012-12-061-16/+0