summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-12-29mm: return a folio from read_swap_cache_async()Matthew Wilcox (Oracle)3-19/+18
2023-12-29mm: remove page_swap_info()Matthew Wilcox (Oracle)2-8/+2
2023-12-29mm: convert swap_readpage() to swap_read_folio()Matthew Wilcox (Oracle)5-20/+21
2023-12-29mm: convert swap_page_sector() to swap_folio_sector()Matthew Wilcox (Oracle)2-7/+7
2023-12-29mm: pass a folio to swap_readpage_bdev_async()Matthew Wilcox (Oracle)1-4/+4
2023-12-29mm: pass a folio to swap_readpage_bdev_sync()Matthew Wilcox (Oracle)1-4/+4
2023-12-29mm: pass a folio to swap_readpage_fs()Matthew Wilcox (Oracle)1-7/+6
2023-12-29mm: pass a folio to swap_writepage_bdev_async()Matthew Wilcox (Oracle)1-5/+4
2023-12-29mm: pass a folio to swap_writepage_bdev_sync()Matthew Wilcox (Oracle)1-5/+4
2023-12-29mm: pass a folio to swap_writepage_fs()Matthew Wilcox (Oracle)1-9/+9
2023-12-29mm: pass a folio to __swap_writepage()Matthew Wilcox (Oracle)3-9/+9
2023-12-29mm: return the folio from __read_swap_cache_async()Matthew Wilcox (Oracle)3-73/+67
2023-12-29mm/zswap: change per-cpu mutex and buffer to per-acomp_ctxChengming Zhou1-71/+33
2023-12-29mm/zswap: cleanup zswap_writeback_entry()Chengming Zhou1-19/+10
2023-12-29mm/zswap: cleanup zswap_load()Chengming Zhou1-9/+5
2023-12-29mm/zswap: refactor out __zswap_load()Chengming Zhou1-60/+32
2023-12-29mm/zswap: reuse dstmem when decompressChengming Zhou1-32/+12
2023-12-29mm/ksm: add tracepoint for ksm advisorStefan Roesch1-0/+1
2023-12-29mm/ksm: add sysfs knobs for advisorStefan Roesch1-0/+148
2023-12-29mm/ksm: add ksm advisorStefan Roesch1-1/+157
2023-12-29mm: remove page_add_new_anon_rmap and lru_cache_add_inactive_or_unevictableMatthew Wilcox (Oracle)1-16/+0
2023-12-29mm: convert collapse_huge_page() to use a folioMatthew Wilcox (Oracle)1-7/+8
2023-12-29mm: convert migrate_vma_insert_page() to use a folioMatthew Wilcox (Oracle)1-11/+12
2023-12-29mm: remove references to page_add_new_anon_rmap in commentsMatthew Wilcox (Oracle)1-2/+2
2023-12-29mm: remove stale example from commentMatthew Wilcox (Oracle)1-14/+4
2023-12-29mm: remove some calls to page_add_new_anon_rmap()Matthew Wilcox (Oracle)2-2/+2
2023-12-29mm: convert unuse_pte() to use a folio throughoutMatthew Wilcox (Oracle)1-22/+25
2023-12-29mm: remove PageAnonExclusive assertions in unuse_pte()Matthew Wilcox (Oracle)1-4/+0
2023-12-29mm: convert ksm_might_need_to_copy() to work on foliosMatthew Wilcox (Oracle)3-17/+23
2023-12-29userfaultfd: UFFDIO_MOVE uABIAndrea Arcangeli4-0/+745
2023-12-29mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()Andrea Arcangeli1-0/+24
2023-12-29mm/mglru: skip special VMAs in lru_gen_look_around()Yu Zhao1-4/+9
2023-12-29mm: fix unmap_mapping_range high bits shift bugJiajun Xie1-2/+2
2023-12-29mm: memcg: fix split queue list crash when large folio migrationBaolin Wang2-1/+12
2023-12-29mm: fix arithmetic for max_prop_frac when setting max_ratioJingbo Xu1-1/+2
2023-12-29mm: fix arithmetic for bdi min_ratioJingbo Xu1-1/+0
2023-12-29mm: align larger anonymous mappings on THP boundariesRik van Riel1-0/+3
2023-12-28mm/slub: free KFENCE objects in slab_free_hook()Vlastimil Babka1-12/+10
2023-12-21mm: page_alloc: simplify __free_pages_ok()Yajun Deng1-8/+1
2023-12-21mm/memory: replace kmap() with kmap_local_page()Fabio M. De Francesco1-3/+2
2023-12-21mm/damon/core-test: test max_nr_accesses overflow caused divide-by-zeroSeongJae Park1-0/+11
2023-12-21mm/damon: update email of SeongJaeSeongJae Park7-7/+7
2023-12-21mm: ksm: remove unnecessary try_to_freeze()Kevin Hao1-3/+1
2023-12-21mm: thp: support allocation of anonymous multi-size THPRyan Roberts1-9/+100
2023-12-21mm: thp: introduce multi-size THP sysfs interfaceRyan Roberts4-39/+221
2023-12-21mm: non-pmd-mappable, large folios for folio_add_new_anon_rmap()Ryan Roberts1-8/+20
2023-12-21mm: allow deferred splitting of arbitrary anon large foliosRyan Roberts1-2/+2
2023-12-21mm: memcg: restore subtree stats flushingYosry Ahmed4-34/+48
2023-12-21mm: workingset: move the stats flush into workingset_test_recent()Yosry Ahmed1-12/+24
2023-12-21mm: memcg: make stats flushing threshold per-memcgYosry Ahmed1-16/+34