index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
guest_memfd_test.c
Age
Commit message (
Expand
)
Author
2026-03-11
KVM: selftests: Increase 'maxnode' for guest_memfd tests
Kai Huang
2025-10-20
KVM: selftests: Add guest_memfd tests for mmap and NUMA policy support
Shivank Garg
2025-10-10
KVM: selftests: Verify that reads to inaccessible guest_memfd VMAs SIGBUS
Sean Christopherson
2025-10-10
KVM: selftests: Verify that faulting in private guest_memfd memory fails
Sean Christopherson
2025-10-10
KVM: selftests: Add wrapper macro to handle and assert on expected SIGBUS
Sean Christopherson
2025-10-10
KVM: selftests: Isolate the guest_memfd Copy-on-Write negative testcase
Sean Christopherson
2025-10-10
KVM: selftests: Add wrappers for mmap() and munmap() to assert success
Sean Christopherson
2025-10-10
KVM: selftests: Add test coverage for guest_memfd without GUEST_MEMFD_FLAG_MMAP
Ackerley Tng
2025-10-10
KVM: selftests: Create a new guest_memfd for each testcase
Sean Christopherson
2025-10-10
KVM: selftests: Stash the host page size in a global in the guest_memfd test
Sean Christopherson
2025-10-10
KVM: guest_memfd: Add INIT_SHARED flag, reject user page faults if not set
Sean Christopherson
2025-10-10
KVM: Rework KVM_CAP_GUEST_MEMFD_MMAP into KVM_CAP_GUEST_MEMFD_FLAGS
Sean Christopherson
2025-08-27
KVM: selftests: Add guest_memfd testcase to fault-in on !mmap()'d memory
Sean Christopherson
2025-08-27
KVM: selftests: guest_memfd mmap() test when mmap is supported
Fuad Tabba
2025-08-27
KVM: selftests: Do not use hardcoded page sizes in guest_memfd test
Fuad Tabba
2024-11-04
KVM: selftests: fix unintentional noop test in guest_memfd_test.c
Patrick Roy
2024-04-29
Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"
Sean Christopherson
2024-04-29
KVM: selftests: Define _GNU_SOURCE for all selftests code
Sean Christopherson
2024-03-05
KVM: selftests: Explicitly close guest_memfd files in some gmem tests
Dongli Zhang
2023-11-21
selftests/kvm: fix compilation on non-x86_64 platforms
Paolo Bonzini
2023-11-14
KVM: selftests: Add a memory region subtest to validate invalid flags
Sean Christopherson
2023-11-14
KVM: selftests: Add basic selftest for guest_memfd()
Chao Peng