aboutsummaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
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-02-13mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner
2013-10-13mm: avoid reinserting isolated balloon pages into LRU listsRafael Aquini
2013-04-29mm: thp: add split tail pages to shrink page list in page reclaimShaohua Li
2013-04-29memcg: add memory.pressure_level eventsAnton Vorontsov
2013-04-29mm/vmscan.c: minor cleanup for kswapdHillf Danton
2013-04-17mm/vmscan: fix error return in kswapd_run()Xishi Qiu
2013-02-23vmscan: change type of vm_total_pages to unsigned longZhang Yanfei
2013-02-23mm: use up free swap space before reaching OOM killMinchan Kim
2013-02-23mm: refactor inactive_file_is_low() to use get_lru_size()Johannes Weiner
2013-02-23swap: add per-partition lock for swapfileShaohua Li
2013-02-23mm: teach mm by current context info to not do I/O during memory allocationMing Lei
2013-02-23mm: don't wait on congested zones in balance_pgdat()Zlatko Calusic
2013-02-23mm: use zone->present_pages instead of zone->managed_pages where appropriateJiang Liu
2013-02-23mm: avoid calling pgdat_balanced() needlesslyZlatko Calusic
2013-02-23memcg,vmscan: do not break out targeted reclaim without reclaimed pagesMichal Hocko
2013-02-23mm/vmscan.c:__zone_reclaim(): replace max_t() with max()Andrew Morton
2013-02-23mm: vmscan: compaction works against zones, not lruvecsJohannes Weiner
2013-02-23mm: vmscan: clean up get_scan_count()Johannes Weiner
2013-02-23mm: vmscan: improve comment on low-page cache handlingJohannes Weiner
2013-02-23mm: vmscan: clarify how swappiness, highest priority, memcg interactJohannes Weiner
2013-02-23mm: vmscan: save work scanning (almost) empty LRU listsJohannes Weiner
2013-02-23mm: memcg: only evict file pages when we have plentyJohannes Weiner
2013-01-03MM: vmscan: remove __devinit attribute.Greg Kroah-Hartman
2012-12-28mm: fix null pointer dereference in wait_iff_congested()Zlatko Calusic
2012-12-23mm: modify pgdat_balanced() so that it also handles order-0Zlatko Calusic
2012-12-20mm: do not sleep in balance_pgdat if there's no i/o congestionZlatko Calusic
2012-12-18mm/vmscan.c: avoid possible deadlock caused by too_many_isolated()Fengguang Wu
2012-12-18vmscan: comment too_many_isolated()Fengguang Wu
2012-12-12vmscan: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-12-11mm/vmscan.c: try_to_freeze() returns booleanJeff Liu
2012-12-11mm,vmscan: only evict file pages when we have plentyRik van Riel
2012-12-11mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILDKirill A. Shutemov
2012-12-08mm: vmscan: fix inappropriate zone congestion clearingJohannes Weiner
2012-12-06mm: vmscan: do not keep kswapd looping forever due to individual uncompactabl...Johannes Weiner
2012-11-30mm: vmscan: fix endless loop in kswapd balancingJohannes Weiner
2012-11-26mm: vmscan: check for fatal signals iff the process was throttledMel Gorman
2012-11-16mm: revert "mm: vmscan: scale number of pages reclaimed by reclaim/compaction...Mel Gorman
2012-11-09mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()Takamori Yamaguchi
2012-10-09CMA: migrate mlocked pagesMinchan Kim
2012-10-09mm: remove vma arg from page_evictableHugh Dickins
2012-10-09mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityMel Gorman
2012-10-09mm: cma: discard clean pages during contiguous allocation instead of migrationMinchan Kim
2012-10-09mm/vmscan: fix error number for failed kthreadGavin Shan
2012-10-09mm: vmscan: scale number of pages reclaimed by reclaim/compaction based on fa...Mel Gorman
2012-09-17memory hotplug: reset pgdat->kswapd to NULL if creating kernel thread failsWen Congyang
2012-07-31memcg: gix memory accounting scalability in shrink_page_listTim Chen
2012-07-31memcg: further prevent OOM with too many dirty pagesHugh Dickins
2012-07-31memcg: prevent OOM with too many dirty pagesMichal Hocko