| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mm: move most file-based accounting to the node | Mel Gorman | 2016-07-28 | 1 | -8/+8 |
* | mm: move page mapped accounting to the node | Mel Gorman | 2016-07-28 | 1 | -1/+1 |
* | mm, memcg: move memcg limit enforcement from zones to nodes | Mel Gorman | 2016-07-28 | 1 | -10/+9 |
* | mm, vmscan: make shrink_node decisions more node-centric | Mel Gorman | 2016-07-28 | 1 | -26/+35 |
* | mm: vmscan: do not reclaim from kswapd if there is any eligible zone | Mel Gorman | 2016-07-28 | 1 | -32/+27 |
* | mm, vmscan: remove duplicate logic clearing node congestion and dirty state | Mel Gorman | 2016-07-28 | 1 | -12/+12 |
* | mm, vmscan: by default have direct reclaim only shrink once per node | Mel Gorman | 2016-07-28 | 1 | -8/+14 |
* | mm, vmscan: simplify the logic deciding whether kswapd sleeps | Mel Gorman | 2016-07-28 | 1 | -51/+50 |
* | mm, vmscan: remove balance gap | Mel Gorman | 2016-07-28 | 1 | -11/+8 |
* | mm, vmscan: make kswapd reclaim in terms of nodes | Mel Gorman | 2016-07-28 | 1 | -191/+101 |
* | mm, vmscan: have kswapd only scan based on the highest requested zone | Mel Gorman | 2016-07-28 | 1 | -5/+2 |
* | mm, vmscan: begin reclaiming pages on a per-node basis | Mel Gorman | 2016-07-28 | 1 | -24/+55 |
* | mm, vmscan: move LRU lists to node | Mel Gorman | 2016-07-28 | 1 | -95/+131 |
* | mm, vmscan: move lru_lock to the node | Mel Gorman | 2016-07-28 | 1 | -24/+24 |
* | vmscan: split file huge pages before paging them out | Kirill A. Shutemov | 2016-07-26 | 1 | -0/+6 |
* | mm: balloon: use general non-lru movable page feature | Minchan Kim | 2016-07-26 | 1 | -1/+1 |
* | mm, oom: rework oom detection | Michal Hocko | 2016-05-20 | 1 | -21/+4 |
* | vmscan: consider classzone_idx in compaction_ready | Michal Hocko | 2016-05-20 | 1 | -4/+4 |
* | mm: vmscan: reduce size of inactive file list | Rik van Riel | 2016-05-20 | 1 | -62/+42 |
* | mm: update_lru_size do the __mod_zone_page_state | Hugh Dickins | 2016-05-19 | 1 | -13/+10 |
* | mm: rename _count, field of the struct page, to _refcount | Joonsoo Kim | 2016-05-19 | 1 | -2/+2 |
* | mm: wake kcompactd before kswapd's short sleep | Vlastimil Babka | 2016-04-28 | 1 | -14/+14 |
* | mm: vmscan: reclaim highmem zone if buffer_heads is over limit | Minchan Kim | 2016-04-28 | 1 | -1/+1 |
* | mm: introduce page reference manipulation functions | Joonsoo Kim | 2016-03-17 | 1 | -3/+3 |
* | mm: vmscan: pass root_mem_cgroup instead of NULL to memcg aware shrinker | Vladimir Davydov | 2016-03-17 | 1 | -5/+10 |
* | mm, kswapd: replace kswapd compaction with waking up kcompactd | Vlastimil Babka | 2016-03-17 | 1 | -99/+48 |
* | mm, kswapd: remove bogus check of balance_classzone_idx | Vlastimil Babka | 2016-03-17 | 1 | -2/+1 |
* | mm: remove unnecessary uses of lock_page_memcg() | Johannes Weiner | 2016-03-15 | 1 | -4/+0 |
* | mm: simplify lock_page_memcg() | Johannes Weiner | 2016-03-15 | 1 | -6/+5 |
* | mm: workingset: per-cgroup cache thrash detection | Johannes Weiner | 2016-03-15 | 1 | -9/+9 |
* | mm: memcontrol: generalize locking for the page->mem_cgroup binding | Johannes Weiner | 2016-03-15 | 1 | -4/+4 |
* | mm, vmscan: make zone_reclaimable_pages more precise | Michal Hocko | 2016-03-15 | 1 | -7/+7 |
* | mm: vmscan: do not clear SHRINKER_NUMA_AWARE if nr_node_ids == 1 | Vladimir Davydov | 2016-03-15 | 1 | -8/+0 |
* | mm: downgrade VM_BUG in isolate_lru_page() to warning | Kirill A. Shutemov | 2016-02-05 | 1 | -1/+1 |
* | dax: support dirty DAX entries in radix tree | Ross Zwisler | 2016-01-22 | 1 | -1/+8 |
* | mm: free swap cache aggressively if memcg swap is full | Vladimir Davydov | 2016-01-20 | 1 | -1/+1 |
* | mm: vmscan: do not scan anon pages if memcg swap limit is hit | Vladimir Davydov | 2016-01-20 | 1 | -1/+1 |
* | mm: memcontrol: replace mem_cgroup_lruvec_online with mem_cgroup_online | Vladimir Davydov | 2016-01-20 | 1 | -1/+1 |
* | mm: vmscan: pass memcg to get_scan_count() | Vladimir Davydov | 2016-01-20 | 1 | -12/+8 |
* | mm: memcontrol: give the kmem states more descriptive names | Johannes Weiner | 2016-01-20 | 1 | -1/+1 |
* | mm: support madvise(MADV_FREE) | Minchan Kim | 2016-01-15 | 1 | -2/+12 |
* | page-flags: define PG_locked behavior on compound pages | Kirill A. Shutemov | 2016-01-15 | 1 | -1/+1 |
* | mm: make sure isolate_lru_page() is never called for tail page | Kirill A. Shutemov | 2016-01-14 | 1 | -0/+1 |
* | mm: memcontrol: hook up vmpressure to socket pressure | Johannes Weiner | 2016-01-14 | 1 | -1/+9 |
* | mm/readahead.c, mm/vmscan.c: use lru_to_page instead of list_to_page | Geliang Tang | 2016-01-14 | 1 | -2/+0 |
* | mm, vmscan: consider isolated pages in zone_reclaimable_pages | Michal Hocko | 2016-01-14 | 1 | -2/+4 |
* | vmscan: do not force-scan file lru if its absolute size is small | Vladimir Davydov | 2016-01-14 | 1 | -3/+9 |
* | mm: change mm_vmscan_lru_shrink_inactive() proto types | yalin wang | 2016-01-14 | 1 | -5/+2 |
* | mm/vmscan.c: change trace_mm_vmscan_writepage() proto type | yalin wang | 2016-01-14 | 1 | -1/+1 |
* | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 2015-11-06 | 1 | -2/+2 |