summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-23vmscan: fix sane_reclaim helper for legacy memcgVladimir Davydov1-1/+1
2015-09-09mm, vmscan: unlock page while waiting on writebackHugh Dickins1-2/+5
2015-09-09vmscan: fix increasing nr_isolated incurred by putback unevictable pagesJaewon Kim1-1/+1
2015-09-09mm: vmscan: never isolate more pages than necessaryVladimir Davydov1-1/+2
2015-09-09memcg: export struct mem_cgroupMichal Hocko1-1/+1
2015-09-05mm: defer flush of writable TLB entriesMel Gorman1-1/+6
2015-09-05mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman1-1/+22
2015-08-05mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko1-10/+6
2015-06-26Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-21/+58
2015-06-25mm: rename RECLAIM_SWAP to RECLAIM_UNMAPZhihui Zhang1-6/+6
2015-06-25mm: vmscan: do not throttle based on pfmemalloc reserves if node has no recla...Nishanth Aravamudan1-1/+2
2015-06-02mm: vmscan: disable memcg direct reclaim stalling if cgroup writeback support...Tejun Heo1-10/+41
2015-06-02writeback: implement and use inode_congested()Tejun Heo1-6/+5
2015-06-02memcg: add per cgroup dirty page accountingGreg Thelen1-5/+12
2015-02-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-22/+63
2015-02-13vmscan: per memory cgroup slab shrinkersVladimir Davydov1-22/+63
2015-02-13Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2015-02-12mm: memcontrol: default hierarchy interface for memoryJohannes Weiner1-3/+19
2015-02-12vmscan: force scan offline memory cgroupsVladimir Davydov1-2/+6
2015-02-12mm, vmscan: wake up all pfmemalloc-throttled processes at onceVlastimil Babka1-1/+1
2015-01-27mm/vmscan: fix highidx argument typeMichael S. Tsirkin1-1/+1
2015-01-21fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig1-2/+2
2015-01-09mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being...Vlastimil Babka1-11/+13
2014-12-13mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner1-126/+90
2014-12-12Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-2/+3
2014-12-11mm, compaction: pass classzone_idx and alloc_flags to watermark checkingVlastimil Babka1-6/+6
2014-12-11mm: vmscan: count only dirty pages as congestedJamie Liu1-1/+2
2014-12-11mm/vmscan.c: replace printk with pr_errPintu Kumar1-2/+1
2014-10-27cpuset: simplify cpuset_node_allowed APIVladimir Davydov1-2/+3
2014-10-10mm: memcontrol: fix transparent huge page allocations under pressureJohannes Weiner1-3/+4
2014-10-10mm: clean up zone flagsJohannes Weiner1-14/+14
2014-10-10mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner1-63/+0
2014-10-10mm, compaction: defer each zone individually instead of preferred zoneVlastimil Babka1-4/+10
2014-08-09mm: memcontrol: use page lists for uncharge batchingJohannes Weiner1-7/+5
2014-08-09mm: memcontrol: rewrite uncharge APIJohannes Weiner1-3/+9
2014-08-07memcg, vmscan: Fix forced scan of anonymous pagesJerome Marchand1-7/+13
2014-08-07mm, vmscan: fix an outdated comment still mentioning get_scan_ratioJerome Marchand1-1/+1
2014-08-07mm: move zone->pages_scanned into a vmstat counterMel Gorman1-3/+4
2014-08-07mm: update the description for vm_total_pagesWang Sheng-Hui1-1/+5
2014-08-07mm: vmscan: clean up struct scan_controlJohannes Weiner1-53/+46
2014-08-07mm: vmscan: move swappiness out of scan_controlJohannes Weiner1-14/+13
2014-08-07mm: vmscan: remove all_unreclaimable()Johannes Weiner1-25/+24
2014-08-07mm: vmscan: rework compaction-ready signaling in direct reclaimJohannes Weiner1-38/+32
2014-08-07mm: vmscan: remove remains of kswapd-managed zone->all_unreclaimableJohannes Weiner1-8/+0
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2014-06-09Don't trigger congestion wait on dirty-but-not-writeout pagesLinus Torvalds1-7/+5
2014-06-07mm: convert some level-less printks to pr_*Mitchel Humpherys1-1/+4
2014-06-07vmscan: memcg: always use swappiness of the reclaimed memcgMichal Hocko1-10/+8
2014-06-07mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner1-0/+3
2014-06-05mm: vmscan: use proportional scanning during direct reclaim and full scan at ...Mel Gorman1-11/+25