Age | Commit message (Expand) | Author |
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 |
2016-07-28 | mm, vmscan: begin reclaiming pages on a per-node basis | Mel Gorman |
2016-07-28 | mm, vmscan: move LRU lists to node | Mel Gorman |
2016-07-28 | mm, vmscan: move lru_lock to the node | Mel Gorman |
2016-07-26 | vmscan: split file huge pages before paging them out | Kirill A. Shutemov |
2016-07-26 | mm: balloon: use general non-lru movable page feature | Minchan Kim |
2016-05-20 | mm, oom: rework oom detection | Michal Hocko |
2016-05-20 | vmscan: consider classzone_idx in compaction_ready | Michal Hocko |
2016-05-20 | mm: vmscan: reduce size of inactive file list | Rik van Riel |
2016-05-19 | mm: update_lru_size do the __mod_zone_page_state | Hugh Dickins |
2016-05-19 | mm: rename _count, field of the struct page, to _refcount | Joonsoo Kim |
2016-04-28 | mm: wake kcompactd before kswapd's short sleep | Vlastimil Babka |
2016-04-28 | mm: vmscan: reclaim highmem zone if buffer_heads is over limit | Minchan Kim |
2016-03-17 | mm: introduce page reference manipulation functions | Joonsoo Kim |
2016-03-17 | mm: vmscan: pass root_mem_cgroup instead of NULL to memcg aware shrinker | Vladimir Davydov |
2016-03-17 | mm, kswapd: replace kswapd compaction with waking up kcompactd | Vlastimil Babka |
2016-03-17 | mm, kswapd: remove bogus check of balance_classzone_idx | Vlastimil Babka |
2016-03-15 | mm: remove unnecessary uses of lock_page_memcg() | Johannes Weiner |
2016-03-15 | mm: simplify lock_page_memcg() | Johannes Weiner |
2016-03-15 | mm: workingset: per-cgroup cache thrash detection | Johannes Weiner |
2016-03-15 | mm: memcontrol: generalize locking for the page->mem_cgroup binding | Johannes Weiner |
2016-03-15 | mm, vmscan: make zone_reclaimable_pages more precise | Michal Hocko |
2016-03-15 | mm: vmscan: do not clear SHRINKER_NUMA_AWARE if nr_node_ids == 1 | Vladimir Davydov |
2016-02-05 | mm: downgrade VM_BUG in isolate_lru_page() to warning | Kirill A. Shutemov |
2016-01-22 | dax: support dirty DAX entries in radix tree | Ross Zwisler |
2016-01-20 | mm: free swap cache aggressively if memcg swap is full | Vladimir Davydov |
2016-01-20 | mm: vmscan: do not scan anon pages if memcg swap limit is hit | Vladimir Davydov |
2016-01-20 | mm: memcontrol: replace mem_cgroup_lruvec_online with mem_cgroup_online | Vladimir Davydov |
2016-01-20 | mm: vmscan: pass memcg to get_scan_count() | Vladimir Davydov |
2016-01-20 | mm: memcontrol: give the kmem states more descriptive names | Johannes Weiner |
2016-01-15 | mm: support madvise(MADV_FREE) | Minchan Kim |
2016-01-15 | page-flags: define PG_locked behavior on compound pages | Kirill A. Shutemov |
2016-01-14 | mm: make sure isolate_lru_page() is never called for tail page | Kirill A. Shutemov |
2016-01-14 | mm: memcontrol: hook up vmpressure to socket pressure | Johannes Weiner |
2016-01-14 | mm/readahead.c, mm/vmscan.c: use lru_to_page instead of list_to_page | Geliang Tang |
2016-01-14 | mm, vmscan: consider isolated pages in zone_reclaimable_pages | Michal Hocko |
2016-01-14 | vmscan: do not force-scan file lru if its absolute size is small | Vladimir Davydov |
2016-01-14 | mm: change mm_vmscan_lru_shrink_inactive() proto types | yalin wang |
2016-01-14 | mm/vmscan.c: change trace_mm_vmscan_writepage() proto type | yalin wang |
2015-11-06 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman |