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