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