| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-12-12 | 1 | -3/+11 |
|\ |
|
| * | mm/vmscan.c: set correct defer count for shrinker | Shaohua Li | 2016-12-12 | 1 | -3/+11 |
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-12-12 | 1 | -14/+14 |
|\ \
| |/
|/| |
|
| * | mm/vmscan: Convert to hotplug state machine | Sebastian Andrzej Siewior | 2016-11-09 | 1 | -14/+14 |
* | | mm, vmscan: add cond_resched() into shrink_node_memcg() | Michal Hocko | 2016-12-02 | 1 | -0/+2 |
|/ |
|
* | mm: memcontrol: do not recurse in direct reclaim | Johannes Weiner | 2016-10-27 | 1 | -0/+2 |
* | mm: use zonelist name instead of using hardcoded index | Aneesh Kumar K.V | 2016-10-07 | 1 | -1/+1 |
* | mm, vmscan: get rid of throttle_vm_writeout | Michal Hocko | 2016-10-07 | 1 | -2/+0 |
* | mm, vmscan: make compaction_ready() more accurate and readable | Vlastimil Babka | 2016-10-07 | 1 | -23/+20 |
* | mm, compaction: create compact_gap wrapper | Vlastimil Babka | 2016-10-07 | 1 | -3/+3 |
* | mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESS | Vlastimil Babka | 2016-10-07 | 1 | -1/+1 |
* | mm: delete unnecessary and unsafe init_tlb_ubc() | Hugh Dickins | 2016-09-24 | 1 | -19/+0 |
* | mm, vmscan: only allocate and reclaim from zones with pages managed by the bu... | Mel Gorman | 2016-09-01 | 1 | -11/+11 |
* | mm: vmscan: fix memcg-aware shrinkers not called on global reclaim | Vladimir Davydov | 2016-08-02 | 1 | -1/+1 |
* | mm: bail out in shrink_inactive_list() | Minchan Kim | 2016-07-28 | 1 | -0/+27 |
* | mm, vmscan: account for skipped pages as a partial scan | Mel Gorman | 2016-07-28 | 1 | -2/+18 |
* | mm: consider whether to decivate based on eligible zones inactive ratio | Mel Gorman | 2016-07-28 | 1 | -5/+29 |
* | mm: remove reclaim and compaction retry approximations | Mel Gorman | 2016-07-28 | 1 | -0/+18 |
* | mm: add per-zone lru list stat | Minchan Kim | 2016-07-28 | 1 | -9/+0 |
* | mm, vmscan: release/reacquire lru_lock on pgdat change | Mel Gorman | 2016-07-28 | 1 | -11/+10 |
* | mm, vmscan: remove redundant check in shrink_zones() | Mel Gorman | 2016-07-28 | 1 | -3/+0 |
* | mm, vmscan: Update all zone LRU sizes before updating memcg | Mel Gorman | 2016-07-28 | 1 | -7/+33 |
* | mm, vmstat: remove zone and node double accounting by approximating retries | Mel Gorman | 2016-07-28 | 1 | -16/+0 |
* | mm: vmstat: account per-zone stalls and pages skipped during reclaim | Mel Gorman | 2016-07-28 | 1 | -2/+13 |
* | mm, vmscan: add classzone information to tracepoints | Mel Gorman | 2016-07-28 | 1 | -5/+9 |
* | mm, vmscan: Have kswapd reclaim from all zones if reclaiming and buffer_heads... | Mel Gorman | 2016-07-28 | 1 | -8/+14 |
* | mm, vmscan: avoid passing in `remaining' unnecessarily to prepare_kswapd_sleep() | Mel Gorman | 2016-07-28 | 1 | -8/+4 |
* | mm, vmscan: avoid passing in classzone_idx unnecessarily to compaction_ready | Mel Gorman | 2016-07-28 | 1 | -20/+7 |
* | mm, vmscan: avoid passing in classzone_idx unnecessarily to shrink_node | Mel Gorman | 2016-07-28 | 1 | -11/+9 |
* | mm: convert zone_reclaim to node_reclaim | Mel Gorman | 2016-07-28 | 1 | -39/+38 |
* | mm, vmscan: only wakeup kswapd once per node for the requested classzone | Mel Gorman | 2016-07-28 | 1 | -2/+11 |
* | mm: move vmscan writes and file write accounting to the node | Mel Gorman | 2016-07-28 | 1 | -2/+2 |
* | mm: move most file-based accounting to the node | Mel Gorman | 2016-07-28 | 1 | -8/+8 |
* | mm: move page mapped accounting to the node | Mel Gorman | 2016-07-28 | 1 | -1/+1 |
* | mm, memcg: move memcg limit enforcement from zones to nodes | Mel Gorman | 2016-07-28 | 1 | -10/+9 |
* | mm, vmscan: make shrink_node decisions more node-centric | Mel Gorman | 2016-07-28 | 1 | -26/+35 |
* | mm: vmscan: do not reclaim from kswapd if there is any eligible zone | Mel Gorman | 2016-07-28 | 1 | -32/+27 |
* | mm, vmscan: remove duplicate logic clearing node congestion and dirty state | Mel Gorman | 2016-07-28 | 1 | -12/+12 |
* | mm, vmscan: by default have direct reclaim only shrink once per node | Mel Gorman | 2016-07-28 | 1 | -8/+14 |
* | mm, vmscan: simplify the logic deciding whether kswapd sleeps | Mel Gorman | 2016-07-28 | 1 | -51/+50 |
* | mm, vmscan: remove balance gap | Mel Gorman | 2016-07-28 | 1 | -11/+8 |
* | mm, vmscan: make kswapd reclaim in terms of nodes | Mel Gorman | 2016-07-28 | 1 | -191/+101 |
* | mm, vmscan: have kswapd only scan based on the highest requested zone | Mel Gorman | 2016-07-28 | 1 | -5/+2 |
* | mm, vmscan: begin reclaiming pages on a per-node basis | Mel Gorman | 2016-07-28 | 1 | -24/+55 |
* | mm, vmscan: move LRU lists to node | Mel Gorman | 2016-07-28 | 1 | -95/+131 |
* | mm, vmscan: move lru_lock to the node | Mel Gorman | 2016-07-28 | 1 | -24/+24 |
* | vmscan: split file huge pages before paging them out | Kirill A. Shutemov | 2016-07-26 | 1 | -0/+6 |
* | mm: balloon: use general non-lru movable page feature | Minchan Kim | 2016-07-26 | 1 | -1/+1 |
* | mm, oom: rework oom detection | Michal Hocko | 2016-05-20 | 1 | -21/+4 |
* | vmscan: consider classzone_idx in compaction_ready | Michal Hocko | 2016-05-20 | 1 | -4/+4 |