Age | Commit message (Expand) | Author | Files | Lines |
2017-05-03 | mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idx | Mel Gorman | 1 | -54/+66 |
2017-05-03 | mm, vmscan: only clear pgdat congested/dirty/writeback state when balanced | Mel Gorman | 1 | -9/+11 |
2017-05-03 | mm, vmscan: fix zone balance check in prepare_kswapd_sleep | Shantanu Goel | 1 | -4/+10 |
2017-05-03 | mm: introduce memalloc_nofs_{save,restore} API | Michal Hocko | 1 | -3/+3 |
2017-05-03 | mm: reclaim MADV_FREE pages | Shaohua Li | 1 | -12/+22 |
2017-05-03 | mm: delete unnecessary TTU_* flags | Shaohua Li | 1 | -7/+4 |
2017-05-03 | Revert "mm, vmscan: account for skipped pages as a partial scan" | Johannes Weiner | 1 | -18/+4 |
2017-05-03 | mm: delete NR_PAGES_SCANNED and pgdat_reclaimable() | Johannes Weiner | 1 | -9/+0 |
2017-05-03 | mm: don't avoid high-priority reclaim on memcg limit reclaim | Johannes Weiner | 1 | -57/+37 |
2017-05-03 | mm: don't avoid high-priority reclaim on unreclaimable nodes | Johannes Weiner | 1 | -14/+5 |
2017-05-03 | mm: remove seemingly spurious reclaimability check from laptop_mode gating | Johannes Weiner | 1 | -1/+1 |
2017-05-03 | mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttling | Johannes Weiner | 1 | -2/+4 |
2017-05-03 | mm: fix 100% CPU kswapd busyloop on unreclaimable nodes | Johannes Weiner | 1 | -15/+32 |
2017-03-02 | sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h> | Ingo Molnar | 1 | -0/+1 |
2017-02-24 | mm, vmscan: clear PGDAT_WRITEBACK when zone is balanced | Mel Gorman | 1 | -0/+1 |
2017-02-24 | mm: vmscan: move dirty pages out of the way until they're flushed | Johannes Weiner | 1 | -3/+12 |
2017-02-24 | mm: vmscan: only write dirty pages that the scanner has seen twice | Johannes Weiner | 1 | -5/+10 |
2017-02-24 | mm: vmscan: remove old flusher wakeup from direct reclaim path | Johannes Weiner | 1 | -17/+0 |
2017-02-24 | mm: vmscan: kick flushers when we encounter dirty pages on the LRU | Johannes Weiner | 1 | -5/+13 |
2017-02-24 | mm: vmscan: scan dirty pages even in laptop mode | Johannes Weiner | 1 | -12/+2 |
2017-02-22 | Revert "mm: bail out in shrink_inactive_list()" | Michal Hocko | 1 | -27/+0 |
2017-02-22 | mm, vmscan: consider eligible zones in get_scan_count | Michal Hocko | 1 | -2/+2 |
2017-02-22 | mm, vmscan: cleanup lru size claculations | Michal Hocko | 1 | -45/+44 |
2017-02-22 | mm, vmscan: do not count freed pages as PGDEACTIVATE | Michal Hocko | 1 | -3/+1 |
2017-02-22 | mm, vmscan: add mm_vmscan_inactive_list_is_low tracepoint | Michal Hocko | 1 | -9/+14 |
2017-02-22 | mm, vmscan: enhance mm_vmscan_lru_shrink_inactive tracepoint | Michal Hocko | 1 | -0/+14 |
2017-02-22 | mm, vmscan: extract shrink_page_list reclaim counters into a struct | Michal Hocko | 1 | -31/+30 |
2017-02-22 | mm, vmscan: show LRU name in mm_vmscan_lru_isolate tracepoint | Michal Hocko | 1 | -2/+1 |
2017-02-22 | mm, vmscan: show the number of skipped pages in mm_vmscan_lru_isolate | Michal Hocko | 1 | -6/+7 |
2017-02-22 | mm, vmscan: add active list aging tracepoint | Michal Hocko | 1 | -4/+14 |
2017-01-10 | mm, memcg: fix the active list aging for lowmem requests when memcg is enabled | Michal Hocko | 1 | -10/+17 |
2016-12-12 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -3/+11 |
2016-12-12 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -14/+14 |
2016-12-12 | mm/vmscan.c: set correct defer count for shrinker | Shaohua Li | 1 | -3/+11 |
2016-12-02 | mm, vmscan: add cond_resched() into shrink_node_memcg() | Michal Hocko | 1 | -0/+2 |
2016-11-09 | mm/vmscan: Convert to hotplug state machine | Sebastian Andrzej Siewior | 1 | -14/+14 |
2016-10-27 | mm: memcontrol: do not recurse in direct reclaim | Johannes Weiner | 1 | -0/+2 |
2016-10-07 | mm: use zonelist name instead of using hardcoded index | Aneesh Kumar K.V | 1 | -1/+1 |
2016-10-07 | mm, vmscan: get rid of throttle_vm_writeout | Michal Hocko | 1 | -2/+0 |
2016-10-07 | mm, vmscan: make compaction_ready() more accurate and readable | Vlastimil Babka | 1 | -23/+20 |
2016-10-07 | mm, compaction: create compact_gap wrapper | Vlastimil Babka | 1 | -3/+3 |
2016-10-07 | mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESS | Vlastimil Babka | 1 | -1/+1 |
2016-09-24 | mm: delete unnecessary and unsafe init_tlb_ubc() | Hugh Dickins | 1 | -19/+0 |
2016-09-01 | mm, vmscan: only allocate and reclaim from zones with pages managed by the bu... | Mel Gorman | 1 | -11/+11 |
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 |