e='robots' content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/mm/swap.h
AgeCommit message (Expand)Author
2024-09-17mm: fix swap_read_folio_zeromap() for large folios with partial zeromapBarry Song
2024-09-01mm: return the folio from swapin_readaheadMatthew Wilcox (Oracle)
2024-09-01mm: swap: add nr argument in swapcache_prepare and swapcache_clear to support...Barry Song
2024-07-03mm: swap: remove 'synchronous' argument to swap_read_folio()Yosry Ahmed
2024-07-03mm/swap: reduce swap cache search spaceKairui Song
2024-07-03mm/swap: get the swap device offset directlyKairui Song
2024-02-20mm/swap: fix race when skipping swapcacheKairui Song
2023-12-29mm: convert swap_cluster_readahead and swap_vma_readahead to return a folioMatthew Wilcox (Oracle)
2023-12-29mm: return a folio from read_swap_cache_async()Matthew Wilcox (Oracle)
2023-12-29mm: remove page_swap_info()Matthew Wilcox (Oracle)
2023-12-29mm: convert swap_readpage() to swap_read_folio()Matthew Wilcox (Oracle)
2023-12-29mm: pass a folio to __swap_writepage()Matthew Wilcox (Oracle)
2023-12-29mm: return the folio from __read_swap_cache_async()Matthew Wilcox (Oracle)
2023-12-12zswap: make shrinking memcg-awareDomenico Cerasuolo
2023-10-25mempolicy: alloc_pages_mpol() for NUMA policy without vmaHugh Dickins