summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-2/+2
* mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safeMel Gorman2015-11-061-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-051-15/+12
|\
| * mm/vmscan.c: fix types of some localsAlexandru Moise2015-11-051-4/+4
| * mm/vmscan: make inactive_anon/file_is_low return boolYaowei Bai2015-11-051-7/+7
| * mm/vmscan: make inactive_anon_is_low_global return directlyYaowei Bai2015-11-051-4/+1
* | Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-11-051-1/+1
|\ \ | |/ |/|
* | vmscan: fix sane_reclaim helper for legacy memcgVladimir Davydov2015-09-221-1/+1
|/
* mm, vmscan: unlock page while waiting on writebackHugh Dickins2015-09-081-2/+5
* vmscan: fix increasing nr_isolated incurred by putback unevictable pagesJaewon Kim2015-09-081-1/+1
* mm: vmscan: never isolate more pages than necessaryVladimir Davydov2015-09-081-1/+2
* memcg: export struct mem_cgroupMichal Hocko2015-09-081-1/+1
* mm: defer flush of writable TLB entriesMel Gorman2015-09-041-1/+6
* mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman2015-09-041-1/+22
* mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko2015-08-051-10/+6
* Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-21/+58
|\
| * mm: vmscan: disable memcg direct reclaim stalling if cgroup writeback support...Tejun Heo2015-06-021-10/+41
| * writeback: implement and use inode_congested()Tejun Heo2015-06-021-6/+5
| * memcg: add per cgroup dirty page accountingGreg Thelen2015-06-021-5/+12
* | mm: rename RECLAIM_SWAP to RECLAIM_UNMAPZhihui Zhang2015-06-241-6/+6
* | mm: vmscan: do not throttle based on pfmemalloc reserves if node has no recla...Nishanth Aravamudan2015-06-241-1/+2
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-121-22/+63
|\
| * vmscan: per memory cgroup slab shrinkersVladimir Davydov2015-02-121-22/+63
* | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-2/+2
|\ \ | |/ |/|
| * fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig2015-01-201-2/+2
* | mm: memcontrol: default hierarchy interface for memoryJohannes Weiner2015-02-111-3/+19
* | vmscan: force scan offline memory cgroupsVladimir Davydov2015-02-111-2/+6
* | mm, vmscan: wake up all pfmemalloc-throttled processes at onceVlastimil Babka2015-02-111-1/+1
* | mm/vmscan: fix highidx argument typeMichael S. Tsirkin2015-01-261-1/+1
|/
* mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being...Vlastimil Babka2015-01-081-11/+13
* mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner2014-12-131-126/+90
* Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-12-111-2/+3
|\
| * cpuset: simplify cpuset_node_allowed APIVladimir Davydov2014-10-271-2/+3
* | mm, compaction: pass classzone_idx and alloc_flags to watermark checkingVlastimil Babka2014-12-101-6/+6
* | mm: vmscan: count only dirty pages as congestedJamie Liu2014-12-101-1/+2
* | mm/vmscan.c: replace printk with pr_errPintu Kumar2014-12-101-2/+1
|/
* mm: memcontrol: fix transparent huge page allocations under pressureJohannes Weiner2014-10-091-3/+4
* mm: clean up zone flagsJohannes Weiner2014-10-091-14/+14
* mm: remove noisy remainder of the scan_unevictable interfaceJohannes Weiner2014-10-091-63/+0
* mm, compaction: defer each zone individually instead of preferred zoneVlastimil Babka2014-10-091-4/+10
* mm: memcontrol: use page lists for uncharge batchingJohannes Weiner2014-08-081-7/+5
* mm: memcontrol: rewrite uncharge APIJohannes Weiner2014-08-081-3/+9
* memcg, vmscan: Fix forced scan of anonymous pagesJerome Marchand2014-08-061-7/+13
* mm, vmscan: fix an outdated comment still mentioning get_scan_ratioJerome Marchand2014-08-061-1/+1
* mm: move zone->pages_scanned into a vmstat counterMel Gorman2014-08-061-3/+4
* mm: update the description for vm_total_pagesWang Sheng-Hui2014-08-061-1/+5
* mm: vmscan: clean up struct scan_controlJohannes Weiner2014-08-061-53/+46
* mm: vmscan: move swappiness out of scan_controlJohannes Weiner2014-08-061-14/+13
* mm: vmscan: remove all_unreclaimable()Johannes Weiner2014-08-061-25/+24
* mm: vmscan: rework compaction-ready signaling in direct reclaimJohannes Weiner2014-08-061-38/+32