summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
2015-08-05mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-24mm: rename RECLAIM_SWAP to RECLAIM_UNMAPZhihui Zhang
2015-06-24mm: vmscan: do not throttle based on pfmemalloc reserves if node has no recla...Nishanth Aravamudan
2015-06-02mm: vmscan: disable memcg direct reclaim stalling if cgroup writeback support...Tejun Heo
2015-06-02writeback: implement and use inode_congested()Tejun Heo
2015-06-02memcg: add per cgroup dirty page accountingGreg Thelen
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-12vmscan: per memory cgroup slab shrinkersVladimir Davydov
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-02-11mm: memcontrol: default hierarchy interface for memoryJohannes Weiner
2015-02-11vmscan: force scan offline memory cgroupsVladimir Davydov
2015-02-11mm, vmscan: wake up all pfmemalloc-throttled processes at onceVlastimil Babka
2015-01-26mm/vmscan: fix highidx argument typeMichael S. Tsirkin
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig
2015-01-08mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being...Vlastimil Babka
2014-12-13mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-12-10mm, compaction: pass classzone_idx and alloc_flags to watermark checkingVlastimil Babka
2014-12-10mm: vmscan: count only dirty pages as congestedJamie Liu
2014-12-10mm/vmscan.c: replace printk with pr_errPintu Kumar
2014-10-27cpuset: simplify cpuset_node_allowed APIVladimir Davydov
2014-10-09mm: memcontrol: fix transparent huge page allocations under pressureJohannes Weiner
2014-10-09mm: clean up zone flagsJohannes Weiner
2014-10-09mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner
2014-10-09mm, compaction: defer each zone individually instead of preferred zoneVlastimil Babka
2014-08-08mm: memcontrol: use page lists for uncharge batchingJohannes Weiner
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner
2014-08-06memcg, vmscan: Fix forced scan of anonymous pagesJerome Marchand
2014-08-06mm, vmscan: fix an outdated comment still mentioning get_scan_ratioJerome Marchand
2014-08-06mm: move zone->pages_scanned into a vmstat counterMel Gorman
2014-08-06mm: update the description for vm_total_pagesWang Sheng-Hui
2014-08-06mm: vmscan: clean up struct scan_controlJohannes Weiner
2014-08-06mm: vmscan: move swappiness out of scan_controlJohannes Weiner
2014-08-06mm: vmscan: remove all_unreclaimable()Johannes Weiner
2014-08-06mm: vmscan: rework compaction-ready signaling in direct reclaimJohannes Weiner
2014-08-06mm: vmscan: remove remains of kswapd-managed zone->all_unreclaimableJohannes Weiner
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-08Don't trigger congestion wait on dirty-but-not-writeout pagesLinus Torvalds
2014-06-06mm: convert some level-less printks to pr_*Mitchel Humpherys
2014-06-06vmscan: memcg: always use swappiness of the reclaimed memcgMichal Hocko
2014-06-06mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner
2014-06-04mm: vmscan: use proportional scanning during direct reclaim and full scan at ...Mel Gorman
2014-06-04mm/vmscan.c: use DIV_ROUND_UP for calculation of zone's balance_gap and corre...Jianyu Zhan
2014-06-04mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman
2014-06-04mm: shrinker: add nid to tracepoint outputDave Hansen
2014-06-04mm: shrinker trace points: fix negativesDave Hansen
2014-06-04mm/vmscan.c: avoid throttling reclaim for loop-back nfsd threadsNeilBrown
2014-06-04mm: vmscan: do not throttle based on pfmemalloc reserves if node has no ZONE_...Mel Gorman
2014-06-04mem-hotplug: implement get/put_online_memsVladimir Davydov