aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-02-24mm, vmscan: clear PGDAT_WRITEBACK when zone is balancedMel Gorman1-0/+1
2017-02-24mm: vmscan: move dirty pages out of the way until they're flushedJohannes Weiner1-3/+12
2017-02-24mm: vmscan: only write dirty pages that the scanner has seen twiceJohannes Weiner1-5/+10
2017-02-24mm: vmscan: remove old flusher wakeup from direct reclaim pathJohannes Weiner1-17/+0
2017-02-24mm: vmscan: kick flushers when we encounter dirty pages on the LRUJohannes Weiner1-5/+13
2017-02-24mm: vmscan: scan dirty pages even in laptop modeJohannes Weiner1-12/+2
2017-02-22Revert "mm: bail out in shrink_inactive_list()"Michal Hocko1-27/+0
2017-02-22mm, vmscan: consider eligible zones in get_scan_countMichal Hocko1-2/+2
2017-02-22mm, vmscan: cleanup lru size claculationsMichal Hocko1-45/+44
2017-02-22mm, vmscan: do not count freed pages as PGDEACTIVATEMichal Hocko1-3/+1
2017-02-22mm, vmscan: add mm_vmscan_inactive_list_is_low tracepointMichal Hocko1-9/+14
2017-02-22mm, vmscan: enhance mm_vmscan_lru_shrink_inactive tracepointMichal Hocko1-0/+14
2017-02-22mm, vmscan: extract shrink_page_list reclaim counters into a structMichal Hocko1-31/+30
2017-02-22mm, vmscan: show LRU name in mm_vmscan_lru_isolate tracepointMichal Hocko1-2/+1
2017-02-22mm, vmscan: show the number of skipped pages in mm_vmscan_lru_isolateMichal Hocko1-6/+7
2017-02-22mm, vmscan: add active list aging tracepointMichal Hocko1-4/+14
2017-01-10mm, memcg: fix the active list aging for lowmem requests when memcg is enabledMichal Hocko1-10/+17
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+11
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+14
2016-12-12mm/vmscan.c: set correct defer count for shrinkerShaohua Li1-3/+11
2016-12-02mm, vmscan: add cond_resched() into shrink_node_memcg()Michal Hocko1-0/+2
2016-11-09mm/vmscan: Convert to hotplug state machineSebastian Andrzej Siewior1-14/+14
2016-10-27mm: memcontrol: do not recurse in direct reclaimJohannes Weiner1-0/+2
2016-10-07mm: use zonelist name instead of using hardcoded indexAneesh Kumar K.V1-1/+1
2016-10-07mm, vmscan: get rid of throttle_vm_writeoutMichal Hocko1-2/+0
2016-10-07mm, vmscan: make compaction_ready() more accurate and readableVlastimil Babka1-23/+20
2016-10-07mm, compaction: create compact_gap wrapperVlastimil Babka1-3/+3
2016-10-07mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESSVlastimil Babka1-1/+1
2016-09-24mm: delete unnecessary and unsafe init_tlb_ubc()Hugh Dickins1-19/+0
2016-09-01mm, vmscan: only allocate and reclaim from zones with pages managed by the buddy allocatorMel Gorman1-11/+11
2016-08-02mm: vmscan: fix memcg-aware shrinkers not called on global reclaimVladimir Davydov1-1/+1
2016-07-28mm: bail out in shrink_inactive_list()Minchan Kim1-0/+27
2016-07-28mm, vmscan: account for skipped pages as a partial scanMel Gorman1-2/+18
2016-07-28mm: consider whether to decivate based on eligible zones inactive ratioMel Gorman1-5/+29
2016-07-28mm: remove reclaim and compaction retry approximationsMel Gorman1-0/+18
2016-07-28mm: add per-zone lru list statMinchan Kim1-9/+0
2016-07-28mm, vmscan: release/reacquire lru_lock on pgdat changeMel Gorman1-11/+10
2016-07-28mm, vmscan: remove redundant check in shrink_zones()Mel Gorman1-3/+0
2016-07-28mm, vmscan: Update all zone LRU sizes before updating memcgMel Gorman1-7/+33
2016-07-28mm, vmstat: remove zone and node double accounting by approximating retriesMel Gorman1-16/+0
2016-07-28mm: vmstat: account per-zone stalls and pages skipped during reclaimMel Gorman1-2/+13
2016-07-28mm, vmscan: add classzone information to tracepointsMel Gorman1-5/+9
2016-07-28mm, vmscan: Have kswapd reclaim from all zones if reclaiming and buffer_heads_over_limitMel Gorman1-8/+14
2016-07-28mm, vmscan: avoid passing in `remaining' unnecessarily to prepare_kswapd_sleep()Mel Gorman1-8/+4
2016-07-28mm, vmscan: avoid passing in classzone_idx unnecessarily to compaction_readyMel Gorman1-20/+7
2016-07-28mm, vmscan: avoid passing in classzone_idx unnecessarily to shrink_nodeMel Gorman1-11/+9
2016-07-28mm: convert zone_reclaim to node_reclaimMel Gorman1-39/+38
2016-07-28mm, vmscan: only wakeup kswapd once per node for the requested classzoneMel Gorman1-2/+11
2016-07-28mm: move vmscan writes and file write accounting to the nodeMel Gorman1-2/+2