summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-29mm: move most file-based accounting to the nodeMel Gorman1-8/+8
2016-07-29mm: move page mapped accounting to the nodeMel Gorman1-1/+1
2016-07-29mm, memcg: move memcg limit enforcement from zones to nodesMel Gorman1-10/+9
2016-07-29mm, vmscan: make shrink_node decisions more node-centricMel Gorman1-26/+35
2016-07-29mm: vmscan: do not reclaim from kswapd if there is any eligible zoneMel Gorman1-32/+27
2016-07-29mm, vmscan: remove duplicate logic clearing node congestion and dirty stateMel Gorman1-12/+12
2016-07-29mm, vmscan: by default have direct reclaim only shrink once per nodeMel Gorman1-8/+14
2016-07-29mm, vmscan: simplify the logic deciding whether kswapd sleepsMel Gorman1-51/+50
2016-07-29mm, vmscan: remove balance gapMel Gorman1-11/+8
2016-07-29mm, vmscan: make kswapd reclaim in terms of nodesMel Gorman1-191/+101
2016-07-29mm, vmscan: have kswapd only scan based on the highest requested zoneMel Gorman1-5/+2
2016-07-29mm, vmscan: begin reclaiming pages on a per-node basisMel Gorman1-24/+55
2016-07-29mm, vmscan: move LRU lists to nodeMel Gorman1-95/+131
2016-07-29mm, vmscan: move lru_lock to the nodeMel Gorman1-24/+24
2016-07-27vmscan: split file huge pages before paging them outKirill A. Shutemov1-0/+6
2016-07-27mm: balloon: use general non-lru movable page featureMinchan Kim1-1/+1
2016-05-21mm, oom: rework oom detectionMichal Hocko1-21/+4
2016-05-21vmscan: consider classzone_idx in compaction_readyMichal Hocko1-4/+4
2016-05-21mm: vmscan: reduce size of inactive file listRik van Riel1-62/+42
2016-05-20mm: update_lru_size do the __mod_zone_page_stateHugh Dickins1-13/+10
2016-05-20mm: rename _count, field of the struct page, to _refcountJoonsoo Kim1-2/+2
2016-04-29mm: wake kcompactd before kswapd's short sleepVlastimil Babka1-14/+14
2016-04-29mm: vmscan: reclaim highmem zone if buffer_heads is over limitMinchan Kim1-1/+1
2016-03-18mm: introduce page reference manipulation functionsJoonsoo Kim1-3/+3
2016-03-18mm: vmscan: pass root_mem_cgroup instead of NULL to memcg aware shrinkerVladimir Davydov1-5/+10
2016-03-18mm, kswapd: replace kswapd compaction with waking up kcompactdVlastimil Babka1-99/+48
2016-03-18mm, kswapd: remove bogus check of balance_classzone_idxVlastimil Babka1-2/+1
2016-03-16mm: remove unnecessary uses of lock_page_memcg()Johannes Weiner1-4/+0
2016-03-16mm: simplify lock_page_memcg()Johannes Weiner1-6/+5
2016-03-16mm: workingset: per-cgroup cache thrash detectionJohannes Weiner1-9/+9
2016-03-16mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner1-4/+4
2016-03-16mm, vmscan: make zone_reclaimable_pages more preciseMichal Hocko1-7/+7
2016-03-16mm: vmscan: do not clear SHRINKER_NUMA_AWARE if nr_node_ids == 1Vladimir Davydov1-8/+0
2016-02-06mm: downgrade VM_BUG in isolate_lru_page() to warningKirill A. Shutemov1-1/+1
2016-01-23dax: support dirty DAX entries in radix treeRoss Zwisler1-1/+8
2016-01-21mm: free swap cache aggressively if memcg swap is fullVladimir Davydov1-1/+1
2016-01-21mm: vmscan: do not scan anon pages if memcg swap limit is hitVladimir Davydov1-1/+1
2016-01-21mm: memcontrol: replace mem_cgroup_lruvec_online with mem_cgroup_onlineVladimir Davydov1-1/+1
2016-01-21mm: vmscan: pass memcg to get_scan_count()Vladimir Davydov1-12/+8
2016-01-21mm: memcontrol: give the kmem states more descriptive namesJohannes Weiner1-1/+1
2016-01-16mm: support madvise(MADV_FREE)Minchan Kim1-2/+12
2016-01-16page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov1-1/+1
2016-01-15mm: make sure isolate_lru_page() is never called for tail pageKirill A. Shutemov1-0/+1
2016-01-15mm: memcontrol: hook up vmpressure to socket pressureJohannes Weiner1-1/+9
2016-01-15mm/readahead.c, mm/vmscan.c: use lru_to_page instead of list_to_pageGeliang Tang1-2/+0
2016-01-15mm, vmscan: consider isolated pages in zone_reclaimable_pagesMichal Hocko1-2/+4
2016-01-15vmscan: do not force-scan file lru if its absolute size is smallVladimir Davydov1-3/+9
2016-01-15mm: change mm_vmscan_lru_shrink_inactive() proto typesyalin wang1-5/+2
2016-01-15mm/vmscan.c: change trace_mm_vmscan_writepage() proto typeyalin wang1-1/+1
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-2/+2