summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib
AgeCommit message (Expand)AuthorFilesLines
2022-01-14selftest: kvm: Move struct kvm_x86_state to headerYang Zhong1-15/+0
2022-01-14selftest: kvm: Reorder vcpu_load_state steps for AMXPaolo Bonzini1-8/+9
2022-01-14kvm: selftests: Add support for KVM_CAP_XSAVE2Wei Wang2-3/+96
2022-01-07Merge tag 'kvm-riscv-5.17-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini3-0/+459
2022-01-07Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini8-109/+572
2022-01-06KVM: selftests: Add initial support for RISC-V 64-bitAnup Patel3-0/+459
2022-01-04Merge branch kvm-arm64/selftest/irq-injection into kvmarm-master/nextMarc Zyngier6-96/+432
2021-12-28KVM: selftests: Add IRQ GSI routing library functionsRicardo Koller1-0/+51
2021-12-28KVM: selftests: aarch64: Add test_inject_fail to vgic_irqRicardo Koller1-3/+4
2021-12-28KVM: selftests: aarch64: Cmdline arg to set number of IRQs in vgic_irq testRicardo Koller1-1/+8
2021-12-28KVM: selftests: aarch64: Add vGIC library functions to deal with vIRQ stateRicardo Koller1-0/+93
2021-12-28KVM: selftests: Add kvm_irq_line library functionRicardo Koller1-0/+21
2021-12-28KVM: selftests: aarch64: Add GICv3 register accessor library functionsRicardo Koller3-6/+161
2021-12-28KVM: selftests: aarch64: Add function for accessing GICv3 dist and redist reg...Ricardo Koller1-23/+101
2021-12-28KVM: selftests: aarch64: Move gic_v3.h to shared headersRicardo Koller1-70/+0
2021-12-28KVM: selftests: arm64: Add support for various modes with 16kB page sizeMarc Zyngier3-0/+30
2021-12-28KVM: selftests: arm64: Add support for VM_MODE_P36V48_{4K,64K}Marc Zyngier3-0/+16
2021-12-28KVM: selftests: arm64: Rework TCR_EL1 configurationMarc Zyngier1-7/+14
2021-12-28KVM: selftests: arm64: Check for supported page sizesMarc Zyngier2-6/+47
2021-12-28KVM: selftests: arm64: Introduce a variable default IPA sizeMarc Zyngier1-3/+27
2021-12-28KVM: selftests: arm64: Initialise default guest mode at test startup timeMarc Zyngier1-0/+9
2021-12-20selftests: KVM: Fix non-x86 compilingAndrew Jones1-0/+5
2021-12-10selftests: KVM: avoid failures due to reserved HyperTransport regionPaolo Bonzini2-1/+69
2021-11-16Merge branch 'kvm-selftest' into kvm-masterPaolo Bonzini4-68/+168
2021-11-16KVM: selftests: Wait for all vCPU to be created before entering guest modeDavid Matlack1-0/+26
2021-11-16KVM: selftests: Move vCPU thread creation and joining to common helpersDavid Matlack1-0/+46
2021-11-16KVM: selftests: Sync perf_test_args to guest during VM creationSean Christopherson1-0/+12
2021-11-16KVM: selftests: Fill per-vCPU struct during "perf_test" VM creationSean Christopherson1-34/+37
2021-11-16KVM: selftests: Create VM with adjusted number of guest pages for perf testsSean Christopherson1-2/+6
2021-11-16KVM: selftests: Remove perf_test_args.host_page_sizeSean Christopherson1-2/+1
2021-11-16KVM: selftests: Move per-VM GPA into perf_test_argsSean Christopherson1-13/+8
2021-11-16KVM: selftests: Capture per-vCPU GPA in perf_test_vcpu_argsSean Christopherson1-5/+4
2021-11-16KVM: selftests: Use shorthand local var to access struct perf_tests_argsSean Christopherson1-16/+19
2021-11-16KVM: selftests: Require GPA to be aligned when backed by hugepagesSean Christopherson2-1/+8
2021-11-16KVM: selftests: Assert mmap HVA is aligned when using HugeTLBSean Christopherson2-0/+16
2021-11-16KVM: selftests: Expose align() helpers to testsSean Christopherson3-15/+5
2021-11-16KVM: selftests: Explicitly state indicies for vm_guest_mode_params arraySean Christopherson1-9/+9
2021-11-11selftest: KVM: Add open sev dev helperPeter Gonda2-10/+27
2021-10-31Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini8-10/+559
2021-10-22KVM: selftests: Fix nested SVM tests when built with clangJim Mattson1-1/+13
2021-10-22KVM: selftests: set CPUID before setting sregs in vcpu creationMichael Roth2-4/+2
2021-10-18selftests: KVM: Add helpers for vCPU device attributesOliver Upton1-0/+38
2021-10-18selftests: KVM: Fix kvm device helper ioctl assertionsOliver Upton1-3/+3
2021-10-17KVM: arm64: selftests: Add host support for vGICRaghavendra Rao Ananta1-0/+70
2021-10-17KVM: arm64: selftests: Add basic GICv3 supportRaghavendra Rao Ananta4-0/+426
2021-10-17KVM: arm64: selftests: Add light-weight spinlock supportRaghavendra Rao Ananta1-0/+27
2021-10-17KVM: arm64: selftests: Add guest support to get the vcpuidRaghavendra Rao Ananta1-0/+6
2021-10-17KVM: arm64: selftests: Maintain consistency for vcpuid typeRaghavendra Rao Ananta1-1/+1
2021-10-17KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REGRaghavendra Rao Ananta1-8/+8
2021-09-30kvm: selftests: Fix spelling mistake "missmatch" -> "mismatch"Colin Ian King1-1/+1