summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: move most file-based accounting to the nodeMel Gorman2016-07-291-8/+8
* mm: move page mapped accounting to the nodeMel Gorman2016-07-291-1/+1
* mm, memcg: move memcg limit enforcement from zones to nodesMel Gorman2016-07-291-10/+9Star
* mm, vmscan: make shrink_node decisions more node-centricMel Gorman2016-07-291-26/+35
* mm: vmscan: do not reclaim from kswapd if there is any eligible zoneMel Gorman2016-07-291-32/+27Star
* mm, vmscan: remove duplicate logic clearing node congestion and dirty stateMel Gorman2016-07-291-12/+12
* mm, vmscan: by default have direct reclaim only shrink once per nodeMel Gorman2016-07-291-8/+14
* mm, vmscan: simplify the logic deciding whether kswapd sleepsMel Gorman2016-07-291-51/+50Star
* mm, vmscan: remove balance gapMel Gorman2016-07-291-11/+8Star
* mm, vmscan: make kswapd reclaim in terms of nodesMel Gorman2016-07-291-191/+101Star
* mm, vmscan: have kswapd only scan based on the highest requested zoneMel Gorman2016-07-291-5/+2Star
* mm, vmscan: begin reclaiming pages on a per-node basisMel Gorman2016-07-291-24/+55
* mm, vmscan: move LRU lists to nodeMel Gorman2016-07-291-95/+131
* mm, vmscan: move lru_lock to the nodeMel Gorman2016-07-291-24/+24
* vmscan: split file huge pages before paging them outKirill A. Shutemov2016-07-271-0/+6
* mm: balloon: use general non-lru movable page featureMinchan Kim2016-07-271-1/+1
* mm, oom: rework oom detectionMichal Hocko2016-05-211-21/+4Star
* vmscan: consider classzone_idx in compaction_readyMichal Hocko2016-05-211-4/+4
* mm: vmscan: reduce size of inactive file listRik van Riel2016-05-211-62/+42Star
* mm: update_lru_size do the __mod_zone_page_stateHugh Dickins2016-05-201-13/+10Star