summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-12selftests/mm: add memory failure clean pagecache testMiaohe Lin
2026-02-12selftests/mm: add memory failure anonymous page testMiaohe Lin
2026-02-12mm: rmap: support batched unmapping for file large foliosBaolin Wang
2026-02-12arm64: mm: implement the architecture-specific clear_flush_young_ptes()Baolin Wang
2026-02-12arm64: mm: support batch clearing of the young flag for large foliosBaolin Wang
2026-02-12arm64: mm: factor out the address and ptep alignment into a new helperBaolin Wang
2026-02-12mm: rmap: support batched checks of the references for large foliosBaolin Wang
2026-02-12tools/testing/vma: add VMA userland tests for VMA flag functionsLorenzo Stoakes
2026-02-12tools/testing/vma: separate out vma_internal.h into logical headersLorenzo Stoakes
2026-02-12tools/testing/vma: separate VMA userland tests into separate filesLorenzo Stoakes
2026-02-12mm: make vm_area_desc utilise vma_flags_t onlyLorenzo Stoakes
2026-02-12mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes
2026-02-12mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes
2026-02-12mm: update secretmem to use VMA flags on mmap_prepareLorenzo Stoakes
2026-02-12mm: update hugetlbfs to use VMA flags on mmap_prepareLorenzo Stoakes
2026-02-12mm: add basic VMA flag operation helper functionsLorenzo Stoakes
2026-02-12tools: bitmap: add missing bitmap_[subset(), andnot()]Lorenzo Stoakes
2026-02-12mm: add mk_vma_flags() bitmap flag macro helperLorenzo Stoakes
2026-02-12mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()Lorenzo Stoakes
2026-02-12mm/vma: remove __private sparse decoration from vma_flags_tLorenzo Stoakes
2026-02-12mm: use unmap_desc struct for freeing page tablesLiam R. Howlett
2026-02-12mm/vma: use unmap_region() in vms_clear_ptes()Liam R. Howlett
2026-02-12mm/vma: use unmap_desc in exit_mmap() and vms_clear_ptes()Liam R. Howlett
2026-02-12mm: introduce unmap_desc struct to reduce function argumentsLiam R. Howlett
2026-02-12mm: change dup_mmap() recoveryLiam R. Howlett
2026-02-12mm/vma: add page table limit to unmap_region()Liam R. Howlett
2026-02-12mm/memory: add tree limit to free_pgtables()Liam R. Howlett
2026-02-12mm/vma: add limits to unmap_region() for vmasLiam R. Howlett
2026-02-12mm/mmap: abstract vma clean up from exit_mmap()Liam R. Howlett
2026-02-12mm/mmap: move exit_mmap() trace pointLiam R. Howlett
2026-02-12mm: relocate the page table ceiling and floor definitionsLiam R. Howlett
2026-02-12mm: folio_zero_user: open code range computation in folio_zero_user()Ankur Arora
2026-02-12mm/vmscan: select the closest preferred node in demote_folio_list()Bing Jiao
2026-02-12mm/vmscan: fix demotion targets checks in reclaim/demotionBing Jiao
2026-02-06mm/memory: handle non-split locks correctly in zap_empty_pte_table()David Hildenbrand (Red Hat)
2026-02-06mm: move pte table reclaim code to memory.cDavid Hildenbrand (Red Hat)
2026-02-06mm: make PT_RECLAIM depends on MMU_GATHER_RCU_TABLE_FREEQi Zheng
2026-02-06mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE...Qi Zheng
2026-02-06um: mm: enable MMU_GATHER_RCU_TABLE_FREEQi Zheng
2026-02-06parisc: mm: enable MMU_GATHER_RCU_TABLE_FREEQi Zheng
2026-02-06mips: mm: enable MMU_GATHER_RCU_TABLE_FREEQi Zheng
2026-02-06LoongArch: mm: enable MMU_GATHER_RCU_TABLE_FREEQi Zheng
2026-02-06alpha: mm: enable MMU_GATHER_RCU_TABLE_FREEQi Zheng
2026-02-06mm: change mm/pt_reclaim.c to use asm/tlb.h instead of asm-generic/tlb.hQi Zheng
2026-02-06mm/damon/stat: remove __read_mostly from memory_idle_ms_percentilesLi RongQing
2026-02-06zsmalloc: make common caches globalSergey Senozhatsky
2026-02-06mm: add SPDX id lines to some mm source filesTim Bird
2026-02-06mm/zswap: use %pe to print error pointersSahil Chandna
2026-02-06mm/vmscan: use %pe to print error pointersSahil Chandna
2026-02-06mm/readahead: fix typo in commentWilson Zeng