summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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)
2023-12-20mm/memory-failure: pass the folio and the page to collect_procs()Matthew Wilcox (Oracle)
2023-12-20mm: migrate high-order folios in swap cache correctlyCharan Teja Kalla
2023-12-20mm/filemap: avoid buffered read/write race to read inconsistent dataBaokun Li
2023-12-20kunit: kasan_test: disable fortify string checker on kmalloc_oob_memsetNico Pache
2023-12-12mm/mglru: reclaim offlined memcgs harderYu Zhao
2023-12-12mm/mglru: respect min_ttl_ms with memcgsYu Zhao
2023-12-12mm/mglru: try to stop at high watermarksYu Zhao
2023-12-12mm/mglru: fix underprotected page cacheYu Zhao
2023-12-12mm/shmem: fix race in shmem_undo_range w/THPDavid Stevens
2023-12-12mm/damon/core: make damon_start() waits until kdamond_fn() startsSeongJae Park
2023-12-12mm: compaction: avoid fast_isolate_freepages blindly choose improper pageblockBarry Song