Age | Commit message (Expand) | Author |
2018-06-06 | mm: fix the NULL mapping case in __isolate_lru_page() | Hugh Dickins |
2018-05-30 | mm: fix races between address_space dereference and free in page_evicatable | Huang Ying |
2018-05-30 | mm: pin address_space before dereferencing it while isolating an LRU page | Mel Gorman |
2018-04-08 | mm/vmscan.c: fix unsequenced modification and access warning | Nick Desaulniers |
2018-03-24 | mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttling | Johannes Weiner |
2018-02-25 | mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed. | Tetsuo Handa |
2018-01-31 | mm: fix 100% CPU kswapd busyloop on unreclaimable nodes | Johannes Weiner |
2017-03-12 | mm, vmscan: consider eligible zones in get_scan_count | Michal Hocko |
2017-03-12 | mm, vmscan: cleanup lru size claculations | Michal Hocko |
2017-01-19 | mm, memcg: fix the active list aging for lowmem requests when memcg is enabled | Michal Hocko |
2017-01-06 | mm/vmscan.c: set correct defer count for shrinker | Shaohua Li |
2016-12-02 | mm, vmscan: add cond_resched() into shrink_node_memcg() | Michal Hocko |
2016-10-27 | mm: memcontrol: do not recurse in direct reclaim | Johannes Weiner |
2016-10-07 | mm: use zonelist name instead of using hardcoded index | Aneesh Kumar K.V |
2016-10-07 | mm, vmscan: get rid of throttle_vm_writeout | Michal Hocko |
2016-10-07 | mm, vmscan: make compaction_ready() more accurate and readable | Vlastimil Babka |
2016-10-07 | mm, compaction: create compact_gap wrapper | Vlastimil Babka |
2016-10-07 | mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESS | Vlastimil Babka |
2016-09-24 | mm: delete unnecessary and unsafe init_tlb_ubc() | Hugh Dickins |
2016-09-01 | mm, vmscan: only allocate and reclaim from zones with pages managed by the bu... | Mel Gorman |
2016-08-02 | mm: vmscan: fix memcg-aware shrinkers not called on global reclaim | Vladimir Davydov |
2016-07-28 | mm: bail out in shrink_inactive_list() | Minchan Kim |
2016-07-28 | mm, vmscan: account for skipped pages as a partial scan | Mel Gorman |
2016-07-28 | mm: consider whether to decivate based on eligible zones inactive ratio | Mel Gorman |
2016-07-28 | mm: remove reclaim and compaction retry approximations | Mel Gorman |
2016-07-28 | mm: add per-zone lru list stat | Minchan Kim |
2016-07-28 | mm, vmscan: release/reacquire lru_lock on pgdat change | Mel Gorman |
2016-07-28 | mm, vmscan: remove redundant check in shrink_zones() | Mel Gorman |
2016-07-28 | mm, vmscan: Update all zone LRU sizes before updating memcg | Mel Gorman |
2016-07-28 | mm, vmstat: remove zone and node double accounting by approximating retries | Mel Gorman |
2016-07-28 | mm: vmstat: account per-zone stalls and pages skipped during reclaim | Mel Gorman |
2016-07-28 | mm, vmscan: add classzone information to tracepoints | Mel Gorman |
2016-07-28 | mm, vmscan: Have kswapd reclaim from all zones if reclaiming and buffer_heads... | Mel Gorman |
2016-07-28 | mm, vmscan: avoid passing in `remaining' unnecessarily to prepare_kswapd_sleep() | Mel Gorman |
2016-07-28 | mm, vmscan: avoid passing in classzone_idx unnecessarily to compaction_ready | Mel Gorman |
2016-07-28 | mm, vmscan: avoid passing in classzone_idx unnecessarily to shrink_node | Mel Gorman |
2016-07-28 | mm: convert zone_reclaim to node_reclaim | Mel Gorman |
2016-07-28 | mm, vmscan: only wakeup kswapd once per node for the requested classzone | Mel Gorman |
2016-07-28 | mm: move vmscan writes and file write accounting to the node | Mel Gorman |
2016-07-28 | mm: move most file-based accounting to the node | Mel Gorman |
2016-07-28 | mm: move page mapped accounting to the node | Mel Gorman |
2016-07-28 | mm, memcg: move memcg limit enforcement from zones to nodes | Mel Gorman |
2016-07-28 | mm, vmscan: make shrink_node decisions more node-centric | Mel Gorman |
2016-07-28 | mm: vmscan: do not reclaim from kswapd if there is any eligible zone | Mel Gorman |
2016-07-28 | mm, vmscan: remove duplicate logic clearing node congestion and dirty state | Mel Gorman |
2016-07-28 | mm, vmscan: by default have direct reclaim only shrink once per node | Mel Gorman |
2016-07-28 | mm, vmscan: simplify the logic deciding whether kswapd sleeps | Mel Gorman |
2016-07-28 | mm, vmscan: remove balance gap | Mel Gorman |
2016-07-28 | mm, vmscan: make kswapd reclaim in terms of nodes | Mel Gorman |
2016-07-28 | mm, vmscan: have kswapd only scan based on the highest requested zone | Mel Gorman |