summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
2015-10-01vmscan: fix increasing nr_isolated incurred by putback unevictable pagesJaewon Kim
2015-08-16mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko
2015-01-29mm: move zone->pages_scanned into a vmstat counterMel Gorman
2015-01-29memcg, vmscan: Fix forced scan of anonymous pagesJerome Marchand
2015-01-29mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman
2015-01-16mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being...Vlastimil Babka
2014-11-21mm: vmscan: use proportional scanning during direct reclaim and full scan at ...Mel Gorman
2014-10-09vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state()Christoph Lameter
2014-10-09mm: vmscan: shrink_slab: rename max_pass -> freeableVladimir Davydov
2014-10-09mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaimVladimir Davydov
2014-07-28Don't trigger congestion wait on dirty-but-not-writeout pagesLinus Torvalds
2014-06-30mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner
2014-06-30mm: vmscan: do not throttle based on pfmemalloc reserves if node has no ZONE_...Mel Gorman
2014-06-11Revert "revert "mm: vmscan: do not swap anon pages just because free+file is ...Greg Kroah-Hartman
2014-06-07revert "mm: vmscan: do not swap anon pages just because free+file is low"Johannes Weiner
2014-01-29mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner
2014-01-23mm: vmscan: call NUMA-unaware shrinkers irrespective of nodemaskVladimir Davydov
2014-01-23mm: vmscan: shrink all slab objects if tight on memoryVladimir Davydov
2014-01-23mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2013-10-16mm/vmscan.c: don't forget to free shrinker->nr_deferredAndrew Vagin
2013-09-30mm: avoid reinserting isolated balloon pages into LRU listsRafael Aquini
2013-09-24revert "memcg, vmscan: integrate soft reclaim tighter with zone shrinking code"Andrew Morton
2013-09-24revert "vmscan, memcg: do softlimit reclaim also for targeted reclaim"Andrew Morton
2013-09-24revert "memcg: enhance memcg iterator to support predicates"Andrew Morton
2013-09-24revert "memcg, vmscan: do not attempt soft limit reclaim if it would not scan...Andrew Morton
2013-09-24revert "memcg, vmscan: do not fall into reclaim-all pass too quickly"Andrew Morton
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-09-12memcg: trivial cleanupsAndrew Morton
2013-09-12memcg, vmscan: do not fall into reclaim-all pass too quicklyMichal Hocko
2013-09-12memcg, vmscan: do not attempt soft limit reclaim if it would not scan anythingMichal Hocko
2013-09-12memcg: enhance memcg iterator to support predicatesMichal Hocko
2013-09-12vmscan, memcg: do softlimit reclaim also for targeted reclaimMichal Hocko
2013-09-12memcg, vmscan: integrate soft reclaim tighter with zone shrinking codeMichal Hocko
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-09-11mm: vmscan: fix do_try_to_free_pages() livelockLisa Du
2013-09-11mm: putback_lru_page: remove unnecessary call to page_lru_base_type()Vlastimil Babka
2013-09-11mm: vmscan: fix numa reclaim balance problem in kswapdJohannes Weiner
2013-09-10shrinker: Kill old ->shrink API.Dave Chinner
2013-09-10vmscan: per-node deferred workGlauber Costa
2013-09-10shrinker: add node awarenessDave Chinner
2013-09-10mm: new shrinker APIDave Chinner
2013-07-09mm: vmscan: do not scale writeback pages when deciding whether to set ZONE_WR...Mel Gorman
2013-07-09mm: vmscan: do not continue scanning if reclaim was aborted for compactionMel Gorman
2013-07-03mm: remove lru parameter from __lru_cache_add and lru_cache_add_lruMel Gorman
2013-07-03mm: vmscan: take page buffers dirty and locked state into accountMel Gorman
2013-07-03mm: vmscan: treat pages marked for immediate reclaim as zone congestionMel Gorman
2013-07-03mm: vmscan: move direct reclaim wait_iff_congested into shrink_listMel Gorman
2013-07-03mm: vmscan: set zone flags before blockingMel Gorman
2013-07-03mm: vmscan: stall page reclaim after a list of pages have been processedMel Gorman
2013-07-03mm: vmscan: stall page reclaim and writeback pages based on dirty/writepage p...Mel Gorman