summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-05mm: khugepaged: set to next mm direct when mm has MMF_DISABLE_THP_COMPLETELYVernon Yang1-2/+2
2026-04-05selftests/mm: remove duplicate include of unistd.hChen Ni1-1/+0
2026-04-05mm: cache struct page for empty_zero_page and return it from ZERO_PAGE()Mike Rapoport (Microsoft)8-39/+39
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)59-285/+23
2026-04-05mm: rename my_zero_pfn() to zero_pfn()Mike Rapoport (Microsoft)9-21/+33
2026-04-05mm: don't special case !MMU for is_zero_pfn() and my_zero_pfn()Mike Rapoport (Microsoft)3-26/+11
2026-04-05mm/shmem: remove unnecessary restrain unmask of swap gfp flagsKairui Song1-7/+1
2026-04-05mm: name the anonymous MMOP enum as enum mmopGregory Price4-15/+16
2026-04-05selftests/cgroup: add test for zswap incompressible pagesJiayuan Chen1-0/+136
2026-04-05mm: zswap: add per-memcg stat for incompressible pagesJiayuan Chen3-0/+12
2026-04-05memcg: consolidate private id refcount get/put helpersKairui Song3-28/+10
2026-04-05mm/damon: remove unused target param of get_scheme_score()Asier Gutierrez4-11/+8
2026-04-05mm: memfd_luo: preserve file sealsPratyush Yadav (Google)2-3/+50
2026-04-05memfd: export memfd_{add,get}_seals()Pratyush Yadav (Google)2-2/+14
2026-04-05mm, swap: no need to clear the shadow explicitlyKairui Song3-24/+0
2026-04-05mm, swap: simplify checking if a folio is swappedKairui Song2-39/+48
2026-04-05mm, swap: no need to truncate the scan borderKairui Song2-2/+2
2026-04-05mm, swap: use the swap table to track the swap countKairui Song6-558/+334
2026-04-05mm, swap: simplify swap table sanity range checkKairui Song1-26/+9
2026-04-05mm, swap: mark bad slots in swap table directlyKairui Song1-15/+41
2026-04-05mm, swap: implement helpers for reserving data in the swap tableKairui Song2-13/+124
2026-04-05mm/workingset: leave highest bits empty for anon shadowKairui Song2-19/+34
2026-04-05mm, swap: consolidate bad slots setup and make it more robustKairui Song1-30/+38
2026-04-05mm, swap: remove redundant arguments and locking for enabling a deviceKairui Song1-30/+18
2026-04-05mm, swap: clean up swapon process and lockingKairui Song1-39/+48
2026-04-05mm, swap: protect si->swap_file properly and use as a mount indicatorKairui Song1-12/+13
2026-04-05mm: fix typo in the comment of mod_zone_state()Miquel Sabaté Solà1-1/+1
2026-04-05mm: move pgscan, pgsteal, pgrefill to node statsJP Kobryn (Meta)6-73/+82
2026-04-05selftests/mm: skip migration tests if NUMA is unavailableAnishMulay1-1/+2
2026-04-05mm/pkeys: remove unused tsk parameter from arch_set_user_pkey_access()Seongsu Park8-17/+10
2026-04-05maple_tree: clean up mas_wr_node_store()Liam R. Howlett1-16/+26
2026-04-05maple_tree: don't pass end to mas_wr_append()Liam R. Howlett1-4/+3
2026-04-05maple_tree: pass maple copy node to mas_wmb_replace()Liam R. Howlett1-35/+25
2026-04-05maple_tree: remove maple big node and subtree structsLiam R. Howlett1-1184/+0
2026-04-05maple_tree: use maple copy node for mas_wr_split()Liam R. Howlett3-16/+149
2026-04-05maple_tree: add cp_converged() helperLiam R. Howlett1-3/+11
2026-04-05maple_tree: add copy_tree_location() helperLiam R. Howlett1-6/+12
2026-04-05maple_tree: add test for rebalance calculation off-by-oneLiam R. Howlett1-0/+125
2026-04-05maple_tree: use maple copy node for mas_wr_rebalance() operationLiam R. Howlett1-7/+206
2026-04-05maple_tree: add cp_is_new_root() helperLiam R. Howlett1-32/+38
2026-04-05maple_tree: separate wr_split_store and wr_rebalance store type code pathLiam R. Howlett1-24/+23
2026-04-05maple_tree: remove unnecessary return statementsLiam R. Howlett1-11/+0
2026-04-05maple_tree: inline mas_wr_spanning_rebalance()Liam R. Howlett1-23/+15
2026-04-05maple_tree: start using maple copy node for destinationLiam R. Howlett3-182/+458
2026-04-05maple_tree: add gap support, slot and pivot sizes for maple copyLiam R. Howlett2-0/+6
2026-04-05maple_tree: introduce ma_leaf_max_gap()Liam R. Howlett1-20/+28
2026-04-05maple_tree: change initial big node setup in mas_wr_spanning_rebalance()Liam R. Howlett2-23/+153
2026-04-05maple_tree: inline mas_spanning_rebalance_loop() into mas_wr_spanning_rebalan...Liam R. Howlett1-1/+107
2026-04-05maple_tree: testing update for spanning storeLiam R. Howlett1-9/+163
2026-04-05maple_tree: introduce maple_copy node and use it in mas_spanning_rebalance()Liam R. Howlett2-9/+157