index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
mm
/
cow.c
Age
Commit message (
Expand
)
Author
10 days
selftests/mm: reuse FORCE_READ to replace "asm volatile("" : "+r" (XXX));"
wang lian
2025-07-19
selftests/mm: pagemap_scan ioctl: add PFN ZERO test cases
Muhammad Usama Anjum
2025-07-09
selftests/mm: add messages about test errors to the cow tests
Mark Brown
2025-07-09
selftests/mm: don't compare return values to in cow
Mark Brown
2025-07-09
selftests/mm: convert some cow error reports to ksft_perror()
Mark Brown
2025-07-09
kselftest/mm: clarify errors for pipe()
Mark Brown
2025-05-31
selftests/mm: report unique test names for each cow test
Mark Brown
2025-05-31
selftests/mm: use standard ksft_finished() in cow and gup_longterm
Mark Brown
2025-04-11
selftests/mm: fix compiler -Wmaybe-uninitialized warning
Anshuman Khandual
2025-03-17
selftests/mm/cow: fix the incorrect error handling
Cyan Yang
2025-01-25
selftests/mm/cow: modify the incorrect checking parameters
Hao Ge
2025-01-12
selftests/mm: set allocated memory to non-zero content in cow test
Ryan Roberts
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-05-07
selftests: mm: cow: flag vmsplice() hugetlb tests as XFAIL
David Hildenbrand
2024-05-06
selftests/mm: ksft_exit functions do not return
Nathan Chancellor
2023-12-20
selftests/mm/cow: add tests for anonymous multi-size THP
Ryan Roberts
2023-12-20
selftests/mm/cow: generalize do_run_with_thp() helper
Ryan Roberts
2023-12-12
selftests/mm: cow: print ksft header before printing anything else
David Hildenbrand
2023-06-19
selftests: mm: remove duplicate unneeded defines
Muhammad Usama Anjum
2023-06-19
selftests/mm: fix build failures due to missing MADV_COLLAPSE
John Hubbard
2023-06-09
selftests/mm: factor out detection of hugetlb page sizes into vm_util
David Hildenbrand
2023-04-18
selftests/mm: reuse read_pmd_pagesize() in COW selftest
David Hildenbrand
2023-01-18
selftests/mm: define MADV_PAGEOUT to fix compilation issues
David Hildenbrand
2023-01-18
selftests/vm: rename selftests/vm to selftests/mm
SeongJae Park