Age | Commit message (Expand) | Author |
2017-09-06 | mm: track actual nr_scanned during shrink_slab() | Chris Wilson |
2017-08-10 | locking/lockdep: Rework FS_RECLAIM annotation | Peter Zijlstra |
2017-07-12 | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s... | Michal Hocko |
2017-07-10 | mm, vmscan: avoid thrashing anon lru when free + file is low | David Rientjes |
2017-07-06 | mm: vmstat: move slab statistics from zone to node counters | Johannes Weiner |
2017-07-06 | mm: per-cgroup memory reclaim stats | Roman Gushchin |
2017-07-06 | mm, THP, swap: enable THP swap optimization only if has compound map | Huang Ying |
2017-07-06 | mm, THP, swap: check whether THP can be split firstly | Huang Ying |
2017-07-06 | mm, THP, swap: move anonymous THP split logic to vmscan | Minchan Kim |
2017-07-06 | mm, THP, swap: unify swap slot free functions to put_swap_page | Minchan Kim |
2017-07-06 | mm/vmscan.c: fix unsequenced modification and access warning | Nick Desaulniers |
2017-05-23 | mm/vmscan: Adjust system_state checks | Thomas Gleixner |
2017-05-12 | mm: vmscan: scan until it finds eligible pages | Minchan Kim |
2017-05-08 | mm: introduce memalloc_noreclaim_{save,restore} | Vlastimil Babka |
2017-05-03 | mm: memcontrol: use node page state naming scheme for memcg | Johannes Weiner |
2017-05-03 | mm: memcontrol: re-use node VM page state enum | Johannes Weiner |
2017-05-03 | mm: memcontrol: clean up memory.events counting function | Johannes Weiner |
2017-05-03 | mm: vmscan: fix IO/refault regression in cache workingset transition | Johannes Weiner |
2017-05-03 | mm: make ttu's return boolean | Minchan Kim |
2017-05-03 | mm: remove SWAP_AGAIN in ttu | Minchan Kim |
2017-05-03 | mm: remove SWAP_MLOCK in ttu | Minchan Kim |
2017-05-03 | mm: remove SWAP_DIRTY in ttu | Minchan Kim |
2017-05-03 | mm/vmscan: more restrictive condition for retry in do_try_to_free_pages | Yisheng Xie |
2017-05-03 | mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idx | Mel Gorman |
2017-05-03 | mm, vmscan: only clear pgdat congested/dirty/writeback state when balanced | Mel Gorman |
2017-05-03 | mm, vmscan: fix zone balance check in prepare_kswapd_sleep | Shantanu Goel |
2017-05-03 | mm: introduce memalloc_nofs_{save,restore} API | Michal Hocko |
2017-05-03 | mm: reclaim MADV_FREE pages | Shaohua Li |
2017-05-03 | mm: delete unnecessary TTU_* flags | Shaohua Li |
2017-05-03 | Revert "mm, vmscan: account for skipped pages as a partial scan" | Johannes Weiner |
2017-05-03 | mm: delete NR_PAGES_SCANNED and pgdat_reclaimable() | Johannes Weiner |
2017-05-03 | mm: don't avoid high-priority reclaim on memcg limit reclaim | Johannes Weiner |
2017-05-03 | mm: don't avoid high-priority reclaim on unreclaimable nodes | Johannes Weiner |
2017-05-03 | mm: remove seemingly spurious reclaimability check from laptop_mode gating | Johannes Weiner |
2017-05-03 | mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttling | Johannes Weiner |
2017-05-03 | mm: fix 100% CPU kswapd busyloop on unreclaimable nodes | Johannes Weiner |
2017-03-02 | sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h> | Ingo Molnar |
2017-02-24 | mm, vmscan: clear PGDAT_WRITEBACK when zone is balanced | Mel Gorman |
2017-02-24 | mm: vmscan: move dirty pages out of the way until they're flushed | Johannes Weiner |
2017-02-24 | mm: vmscan: only write dirty pages that the scanner has seen twice | Johannes Weiner |
2017-02-24 | mm: vmscan: remove old flusher wakeup from direct reclaim path | Johannes Weiner |
2017-02-24 | mm: vmscan: kick flushers when we encounter dirty pages on the LRU | Johannes Weiner |
2017-02-24 | mm: vmscan: scan dirty pages even in laptop mode | Johannes Weiner |
2017-02-22 | Revert "mm: bail out in shrink_inactive_list()" | Michal Hocko |
2017-02-22 | mm, vmscan: consider eligible zones in get_scan_count | Michal Hocko |
2017-02-22 | mm, vmscan: cleanup lru size claculations | Michal Hocko |
2017-02-22 | mm, vmscan: do not count freed pages as PGDEACTIVATE | Michal Hocko |
2017-02-22 | mm, vmscan: add mm_vmscan_inactive_list_is_low tracepoint | Michal Hocko |
2017-02-22 | mm, vmscan: enhance mm_vmscan_lru_shrink_inactive tracepoint | Michal Hocko |
2017-02-22 | mm, vmscan: extract shrink_page_list reclaim counters into a struct | Michal Hocko |