summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/include
AgeCommit message (Expand)AuthorFilesLines
2022-06-11KVM: selftests: Make kvm_ioctl() a wrapper to pretty print ioctl nameSean Christopherson1-2/+14
2022-06-11KVM: sefltests: Use vm_ioctl() and __vm_ioctl() helpersSean Christopherson1-10/+50
2022-06-11KVM: selftests: Make vm_ioctl() a wrapper to pretty print ioctl nameSean Christopherson1-17/+21
2022-06-11KVM: selftests: Remove vcpu_get_fd()Sean Christopherson1-1/+0
2022-06-11KVM: selftests: Add __vcpu_run() helperSean Christopherson1-0/+6
2022-06-11KVM: sefltests: Use vcpu_ioctl() and __vcpu_ioctl() helpersSean Christopherson2-44/+126
2022-06-11KVM: selftests: Split vcpu_set_nested_state() into two helpersSean Christopherson1-2/+4
2022-06-11KVM: selftests: Drop @mode from common vm_create() helperSean Christopherson1-1/+2
2022-06-11KVM: selftests: Make vcpu_ioctl() a wrapper to pretty print ioctl nameSean Christopherson1-2/+11
2022-06-11KVM: selftests: Add another underscore to inner ioctl() helpersSean Christopherson1-4/+4
2022-06-11KVM: selftests: Always open VM file descriptors with O_RDWRSean Christopherson1-2/+2
2022-06-11KVM: selftests: Drop stale declarations from kvm_util_base.hSean Christopherson1-5/+0
2022-06-09Merge branch 'kvm-5.20-early'Paolo Bonzini2-0/+29
2022-06-09KVM: selftests: Add option to run dirty_log_perf_test vCPUs in L2David Matlack3-0/+17
2022-06-09KVM: selftests: Move VMX_EPT_VPID_CAP_AD_BITS to vmx.hDavid Matlack2-3/+2
2022-06-09KVM: selftests: Replace x86_page_size with PG_LEVEL_XXDavid Matlack1-6/+12
2022-06-08KVM: selftests: nSVM: Add svm_nested_soft_inject_testMaciej S. Szmigiero2-0/+29
2022-05-25Merge tag 'kvm-riscv-5.19-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-3/+5
2022-05-20KVM: selftests: riscv: Improve unexpected guest trap handlingAnup Patel1-3/+5
2022-05-16Merge branch kvm-arm64/hcall-selection into kvmarm-master/nextMarc Zyngier1-0/+22
2022-05-03selftests: KVM: Create helper for making SMCCC callsOliver Upton1-0/+22
2022-04-21kvm: selftests: introduce and use more page size-related constantsPaolo Bonzini1-0/+2
2022-04-21kvm: selftests: do not use bitfields larger than 32-bits for PTEsPaolo Bonzini1-0/+15
2022-04-09KVM: selftests: riscv: Set PTE A and D bits in VS-stage page tableAnup Patel1-1/+3
2022-03-08KVM: selftests: Define cpu_relax() helpers for s390 and x86Sean Christopherson2-0/+13
2022-03-08KVM: selftests: Split out helper to allocate guest mem via memfdSean Christopherson1-0/+1
2022-03-08KVM: selftests: Move raw KVM_SET_USER_MEMORY_REGION helper to utilsSean Christopherson1-0/+4
2022-03-01KVM: selftests: Add test to verify KVM handling of ICRSean Christopherson1-0/+1
2022-02-25KVM: selftests: Carve out helper to create "default" VM without vCPUsDavid Dunn1-0/+3
2022-02-10KVM: selftests: nSVM: Add enlightened MSR-Bitmap selftestVitaly Kuznetsov1-0/+1
2022-02-10KVM: selftests: nSVM: Update 'struct vmcb_control_area' definitionVitaly Kuznetsov1-1/+8
2022-02-10KVM: selftests: nSVM: Set up MSR-Bitmap for SVM guestsVitaly Kuznetsov1-0/+5
2022-02-10KVM: selftests: nVMX: Properly deal with 'hv_clean_fields'Vitaly Kuznetsov1-1/+149
2022-01-26selftests: kvm: move vm_xsave_req_perm call to amx_testPaolo Bonzini2-1/+1
2022-01-19kvm: selftests: Do not indent with spacesPaolo Bonzini1-5/+5
2022-01-19selftests: kvm/x86: Introduce x86_model()Jim Mattson1-0/+5
2022-01-19selftests: kvm/x86: Export x86_family() for use outside of processor.cJim Mattson1-0/+12
2022-01-19selftests: kvm/x86: Introduce is_amd_cpu()Jim Mattson1-0/+1
2022-01-17KVM: selftests: Test KVM_SET_CPUID2 after KVM_RUNVitaly Kuznetsov1-0/+7
2022-01-14selftest: kvm: Move struct kvm_x86_state to headerYang Zhong1-1/+15
2022-01-14kvm: selftests: Add support for KVM_CAP_XSAVE2Wei Wang2-0/+12
2022-01-07kvm: selftests: move ucall declarations into ucall_common.hMichael Roth3-49/+60
2022-01-07kvm: selftests: move base kvm_util.h declarations to kvm_util_base.hMichael Roth2-435/+447
2022-01-07Merge tag 'kvm-riscv-5.17-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2-0/+145
2022-01-07Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini5-3/+146
2022-01-06KVM: selftests: Add initial support for RISC-V 64-bitAnup Patel2-0/+145
2022-01-04Merge branch kvm-arm64/selftest/irq-injection into kvmarm-master/nextMarc Zyngier4-2/+134
2021-12-28KVM: selftests: aarch64: Add tests for IRQFD in vgic_irqRicardo Koller1-0/+2
2021-12-28KVM: selftests: Add IRQ GSI routing library functionsRicardo Koller1-0/+8
2021-12-28KVM: selftests: aarch64: Cmdline arg to set number of IRQs in vgic_irq testRicardo Koller1-1/+1