summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-29mm: vmpressure: don't count proactive reclaim in vmpressureYosry Ahmed
2022-07-29mm: shrinkers: fix double kfree on shrinker nameTetsuo Handa
2022-07-03mm, docs: fix comments that mention mem_hotplug_end()Yun-Ze Li
2022-07-03mm/swap: convert __delete_from_swap_cache() to a folioMatthew Wilcox (Oracle)
2022-07-03mm: convert page_swap_flags to folio_swap_flagsMatthew Wilcox (Oracle)
2022-07-03mm: convert destroy_compound_page() to destroy_large_folio()Matthew Wilcox (Oracle)
2022-07-03mm/vmscan: convert reclaim_pages() to use a folioMatthew Wilcox (Oracle)
2022-07-03mm/vmscan: convert shrink_active_list() to use a folioMatthew Wilcox (Oracle)
2022-07-03mm/vmscan: convert move_pages_to_lru() to use a folioMatthew Wilcox (Oracle)
2022-07-03mm/vmscan: convert isolate_lru_pages() to use a folioMatthew Wilcox (Oracle)
2022-07-03mm/vmscan: convert reclaim_clean_pages_from_list() to foliosMatthew Wilcox (Oracle)
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-07-03mm: shrinkers: introduce debugfs interface for memory shrinkersRoman Gushchin
2022-06-29vmscan: Add check_move_unevictable_folios()Matthew Wilcox (Oracle)
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-25Revert "mm/vmscan: never demote for memcg reclaim"Johannes Weiner
2022-05-19mm: don't be stuck to rmap lock on reclaim pathMinchan Kim
2022-05-13vmscan: remove remaining uses of page in shrink_page_listMatthew Wilcox (Oracle)
2022-05-13vmscan: convert the activate_locked portion of shrink_page_list to foliosMatthew Wilcox (Oracle)
2022-05-13vmscan: move initialisation of mapping downMatthew Wilcox (Oracle)
2022-05-13vmscan: convert lazy freeing to foliosMatthew Wilcox (Oracle)
2022-05-13vmscan: convert page buffer handling to use foliosMatthew Wilcox (Oracle)
2022-05-13vmscan: convert dirty page handling to foliosMatthew Wilcox (Oracle)
2022-05-13swap: convert add_to_swap() to take a folioMatthew Wilcox (Oracle)
2022-05-13vmscan: convert the writeback handling in shrink_page_list() to foliosMatthew Wilcox (Oracle)
2022-05-13vmscan: use folio_mapped() in shrink_page_list()Matthew Wilcox (Oracle)
2022-05-13mm/vmscan: don't use NUMA_NO_NODE as indicator of page on different nodeWei Yang
2022-05-13mm/vmscan: filter empty page_list at the beginningWei Yang
2022-05-13mm/vmscan: use helper folio_is_file_lru()Miaohe Lin
2022-05-13mm/vmscan: remove obsolete comment in kswapd_runMiaohe Lin
2022-05-13mm/vmscan: take all base pages of THP into account when race with speculative...Miaohe Lin
2022-05-13mm/vmscan: introduce helper function reclaim_page_list()Miaohe Lin
2022-05-13mm/vmscan: add a comment about MADV_FREE pages check in folio_check_dirty_wri...Miaohe Lin
2022-05-13mm/vmscan: not necessary to re-init the list for each iterationWei Yang
2022-05-13mm/vmscan: take min_slab_pages into account when try to call shrink_nodeMiaohe Lin
2022-05-09fs: Remove aops->freepageMatthew Wilcox (Oracle)
2022-05-09fs: Add free_folio address space operationMatthew Wilcox (Oracle)
2022-05-09fs: Change try_to_free_buffers() to take a folioMatthew Wilcox (Oracle)
2022-05-09mm: submit multipage write for SWP_FS_OPS swap-spaceNeilBrown
2022-05-09mm: reclaim mustn't enter FS for SWP_FS_OPS swap-spaceNeilBrown
2022-05-09mm: create new mm/swap.h header fileNeilBrown
2022-05-08fs: Convert is_dirty_writeback() to take a folioMatthew Wilcox (Oracle)
2022-04-28mm/vmscan: fix comment for isolate_lru_pagesMiaohe Lin
2022-04-28mm/vmscan: fix comment for current_may_throttleMiaohe Lin
2022-04-28mm/vmscan: remove obsolete comment in get_scan_countMiaohe Lin
2022-04-28mm/vmscan: sc->reclaim_idx must be a valid zone indexWei Yang
2022-04-28mm/vmscan: reclaim only affects managed_zonesWei Yang
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-22NUMA balancing: optimize page placement for memory tiering systemHuang Ying