开源镜像站
帮助
下载
动态
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
/
kvm
/
mmu_stress_test.c
Age
Commit message (
Expand
)
Author
2026-04-20
KVM: selftests: Replace "u64 gpa" with "gpa_t" throughout
Sean Christopherson
2026-04-20
KVM: selftests: Use u8 instead of uint8_t
David Matlack
2026-04-20
KVM: selftests: Use u64 instead of uint64_t
David Matlack
2025-11-21
KVM: selftests: Stop using __virt_pg_map() directly in tests
Yosry Ahmed
2025-10-20
KVM: selftests: Don't fall over in mmu_stress_test when only one CPU is present
Brendan Jackman
2025-10-10
KVM: selftests: Add wrappers for mmap() and munmap() to assert success
Sean Christopherson
2025-03-03
KVM: selftests: Ensure all vCPUs hit -EFAULT during initial RO stage
Sean Christopherson
2024-12-18
KVM: selftests: Verify KVM correctly handles mprotect(PROT_READ)
Sean Christopherson
2024-12-18
KVM: selftests: Add a read-only mprotect() phase to mmu_stress_test
Sean Christopherson
2024-12-18
KVM: selftests: Precisely limit the number of guest loops in mmu_stress_test
Sean Christopherson
2024-12-18
KVM: selftests: Use vcpu_arch_put_guest() in mmu_stress_test
Sean Christopherson
2024-12-18
KVM: sefltests: Explicitly include ucall_common.h in mmu_stress_test.c
Sean Christopherson
2024-12-18
KVM: selftests: Compute number of extra pages needed in mmu_stress_test
Sean Christopherson
2024-12-18
KVM: selftests: Only muck with SREGS on x86 in mmu_stress_test
Sean Christopherson
2024-12-18
KVM: selftests: Rename max_guest_memory_test to mmu_stress_test
Sean Christopherson