Age | Commit message (Expand) | Author |
2015-08-16 | mm, vmscan: Do not wait for page writeback for GFP_NOFS allocations | Michal Hocko |
2015-01-29 | mm: move zone->pages_scanned into a vmstat counter | Mel Gorman |
2015-01-29 | memcg, vmscan: Fix forced scan of anonymous pages | Jerome Marchand |
2015-01-29 | mm: page_alloc: convert hot/cold parameter and immediate callers to bool | Mel Gorman |
2015-01-16 | mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being... | Vlastimil Babka |
2014-11-21 | mm: vmscan: use proportional scanning during direct reclaim and full scan at ... | Mel Gorman |
2014-10-09 | vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state() | Christoph Lameter |
2014-10-09 | mm: vmscan: shrink_slab: rename max_pass -> freeable | Vladimir Davydov |
2014-10-09 | mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaim | Vladimir Davydov |
2014-07-28 | Don't trigger congestion wait on dirty-but-not-writeout pages | Linus Torvalds |
2014-06-30 | mm: vmscan: clear kswapd's special reclaim powers before exiting | Johannes Weiner |
2014-06-30 | mm: vmscan: do not throttle based on pfmemalloc reserves if node has no ZONE_... | Mel Gorman |
2014-06-11 | Revert "revert "mm: vmscan: do not swap anon pages just because free+file is ... | Greg Kroah-Hartman |
2014-06-07 | revert "mm: vmscan: do not swap anon pages just because free+file is low" | Johannes Weiner |
2014-01-29 | mm/page-writeback.c: do not count anon pages as dirtyable memory | Johannes Weiner |
2014-01-23 | mm: vmscan: call NUMA-unaware shrinkers irrespective of nodemask | Vladimir Davydov |
2014-01-23 | mm: vmscan: shrink all slab objects if tight on memory | Vladimir Davydov |
2014-01-23 | mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE | Sasha Levin |
2013-10-16 | mm/vmscan.c: don't forget to free shrinker->nr_deferred | Andrew Vagin |
2013-09-30 | mm: avoid reinserting isolated balloon pages into LRU lists | Rafael Aquini |
2013-09-24 | revert "memcg, vmscan: integrate soft reclaim tighter with zone shrinking code" | Andrew Morton |
2013-09-24 | revert "vmscan, memcg: do softlimit reclaim also for targeted reclaim" | Andrew Morton |
2013-09-24 | revert "memcg: enhance memcg iterator to support predicates" | Andrew Morton |
2013-09-24 | revert "memcg, vmscan: do not attempt soft limit reclaim if it would not scan... | Andrew Morton |
2013-09-24 | revert "memcg, vmscan: do not fall into reclaim-all pass too quickly" | Andrew Morton |
2013-09-12 | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds |
2013-09-12 | memcg: trivial cleanups | Andrew Morton |
2013-09-12 | memcg, vmscan: do not fall into reclaim-all pass too quickly | Michal Hocko |
2013-09-12 | memcg, vmscan: do not attempt soft limit reclaim if it would not scan anything | Michal Hocko |
2013-09-12 | memcg: enhance memcg iterator to support predicates | Michal Hocko |
2013-09-12 | vmscan, memcg: do softlimit reclaim also for targeted reclaim | Michal Hocko |
2013-09-12 | memcg, vmscan: integrate soft reclaim tighter with zone shrinking code | Michal Hocko |
2013-09-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2013-09-11 | mm: vmscan: fix do_try_to_free_pages() livelock | Lisa Du |
2013-09-11 | mm: putback_lru_page: remove unnecessary call to page_lru_base_type() | Vlastimil Babka |
2013-09-11 | mm: vmscan: fix numa reclaim balance problem in kswapd | Johannes Weiner |
2013-09-10 | shrinker: Kill old ->shrink API. | Dave Chinner |
2013-09-10 | vmscan: per-node deferred work | Glauber Costa |
2013-09-10 | shrinker: add node awareness | Dave Chinner |
2013-09-10 | mm: new shrinker API | Dave Chinner |
2013-07-09 | mm: vmscan: do not scale writeback pages when deciding whether to set ZONE_WR... | Mel Gorman |
2013-07-09 | mm: vmscan: do not continue scanning if reclaim was aborted for compaction | Mel Gorman |
2013-07-03 | mm: remove lru parameter from __lru_cache_add and lru_cache_add_lru | Mel Gorman |
2013-07-03 | mm: vmscan: take page buffers dirty and locked state into account | Mel Gorman |
2013-07-03 | mm: vmscan: treat pages marked for immediate reclaim as zone congestion | Mel Gorman |
2013-07-03 | mm: vmscan: move direct reclaim wait_iff_congested into shrink_list | Mel Gorman |
2013-07-03 | mm: vmscan: set zone flags before blocking | Mel Gorman |
2013-07-03 | mm: vmscan: stall page reclaim after a list of pages have been processed | Mel Gorman |
2013-07-03 | mm: vmscan: stall page reclaim and writeback pages based on dirty/writepage p... | Mel Gorman |
2013-07-03 | mm: vmscan: move logic from balance_pgdat() to kswapd_shrink_zone() | Mel Gorman |