| Commit message (Expand) | Author | Age | Files | Lines |
* | sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h> | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | mm, vmscan: clear PGDAT_WRITEBACK when zone is balanced | Mel Gorman | 2017-02-24 | 1 | -0/+1 |
* | mm: vmscan: move dirty pages out of the way until they're flushed | Johannes Weiner | 2017-02-24 | 1 | -3/+12 |
* | mm: vmscan: only write dirty pages that the scanner has seen twice | Johannes Weiner | 2017-02-24 | 1 | -5/+10 |
* | mm: vmscan: remove old flusher wakeup from direct reclaim path | Johannes Weiner | 2017-02-24 | 1 | -17/+0 |
* | mm: vmscan: kick flushers when we encounter dirty pages on the LRU | Johannes Weiner | 2017-02-24 | 1 | -5/+13 |
* | mm: vmscan: scan dirty pages even in laptop mode | Johannes Weiner | 2017-02-24 | 1 | -12/+2 |
* | Revert "mm: bail out in shrink_inactive_list()" | Michal Hocko | 2017-02-22 | 1 | -27/+0 |
* | mm, vmscan: consider eligible zones in get_scan_count | Michal Hocko | 2017-02-22 | 1 | -2/+2 |
* | mm, vmscan: cleanup lru size claculations | Michal Hocko | 2017-02-22 | 1 | -45/+44 |
* | mm, vmscan: do not count freed pages as PGDEACTIVATE | Michal Hocko | 2017-02-22 | 1 | -3/+1 |
* | mm, vmscan: add mm_vmscan_inactive_list_is_low tracepoint | Michal Hocko | 2017-02-22 | 1 | -9/+14 |
* | mm, vmscan: enhance mm_vmscan_lru_shrink_inactive tracepoint | Michal Hocko | 2017-02-22 | 1 | -0/+14 |
* | mm, vmscan: extract shrink_page_list reclaim counters into a struct | Michal Hocko | 2017-02-22 | 1 | -31/+30 |
* | mm, vmscan: show LRU name in mm_vmscan_lru_isolate tracepoint | Michal Hocko | 2017-02-22 | 1 | -2/+1 |
* | mm, vmscan: show the number of skipped pages in mm_vmscan_lru_isolate | Michal Hocko | 2017-02-22 | 1 | -6/+7 |
* | mm, vmscan: add active list aging tracepoint | Michal Hocko | 2017-02-22 | 1 | -4/+14 |
* | mm, memcg: fix the active list aging for lowmem requests when memcg is enabled | Michal Hocko | 2017-01-10 | 1 | -10/+17 |
* | 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 |