summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-07-26mm: propagate VMA virtual page offset on map, remap, split + mergeLorenzo Stoakes (ARM)
2026-07-26mm: introduce linear_virt_page_index()Lorenzo Stoakes (ARM)
2026-07-26mm/vma: introduce VMA virtual page offset field and add helpersLorenzo Stoakes (ARM)
2026-07-26selftests/mm: fix BUG_ON checking wrong variable in mremap_dontunmapHongfu Li
2026-07-26selftests/mm: add PAGEMAP_SCAN test for THP PMD holesKiryl Shutsemau (Meta)
2026-07-26mm/vma: update create_init_stack_vma() to use vma_flags_tLorenzo Stoakes
2026-07-26mm: introduce vma_get_page_prot() and use itLorenzo Stoakes
2026-07-26mm/vma: rename vma_get_page_prot to vma_flags_to_page_protLorenzo Stoakes
2026-07-26selftests/dax: add dax/kmem hotplug sysfs regression testGregory Price
2026-07-26selftests/mm: factor out hmm_buffer_alloc() to consolidate buffer setupHongfu Li
2026-07-26selftests/mm: fix on-fault-limit false failure under sudo-rsInjae Ryou
2026-07-26selftests: mincore: count file-mmap readahead on both sidesYijia Wang
2026-07-26selftests: mm: test kmemleak's N-consecutive-scan leak confirmationBreno Leitao
2026-07-26selftests/mm: remove obsolete hugetlb vmemmap testMuchun Song
2026-07-26tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()Lorenzo Stoakes
2026-07-26tools/testing/vma: default VMA, mm flag bits to 64-bitLorenzo Stoakes
2026-07-26mm/vma: introduce and use vma_set_pgoff()Lorenzo Stoakes
2026-07-26mm/vma: update vma_shrink() to not pass start, pgoff parametersLorenzo Stoakes
2026-07-26mm/vma: make vma_set_range() static, drop insert_vm_struct() declLorenzo Stoakes
2026-07-26mm/vma: introduce vma_assert_can_modify()Lorenzo Stoakes
2026-07-26mm/vma: remove duplicative vma_pgoff_offset() helperLorenzo Stoakes
2026-07-26mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()Lorenzo Stoakes
2026-07-26mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vmaLorenzo Stoakes
2026-07-26mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()Lorenzo Stoakes
2026-07-26mm/rmap: parameterise vma_interval_tree_*() by address_spaceLorenzo Stoakes
2026-07-26mm: introduce and use vma_end_pgoff()Lorenzo Stoakes
2026-07-26tools/testing/vma: use vma_start_pgoff() in merge testsLorenzo Stoakes
2026-07-26mm: move vma_start_pgoff() into mm.h and clean upLorenzo Stoakes
2026-07-26selftests/mm: add HMM test for mmap lock-dropping faultsStanislav Kinsburskii
2026-07-26selftests/mm: fix ternary operator precedence in ksm_testsSayali Patil
2026-07-26selftests/mm: fix ksm NUMA merge test for systems with memoryless NUMA nodesSayali Patil
2026-07-26selftests/mm: handle EINVAL when configuring gigantic hugepagesSayali Patil
2026-07-26selftests/mm: fix memleak in migration benchmarkHongfu Li
2026-07-26memblock tests: split stubfs from internal.h to mm_init.hMike Rapoport (Microsoft)
2026-07-26ksm: add mremap selftests for ksm_rmap_walkxu xin
2026-07-26kselftest: alloc_tag: extend the allocinfo ioctl kselftestAbhishek Bapat
2026-07-26kselftest: alloc_tag: add kselftest for ioctl interfaceAbhishek Bapat
2026-07-26selftests/mm: add userfaultfd RWP testsKiryl Shutsemau (Meta)
2026-07-26mm/pagemap: add PAGE_IS_ACCESSED for RWP trackingKiryl Shutsemau (Meta)
2026-07-26selftests/damon: check correct path in ensure_file() not_exist casewang wei
2026-07-26mm: remove the __GFP_NO_OBJ_EXT flagVlastimil Babka (SUSE)
2026-07-26radix-tree: fix kmemleak false positives on tree head reassignmentBreno Leitao
2026-07-26selftests/damon/drgn_dump_damon_status: do not dump nr_accesses_bpSJ Park
2026-07-26selftests/mm/uffd: don't treat UFFDIO_COPY -ENOENT as a failureMike Rapoport (Microsoft)
2026-07-26selftests/mm: fix clone cleartid race in pkey sighandler testsHongfu Li
2026-07-26selftests/mm: add missing pthread_create() return checks in pkey testsHongfu Li
2026-07-26selftests/mm: add missing mmap() return checks in pkey testsHongfu Li
2026-07-26selftests/mm: use pkey_assert on clone_raw failure in pkey testHongfu Li
2026-07-26selftests/mm: unify pkey sighandler selftest assertions and tracingHongfu Li
2026-07-26selftests/mm: move pkey selftest helpers to pkey_util.cHongfu Li