summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* mm, vmscan: clear PGDAT_WRITEBACK when zone is balancedMel Gorman2017-02-241-0/+1
* mm: vmscan: move dirty pages out of the way until they're flushedJohannes Weiner2017-02-241-3/+12
* mm: vmscan: only write dirty pages that the scanner has seen twiceJohannes Weiner2017-02-241-5/+10
* mm: vmscan: remove old flusher wakeup from direct reclaim pathJohannes Weiner2017-02-241-17/+0
* mm: vmscan: kick flushers when we encounter dirty pages on the LRUJohannes Weiner2017-02-241-5/+13
* mm: vmscan: scan dirty pages even in laptop modeJohannes Weiner2017-02-241-12/+2
* Revert "mm: bail out in shrink_inactive_list()"Michal Hocko2017-02-221-27/+0
* mm, vmscan: consider eligible zones in get_scan_countMichal Hocko2017-02-221-2/+2
* mm, vmscan: cleanup lru size claculationsMichal Hocko2017-02-221-45/+44
* mm, vmscan: do not count freed pages as PGDEACTIVATEMichal Hocko2017-02-221-3/+1
* mm, vmscan: add mm_vmscan_inactive_list_is_low tracepointMichal Hocko2017-02-221-9/+14
* mm, vmscan: enhance mm_vmscan_lru_shrink_inactive tracepointMichal Hocko2017-02-221-0/+14
* mm, vmscan: extract shrink_page_list reclaim counters into a structMichal Hocko2017-02-221-31/+30
* mm, vmscan: show LRU name in mm_vmscan_lru_isolate tracepointMichal Hocko2017-02-221-2/+1
* mm, vmscan: show the number of skipped pages in mm_vmscan_lru_isolateMichal Hocko2017-02-221-6/+7
* mm, vmscan: add active list aging tracepointMichal Hocko2017-02-221-4/+14
* mm, memcg: fix the active list aging for lowmem requests when memcg is enabledMichal Hocko2017-01-101-10/+17
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-121-3/+11
|\
| * mm/vmscan.c: set correct defer count for shrinkerShaohua Li2016-12-121-3/+11
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-14/+14
|\ \ | |/ |/|
| * mm/vmscan: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-14/+14
* | mm, vmscan: add cond_resched() into shrink_node_memcg()Michal Hocko2016-12-021-0/+2
|/
* mm: memcontrol: do not recurse in direct reclaimJohannes Weiner2016-10-271-0/+2
* mm: use zonelist name instead of using hardcoded indexAneesh Kumar K.V2016-10-071-1/+1
* mm, vmscan: get rid of throttle_vm_writeoutMichal Hocko2016-10-071-2/+0
* mm, vmscan: make compaction_ready() more accurate and readableVlastimil Babka2016-10-071-23/+20
* mm, compaction: create compact_gap wrapperVlastimil Babka2016-10-071-3/+3
* mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESSVlastimil Babka2016-10-071-1/+1
* mm: delete unnecessary and unsafe init_tlb_ubc()Hugh Dickins2016-09-241-19/+0
* mm, vmscan: only allocate and reclaim from zones with pages managed by the bu...Mel Gorman2016-09-011-11/+11
* mm: vmscan: fix memcg-aware shrinkers not called on global reclaimVladimir Davydov2016-08-021-1/+1
* mm: bail out in shrink_inactive_list()Minchan Kim2016-07-281-0/+27
* mm, vmscan: account for skipped pages as a partial scanMel Gorman2016-07-281-2/+18
* mm: consider whether to decivate based on eligible zones inactive ratioMel Gorman2016-07-281-5/+29
* mm: remove reclaim and compaction retry approximationsMel Gorman2016-07-281-0/+18
* mm: add per-zone lru list statMinchan Kim2016-07-281-9/+0
* mm, vmscan: release/reacquire lru_lock on pgdat changeMel Gorman2016-07-281-11/+10
* mm, vmscan: remove redundant check in shrink_zones()Mel Gorman2016-07-281-3/+0
* mm, vmscan: Update all zone LRU sizes before updating memcgMel Gorman2016-07-281-7/+33
* mm, vmstat: remove zone and node double accounting by approximating retriesMel Gorman2016-07-281-16/+0
* mm: vmstat: account per-zone stalls and pages skipped during reclaimMel Gorman2016-07-281-2/+13
* mm, vmscan: add classzone information to tracepointsMel Gorman2016-07-281-5/+9
* mm, vmscan: Have kswapd reclaim from all zones if reclaiming and buffer_heads...Mel Gorman2016-07-281-8/+14
* mm, vmscan: avoid passing in `remaining' unnecessarily to prepare_kswapd_sleep()Mel Gorman2016-07-281-8/+4
* mm, vmscan: avoid passing in classzone_idx unnecessarily to compaction_readyMel Gorman2016-07-281-20/+7
* mm, vmscan: avoid passing in classzone_idx unnecessarily to shrink_nodeMel Gorman2016-07-281-11/+9
* mm: convert zone_reclaim to node_reclaimMel Gorman2016-07-281-39/+38
* mm, vmscan: only wakeup kswapd once per node for the requested classzoneMel Gorman2016-07-281-2/+11
* mm: move vmscan writes and file write accounting to the nodeMel Gorman2016-07-281-2/+2
* mm: move most file-based accounting to the nodeMel Gorman2016-07-281-8/+8