summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-13mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner1-35/+14
2013-10-13mm: avoid reinserting isolated balloon pages into LRU listsRafael Aquini1-1/+3
2013-04-29mm: thp: add split tail pages to shrink page list in page reclaimShaohua Li1-1/+1
2013-04-29memcg: add memory.pressure_level eventsAnton Vorontsov1-0/+8
2013-04-29mm/vmscan.c: minor cleanup for kswapdHillf Danton1-4/+0
2013-04-17mm/vmscan: fix error return in kswapd_run()Xishi Qiu1-1/+1
2013-02-23vmscan: change type of vm_total_pages to unsigned longZhang Yanfei1-1/+1
2013-02-23mm: use up free swap space before reaching OOM killMinchan Kim1-5/+10
2013-02-23mm: refactor inactive_file_is_low() to use get_lru_size()Johannes Weiner1-13/+6
2013-02-23swap: add per-partition lock for swapfileShaohua Li1-4/+4
2013-02-23mm: teach mm by current context info to not do I/O during memory allocationMing Lei1-2/+2
2013-02-23mm: don't wait on congested zones in balance_pgdat()Zlatko Calusic1-28/+1
2013-02-23mm: use zone->present_pages instead of zone->managed_pages where appropriateJiang Liu1-7/+7
2013-02-23mm: avoid calling pgdat_balanced() needlesslyZlatko Calusic1-4/+11
2013-02-23memcg,vmscan: do not break out targeted reclaim without reclaimed pagesMichal Hocko1-10/+9
2013-02-23mm/vmscan.c:__zone_reclaim(): replace max_t() with max()Andrew Morton1-2/+1
2013-02-23mm: vmscan: compaction works against zones, not lruvecsJohannes Weiner1-88/+91
2013-02-23mm: vmscan: clean up get_scan_count()Johannes Weiner1-21/+44
2013-02-23mm: vmscan: improve comment on low-page cache handlingJohannes Weiner1-5/+7
2013-02-23mm: vmscan: clarify how swappiness, highest priority, memcg interactJohannes Weiner1-9/+30
2013-02-23mm: vmscan: save work scanning (almost) empty LRU listsJohannes Weiner1-4/+6
2013-02-23mm: memcg: only evict file pages when we have plentyJohannes Weiner1-9/+11
2013-01-03MM: vmscan: remove __devinit attribute.Greg Kroah-Hartman1-2/+2
2012-12-28mm: fix null pointer dereference in wait_iff_congested()Zlatko Calusic1-1/+1
2012-12-23mm: modify pgdat_balanced() so that it also handles order-0Zlatko Calusic1-60/+45
2012-12-20mm: do not sleep in balance_pgdat if there's no i/o congestionZlatko Calusic1-6/+6
2012-12-18mm/vmscan.c: avoid possible deadlock caused by too_many_isolated()Fengguang Wu1-0/+8
2012-12-18vmscan: comment too_many_isolated()Fengguang Wu1-1/+5
2012-12-12vmscan: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-2/+2
2012-12-11mm/vmscan.c: try_to_freeze() returns booleanJeff Liu1-1/+1
2012-12-11mm,vmscan: only evict file pages when we have plentyRik van Riel1-2/+13
2012-12-11mm: use IS_ENABLED(CONFIG_COMPACTION) instead of COMPACTION_BUILDKirill A. Shutemov1-4/+5
2012-12-08mm: vmscan: fix inappropriate zone congestion clearingJohannes Weiner1-3/+0
2012-12-06mm: vmscan: do not keep kswapd looping forever due to individual uncompactabl...Johannes Weiner1-16/+0
2012-11-30mm: vmscan: fix endless loop in kswapd balancingJohannes Weiner1-9/+18
2012-11-26mm: vmscan: check for fatal signals iff the process was throttledMel Gorman1-10/+27
2012-11-16mm: revert "mm: vmscan: scale number of pages reclaimed by reclaim/compaction...Mel Gorman1-25/+0
2012-11-09mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()Takamori Yamaguchi1-0/+2
2012-10-09CMA: migrate mlocked pagesMinchan Kim1-2/+2
2012-10-09mm: remove vma arg from page_evictableHugh Dickins1-18/+9
2012-10-09mm: compaction: clear PG_migrate_skip based on compaction and reclaim activityMel Gorman1-0/+8
2012-10-09mm: cma: discard clean pages during contiguous allocation instead of migrationMinchan Kim1-6/+37
2012-10-09mm/vmscan: fix error number for failed kthreadGavin Shan1-2/+2
2012-10-09mm: vmscan: scale number of pages reclaimed by reclaim/compaction based on fa...Mel Gorman1-0/+25
2012-09-17memory hotplug: reset pgdat->kswapd to NULL if creating kernel thread failsWen Congyang1-0/+1
2012-07-31memcg: gix memory accounting scalability in shrink_page_listTim Chen1-0/+2
2012-07-31memcg: further prevent OOM with too many dirty pagesHugh Dickins1-9/+24
2012-07-31memcg: prevent OOM with too many dirty pagesMichal Hocko1-3/+20
2012-07-31mm: account for the number of times direct reclaimers get throttledMel Gorman1-0/+3
2012-07-31mm: throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is ba...Mel Gorman1-8/+120