aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/include/kvm_syscalls.h
AgeCommit message (Expand)AuthorFilesLines
2026-07-31KVM: selftests: Add KVM syscall wrappers for pthread_{g,s}etaffinity_np()Sean Christopherson1-0/+16
2026-07-31KVM: selftests: Add helper APIs to cancel+join pthreadsSean Christopherson1-0/+24
2026-07-31KVM: selftests: Add KVM syscall wrappers for pthread_{cancel,join}()Sean Christopherson1-0/+2
2026-07-31KVM: selftests: Add KVM syscall wrapper for pthread_create()Sean Christopherson1-0/+5
2026-07-31KVM: selftests: Add a KVM syscall wrapper for sched_setaffinity()Sean Christopherson1-0/+1
2026-07-07KVM: selftests: Add kvm_sched_getaffinity() wrapper and convert usersJosh Hilke1-0/+2
2026-07-07KVM: selftests: Add kvm_gettid() wrapper and convert usersJosh Hilke1-0/+5
2026-06-12Merge tag 'kvm-x86-selftests-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+6
2026-05-26KVM: selftests: Add and use kvm_free_fd() to harden against fd goofsSean Christopherson1-0/+6
2026-05-13KVM: selftests: Include sys/mman.h *and* linux/mman.h, via kvm_syscalls.hSean Christopherson1-0/+10
2026-03-04KVM: selftests: Wrap madvise() to assert successAckerley Tng1-0/+1
2025-10-20KVM: selftests: Define wrappers for common syscalls to assert successSean Christopherson1-0/+81