aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-15mm: support madvise(MADV_FREE)Minchan Kim1-2/+12
2016-01-15page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov1-1/+1
2016-01-14mm: make sure isolate_lru_page() is never called for tail pageKirill A. Shutemov1-0/+1
2016-01-14mm: memcontrol: hook up vmpressure to socket pressureJohannes Weiner1-1/+9
2016-01-14mm/readahead.c, mm/vmscan.c: use lru_to_page instead of list_to_pageGeliang Tang1-2/+0
2016-01-14mm, vmscan: consider isolated pages in zone_reclaimable_pagesMichal Hocko1-2/+4
2016-01-14vmscan: do not force-scan file lru if its absolute size is smallVladimir Davydov1-3/+9
2016-01-14mm: change mm_vmscan_lru_shrink_inactive() proto typesyalin wang1-5/+2
2016-01-14mm/vmscan.c: change trace_mm_vmscan_writepage() proto typeyalin wang1-1/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-2/+2
2015-11-06mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safeMel Gorman1-2/+2
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-15/+12
2015-11-05mm/vmscan.c: fix types of some localsAlexandru Moise1-4/+4
2015-11-05mm/vmscan: make inactive_anon/file_is_low return boolYaowei Bai1-7/+7
2015-11-05mm/vmscan: make inactive_anon_is_low_global return directlyYaowei Bai1-4/+1
2015-11-05Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2015-09-22vmscan: fix sane_reclaim helper for legacy memcgVladimir Davydov1-1/+1
2015-09-08mm, vmscan: unlock page while waiting on writebackHugh Dickins1-2/+5
2015-09-08vmscan: fix increasing nr_isolated incurred by putback unevictable pagesJaewon Kim1-1/+1
2015-09-08mm: vmscan: never isolate more pages than necessaryVladimir Davydov1-1/+2
2015-09-08memcg: export struct mem_cgroupMichal Hocko1-1/+1
2015-09-04mm: defer flush of writable TLB entriesMel Gorman1-1/+6
2015-09-04mm: 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-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-21/+58
2015-06-24mm: rename RECLAIM_SWAP to RECLAIM_UNMAPZhihui Zhang1-6/+6
2015-06-24mm: vmscan: do not throttle based on pfmemalloc reserves if node has no reclaimable pagesNishanth Aravamudan1-1/+2
2015-06-02mm: vmscan: disable memcg direct reclaim stalling if cgroup writeback support is in useTejun 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-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