| Age | Commit message (Expand) | Author |
| 2026-02-06 | mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE... | Qi Zheng |
| 2026-02-06 | um: mm: enable MMU_GATHER_RCU_TABLE_FREE | Qi Zheng |
| 2026-02-06 | parisc: mm: enable MMU_GATHER_RCU_TABLE_FREE | Qi Zheng |
| 2026-02-06 | mips: mm: enable MMU_GATHER_RCU_TABLE_FREE | Qi Zheng |
| 2026-02-06 | LoongArch: mm: enable MMU_GATHER_RCU_TABLE_FREE | Qi Zheng |
| 2026-02-06 | alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE | Qi Zheng |
| 2026-02-06 | mm: change mm/pt_reclaim.c to use asm/tlb.h instead of asm-generic/tlb.h | Qi Zheng |
| 2026-02-06 | mm/damon/stat: remove __read_mostly from memory_idle_ms_percentiles | Li RongQing |
| 2026-02-06 | zsmalloc: make common caches global | Sergey Senozhatsky |
| 2026-02-06 | mm: add SPDX id lines to some mm source files | Tim Bird |
| 2026-02-06 | mm/zswap: use %pe to print error pointers | Sahil Chandna |
| 2026-02-06 | mm/vmscan: use %pe to print error pointers | Sahil Chandna |
| 2026-02-06 | mm/readahead: fix typo in comment | Wilson Zeng |
| 2026-02-06 | mm: khugepaged: fix NR_FILE_PAGES and NR_SHMEM in collapse_file() | Shakeel Butt |
| 2026-02-06 | mm: refactor vma_map_pages to use vm_insert_pages | Justin Green |
| 2026-02-06 | mm/damon: unify address range representation with damon_addr_range | Enze Li |
| 2026-02-06 | mm/cma: replace snprintf with strscpy in cma_new_area | Thorsten Blum |
| 2026-02-06 | mm: zswap: use SG list decompression APIs from zsmalloc | Yosry Ahmed |
| 2026-01-31 | mm, swap: remove no longer needed _swap_info_get | Kairui Song |
| 2026-01-31 | mm, swap: drop the SWAP_HAS_CACHE flag | Kairui Song |
| 2026-01-31 | mm, swap: clean up and improve swap entries freeing | Kairui Song |
| 2026-01-31 | mm, swap: check swap table directly for checking cache | Kairui Song |
| 2026-01-31 | mm, swap: add folio to swap cache directly on allocation | Kairui Song |
| 2026-01-31 | mm, swap: cleanup swap entry management workflow | Kairui Song |
| 2026-01-31 | mm, swap: remove workaround for unsynchronized swap map cache state | Kairui Song |
| 2026-01-31 | mm, swap: use swap cache as the swap in synchronize layer | Kairui Song |
| 2026-01-31 | mm, swap: split locked entry duplicating into a standalone helper | Kairui Song |
| 2026-01-31 | mm, swap: consolidate cluster reclaim and usability check | Kairui Song |
| 2026-01-31 | mm, swap: swap entry of a bad slot should not be considered as swapped out | Kairui Song |
| 2026-01-31 | mm/shmem, swap: remove SWAP_MAP_SHMEM | Nhat Pham |
| 2026-01-31 | mm/shmem: never bypass the swap cache for SWP_SYNCHRONOUS_IO | Kairui Song |
| 2026-01-31 | mm, swap: free the swap cache after folio is mapped | Kairui Song |
| 2026-01-31 | mm, swap: simplify the code and reduce indention | Kairui Song |
| 2026-01-31 | mm, swap: always try to free swap cache for SWP_SYNCHRONOUS_IO devices | Kairui Song |
| 2026-01-31 | mm, swap: never bypass the swap cache even for SWP_SYNCHRONOUS_IO | Kairui Song |
| 2026-01-31 | mm, swap: split swap cache preparation loop into a standalone helper | Kairui Song |
| 2026-01-31 | mm, swap: rename __read_swap_cache_async to swap_cache_alloc_folio | Kairui Song |
| 2026-01-31 | selftests/mm: have the harness run each test category separately | Mark Brown |
| 2026-01-31 | percpu: add double free check to pcpu_free_area() | Dennis Zhou |
| 2026-01-31 | hugetlb: increase hugepage reservations when using node-specific "hugepages="... | Li Zhe |
| 2026-01-31 | kasan: remove unnecessary sync argument from start_report() | Maninder Singh |
| 2026-01-31 | mm/pagewalk: use min() to simplify the code | zenghongling |
| 2026-01-31 | mm/vma: add and use vma_assert_stabilised() | Lorenzo Stoakes |
| 2026-01-31 | mm/vma: update vma_assert_locked() to use lockdep | Lorenzo Stoakes |
| 2026-01-31 | mm/vma: improve and document __is_vma_write_locked() | Lorenzo Stoakes |
| 2026-01-31 | mm/vma: introduce helper struct + thread through exclusive lock fns | Lorenzo Stoakes |
| 2026-01-31 | mm/vma: clean up __vma_enter/exit_locked() | Lorenzo Stoakes |
| 2026-01-31 | mm/vma: de-duplicate __vma_enter_locked() error path | Lorenzo Stoakes |
| 2026-01-31 | mm/vma: add+use vma lockdep acquire/release defines | Lorenzo Stoakes |
| 2026-01-31 | mm/vma: rename is_vma_write_only(), separate out shared refcount put | Lorenzo Stoakes |