aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-149/+156
2022-03-22NUMA balancing: optimize page placement for memory tiering systemHuang Ying1-1/+5
2022-03-22mm: vmscan: fix documentation for page_check_references()Charan Teja Kalla1-1/+1
2022-03-22mm: __isolate_lru_page_prepare() in isolate_migratepages_block()Hugh Dickins1-83/+18
2022-03-22mm/fs: delete PF_SWAPWRITEHugh Dickins1-6/+2
2022-03-22remove bdi_congested() and wb_congested() and related functionsNeilBrown1-3/+1
2022-03-22remove inode_congested()NeilBrown1-16/+1
2022-03-21mm: Turn can_split_huge_page() into can_split_folio()Matthew Wilcox (Oracle)1-3/+3
2022-03-21mm/vmscan: Convert pageout() to take a folioMatthew Wilcox (Oracle)1-32/+32
2022-03-21mm/vmscan: Turn page_check_references() into folio_check_references()Matthew Wilcox (Oracle)1-17/+16
2022-03-21mm/vmscan: Account large folios correctlyMatthew Wilcox (Oracle)1-6/+6
2022-03-21mm/vmscan: Optimise shrink_page_list for non-PMD-sized foliosMatthew Wilcox (Oracle)1-1/+2
2022-03-21mm/vmscan: Free non-shmem folios without splitting themMatthew Wilcox (Oracle)1-2/+2
2022-03-21mm/rmap: Convert try_to_unmap() to take a folioMatthew Wilcox (Oracle)1-1/+1
2022-03-21mm/rmap: Turn page_referenced() into folio_referenced()Matthew Wilcox (Oracle)1-8/+12
2022-03-21mm: Add split_folio_to_list()Matthew Wilcox (Oracle)1-5/+5
2022-03-21mm/vmscan: Turn page_check_dirty_writeback() into folio_check_dirty_writeback()Matthew Wilcox (Oracle)1-10/+10
2022-03-21mm: Convert remove_mapping() to take a folioMatthew Wilcox (Oracle)1-9/+14
2022-03-21mm/vmscan: Convert __remove_mapping() to take a folioMatthew Wilcox (Oracle)1-21/+23
2022-03-21mm: Turn putback_lru_page() into folio_putback_lru()Matthew Wilcox (Oracle)1-8/+8
2022-03-21mm/memcg: Convert mem_cgroup_swapout() to take a folioMatthew Wilcox (Oracle)1-1/+1
2022-03-21mm/workingset: Convert workingset_eviction() to take a folioMatthew Wilcox (Oracle)1-3/+4
2022-03-21mm: Turn isolate_lru_page() into folio_isolate_lru()Matthew Wilcox (Oracle)1-24/+19
2022-02-17mm/thp: shrink_page_list() avoid splitting VM_LOCKED THPHugh Dickins1-3/+3
2022-02-11mm: vmscan: remove deadlock due to throttling failing to make progressMel Gorman1-1/+3
2022-01-15vmscan: make drop_slab_node staticGang Li1-1/+1
2021-12-31mm: vmscan: reduce throttling due to a failure to make progress -fixMel Gorman1-1/+2
2021-12-31mm: vmscan: Reduce throttling due to a failure to make progressMel Gorman1-9/+55
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+7
2021-11-09vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner1-0/+7
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-16/+138
2021-11-06mm/vmscan: delay waking of tasks throttled on NOPROGRESSMel Gorman1-2/+5
2021-11-06mm/vmscan: increase the timeout if page reclaim is not making progressMel Gorman1-1/+1
2021-11-06mm/vmscan: centralise timeout values for reclaim_throttleMel Gorman1-13/+37
2021-11-06mm/vmscan: throttle reclaim when no progress is being madeMel Gorman1-0/+28
2021-11-06mm/vmscan: throttle reclaim and compaction when too may pages are isolatedMel Gorman1-6/+16
2021-11-06mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman1-12/+70
2021-11-06mm/vmscan.c: fix -Wunused-but-set-variable warningKai Song1-2/+1
2021-11-02Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+15
2021-09-27mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave()Matthew Wilcox (Oracle)1-2/+3
2021-09-27mm/memcg: Add folio_lruvec_lock() and similar functionsMatthew Wilcox (Oracle)1-1/+2
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard1-45/+197
2021-09-08mm,vmscan: fix divide by zero in get_scan_countRik van Riel1-1/+1
2021-09-03mm, vmscan: guarantee drop_slab_node() terminationVlastimil Babka1-1/+2
2021-09-03mm/vmscan: add 'else' to remove check_pending labelMiaohe Lin1-9/+5
2021-09-03mm/vmscan: remove unneeded return value of kswapd_run()Miaohe Lin1-5/+2
2021-09-03mm/vmscan: remove misleading setting to sc->priorityMiaohe Lin1-2/+0
2021-09-03mm/vmscan: remove the PageDirty check after MADV_FREE pages are page_ref_freezedMiaohe Lin1-5/+8
2021-09-03mm/migrate: add sysfs interface to enable reclaim migrationHuang Ying1-2/+3
2021-09-03mm/vmscan: never demote for memcg reclaimDave Hansen1-2/+7