| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-28 | mm/swap: fix swap cache memcg accounting | Alexandre Ghiti | 1 | -5/+4 |
| 2026-02-01 | mm, swap: drop the SWAP_HAS_CACHE flag | Kairui Song | 1 | -12/+16 |
| 2026-02-01 | mm, swap: check swap table directly for checking cache | Kairui Song | 1 | -0/+16 |
| 2026-02-01 | mm, swap: add folio to swap cache directly on allocation | Kairui Song | 1 | -23/+35 |
| 2026-02-01 | mm, swap: remove workaround for unsynchronized swap map cache state | Kairui Song | 1 | -17/+10 |
| 2026-02-01 | mm, swap: use swap cache as the swap in synchronize layer | Kairui Song | 1 | -47/+58 |
| 2026-02-01 | mm, swap: swap entry of a bad slot should not be considered as swapped out | Kairui Song | 1 | -1/+1 |
| 2026-02-01 | mm, swap: never bypass the swap cache even for SWP_SYNCHRONOUS_IO | Kairui Song | 1 | -0/+27 |
| 2026-02-01 | mm, swap: split swap cache preparation loop into a standalone helper | Kairui Song | 1 | -88/+109 |
| 2026-02-01 | mm, swap: rename __read_swap_cache_async to swap_cache_alloc_folio | Kairui Song | 1 | -13/+33 |
| 2026-02-01 | mm: update kernel-doc for __swap_cache_clear_shadow() | Taeyang Kim | 1 | -1/+1 |
| 2026-02-01 | Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm/shmem, | Andrew Morton | 1 | -2/+1 |
| 2026-01-27 | mm, swap: restore swap_space attr aviod kernel panic | robin.kuo | 1 | -2/+1 |
| 2026-01-21 | mm: fix minor spelling mistakes in comments | Kevin Lourenco | 1 | -1/+1 |
| 2025-11-25 | mm, swap: remove redundant comment for read_swap_cache_async | Youngjun Park | 1 | -4/+0 |
| 2025-11-25 | mm: eliminate is_swap_pte() when softleaf_from_pte() suffices | Lorenzo Stoakes | 1 | -6/+5 |
| 2025-11-15 | mm, swap: fix potential UAF issue for VMA readahead | Kairui Song | 1 | -0/+13 |
| 2025-09-22 | mm, swap: implement dynamic allocation of swap table | Kairui Song | 1 | -5/+4 |
| 2025-09-22 | mm, swap: mark swap address space ro and add context debug check | Kairui Song | 1 | -1/+2 |
| 2025-09-22 | mm, swap: use the swap table for the swap cache and switch API | Kairui Song | 1 | -165/+128 |
| 2025-09-22 | mm, swap: wrap swap cache replacement with a helper | Kairui Song | 1 | -0/+33 |
| 2025-09-22 | mm, swap: cleanup swap cache API and add kerneldoc | Kairui Song | 1 | -24/+62 |
| 2025-09-22 | mm, swap: tidy up swap device and cluster info helpers | Kairui Song | 1 | -2/+2 |
| 2025-09-22 | mm, swap: always lock and check the swap cache folio before use | Kairui Song | 1 | -2/+5 |
| 2025-09-22 | mm, swap: use unified helper for swap cache look up | Kairui Song | 1 | -52/+57 |
| 2025-09-14 | mm/mincore, swap: consolidate swap cache checking for mincore | Kairui Song | 1 | -38/+0 |
| 2025-06-01 | Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -5/+3 |
| 2025-05-12 | mm: convert free_page_and_swap_cache() to free_folio_and_swap_cache() | Fan Ni | 1 | -5/+3 |
| 2025-04-07 | mm: Remove swap_writepage() and shmem_writepage() | Matthew Wilcox (Oracle) | 1 | -1/+0 |
| 2025-03-17 | mm, swap: simplify folio swap allocation | Kairui Song | 1 | -57/+0 |
| 2025-03-17 | mm, swap: remove swap slot cache | Kairui Song | 1 | -7/+1 |
| 2025-03-17 | mm, swap: avoid redundant swap device pinning | Kairui Song | 1 | -6/+8 |
| 2025-03-17 | mm/swap: rename swap_swapcount() to swap_entry_swapped() | Baoquan He | 1 | -1/+1 |
| 2025-03-17 | mm/swap_state.c: remove the meaningless code comment | Baoquan He | 1 | -4/+0 |
| 2025-03-17 | mm/swap_state.c: optimize the code in clear_shadow_from_swap_cache() | Baoquan He | 1 | -3/+1 |
| 2025-03-17 | mm/swap_state.c: fix the obsolete code comment | Baoquan He | 1 | -1/+1 |
| 2025-03-17 | mm: memcontrol: move memsw charge callbacks to v1 | Johannes Weiner | 1 | -1/+1 |
| 2025-01-26 | mm: remove unnecessary calls to lru_add_drain | Rik van Riel | 1 | -1/+0 |
| 2024-11-07 | mm: swap: use str_true_false() helper function | Thorsten Blum | 1 | -2/+1 |
| 2024-09-17 | mm: add nr argument in mem_cgroup_swapin_uncharge_swap() helper to support la... | Barry Song | 1 | -1/+1 |
| 2024-09-02 | mm: return the folio from swapin_readahead | Matthew Wilcox (Oracle) | 1 | -5/+3 |
| 2024-09-02 | zswap: track swapins from disk more accurately | Nhat Pham | 1 | -6/+2 |
| 2024-09-02 | mm: swap: allocate folio only first time in __read_swap_cache_async() | Zhaoyu Liu | 1 | -27/+31 |
| 2024-09-02 | mm: swap: add nr argument in swapcache_prepare and swapcache_clear to support... | Barry Song | 1 | -1/+1 |
| 2024-07-13 | mm: swap_state: use folio_alloc_mpol() in __read_swap_cache_async() | Kefeng Wang | 1 | -2/+1 |
| 2024-07-04 | mm: swap: remove 'synchronous' argument to swap_read_folio() | Yosry Ahmed | 1 | -5/+5 |
| 2024-07-04 | mm,swap: simplify VMA based swap readahead window calculation | Huang Ying | 1 | -41/+25 |
| 2024-07-04 | mm,swap: remove struct vma_swap_readahead | Huang Ying | 1 | -28/+20 |
| 2024-07-04 | mm,swap: fix a theoretical underflow in readahead window calculation | Huang Ying | 1 | -0/+2 |
| 2024-07-04 | mm/swap: reduce swap cache search space | Kairui Song | 1 | -8/+9 |