aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-22/+63
2015-02-12vmscan: per memory cgroup slab shrinkersVladimir Davydov1-22/+63
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2015-02-11mm: memcontrol: default hierarchy interface for memoryJohannes Weiner1-3/+19
2015-02-11vmscan: force scan offline memory cgroupsVladimir Davydov1-2/+6
2015-02-11mm, vmscan: wake up all pfmemalloc-throttled processes at onceVlastimil Babka1-1/+1
2015-01-26mm/vmscan: fix highidx argument typeMichael S. Tsirkin1-1/+1
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig1-2/+2
2015-01-08mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being killedVlastimil Babka1-11/+13
2014-12-13mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner1-126/+90
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-2/+3
2014-12-10mm, compaction: pass classzone_idx and alloc_flags to watermark checkingVlastimil Babka1-6/+6
2014-12-10mm: vmscan: count only dirty pages as congestedJamie Liu1-1/+2
2014-12-10mm/vmscan.c: replace printk with pr_errPintu Kumar1-2/+1
2014-10-27cpuset: simplify cpuset_node_allowed APIVladimir Davydov1-2/+3
2014-10-09mm: memcontrol: fix transparent huge page allocations under pressureJohannes Weiner1-3/+4
2014-10-09mm: clean up zone flagsJohannes Weiner1-14/+14
2014-10-09mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner1-63/+0
2014-10-09mm, compaction: defer each zone individually instead of preferred zoneVlastimil Babka1-4/+10
2014-08-08mm: memcontrol: use page lists for uncharge batchingJohannes Weiner1-7/+5
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner1-3/+9
2014-08-06memcg, vmscan: Fix forced scan of anonymous pagesJerome Marchand1-7/+13
2014-08-06mm, vmscan: fix an outdated comment still mentioning get_scan_ratioJerome Marchand1-1/+1
2014-08-06mm: move zone->pages_scanned into a vmstat counterMel Gorman1-3/+4
2014-08-06mm: update the description for vm_total_pagesWang Sheng-Hui1-1/+5
2014-08-06mm: vmscan: clean up struct scan_controlJohannes Weiner1-53/+46
2014-08-06mm: vmscan: move swappiness out of scan_controlJohannes Weiner1-14/+13
2014-08-06mm: vmscan: remove all_unreclaimable()Johannes Weiner1-25/+24
2014-08-06mm: vmscan: rework compaction-ready signaling in direct reclaimJohannes Weiner1-38/+32
2014-08-06mm: 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/viro/vfsLinus Torvalds1-1/+1
2014-06-08Don't trigger congestion wait on dirty-but-not-writeout pagesLinus Torvalds1-7/+5
2014-06-06mm: convert some level-less printks to pr_*Mitchel Humpherys1-1/+4
2014-06-06vmscan: memcg: always use swappiness of the reclaimed memcgMichal Hocko1-10/+8
2014-06-06mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner1-0/+3
2014-06-04mm: vmscan: use proportional scanning during direct reclaim and full scan at DEF_PRIORITYMel Gorman1-11/+25
2014-06-04mm/vmscan.c: use DIV_ROUND_UP for calculation of zone's balance_gap and correct comments.Jianyu Zhan1-6/+4
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman1-3/+3
2014-06-04mm: shrinker: add nid to tracepoint outputDave Hansen1-1/+1
2014-06-04mm: shrinker trace points: fix negativesDave Hansen1-1/+1
2014-06-04mm/vmscan.c: avoid throttling reclaim for loop-back nfsd threadsNeilBrown1-2/+17
2014-06-04mm: vmscan: do not throttle based on pfmemalloc reserves if node has no ZONE_NORMALMel Gorman1-6/+37
2014-06-04mem-hotplug: implement get/put_online_memsVladimir Davydov1-1/+1
2014-06-04mm: only force scan in reclaim when none of the LRUs are big enough.Suleiman Souhlal1-27/+39
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-1/+1
2014-05-06revert "mm: vmscan: do not swap anon pages just because free+file is low"Johannes Weiner1-0/+18
2014-04-18vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state()Christoph Lameter1-1/+1
2014-04-08mm: vmscan: do not swap anon pages just because free+file is lowJohannes Weiner1-15/+1
2014-04-07mm/vmscan: do not check compaction_ready on promoted zonesWeijie Yang1-1/+3
2014-04-07mm/vmscan: restore sc->gfp_mask after promoting it to __GFP_HIGHMEMWeijie Yang1-0/+8