summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* vmscan: fix increasing nr_isolated incurred by putback unevictable pagesJaewon Kim2015-10-011-1/+1
* mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko2015-08-161-9/+5
* mm: move zone->pages_scanned into a vmstat counterMel Gorman2015-01-291-3/+4
* memcg, vmscan: Fix forced scan of anonymous pagesJerome Marchand2015-01-291-8/+15
* mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman2015-01-291-3/+3
* mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being...Vlastimil Babka2015-01-161-11/+13
* mm: vmscan: use proportional scanning during direct reclaim and full scan at ...Mel Gorman2014-11-211-11/+25
* vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state()Christoph Lameter2014-10-091-1/+1
* mm: vmscan: shrink_slab: rename max_pass -> freeableVladimir Davydov2014-10-091-13/+13
* mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaimVladimir Davydov2014-10-091-2/+2
* Don't trigger congestion wait on dirty-but-not-writeout pagesLinus Torvalds2014-07-281-6/+5
* mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner2014-06-301-0/+3
* mm: vmscan: do not throttle based on pfmemalloc reserves if node has no ZONE_...Mel Gorman2014-06-301-6/+37
* Revert "revert "mm: vmscan: do not swap anon pages just because free+file is ...Greg Kroah-Hartman2014-06-111-18/+0
* revert "mm: vmscan: do not swap anon pages just because free+file is low"Johannes Weiner2014-06-071-0/+18
* mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner2014-01-291-22/+1
* mm: vmscan: call NUMA-unaware shrinkers irrespective of nodemaskVladimir Davydov2014-01-231-9/+10
* mm: vmscan: shrink all slab objects if tight on memoryVladimir Davydov2014-01-231-4/+21
* mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin2014-01-231-10/+10
* mm/vmscan.c: don't forget to free shrinker->nr_deferredAndrew Vagin2013-10-161-0/+1
* mm: avoid reinserting isolated balloon pages into LRU listsRafael Aquini2013-09-301-1/+3
* revert "memcg, vmscan: integrate soft reclaim tighter with zone shrinking code"Andrew Morton2013-09-241-36/+26
* revert "vmscan, memcg: do softlimit reclaim also for targeted reclaim"Andrew Morton2013-09-241-2/+2
* revert "memcg: enhance memcg iterator to support predicates"Andrew Morton2013-09-241-5/+11
* revert "memcg, vmscan: do not attempt soft limit reclaim if it would not scan...Andrew Morton2013-09-241-3/+1
* revert "memcg, vmscan: do not fall into reclaim-all pass too quickly"Andrew Morton2013-09-241-17/+2
* Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-09-121-31/+52
|\
| * memcg: trivial cleanupsAndrew Morton2013-09-121-6/+6
| * memcg, vmscan: do not fall into reclaim-all pass too quicklyMichal Hocko2013-09-121-2/+17
| * memcg, vmscan: do not attempt soft limit reclaim if it would not scan anythingMichal Hocko2013-09-121-1/+3
| * memcg: enhance memcg iterator to support predicatesMichal Hocko2013-09-121-11/+5
| * vmscan, memcg: do softlimit reclaim also for targeted reclaimMichal Hocko2013-09-121-2/+2
| * memcg, vmscan: integrate soft reclaim tighter with zone shrinking codeMichal Hocko2013-09-121-26/+36
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-121-101/+140
|\ \ | |/ |/|
| * shrinker: Kill old ->shrink API.Dave Chinner2013-09-101-33/+8
| * vmscan: per-node deferred workGlauber Costa2013-09-101-101/+140
| * shrinker: add node awarenessDave Chinner2013-09-101-3/+8
| * mm: new shrinker APIDave Chinner2013-09-101-20/+40
* | mm: vmscan: fix do_try_to_free_pages() livelockLisa Du2013-09-111-35/+31
* | mm: putback_lru_page: remove unnecessary call to page_lru_base_type()Vlastimil Babka2013-09-111-6/+6
* | mm: vmscan: fix numa reclaim balance problem in kswapdJohannes Weiner2013-09-111-1/+1
|/
* 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