开源镜像站
帮助
下载
动态
GitHub
index
:
linux.git
master
Linux kernel mainline source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
mm
/
hmm-tests.c
Age
Commit message (
Expand
)
Author
2026-07-01
selftests/mm: hmm-tests: include linux/mman.h to access MADV_COLLAPSE
Zenghui Yu
2026-06-21
selftests/mm: fix exclusive_cow test fork() handling
Aboorva Devarajan
2026-06-21
selftests/mm: remove hardcoded THP sizing assumptions in hmm tests
Sayali Patil
2026-06-21
selftests/mm: allow PUD-level entries in compound testcase of hmm tests
Sayali Patil
2026-06-21
selftests/mm: hmm-tests: add setup of HugeTLB pages
Mike Rapoport (Microsoft)
2026-06-21
selftests/mm: move HugeTLB helpers to hugepage_settings
Mike Rapoport (Microsoft)
2026-06-08
selftests/mm/hmm-tests: test pagemap reads of PMD device-private entries
Dev Jain
2026-06-02
selftests/mm: fix mmap() return value check in run_migration_benchmark
Hongfu Li
2026-05-13
mm/memory: fix spurious warning when unmapping device-private/exclusive pages
Alistair Popple
2026-04-18
selftests/mm: hmm-tests: don't hardcode THP size to 2MB
Alistair Popple
2025-12-06
Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2025-11-27
selftests: complete kselftest include centralization
Bala-Vignesh-Reddy
2025-11-24
selftests/mm/hmm-tests: new throughput tests including THP
Balbir Singh
2025-11-24
selftests/mm/hmm-tests: partial unmap, mremap and anon_write tests
Matthew Brost
2025-11-24
selftests/mm/hmm-tests: new tests for zone device THP migration
Balbir Singh
2025-09-21
selftests/mm: add -Wunreachable-code and fix warnings
Muhammad Usama Anjum
2024-10-09
selftests/mm: fix incorrect buffer->mirror size in hmm2 double_map test
Donet Tom
2024-03-05
selftests: avoid using SKIP(exit()) in harness fixure setup
Jakub Kicinski
2023-08-21
selftests/mm: FOLL_LONGTERM need to be updated to 0x100
Ayush Jain
2023-01-18
selftests/vm: rename selftests/vm to selftests/mm
SeongJae Park