| Age | Commit message (Expand) | Author | Files | Lines |
| 3 days | mm, swap: merge zeromap into swap table | Kairui Song | 1 | -6/+8 |
| 3 days | mm/memcg, swap: store cgroup id in cluster table directly | Kairui Song | 1 | -4/+2 |
| 3 days | mm, swap: delay and unify memcg lookup and charging for swapin | Kairui Song | 1 | -9/+19 |
| 3 days | mm/memcg, swap: tidy up cgroup v1 memsw swap helpers | Kairui Song | 1 | -2/+2 |
| 3 days | mm, swap: unify large folio allocation | Kairui Song | 1 | -119/+24 |
| 3 days | mm, swap: add support for stable large allocation in swap cache directly | Kairui Song | 1 | -69/+167 |
| 3 days | mm, swap: move common swap cache operations into standalone helpers | Kairui Song | 1 | -46/+100 |
| 3 days | mm, swap: simplify swap cache allocation helper | Kairui Song | 1 | -87/+93 |
| 2026-04-05 | mm/swap: fix swap cache memcg accounting | Alexandre Ghiti | 1 | -5/+4 |
| 2026-04-05 | folio_batch: rename PAGEVEC_SIZE to FOLIO_BATCH_SIZE | Tal Zussman | 1 | -1/+1 |
| 2026-04-05 | folio_batch: rename pagevec.h to folio_batch.h | Tal Zussman | 1 | -1/+1 |
| 2026-04-05 | mm, swap: no need to clear the shadow explicitly | Kairui Song | 1 | -21/+0 |
| 2026-04-05 | mm, swap: use the swap table to track the swap count | Kairui Song | 1 | -27/+26 |
| 2026-04-05 | mm, swap: implement helpers for reserving data in the swap table | Kairui Song | 1 | -3/+3 |
| 2026-01-31 | mm, swap: drop the SWAP_HAS_CACHE flag | Kairui Song | 1 | -12/+16 |
| 2026-01-31 | mm, swap: check swap table directly for checking cache | Kairui Song | 1 | -0/+16 |
| 2026-01-31 | mm, swap: add folio to swap cache directly on allocation | Kairui Song | 1 | -23/+35 |
| 2026-01-31 | mm, swap: remove workaround for unsynchronized swap map cache state | Kairui Song | 1 | -17/+10 |
| 2026-01-31 | mm, swap: use swap cache as the swap in synchronize layer | Kairui Song | 1 | -47/+58 |
| 2026-01-31 | mm, swap: swap entry of a bad slot should not be considered as swapped out | Kairui Song | 1 | -1/+1 |
| 2026-01-31 | mm, swap: never bypass the swap cache even for SWP_SYNCHRONOUS_IO | Kairui Song | 1 | -0/+27 |
| 2026-01-31 | mm, swap: split swap cache preparation loop into a standalone helper | Kairui Song | 1 | -88/+109 |
| 2026-01-31 | mm, swap: rename __read_swap_cache_async to swap_cache_alloc_folio | Kairui Song | 1 | -13/+33 |
| 2026-01-31 | mm: update kernel-doc for __swap_cache_clear_shadow() | Taeyang Kim | 1 | -1/+1 |
| 2026-01-31 | Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm/shmem, | Andrew Morton | 1 | -2/+1 |
| 2026-01-26 | mm, swap: restore swap_space attr aviod kernel panic | robin.kuo | 1 | -2/+1 |
| 2026-01-20 | mm: fix minor spelling mistakes in comments | Kevin Lourenco | 1 | -1/+1 |
| 2025-11-24 | mm, swap: remove redundant comment for read_swap_cache_async | Youngjun Park | 1 | -4/+0 |
| 2025-11-24 | 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-21 | mm, swap: implement dynamic allocation of swap table | Kairui Song | 1 | -5/+4 |
| 2025-09-21 | mm, swap: mark swap address space ro and add context debug check | Kairui Song | 1 | -1/+2 |
| 2025-09-21 | mm, swap: use the swap table for the swap cache and switch API | Kairui Song | 1 | -160/+123 |
| 2025-09-21 | mm, swap: wrap swap cache replacement with a helper | Kairui Song | 1 | -0/+33 |
| 2025-09-21 | mm, swap: cleanup swap cache API and add kerneldoc | Kairui Song | 1 | -24/+62 |
| 2025-09-21 | mm, swap: tidy up swap device and cluster info helpers | Kairui Song | 1 | -2/+2 |
| 2025-09-21 | mm, swap: always lock and check the swap cache folio before use | Kairui Song | 1 | -2/+5 |
| 2025-09-21 | mm, swap: use unified helper for swap cache look up | Kairui Song | 1 | -50/+55 |
| 2025-09-13 | mm/mincore, swap: consolidate swap cache checking for mincore | Kairui Song | 1 | -38/+0 |
| 2025-05-31 | Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -5/+3 |
| 2025-05-11 | 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-16 | mm, swap: simplify folio swap allocation | Kairui Song | 1 | -57/+0 |
| 2025-03-16 | mm, swap: remove swap slot cache | Kairui Song | 1 | -7/+1 |
| 2025-03-16 | mm, swap: avoid redundant swap device pinning | Kairui Song | 1 | -6/+8 |
| 2025-03-16 | mm/swap: rename swap_swapcount() to swap_entry_swapped() | Baoquan He | 1 | -1/+1 |
| 2025-03-16 | mm/swap_state.c: remove the meaningless code comment | Baoquan He | 1 | -4/+0 |
| 2025-03-16 | mm/swap_state.c: optimize the code in clear_shadow_from_swap_cache() | Baoquan He | 1 | -3/+1 |
| 2025-03-16 | mm/swap_state.c: fix the obsolete code comment | Baoquan He | 1 | -1/+1 |
| 2025-03-16 | mm: memcontrol: move memsw charge callbacks to v1 | Johannes Weiner | 1 | -1/+1 |
| 2025-01-25 | mm: remove unnecessary calls to lru_add_drain | Rik van Riel | 1 | -1/+0 |
| 2024-11-06 | 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-01 | mm: return the folio from swapin_readahead | Matthew Wilcox (Oracle) | 1 | -5/+3 |
| 2024-09-01 | zswap: track swapins from disk more accurately | Nhat Pham | 1 | -6/+2 |
| 2024-09-01 | mm: swap: allocate folio only first time in __read_swap_cache_async() | Zhaoyu Liu | 1 | -27/+31 |
| 2024-09-01 | mm: swap: add nr argument in swapcache_prepare and swapcache_clear to support... | Barry Song | 1 | -1/+1 |
| 2024-07-12 | mm: swap_state: use folio_alloc_mpol() in __read_swap_cache_async() | Kefeng Wang | 1 | -2/+1 |
| 2024-07-03 | mm: swap: remove 'synchronous' argument to swap_read_folio() | Yosry Ahmed | 1 | -5/+5 |
| 2024-07-03 | mm,swap: simplify VMA based swap readahead window calculation | Huang Ying | 1 | -41/+25 |
| 2024-07-03 | mm,swap: remove struct vma_swap_readahead | Huang Ying | 1 | -28/+20 |
| 2024-07-03 | mm,swap: fix a theoretical underflow in readahead window calculation | Huang Ying | 1 | -0/+2 |
| 2024-07-03 | mm/swap: reduce swap cache search space | Kairui Song | 1 | -8/+9 |
| 2024-07-03 | mm/vmscan: update stale references to shrink_page_list | Illia Ostapyshyn | 1 | -1/+1 |
| 2024-04-25 | mm: remove struct page from get_shadow_from_swap_cache | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2024-04-25 | mm: add is_huge_zero_folio() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2024-03-04 | mm: convert free_swap_cache() to take a folio | Matthew Wilcox (Oracle) | 1 | -6/+6 |
| 2024-03-04 | mm: convert free_pages_and_swap_cache() to use folios_put() | Matthew Wilcox (Oracle) | 1 | -8/+13 |
| 2024-02-22 | mm/mmu_gather: add __tlb_remove_folio_pages() | David Hildenbrand | 1 | -2/+13 |
| 2024-02-20 | mm/swap_state: update zswap LRU's protection range with the folio locked | Nhat Pham | 1 | -4/+6 |
| 2023-12-29 | mm: convert swap_cluster_readahead and swap_vma_readahead to return a folio | Matthew Wilcox (Oracle) | 1 | -11/+13 |
| 2023-12-29 | mm: return a folio from read_swap_cache_async() | Matthew Wilcox (Oracle) | 1 | -4/+4 |
| 2023-12-29 | mm: convert swap_readpage() to swap_read_folio() | Matthew Wilcox (Oracle) | 1 | -6/+6 |
| 2023-12-29 | mm: return the folio from __read_swap_cache_async() | Matthew Wilcox (Oracle) | 1 | -40/+35 |
| 2023-12-12 | zswap: shrink zswap pool based on memory pressure | Nhat Pham | 1 | -0/+2 |
| 2023-12-12 | zswap: make shrinking memcg-aware | Domenico Cerasuolo | 1 | -6/+18 |
| 2023-10-25 | mempolicy: alloc_pages_mpol() for NUMA policy without vma | Hugh Dickins | 1 | -32/+54 |
| 2023-10-25 | mm/swap: avoid a xa load for swapout path | Kairui Song | 1 | -3/+3 |
| 2023-08-24 | mm/swap: inline folio_set_swap_entry() and folio_swap_entry() | David Hildenbrand | 1 | -4/+3 |
| 2023-08-24 | mm/swap: stop using page->private on tail pages for THP_SWAP | David Hildenbrand | 1 | -2/+3 |
| 2023-08-24 | swap: remove remnants of polling from read_swap_cache_async | Suren Baghdasaryan | 1 | -7/+5 |
| 2023-08-21 | mm/swap_state.c: use helper macro K() | ZhangPeng | 1 | -3/+2 |
| 2023-06-23 | mm: remove unnecessary pagevec includes | Matthew Wilcox (Oracle) | 1 | -1/+0 |
| 2023-06-19 | mm: ptep_get() conversion | Ryan Roberts | 1 | -4/+4 |
| 2023-06-19 | mm/swap: swap_vma_readahead() do the pte_offset_map() | Hugh Dickins | 1 | -21/+24 |
| 2023-06-09 | swap: remove __swp_swapcount() | Huang Ying | 1 | -1/+1 |
| 2023-06-09 | swap, __read_swap_cache_async(): enlarge get/put_swap_device protection range | Huang Ying | 1 | -10/+21 |
| 2023-04-05 | mm: return an ERR_PTR from __filemap_get_folio | Christoph Hellwig | 1 | -7/+10 |
| 2023-04-05 | mm: use filemap_get_entry in filemap_get_incore_folio | Christoph Hellwig | 1 | -1/+1 |
| 2023-02-02 | swap_state: update shadow_nodes for anonymous page | Yang Yang | 1 | -0/+6 |
| 2023-01-18 | swap: avoid holding swap reference in swap_cache_get_folio | Kairui Song | 1 | -6/+2 |
| 2023-01-18 | swap: fold swap_ra_clamp_pfn into swap_ra_info | Kairui Song | 1 | -25/+19 |
| 2023-01-18 | swap: avoid a redundant pte map if ra window is 1 | Kairui Song | 1 | -5/+2 |
| 2022-11-30 | mm: mmu_gather: prepare to gather encoded page pointers with flags | Linus Torvalds | 1 | -7/+4 |
| 2022-11-08 | mm: convert find_get_incore_page() to filemap_get_incore_folio() | Matthew Wilcox (Oracle) | 1 | -8/+7 |
| 2022-11-08 | mm/swap: convert find_get_incore_page to use folios | Matthew Wilcox (Oracle) | 1 | -9/+10 |
| 2022-10-03 | swap_state: convert free_swap_cache() to use a folio | Matthew Wilcox (Oracle) | 1 | -5/+8 |
| 2022-10-03 | mm: remove lookup_swap_cache() | Matthew Wilcox (Oracle) | 1 | -11/+1 |
| 2022-10-03 | swap: add swap_cache_get_folio() | Matthew Wilcox (Oracle) | 1 | -11/+21 |
| 2022-10-03 | memcg: convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_fo... | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-10-03 | mm/swap: convert put_swap_page() to put_swap_folio() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2022-10-03 | mm/swap: convert add_to_swap_cache() to take a folio | Matthew Wilcox (Oracle) | 1 | -17/+17 |
| 2022-10-03 | mm/swap: convert __read_swap_cache_async() to use a folio | Matthew Wilcox (Oracle) | 1 | -19/+19 |
| 2022-09-11 | mm: fix VM_BUG_ON in __delete_from_swap_cache() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -36/+20 |
| 2022-08-02 | mm/migrate: Convert migrate_page() to migrate_folio() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-07-03 | mm/swap: convert __delete_from_swap_cache() to a folio | Matthew Wilcox (Oracle) | 1 | -12/+13 |
| 2022-07-03 | mm/swap: convert delete_from_swap_cache() to take a folio | Matthew Wilcox (Oracle) | 1 | -8/+8 |
| 2022-07-03 | mm/swap: remove swap_cache_info statistics | Miaohe Lin | 1 | -17/+0 |
| 2022-06-29 | filemap: Remove add_to_page_cache() and add_to_page_cache_locked() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-05-27 | mm: filter out swapin error entry in shmem mapping | Miaohe Lin | 1 | -0/+3 |
| 2022-05-19 | mm/swap: use helper macro __ATTR_RW | Miaohe Lin | 1 | -3/+1 |
| 2022-05-19 | mm/swap: use helper is_swap_pte() in swap_vma_readahead | Miaohe Lin | 1 | -3/+1 |
| 2022-05-13 | swap: convert add_to_swap() to take a folio | Matthew Wilcox (Oracle) | 1 | -22/+25 |
| 2022-05-13 | swap: turn get_swap_page() into folio_alloc_swap() | Matthew Wilcox (Oracle) | 1 | -1/+2 |
| 2022-05-13 | mm: convert sysfs input to bool using kstrtobool() | Jagdish Gediya | 1 | -6/+5 |
| 2022-05-09 | mm: submit multipage reads for SWP_FS_OPS swap-space | NeilBrown | 1 | -6/+14 |
| 2022-05-09 | mm: drop swap_dirty_folio | NeilBrown | 1 | -1/+1 |
| 2022-05-09 | mm: create new mm/swap.h header file | NeilBrown | 1 | -0/+1 |
| 2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -1/+1 |
| 2022-03-17 | mm: swap: get rid of livelock in swapin readahead | Guo Ziliang | 1 | -1/+1 |
| 2022-03-15 | mm: Convert swap_set_page_dirty() to swap_dirty_folio() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2021-10-18 | mm/workingset: Convert workingset_refault() to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2021-08-20 | Revert "mm: swap: check if swap backing device is congested or not" | Yang Shi | 1 | -7/+0 |
| 2021-06-29 | swap: check mapping_empty() for swap cache before being freed | Huang Ying | 1 | -1/+6 |
| 2021-06-29 | mm: free idle swap cache page after COW | Huang Ying | 1 | -1/+1 |
| 2021-06-29 | mm/swap: remove unused local variable nr_shadows | Miaohe Lin | 1 | -5/+0 |
| 2021-06-29 | mm/swap: remove confusing checking for non_swap_entry() in swap_ra_info() | Miaohe Lin | 1 | -6/+0 |
| 2021-05-07 | mm: fix some typos and code style problems | Shijie Luo | 1 | -1/+1 |
| 2021-05-05 | mm: stop accounting shadow entries | Matthew Wilcox (Oracle) | 1 | -4/+0 |
| 2021-04-30 | memcg: charge before adding to swapcache on swapin | Shakeel Butt | 1 | -7/+6 |
| 2021-02-26 | mm: add FGP_ENTRY | Matthew Wilcox (Oracle) | 1 | -1/+2 |
| 2021-02-26 | mm/swap: optimise get_shadow_from_swap_cache | Matthew Wilcox (Oracle) | 1 | -3/+1 |
| 2021-02-24 | mm: memcg: add swapcache stat for memcg v2 | Shakeel Butt | 1 | -26/+2 |
| 2021-02-24 | mm/swap: don't SetPageWorkingset unconditionally during swapin | Yu Zhao | 1 | -1/+0 |
| 2021-02-24 | mm/swap_state: constify static struct attribute_group | Rikard Falkeborn | 1 | -1/+1 |
| 2020-12-15 | mm: use sysfs_emit for struct kobject * uses | Joe Perches | 1 | -1/+2 |
| 2020-12-15 | mm/swap_state: skip meaningless swap cache readahead when ra_info.win == 0 | Miaohe Lin | 1 | -1/+3 |
| 2020-10-16 | mm: fix some broken comments | Miaohe Lin | 1 | -1/+1 |
| 2020-10-13 | swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguity | Gao Xiang | 1 | -1/+1 |
| 2020-10-13 | mm: convert find_get_entry to return the head page | Matthew Wilcox (Oracle) | 1 | -1/+3 |
| 2020-10-13 | mm: factor find_get_incore_page out of mincore_page | Matthew Wilcox (Oracle) | 1 | -0/+32 |
| 2020-08-14 | mm/swap_state: mark various intentional data races | Qian Cai | 1 | -2/+2 |
| 2020-08-14 | mm: replace hpage_nr_pages with thp_nr_pages | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2020-08-12 | mm/swap: implement workingset detection for anonymous LRU | Joonsoo Kim | 1 | -5/+18 |
| 2020-08-12 | mm/swapcache: support to handle the shadow entries | Joonsoo Kim | 1 | -6/+51 |
| 2020-08-07 | mm: swap: fix kerneldoc of swap_vma_readahead() | Krzysztof Kozlowski | 1 | -1/+1 |
| 2020-06-26 | mm: fix swap cache node allocation mask | Hugh Dickins | 1 | -2/+2 |
| 2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 1 | -2/+2 |
| 2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 1 | -1/+0 |
| 2020-06-03 | mm: vmscan: reclaim writepage is IO cost | Johannes Weiner | 1 | -1/+1 |
| 2020-06-03 | mm: balance LRU lists based on relative thrashing | Johannes Weiner | 1 | -0/+5 |
| 2020-06-03 | mm: fold and remove lru_cache_add_anon() and lru_cache_add_file() | Johannes Weiner | 1 | -1/+1 |
| 2020-06-03 | mm: memcontrol: delete unused lrucare handling | Johannes Weiner | 1 | -1/+1 |
| 2020-06-03 | mm: memcontrol: charge swapin pages on instantiation | Johannes Weiner | 1 | -43/+56 |
| 2020-06-02 | mm/swap_state: fix a data race in swapin_nr_pages | Qian Cai | 1 | -2/+3 |
| 2020-04-02 | mm/swap_state.c: use the same way to count page in [add_to|delete_from]_swap_... | Wei Yang | 1 | -1/+1 |
| 2019-09-24 | mm: page cache: store only head pages in i_pages | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2019-09-24 | mm: introduce compound_nr() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2019-07-12 | mm/swap_state.c: simplify total_swapcache_pages() with get_swap_device() | Huang Ying | 1 | -18/+15 |
| 2019-07-12 | mm, swap: fix race between swapoff and some swap operations | Huang Ying | 1 | -3/+13 |
| 2019-07-05 | Revert "mm: page cache: store only head pages in i_pages" | Linus Torvalds | 1 | -2/+2 |
| 2019-05-14 | mm: page cache: store only head pages in i_pages | Matthew Wilcox | 1 | -2/+2 |
| 2019-03-05 | mm: swap: add comment for swap_vma_readahead | Yang Shi | 1 | -1/+15 |
| 2019-03-05 | mm: swap: check if swap backing device is congested or not | Yang Shi | 1 | -0/+7 |
| 2018-10-28 | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 1 | -79/+40 |
| 2018-10-26 | mm: workingset: tell cache transitions from workingset thrashing | Johannes Weiner | 1 | -0/+1 |
| 2018-10-21 | page cache: Finish XArray conversion | Matthew Wilcox | 1 | -1/+1 |
| 2018-10-21 | mm: Convert delete_from_swap_cache to XArray | Matthew Wilcox | 1 | -14/+10 |
| 2018-10-21 | mm: Convert add_to_swap_cache to XArray | Matthew Wilcox | 1 | -64/+29 |
| 2018-06-12 | treewide: kvzalloc() -> kvcalloc() | Kees Cook | 1 | -1/+1 |
| 2018-06-07 | mm, memcontrol: move swap charge handling into get_swap_page() | Tejun Heo | 1 | -3/+0 |
| 2018-04-11 | page cache: use xa_lock | Matthew Wilcox | 1 | -9/+8 |
| 2018-04-05 | mm/swap_state.c: make bool enable_vma_readahead and swap_vma_readahead() static | Colin Ian King | 1 | -3/+3 |
| 2018-04-05 | mm: swap: unify cluster-based and vma-based swap readahead | Minchan Kim | 1 | -11/+37 |
| 2018-04-05 | mm: swap: clean up swap readahead | Minchan Kim | 1 | -43/+53 |
| 2017-11-15 | mm: remove cold parameter for release_pages | Mel Gorman | 1 | -1/+1 |
| 2017-11-15 | mm/swap_state.c: declare a few variables as __read_mostly | Changbin Du | 1 | -3/+3 |
| 2017-11-15 | mm, swap: fix false error message in __swp_swapcount() | Huang Ying | 1 | -0/+3 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-13 | mm, swap: use page-cluster as max window of VMA based swap readahead | Huang Ying | 1 | -34/+7 |
| 2017-10-03 | mm: fix data corruption caused by lazyfree page | Shaohua Li | 1 | -0/+11 |
| 2017-09-06 | mm, swap: add sysfs interface for VMA based swap readahead | Huang Ying | 1 | -0/+80 |
| 2017-09-06 | mm, swap: VMA based swap readahead | Huang Ying | 1 | -17/+198 |
| 2017-09-06 | mm, swap: fix swap readahead marking | Huang Ying | 1 | -7/+11 |
| 2017-09-06 | mm, swap: add swap readahead hit statistics | Huang Ying | 1 | -2/+7 |
| 2017-07-10 | swap: add block io poll in swapin path | Shaohua Li | 1 | -4/+6 |
| 2017-07-06 | mm, THP, swap: move anonymous THP split logic to vmscan | Minchan Kim | 1 | -17/+6 |
| 2017-07-06 | mm, THP, swap: unify swap slot free functions to put_swap_page | Minchan Kim | 1 | -10/+3 |
| 2017-07-06 | mm, THP, swap: delay splitting THP during swap out | Huang Ying | 1 | -44/+70 |
| 2017-05-08 | mm, swap: use kvzalloc to allocate some swap data structures | Huang Ying | 1 | -1/+1 |
| 2017-05-03 | mm, swap: fix comment in __read_swap_cache_async | Huang Ying | 1 | -11/+1 |
| 2017-02-22 | mm/swap: skip readahead only when swap slot cache is enabled | Huang Ying | 1 | -3/+10 |
| 2017-02-22 | mm/swap: add cache for swap slots allocation | Tim Chen | 1 | -0/+1 |
| 2017-02-22 | mm/swap: skip readahead for unreferenced swap slots | Tim Chen | 1 | -0/+4 |
| 2017-02-22 | mm/swap: split swap cache into 64MB trunks | Huang, Ying | 1 | -12/+56 |
| 2016-10-07 | mm, swap: use offset of swap entry as key of swap cache | Huang Ying | 1 | -4/+4 |
| 2016-10-07 | thp: reduce usage of huge zero page's atomic counter | Aaron Lu | 1 | -3/+1 |
| 2016-10-07 | mm: don't use radix tree writeback tags for pages in swap cache | Huang Ying | 1 | -0/+2 |
| 2016-07-28 | mm: move most file-based accounting to the node | Mel Gorman | 1 | -2/+2 |