summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/guest_memfd_test.c
AgeCommit message (Expand)Author
2026-03-11KVM: selftests: Increase 'maxnode' for guest_memfd testsKai Huang
2025-10-20KVM: selftests: Add guest_memfd tests for mmap and NUMA policy supportShivank Garg
2025-10-10KVM: selftests: Verify that reads to inaccessible guest_memfd VMAs SIGBUSSean Christopherson
2025-10-10KVM: selftests: Verify that faulting in private guest_memfd memory failsSean Christopherson
2025-10-10KVM: selftests: Add wrapper macro to handle and assert on expected SIGBUSSean Christopherson
2025-10-10KVM: selftests: Isolate the guest_memfd Copy-on-Write negative testcaseSean Christopherson
2025-10-10KVM: selftests: Add wrappers for mmap() and munmap() to assert successSean Christopherson
2025-10-10KVM: selftests: Add test coverage for guest_memfd without GUEST_MEMFD_FLAG_MMAPAckerley Tng
2025-10-10KVM: selftests: Create a new guest_memfd for each testcaseSean Christopherson
2025-10-10KVM: selftests: Stash the host page size in a global in the guest_memfd testSean Christopherson
2025-10-10KVM: guest_memfd: Add INIT_SHARED flag, reject user page faults if not setSean Christopherson
2025-10-10KVM: Rework KVM_CAP_GUEST_MEMFD_MMAP into KVM_CAP_GUEST_MEMFD_FLAGSSean Christopherson
2025-08-27KVM: selftests: Add guest_memfd testcase to fault-in on !mmap()'d memorySean Christopherson
2025-08-27KVM: selftests: guest_memfd mmap() test when mmap is supportedFuad Tabba
2025-08-27KVM: selftests: Do not use hardcoded page sizes in guest_memfd testFuad Tabba
2024-11-04KVM: selftests: fix unintentional noop test in guest_memfd_test.cPatrick Roy
2024-04-29Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson
2024-04-29KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson
2024-03-05KVM: selftests: Explicitly close guest_memfd files in some gmem testsDongli Zhang
2023-11-21selftests/kvm: fix compilation on non-x86_64 platformsPaolo Bonzini
2023-11-14KVM: selftests: Add a memory region subtest to validate invalid flagsSean Christopherson
2023-11-14KVM: selftests: Add basic selftest for guest_memfd()Chao Peng