index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
kvm
/
lib
/
kvm_util.c
Age
Commit message (
Expand
)
Author
2022-06-11
KVM: selftests: Drop vm_create_default* helpers
Sean Christopherson
2022-06-11
KVM: selftests: Add VM creation helper that "returns" vCPUs
Sean Christopherson
2022-06-11
KVM: selftests: Rename vm_vcpu_add* helpers to better show relationships
Sean Christopherson
2022-06-11
KVM: selftests: Move vm_is_unrestricted_guest() to x86-64
Sean Christopherson
2022-06-11
KVM: selftests: Return the created vCPU from vm_vcpu_add()
Sean Christopherson
2022-06-11
KVM: selftests: Rename 'struct vcpu' to 'struct kvm_vcpu'
Sean Christopherson
2022-06-11
KVM: selftests: Rename vcpu.state => vcpu.run
Sean Christopherson
2022-06-11
KVM: selftests: Make vm_create() a wrapper that specifies VM_MODE_DEFAULT
Sean Christopherson
2022-06-11
KVM: selftests: Rename vm_create_without_vcpus() => vm_create()
Sean Christopherson
2022-06-11
KVM: selftests: Rename vm_create() => vm_create_barebones(), drop param
Sean Christopherson
2022-06-11
KVM: selftests: Push vm_adjust_num_guest_pages() into "w/o vCPUs" helper
Sean Christopherson
2022-06-11
KVM: selftests: Add vm_create_*() variants to expose/return 'struct vcpu'
Sean Christopherson
2022-06-11
KVM: selftests: Simplify KVM_ENABLE_CAP helper APIs
Sean Christopherson
2022-06-11
KVM: selftests: Add a VM backpointer to 'struct vcpu'
Sean Christopherson
2022-06-11
KVM: selftests: Split get/set device_attr helpers
Sean Christopherson
2022-06-11
KVM: selftests: Drop 'int' return from asserting *_has_device_attr()
Sean Christopherson
2022-06-11
KVM: selftests: Rename KVM_HAS_DEVICE_ATTR helpers for consistency
Sean Christopherson
2022-06-11
KVM: selftests: Multiplex return code and fd in __kvm_create_device()
Sean Christopherson
2022-06-11
KVM: selftests: Move KVM_CREATE_DEVICE_TEST code to separate helper
Sean Christopherson
2022-06-11
KVM: selftests: Drop @test param from kvm_create_device()
Sean Christopherson
2022-06-11
KVM: selftests: Get rid of kvm_util_internal.h
Sean Christopherson
2022-06-11
KVM: selftests: Use __KVM_SYSCALL_ERROR() to handle non-KVM syscall errors
Sean Christopherson
2022-06-11
KVM: selftests: Use kvm_ioctl() helpers
Sean Christopherson
2022-06-11
KVM: selftests: Make kvm_ioctl() a wrapper to pretty print ioctl name
Sean Christopherson
2022-06-11
KVM: sefltests: Use vm_ioctl() and __vm_ioctl() helpers
Sean Christopherson
2022-06-11
KVM: selftests: Make vm_ioctl() a wrapper to pretty print ioctl name
Sean Christopherson
2022-06-11
KVM: selftests: Add vcpu_get() to retrieve and assert on vCPU existence
Sean Christopherson
2022-06-11
KVM: selftests: Remove vcpu_get_fd()
Sean Christopherson
2022-06-11
KVM: selftests: Add __vcpu_run() helper
Sean Christopherson
2022-06-11
KVM: sefltests: Use vcpu_ioctl() and __vcpu_ioctl() helpers
Sean Christopherson
2022-06-11
KVM: selftests: Split vcpu_set_nested_state() into two helpers
Sean Christopherson
2022-06-11
KVM: selftests: Drop @mode from common vm_create() helper
Sean Christopherson
2022-06-11
KVM: selftests: Make vcpu_ioctl() a wrapper to pretty print ioctl name
Sean Christopherson
2022-06-11
KVM: selftests: Add another underscore to inner ioctl() helpers
Sean Christopherson
2022-06-11
KVM: selftests: Always open VM file descriptors with O_RDWR
Sean Christopherson
2022-03-08
KVM: selftests: Split out helper to allocate guest mem via memfd
Sean Christopherson
2022-03-08
KVM: selftests: Move raw KVM_SET_USER_MEMORY_REGION helper to utils
Sean Christopherson
2022-02-25
KVM: selftests: Carve out helper to create "default" VM without vCPUs
David Dunn
2022-01-26
selftests: kvm: move vm_xsave_req_perm call to amx_test
Paolo Bonzini
2022-01-19
kvm: selftests: Do not indent with spaces
Paolo Bonzini
2022-01-19
kvm: selftests: conditionally build vm_xsave_req_perm()
Wei Wang
2022-01-14
kvm: selftests: Add support for KVM_CAP_XSAVE2
Wei Wang
2022-01-07
Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2022-01-04
Merge branch kvm-arm64/selftest/irq-injection into kvmarm-master/next
Marc Zyngier
2021-12-28
KVM: selftests: Add IRQ GSI routing library functions
Ricardo Koller
2021-12-28
KVM: selftests: Add kvm_irq_line library function
Ricardo Koller
2021-12-28
KVM: selftests: arm64: Add support for various modes with 16kB page size
Marc Zyngier
2021-12-28
KVM: selftests: arm64: Add support for VM_MODE_P36V48_{4K,64K}
Marc Zyngier
2021-12-20
selftests: KVM: Fix non-x86 compiling
Andrew Jones
2021-12-10
selftests: KVM: avoid failures due to reserved HyperTransport region
Paolo Bonzini
[prev]
[next]