summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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: convert swap_page_sector() to swap_folio_sector()Matthew Wilcox (Oracle)
2023-12-29mm: pass a folio to swap_readpage_bdev_async()Matthew Wilcox (Oracle)
2023-12-29mm: pass a folio to swap_readpage_bdev_sync()Matthew Wilcox (Oracle)
2023-12-29mm: pass a folio to swap_readpage_fs()Matthew Wilcox (Oracle)
2023-12-29mm: pass a folio to swap_writepage_bdev_async()Matthew Wilcox (Oracle)
2023-12-29mm: pass a folio to swap_writepage_bdev_sync()Matthew Wilcox (Oracle)
2023-12-29mm: pass a folio to swap_writepage_fs()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-29mm/zswap: change per-cpu mutex and buffer to per-acomp_ctxChengming Zhou
2023-12-29mm/zswap: cleanup zswap_writeback_entry()Chengming Zhou
2023-12-29mm/zswap: cleanup zswap_load()Chengming Zhou
2023-12-29mm/zswap: refactor out __zswap_load()Chengming Zhou
2023-12-29mm/zswap: reuse dstmem when decompressChengming Zhou
2023-12-29mm/ksm: add tracepoint for ksm advisorStefan Roesch
2023-12-29mm/ksm: add sysfs knobs for advisorStefan Roesch
2023-12-29mm/ksm: add ksm advisorStefan Roesch
2023-12-29mm: remove page_add_new_anon_rmap and lru_cache_add_inactive_or_unevictableMatthew Wilcox (Oracle)
2023-12-29mm: convert collapse_huge_page() to use a folioMatthew Wilcox (Oracle)
2023-12-29mm: convert migrate_vma_insert_page() to use a folioMatthew Wilcox (Oracle)
2023-12-29mm: remove references to page_add_new_anon_rmap in commentsMatthew Wilcox (Oracle)
2023-12-29mm: remove stale example from commentMatthew Wilcox (Oracle)
2023-12-29mm: remove some calls to page_add_new_anon_rmap()Matthew Wilcox (Oracle)
2023-12-29mm: convert unuse_pte() to use a folio throughoutMatthew Wilcox (Oracle)
2023-12-29mm: remove PageAnonExclusive assertions in unuse_pte()Matthew Wilcox (Oracle)
2023-12-29mm: convert ksm_might_need_to_copy() to work on foliosMatthew Wilcox (Oracle)
2023-12-29userfaultfd: UFFDIO_MOVE uABIAndrea Arcangeli
2023-12-29mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()Andrea Arcangeli
2023-12-20mm: page_alloc: simplify __free_pages_ok()Yajun Deng
2023-12-20mm/memory: replace kmap() with kmap_local_page()Fabio M. De Francesco
2023-12-20mm/damon/core-test: test max_nr_accesses overflow caused divide-by-zeroSeongJae Park
2023-12-20mm/damon: update email of SeongJaeSeongJae Park
2023-12-20mm: ksm: remove unnecessary try_to_freeze()Kevin Hao
2023-12-20mm: thp: support allocation of anonymous multi-size THPRyan Roberts
2023-12-20mm: thp: introduce multi-size THP sysfs interfaceRyan Roberts
2023-12-20mm: non-pmd-mappable, large folios for folio_add_new_anon_rmap()Ryan Roberts
2023-12-20mm: allow deferred splitting of arbitrary anon large foliosRyan Roberts
2023-12-20mm: memcg: restore subtree stats flushingYosry Ahmed
2023-12-20mm: workingset: move the stats flush into workingset_test_recent()Yosry Ahmed
2023-12-20mm: memcg: make stats flushing threshold per-memcgYosry Ahmed
2023-12-20mm: memcg: move vmstats structs definition above flushing codeYosry Ahmed
2023-12-20mm: memcg: change flush_next_time to flush_last_timeYosry Ahmed
2023-12-20mm/list_lru.c: remove unused list_lru_from_kmem()Andrew Morton
2023-12-20sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton
2023-12-20mm/memory-failure: cast index to loff_t before shifting itMatthew Wilcox (Oracle)
2023-12-20mm/memory-failure: check the mapcount of the precise pageMatthew Wilcox (Oracle)