Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-10mm: submit multipage write for SWP_FS_OPS swap-spaceNeilBrown
2022-05-10mm: reclaim mustn't enter FS for SWP_FS_OPS swap-spaceNeilBrown
2022-05-10mm: create new mm/swap.h header fileNeilBrown
2022-04-29mm/vmscan: fix comment for isolate_lru_pagesMiaohe Lin
2022-04-29mm/vmscan: fix comment for current_may_throttleMiaohe Lin
2022-04-29mm/vmscan: remove obsolete comment in get_scan_countMiaohe Lin
2022-04-29mm/vmscan: sc->reclaim_idx must be a valid zone indexWei Yang
2022-04-29mm/vmscan: reclaim only affects managed_zonesWei Yang
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-23NUMA balancing: optimize page placement for memory tiering systemHuang Ying
2022-03-23mm: vmscan: fix documentation for page_check_references()Charan Teja Kalla
2022-03-23mm: __isolate_lru_page_prepare() in isolate_migratepages_block()Hugh Dickins
2022-03-23mm/fs: delete PF_SWAPWRITEHugh Dickins
2022-03-23remove bdi_congested() and wb_congested() and related functionsNeilBrown
2022-03-23remove inode_congested()NeilBrown
2022-03-21mm: Turn can_split_huge_page() into can_split_folio()Matthew Wilcox (Oracle)
2022-03-21mm/vmscan: Convert pageout() to take a folioMatthew Wilcox (Oracle)
2022-03-21mm/vmscan: Turn page_check_references() into folio_check_references()Matthew Wilcox (Oracle)
2022-03-21mm/vmscan: Account large folios correctlyMatthew Wilcox (Oracle)
2022-03-21mm/vmscan: Optimise shrink_page_list for non-PMD-sized foliosMatthew Wilcox (Oracle)
2022-03-21mm/vmscan: Free non-shmem folios without splitting themMatthew Wilcox (Oracle)
2022-03-21mm/rmap: Convert try_to_unmap() to take a folioMatthew Wilcox (Oracle)
2022-03-21mm/rmap: Turn page_referenced() into folio_referenced()Matthew Wilcox (Oracle)
2022-03-21mm: Add split_folio_to_list()Matthew Wilcox (Oracle)
2022-03-21mm/vmscan: Turn page_check_dirty_writeback() into folio_check_dirty_writeback()Matthew Wilcox (Oracle)
2022-03-21mm: Convert remove_mapping() to take a folioMatthew Wilcox (Oracle)
2022-03-21mm/vmscan: Convert __remove_mapping() to take a folioMatthew Wilcox (Oracle)
2022-03-21mm: Turn putback_lru_page() into folio_putback_lru()Matthew Wilcox (Oracle)
2022-03-21mm/memcg: Convert mem_cgroup_swapout() to take a folioMatthew Wilcox (Oracle)
2022-03-21mm/workingset: Convert workingset_eviction() to take a folioMatthew Wilcox (Oracle)
2022-03-21mm: Turn isolate_lru_page() into folio_isolate_lru()Matthew Wilcox (Oracle)
2022-02-17mm/thp: shrink_page_list() avoid splitting VM_LOCKED THPHugh Dickins
2022-02-12mm: vmscan: remove deadlock due to throttling failing to make progressMel Gorman
2022-01-15vmscan: make drop_slab_node staticGang Li
2022-01-01mm: vmscan: reduce throttling due to a failure to make progress -fixMel Gorman
2021-12-31mm: vmscan: Reduce throttling due to a failure to make progressMel Gorman
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner