summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/mm
AgeCommit message (Expand)AuthorLines
2025-09-28selftests/mm: add fork inheritance test for ksm_merging_pages counterDonet Tom-1/+42
2025-09-23selftests/mm: skip soft-dirty tests when CONFIG_MEM_SOFT_DIRTY is disabledLance Yang-20/+24
2025-09-21selftests/mm: protection_keys: fix dead codeMuhammad Usama Anjum-3/+1
2025-09-21selftests/mm: add -Wunreachable-code and fix warningsMuhammad Usama Anjum-5/+5
2025-09-21selftests/mm: centralize the __always_unused macroMuhammad Usama Anjum-1/+1
2025-09-21selftests/mm: gup_tests: option to GUP all pages in a single callDavid Hildenbrand-3/+7
2025-09-21selftests/mm: remove PROT_EXEC req from file-collapse testsZach O'Keefe-1/+1
2025-09-21selftests/mm: fix va_high_addr_switch.sh failure on x86_64Chunyu Hu-2/+2
2025-09-21selftests/mm: alloc hugepages in va_high_addr_switch testChunyu Hu-0/+37
2025-09-21selftests/mm: fix hugepages cleanup too earlyChunyu Hu-2/+7
2025-09-21selftests/mm: split_huge_page_test: cleanups for split_pte_mapped_thp testDavid Hildenbrand-49/+74
2025-09-21selftests/mm: split_huge_page_test: fix occasional is_backed_by_folio() wrong...David Hildenbrand-8/+7
2025-09-21selftests/mm/uffd: refactor non-composite global vars into structUjwal Kundur-541/+615
2025-09-13selftests/mm/uffd-stress: stricten constraint on free hugepages needed before...Dev Jain-6/+11
2025-09-13selftests/mm/uffd-stress: make test operate on less hugetlb memoryDev Jain-3/+7
2025-09-13selftests/mm: use calloc instead of malloc in pagemap_ioctl.cI Viswanath-12/+12
2025-09-13selftests: centralise maybe-unused definition in kselftest.hBala-Vignesh-Reddy-3/+0
2025-09-13kselftest: mm: fix typos in test_vmalloc.shally heev-3/+3
2025-09-13selftests/mm: test that rmap behaves as expectedWei Yang-0/+441
2025-09-13selftests/mm: put general ksm operation into vm_utilWei Yang-118/+154
2025-09-13selftests/mm: check after-split folio orders in split_huge_page_testZi Yan-24/+64
2025-09-13selftests/mm: add check_after_split_folio_orders() helperZi Yan-0/+152
2025-09-13selftests/mm: reimplement is_backed_by_thp() with more precise checkZi Yan-24/+82
2025-09-13selftests/mm: mark all functions static in split_huge_page_test.cZi Yan-11/+11
2025-09-13selftests: prctl: introduce tests for disabling THPs except for madviseUsama Arif-0/+113
2025-09-13selftests: prctl: introduce tests for disabling THPs completelyUsama Arif-1/+189
2025-09-13selftest/mm: extract sz2ord function into vm_util.hUsama Arif-9/+9
2025-09-13selftests/mm: skip hugepage-mremap test if userfaultfd unavailableAboorva Devarajan-3/+13
2025-09-13selftests/mm: skip thuge-gen test if system is not setup properlyAboorva Devarajan-4/+7
2025-09-13selftests/mm: fix child process exit codes in ksm_functional_testsAboorva Devarajan-7/+9
2025-09-13mm/selftests: fix split_huge_page_test failure on systems with 64KB page sizeDonet Tom-18/+19
2025-09-13selftest/mm: fix ksm_funtional_test failuresDonet Tom-1/+11
2025-09-13selftests/mm: add support to test 4PB VA on PPC64Donet Tom-0/+11
2025-09-13mm/selftests: fix incorrect pointer being passed to mark_range()Donet Tom-1/+1
2025-09-13selftests/mm: fix spelling mistake "mrmeap" -> "mremap"Colin Ian King-3/+3
2025-09-13selftests/mm: do check_huge_anon() with a number been passed inWei Yang-1/+1
2025-09-13selftests/mm: use __auto_type in swap() macroPranav Tyagi-1/+1
2025-09-13selftests/mm: pass filename as input param to VM_PFNMAP testsSudarsan Mahendran-16/+47
2025-08-27selftests/mm: fix FORCE_READ to read input value correctlyZi Yan-9/+14
2025-08-19selftests/mm: add test for invalid multi VMA operationsLorenzo Stoakes-3/+261
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+351
2025-08-02selftests/mm: add process_madvise() testswang lian-0/+351
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-129/+1304
2025-07-24tools/testing/selftests: explicitly test split multi VMA mremap moveLorenzo Stoakes-1/+126
2025-07-24tools/testing/selftests: test MREMAP_DONTUNMAP on multiple VMA moveLorenzo Stoakes-10/+19
2025-07-24tools/testing/selftests: add mremap() shrink test for multiple VMAsLorenzo Stoakes-1/+82
2025-07-24selftests/mm: guard-regions: Use SKIP() instead of ksft_exit_skip()wang lian-1/+1
2025-07-24selftests/mm: reuse FORCE_READ to replace "asm volatile("" : "+r" (XXX));"wang lian-39/+31
2025-07-24tools/testing/selftests: extend mremap_test to test multi-VMA mremapLorenzo Stoakes-1/+145
2025-07-19selftests/mm: fix split_huge_page_test for folio_split() testsZi Yan-1/+2