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
Age
Commit message (
Expand
)
Author
2022-06-11
KVM: selftests: Require vCPU output array when creating VM with vCPUs
Sean Christopherson
2022-06-11
KVM: selftests: Stop conflating vCPU index and ID in perf tests
Sean Christopherson
2022-06-11
KVM: selftests: Drop @vcpuids param from VM creators
Sean Christopherson
2022-06-11
KVM: selftests: Drop vm_create_default* helpers
Sean Christopherson
2022-06-11
KVM: selftests: Convert s390x/diag318_test_handler away from VCPU_ID
Sean Christopherson
2022-06-11
KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG 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: Return created vcpu from vm_vcpu_add_default()
Sean Christopherson
2022-06-11
KVM: selftests: Add "arch" to common utils that have arch implementations
Sean Christopherson
2022-06-11
KVM: selftests: Move vm_is_unrestricted_guest() to x86-64
Sean Christopherson
2022-06-11
KVM: selftests: Convert vgic_irq away from VCPU_ID
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: selftest: Add proper helpers for x86-specific save/restore ioctls
Sean Christopherson
2022-06-11
KVM: selftests: Rename MP_STATE and GUEST_DEBUG helpers for consistency
Sean Christopherson
2022-06-11
KVM: selftests: Dedup MSR index list helpers, simplify dedicated test
Sean Christopherson
2022-06-11
KVM: selftests: Cache list of MSRs to save/restore
Sean Christopherson
2022-06-11
KVM: selftests: Simplify KVM_ENABLE_CAP helper APIs
Sean Christopherson
2022-06-11
KVM: selftests: Consolidate KVM_ENABLE_CAP usage
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: Use KVM_IOCTL_ERROR() for one-off arm64 ioctls
Sean Christopherson
2022-06-11
KVM: selftests: Get rid of kvm_util_internal.h
Sean Christopherson
2022-06-11
KVM: selftests: Make x86-64's register dump helpers static
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
[prev]
[next]