summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
2016-07-28mm: move most file-based accounting to the nodeMel Gorman
2016-07-28mm: move page mapped accounting to the nodeMel Gorman
2016-07-28mm, memcg: move memcg limit enforcement from zones to nodesMel Gorman
2016-07-28mm, vmscan: make shrink_node decisions more node-centricMel Gorman
2016-07-28mm: vmscan: do not reclaim from kswapd if there is any eligible zoneMel Gorman
2016-07-28mm, vmscan: remove duplicate logic clearing node congestion and dirty stateMel Gorman
2016-07-28mm, vmscan: by default have direct reclaim only shrink once per nodeMel Gorman
2016-07-28mm, vmscan: simplify the logic deciding whether kswapd sleepsMel Gorman
2016-07-28mm, vmscan: remove balance gapMel Gorman
2016-07-28mm, vmscan: make kswapd reclaim in terms of nodesMel Gorman
2016-07-28mm, vmscan: have kswapd only scan based on the highest requested zoneMel Gorman
2016-07-28mm, vmscan: begin reclaiming pages on a per-node basisMel Gorman
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman
2016-07-28mm, vmscan: move lru_lock to the nodeMel Gorman
2016-07-26vmscan: split file huge pages before paging them outKirill A. Shutemov
2016-07-26mm: balloon: use general non-lru movable page featureMinchan Kim
2016-05-20mm, oom: rework oom detectionMichal Hocko
2016-05-20vmscan: consider classzone_idx in compaction_readyMichal Hocko
2016-05-20mm: vmscan: reduce size of inactive file listRik van Riel
2016-05-19mm: update_lru_size do the __mod_zone_page_stateHugh Dickins
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim
2016-04-28mm: wake kcompactd before kswapd's short sleepVlastimil Babka
2016-04-28mm: vmscan: reclaim highmem zone if buffer_heads is over limitMinchan Kim
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim
2016-03-17mm: vmscan: pass root_mem_cgroup instead of NULL to memcg aware shrinkerVladimir Davydov
2016-03-17mm, kswapd: replace kswapd compaction with waking up kcompactdVlastimil Babka
2016-03-17mm, kswapd: remove bogus check of balance_classzone_idxVlastimil Babka
2016-03-15mm: remove unnecessary uses of lock_page_memcg()Johannes Weiner
2016-03-15mm: simplify lock_page_memcg()Johannes Weiner
2016-03-15mm: workingset: per-cgroup cache thrash detectionJohannes Weiner
2016-03-15mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner
2016-03-15mm, vmscan: make zone_reclaimable_pages more preciseMichal Hocko
2016-03-15mm: vmscan: do not clear SHRINKER_NUMA_AWARE if nr_node_ids == 1Vladimir Davydov
2016-02-05mm: downgrade VM_BUG in isolate_lru_page() to warningKirill A. Shutemov
2016-01-22dax: support dirty DAX entries in radix treeRoss Zwisler
2016-01-20mm: free swap cache aggressively if memcg swap is fullVladimir Davydov
2016-01-20mm: vmscan: do not scan anon pages if memcg swap limit is hitVladimir Davydov
2016-01-20mm: memcontrol: replace mem_cgroup_lruvec_online with mem_cgroup_onlineVladimir Davydov
2016-01-20mm: vmscan: pass memcg to get_scan_count()Vladimir Davydov
2016-01-20mm: memcontrol: give the kmem states more descriptive namesJohannes Weiner
2016-01-15mm: support madvise(MADV_FREE)Minchan Kim
2016-01-15page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov
2016-01-14mm: make sure isolate_lru_page() is never called for tail pageKirill A. Shutemov
2016-01-14mm: memcontrol: hook up vmpressure to socket pressureJohannes Weiner
2016-01-14mm/readahead.c, mm/vmscan.c: use lru_to_page instead of list_to_pageGeliang Tang
2016-01-14mm, vmscan: consider isolated pages in zone_reclaimable_pagesMichal Hocko
2016-01-14vmscan: do not force-scan file lru if its absolute size is smallVladimir Davydov
2016-01-14mm: change mm_vmscan_lru_shrink_inactive() proto typesyalin wang
2016-01-14mm/vmscan.c: change trace_mm_vmscan_writepage() proto typeyalin wang
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman