summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/mm/cow.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-27selftests/mm: fix usage of FORCE_READ() in cow testsKevin Brodsky1-8/+8
2025-11-28selftests: complete kselftest include centralizationBala-Vignesh-Reddy1-1/+1
2025-09-14selftest/mm: extract sz2ord function into vm_util.hUsama Arif1-4/+4
2025-09-14mm/selftests: fix split_huge_page_test failure on systems with 64KB page sizeDonet Tom1-5/+0
2025-08-28selftests/mm: fix FORCE_READ to read input value correctlyZi Yan1-2/+2
2025-07-25selftests/mm: reuse FORCE_READ to replace "asm volatile("" : "+r" (XXX));"wang lian1-15/+15
2025-07-20selftests/mm: pagemap_scan ioctl: add PFN ZERO test casesMuhammad Usama Anjum1-26/+1
2025-07-10selftests/mm: add messages about test errors to the cow testsMark Brown1-8/+20
2025-07-10selftests/mm: don't compare return values to in cowMark Brown1-3/+3
2025-07-10selftests/mm: convert some cow error reports to ksft_perror()Mark Brown1-3/+3
2025-07-10kselftest/mm: clarify errors for pipe()Mark Brown1-2/+2
2025-06-01selftests/mm: report unique test names for each cow testMark Brown1-116/+217
2025-06-01selftests/mm: use standard ksft_finished() in cow and gup_longtermMark Brown1-6/+1
2025-04-12selftests/mm: fix compiler -Wmaybe-uninitialized warningAnshuman Khandual1-1/+1
2025-03-18selftests/mm/cow: fix the incorrect error handlingCyan Yang1-1/+1
2025-01-26selftests/mm/cow: modify the incorrect checking parametersHao Ge1-5/+5
2025-01-13selftests/mm: set allocated memory to non-zero content in cow testRyan Roberts1-4/+4
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-35/+71
2024-05-07selftests: mm: cow: flag vmsplice() hugetlb tests as XFAILDavid Hildenbrand1-35/+71
2024-05-06selftests/mm: ksft_exit functions do not returnNathan Chancellor1-1/+1
2023-12-21selftests/mm/cow: add tests for anonymous multi-size THPRyan Roberts1-12/+70
2023-12-21selftests/mm/cow: generalize do_run_with_thp() helperRyan Roberts1-54/+67
2023-12-13selftests/mm: cow: print ksft header before printing anything elseDavid Hildenbrand1-1/+2
2023-06-20selftests: mm: remove duplicate unneeded definesMuhammad Usama Anjum1-0/+1
2023-06-20selftests/mm: fix build failures due to missing MADV_COLLAPSEJohn Hubbard1-7/+0
2023-06-10selftests/mm: factor out detection of hugetlb page sizes into vm_utilDavid Hildenbrand1-27/+2
2023-04-19selftests/mm: reuse read_pmd_pagesize() in COW selftestDavid Hildenbrand1-29/+4
2023-01-19selftests/mm: define MADV_PAGEOUT to fix compilation issuesDavid Hildenbrand1-0/+3
2023-01-19selftests/vm: rename selftests/vm to selftests/mmSeongJae Park1-0/+1764