summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-13tools/testing/vma: separate VMA userland tests into separate filesLorenzo Stoakes8-335/+406
2026-02-13mm: make vm_area_desc utilise vma_flags_t onlyLorenzo Stoakes7-16/+25
2026-02-13mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes16-41/+56
2026-02-13mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes15-49/+57
2026-02-13mm: update secretmem to use VMA flags on mmap_prepareLorenzo Stoakes5-12/+12
2026-02-13mm: update hugetlbfs to use VMA flags on mmap_prepareLorenzo Stoakes7-29/+41
2026-02-13mm: add basic VMA flag operation helper functionsLorenzo Stoakes3-21/+295
2026-02-13tools: bitmap: add missing bitmap_[subset(), andnot()]Lorenzo Stoakes2-0/+51
2026-02-13mm: add mk_vma_flags() bitmap flag macro helperLorenzo Stoakes1-0/+33
2026-02-13mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()Lorenzo Stoakes3-10/+7
2026-02-13mm/vma: remove __private sparse decoration from vma_flags_tLorenzo Stoakes2-8/+10
2026-02-13mm: use unmap_desc struct for freeing page tablesLiam R. Howlett6-35/+45
2026-02-13mm/vma: use unmap_region() in vms_clear_ptes()Liam R. Howlett1-13/+1
2026-02-13mm/vma: use unmap_desc in exit_mmap() and vms_clear_ptes()Liam R. Howlett7-25/+53
2026-02-13mm: introduce unmap_desc struct to reduce function argumentsLiam R. Howlett3-23/+51
2026-02-13mm: change dup_mmap() recoveryLiam R. Howlett2-16/+32
2026-02-13mm/vma: add page table limit to unmap_region()Liam R. Howlett2-4/+6
2026-02-13mm/memory: add tree limit to free_pgtables()Liam R. Howlett5-14/+42
2026-02-13mm/vma: add limits to unmap_region() for vmasLiam R. Howlett2-2/+5
2026-02-13mm/mmap: abstract vma clean up from exit_mmap()Liam R. Howlett1-13/+24
2026-02-13mm/mmap: move exit_mmap() trace pointLiam R. Howlett1-1/+1
2026-02-13mm: relocate the page table ceiling and floor definitionsLiam R. Howlett2-19/+20
2026-02-13mm: folio_zero_user: open code range computation in folio_zero_user()Ankur Arora1-8/+7
2026-02-13mm/vmscan: select the closest preferred node in demote_folio_list()Bing Jiao3-11/+21
2026-02-13mm/vmscan: fix demotion targets checks in reclaim/demotionBing Jiao5-38/+78
2026-02-07mm/memory: handle non-split locks correctly in zap_empty_pte_table()David Hildenbrand (Red Hat)1-4/+6
2026-02-07mm: move pte table reclaim code to memory.cDavid Hildenbrand (Red Hat)5-98/+62
2026-02-07mm: make PT_RECLAIM depends on MMU_GATHER_RCU_TABLE_FREEQi Zheng2-8/+2
2026-02-07mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE...Qi Zheng6-3/+6
2026-02-07um: mm: enable MMU_GATHER_RCU_TABLE_FREEQi Zheng1-0/+1
2026-02-07parisc: mm: enable MMU_GATHER_RCU_TABLE_FREEQi Zheng2-2/+3
2026-02-07mips: mm: enable MMU_GATHER_RCU_TABLE_FREEQi Zheng2-4/+4
2026-02-07LoongArch: mm: enable MMU_GATHER_RCU_TABLE_FREEQi Zheng2-4/+4
2026-02-07alpha: mm: enable MMU_GATHER_RCU_TABLE_FREEQi Zheng2-3/+4
2026-02-07mm: change mm/pt_reclaim.c to use asm/tlb.h instead of asm-generic/tlb.hQi Zheng1-1/+1
2026-02-07mm/damon/stat: remove __read_mostly from memory_idle_ms_percentilesLi RongQing1-1/+1
2026-02-07zsmalloc: make common caches globalSergey Senozhatsky1-56/+50
2026-02-07mm: add SPDX id lines to some mm source filesTim Bird8-13/+8
2026-02-07mm/zswap: use %pe to print error pointersSahil Chandna1-2/+2
2026-02-07mm/vmscan: use %pe to print error pointersSahil Chandna1-2/+2
2026-02-07mm/readahead: fix typo in commentWilson Zeng1-1/+1
2026-02-07mm: khugepaged: fix NR_FILE_PAGES and NR_SHMEM in collapse_file()Shakeel Butt1-7/+9
2026-02-07mm: refactor vma_map_pages to use vm_insert_pagesJustin Green1-9/+1
2026-02-07mm/damon: unify address range representation with damon_addr_rangeEnze Li1-13/+2
2026-02-07mm/cma: replace snprintf with strscpy in cma_new_areaThorsten Blum1-1/+2
2026-02-07mm: zswap: use SG list decompression APIs from zsmallocYosry Ahmed1-30/+19
2026-02-01mm, swap: remove no longer needed _swap_info_getKairui Song1-41/+6
2026-02-01mm, swap: drop the SWAP_HAS_CACHE flagKairui Song4-132/+78
2026-02-01mm, swap: clean up and improve swap entries freeingKairui Song1-142/+96
2026-02-01mm, swap: check swap table directly for checking cacheKairui Song4-36/+56