Age | Commit message (Expand) | Author | Files | Lines |
2016-08-02 | mm: vmscan: fix memcg-aware shrinkers not called on global reclaim | Vladimir Davydov | 1 | -1/+1 |
2016-07-28 | mm: bail out in shrink_inactive_list() | Minchan Kim | 1 | -0/+27 |
2016-07-28 | mm, vmscan: account for skipped pages as a partial scan | Mel Gorman | 1 | -2/+18 |
2016-07-28 | mm: consider whether to decivate based on eligible zones inactive ratio | Mel Gorman | 1 | -5/+29 |
2016-07-28 | mm: remove reclaim and compaction retry approximations | Mel Gorman | 1 | -0/+18 |
2016-07-28 | mm: add per-zone lru list stat | Minchan Kim | 1 | -9/+0 |
2016-07-28 | mm, vmscan: release/reacquire lru_lock on pgdat change | Mel Gorman | 1 | -11/+10 |
2016-07-28 | mm, vmscan: remove redundant check in shrink_zones() | Mel Gorman | 1 | -3/+0 |
2016-07-28 | mm, vmscan: Update all zone LRU sizes before updating memcg | Mel Gorman | 1 | -7/+33 |
2016-07-28 | mm, vmstat: remove zone and node double accounting by approximating retries | Mel Gorman | 1 | -16/+0 |
2016-07-28 | mm: vmstat: account per-zone stalls and pages skipped during reclaim | Mel Gorman | 1 | -2/+13 |
2016-07-28 | mm, vmscan: add classzone information to tracepoints | Mel Gorman | 1 | -5/+9 |
2016-07-28 | mm, vmscan: Have kswapd reclaim from all zones if reclaiming and buffer_heads... | Mel Gorman | 1 | -8/+14 |
2016-07-28 | mm, vmscan: avoid passing in `remaining' unnecessarily to prepare_kswapd_sleep() | Mel Gorman | 1 | -8/+4 |
2016-07-28 | mm, vmscan: avoid passing in classzone_idx unnecessarily to compaction_ready | Mel Gorman | 1 | -20/+7 |
2016-07-28 | mm, vmscan: avoid passing in classzone_idx unnecessarily to shrink_node | Mel Gorman | 1 | -11/+9 |
2016-07-28 | mm: convert zone_reclaim to node_reclaim | Mel Gorman | 1 | -39/+38 |
2016-07-28 | mm, vmscan: only wakeup kswapd once per node for the requested classzone | Mel Gorman | 1 | -2/+11 |
2016-07-28 | mm: move vmscan writes and file write accounting to the node | Mel Gorman | 1 | -2/+2 |
2016-07-28 | mm: move most file-based accounting to the node | Mel Gorman | 1 | -8/+8 |
2016-07-28 | mm: move page mapped accounting to the node | Mel Gorman | 1 | -1/+1 |
2016-07-28 | mm, memcg: move memcg limit enforcement from zones to nodes | Mel Gorman | 1 | -10/+9 |
2016-07-28 | mm, vmscan: make shrink_node decisions more node-centric | Mel Gorman | 1 | -26/+35 |
2016-07-28 | mm: vmscan: do not reclaim from kswapd if there is any eligible zone | Mel Gorman | 1 | -32/+27 |
2016-07-28 | mm, vmscan: remove duplicate logic clearing node congestion and dirty state | Mel Gorman | 1 | -12/+12 |
2016-07-28 | mm, vmscan: by default have direct reclaim only shrink once per node | Mel Gorman | 1 | -8/+14 |
2016-07-28 | mm, vmscan: simplify the logic deciding whether kswapd sleeps | Mel Gorman | 1 | -51/+50 |
2016-07-28 | mm, vmscan: remove balance gap | Mel Gorman | 1 | -11/+8 |
2016-07-28 | mm, vmscan: make kswapd reclaim in terms of nodes | Mel Gorman | 1 | -191/+101 |
2016-07-28 | mm, vmscan: have kswapd only scan based on the highest requested zone | Mel Gorman | 1 | -5/+2 |
2016-07-28 | mm, vmscan: begin reclaiming pages on a per-node basis | Mel Gorman | 1 | -24/+55 |
2016-07-28 | mm, vmscan: move LRU lists to node | Mel Gorman | 1 | -95/+131 |
2016-07-28 | mm, vmscan: move lru_lock to the node | Mel Gorman | 1 | -24/+24 |
2016-07-26 | vmscan: split file huge pages before paging them out | Kirill A. Shutemov | 1 | -0/+6 |
2016-07-26 | mm: balloon: use general non-lru movable page feature | Minchan Kim | 1 | -1/+1 |
2016-05-20 | mm, oom: rework oom detection | Michal Hocko | 1 | -21/+4 |
2016-05-20 | vmscan: consider classzone_idx in compaction_ready | Michal Hocko | 1 | -4/+4 |
2016-05-20 | mm: vmscan: reduce size of inactive file list | Rik van Riel | 1 | -62/+42 |
2016-05-19 | mm: update_lru_size do the __mod_zone_page_state | Hugh Dickins | 1 | -13/+10 |
2016-05-19 | mm: rename _count, field of the struct page, to _refcount | Joonsoo Kim | 1 | -2/+2 |
2016-04-28 | mm: wake kcompactd before kswapd's short sleep | Vlastimil Babka | 1 | -14/+14 |
2016-04-28 | mm: vmscan: reclaim highmem zone if buffer_heads is over limit | Minchan Kim | 1 | -1/+1 |
2016-03-17 | mm: introduce page reference manipulation functions | Joonsoo Kim | 1 | -3/+3 |
2016-03-17 | mm: vmscan: pass root_mem_cgroup instead of NULL to memcg aware shrinker | Vladimir Davydov | 1 | -5/+10 |
2016-03-17 | mm, kswapd: replace kswapd compaction with waking up kcompactd | Vlastimil Babka | 1 | -99/+48 |
2016-03-17 | mm, kswapd: remove bogus check of balance_classzone_idx | Vlastimil Babka | 1 | -2/+1 |
2016-03-15 | mm: remove unnecessary uses of lock_page_memcg() | Johannes Weiner | 1 | -4/+0 |
2016-03-15 | mm: simplify lock_page_memcg() | Johannes Weiner | 1 | -6/+5 |
2016-03-15 | mm: workingset: per-cgroup cache thrash detection | Johannes Weiner | 1 | -9/+9 |
2016-03-15 | mm: memcontrol: generalize locking for the page->mem_cgroup binding | Johannes Weiner | 1 | -4/+4 |