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