index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
mm
/
split_huge_page_test.c
Age
Commit message (
Expand
)
Author
2025-11-27
selftests: complete kselftest include centralization
Bala-Vignesh-Reddy
2025-09-21
selftests/mm: add -Wunreachable-code and fix warnings
Muhammad Usama Anjum
2025-09-21
selftests/mm: split_huge_page_test: cleanups for split_pte_mapped_thp test
David Hildenbrand
2025-09-21
selftests/mm: split_huge_page_test: fix occasional is_backed_by_folio() wrong...
David Hildenbrand
2025-09-13
selftests/mm: check after-split folio orders in split_huge_page_test
Zi Yan
2025-09-13
selftests/mm: add check_after_split_folio_orders() helper
Zi Yan
2025-09-13
selftests/mm: reimplement is_backed_by_thp() with more precise check
Zi Yan
2025-09-13
selftests/mm: mark all functions static in split_huge_page_test.c
Zi Yan
2025-09-13
selftest/mm: extract sz2ord function into vm_util.h
Usama Arif
2025-09-13
mm/selftests: fix split_huge_page_test failure on systems with 64KB page size
Donet Tom
2025-09-13
selftests/mm: do check_huge_anon() with a number been passed in
Wei Yang
2025-08-27
selftests/mm: fix FORCE_READ to read input value correctly
Zi Yan
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-07-24
selftests/mm: reuse FORCE_READ to replace "asm volatile("" : "+r" (XXX));"
wang lian
2025-07-19
selftests/mm: fix split_huge_page_test for folio_split() tests
Zi Yan
2025-03-21
selftests/mm: speed up split_huge_page_test
Ryan Roberts
2025-03-17
selftests/mm: add tests for folio_split(), buddy allocator like split
Zi Yan
2025-03-16
selftests/mm: test splitting file-backed THP to any lower order
Zi Yan
2025-03-16
selftests/mm: make file-backed THP split work by writing PMD size data
Zi Yan
2025-01-25
selftests/mm: add tests for splitting pmd THPs to all lower orders
Zi Yan
2025-01-25
selftests/mm: use selftests framework to print test result
Zi Yan
2024-09-09
mm: selftest to verify zero-filled pages are mapped to zeropage
Alexander Zhu
2024-07-03
selftests/mm: use asm volatile to not optimize mmap read variable
Pankaj Raghav
2024-04-24
selftests: mm: fix unused and uninitialized variable warning
Muhammad Usama Anjum
2024-03-26
selftests/mm: Fix build with _FORTIFY_SOURCE
Vitaly Chikunov
2024-03-04
mm: huge_memory: enable debugfs to split huge pages to any order
Zi Yan
2024-02-22
selftests/mm: split_huge_page_test: conform test to TAP format output
Muhammad Usama Anjum
2023-04-18
selftests/mm: reuse read_pmd_pagesize() in COW selftest
David Hildenbrand
2023-03-28
selftests/mm: fix split huge page tests
Zi Yan
2023-01-18
selftests/vm: rename selftests/vm to selftests/mm
SeongJae Park