summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-149/+156
|\
| * mm: Turn can_split_huge_page() into can_split_folio()Matthew Wilcox (Oracle)2022-03-211-3/+3
| * mm/vmscan: Convert pageout() to take a folioMatthew Wilcox (Oracle)2022-03-211-32/+32
| * mm/vmscan: Turn page_check_references() into folio_check_references()Matthew Wilcox (Oracle)2022-03-211-17/+16
| * mm/vmscan: Account large folios correctlyMatthew Wilcox (Oracle)2022-03-211-6/+6
| * mm/vmscan: Optimise shrink_page_list for non-PMD-sized foliosMatthew Wilcox (Oracle)2022-03-211-1/+2
| * mm/vmscan: Free non-shmem folios without splitting themMatthew Wilcox (Oracle)2022-03-211-2/+2
| * mm/rmap: Convert try_to_unmap() to take a folioMatthew Wilcox (Oracle)2022-03-211-1/+1
| * mm/rmap: Turn page_referenced() into folio_referenced()Matthew Wilcox (Oracle)2022-03-211-8/+12
| * mm: Add split_folio_to_list()Matthew Wilcox (Oracle)2022-03-211-5/+5
| * mm/vmscan: Turn page_check_dirty_writeback() into folio_check_dirty_writeback()Matthew Wilcox (Oracle)2022-03-211-10/+10
| * mm: Convert remove_mapping() to take a folioMatthew Wilcox (Oracle)2022-03-211-9/+14
| * mm/vmscan: Convert __remove_mapping() to take a folioMatthew Wilcox (Oracle)2022-03-211-21/+23
| * mm: Turn putback_lru_page() into folio_putback_lru()Matthew Wilcox (Oracle)2022-03-211-8/+8
| * mm/memcg: Convert mem_cgroup_swapout() to take a folioMatthew Wilcox (Oracle)2022-03-211-1/+1
| * mm/workingset: Convert workingset_eviction() to take a folioMatthew Wilcox (Oracle)2022-03-211-3/+4
| * mm: Turn isolate_lru_page() into folio_isolate_lru()Matthew Wilcox (Oracle)2022-03-211-24/+19
| * mm/thp: shrink_page_list() avoid splitting VM_LOCKED THPHugh Dickins2022-02-171-3/+3
* | NUMA balancing: optimize page placement for memory tiering systemHuang Ying2022-03-221-1/+5
* | mm: vmscan: fix documentation for page_check_references()Charan Teja Kalla2022-03-221-1/+1
* | mm: __isolate_lru_page_prepare() in isolate_migratepages_block()Hugh Dickins2022-03-221-83/+18
* | mm/fs: delete PF_SWAPWRITEHugh Dickins2022-03-221-6/+2
* | remove bdi_congested() and wb_congested() and related functionsNeilBrown2022-03-221-3/+1
* | remove inode_congested()NeilBrown2022-03-221-16/+1
|/
* mm: vmscan: remove deadlock due to throttling failing to make progressMel Gorman2022-02-111-1/+3
* vmscan: make drop_slab_node staticGang Li2022-01-151-1/+1
* mm: vmscan: reduce throttling due to a failure to make progress -fixMel Gorman2021-12-311-1/+2
* mm: vmscan: Reduce throttling due to a failure to make progressMel Gorman2021-12-311-9/+55
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-0/+7
|\
| * vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner2021-11-091-0/+7
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-16/+138
|\|
| * mm/vmscan: delay waking of tasks throttled on NOPROGRESSMel Gorman2021-11-061-2/+5
| * mm/vmscan: increase the timeout if page reclaim is not making progressMel Gorman2021-11-061-1/+1
| * mm/vmscan: centralise timeout values for reclaim_throttleMel Gorman2021-11-061-13/+37
| * mm/vmscan: throttle reclaim when no progress is being madeMel Gorman2021-11-061-0/+28
| * mm/vmscan: throttle reclaim and compaction when too may pages are isolatedMel Gorman2021-11-061-6/+16
| * mm/vmscan: throttle reclaim until some writeback completes if congestedMel Gorman2021-11-061-12/+70
| * mm/vmscan.c: fix -Wunused-but-set-variable warningKai Song2021-11-061-2/+1
* | Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-11-021-0/+15
|\ \
| * | Merge drm/drm-next into drm-misc-nextMaxime Ripard2021-09-141-45/+197
| |\|
| * | mm/vmscan: add sync_shrinkers function v3Christian König2021-08-271-0/+15
* | | mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave()Matthew Wilcox (Oracle)2021-09-271-2/+3
* | | mm/memcg: Add folio_lruvec_lock() and similar functionsMatthew Wilcox (Oracle)2021-09-271-1/+2
| |/ |/|
* | mm,vmscan: fix divide by zero in get_scan_countRik van Riel2021-09-081-1/+1
* | mm, vmscan: guarantee drop_slab_node() terminationVlastimil Babka2021-09-031-1/+2
* | mm/vmscan: add 'else' to remove check_pending labelMiaohe Lin2021-09-031-9/+5
* | mm/vmscan: remove unneeded return value of kswapd_run()Miaohe Lin2021-09-031-5/+2
* | mm/vmscan: remove misleading setting to sc->priorityMiaohe Lin2021-09-031-2/+0
* | mm/vmscan: remove the PageDirty check after MADV_FREE pages are page_ref_freezedMiaohe Lin2021-09-031-5/+8
* | mm/migrate: add sysfs interface to enable reclaim migrationHuang Ying2021-09-031-2/+3