summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/mm/pagemap_ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-24selftests/mm: drop redundant open() in mprotect_tests()Hongfu Li1-6/+0
2026-08-24selftests: mm: extend the check_huge() to support mTHP checkBaolin Wang1-1/+1
2026-08-06selftests/mm/pagemap_ioctl: fix missing NULL checks after calloc()longlong yan1-1/+7
2026-08-06selftests/mm: add PAGEMAP_SCAN test for THP PMD holesKiryl Shutsemau (Meta)1-27/+75
2026-07-20fs/proc/task_mmu: fix PAGEMAP_SCAN written state for unpopulated ptesKiryl Shutsemau (Meta)1-1/+55
2026-07-01selftests/mm: pagemap_ioctl: use the correct page size for transact_test()Zenghui Yu1-6/+6
2026-06-21selftests/mm: pagemap_ioctl: add setup of HugeTLB pagesMike Rapoport (Microsoft)1-4/+9
2026-04-05selftests/mm: pagemap_ioctl: remove hungarian notationMike Rapoport (Microsoft)1-10/+10
2026-01-31selftests/mm: fix exit code in pagemap_ioctlKevin Brodsky1-3/+3
2026-01-31selftests/mm: fix faulting-in code in pagemap_ioctl testKevin Brodsky1-5/+4
2025-11-27selftests: complete kselftest include centralizationBala-Vignesh-Reddy1-1/+1
2025-09-13selftests/mm: use calloc instead of malloc in pagemap_ioctl.cI Viswanath1-12/+12
2025-08-27selftests/mm: fix FORCE_READ to read input value correctlyZi Yan1-1/+1
2025-07-24selftests/mm: reuse FORCE_READ to replace "asm volatile("" : "+r" (XXX));"wang lian1-3/+1
2025-07-19selftests/mm: pagemap_scan ioctl: add PFN ZERO test casesMuhammad Usama Anjum1-3/+69
2025-05-12selftests/mm: use long for dwRegionSizeSiddarth G1-2/+2
2025-05-11selftests/mm: convert page_size to unsigned longSiddarth G1-6/+6
2025-01-13selftests/mm: pagemap_ioctl: Fix types mismatches shown by compiler optionsMuhammad Usama Anjum1-50/+58
2025-01-13selftests: mm: fix conversion specifiers in transact_test()guanjing1-5/+5
2024-09-26kselftests: mm: fix wrong __NR_userfaultfd valueMuhammad Usama Anjum1-1/+1
2024-07-03selftests/mm: remove local __NR_* definitionsJohn Hubbard1-1/+1
2024-07-03selftests: mm: check return valuesMuhammad Usama Anjum1-1/+3
2024-05-06selftests/mm: ksft_exit functions do not returnNathan Chancellor1-2/+2
2023-12-06mm/selftests: fix pagemap_ioctl memory map testPeter Xu1-3/+6
2023-11-15selftests: mm: fix some build warningsMuhammad Usama Anjum1-5/+5
2023-11-15selftests: mm: skip whole test instead of failureMuhammad Usama Anjum1-6/+7
2023-10-18selftests: mm: add pagemap ioctl testsMuhammad Usama Anjum1-0/+1660