summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm
AgeCommit message (Expand)AuthorLines
2024-11-11KVM: s390: selftests: Add uc_skey VM test caseChristoph Schlameuss-2/+149
2024-11-11KVM: s390: selftests: Add uc_map_unmap VM test caseChristoph Schlameuss-1/+144
2024-11-08KVM: selftests: use X86_MEMTYPE_WB instead of VMX_BASIC_MEM_TYPE_WBJohn Sperbeck-1/+1
2024-11-04KVM: selftests: Don't force -march=x86-64-v2 if it's unsupportedSean Christopherson-0/+2
2024-11-04KVM: selftests: Disable strict aliasingSean Christopherson-4/+4
2024-11-04KVM: selftests: fix unintentional noop test in guest_memfd_test.cPatrick Roy-1/+1
2024-11-04KVM: selftests: memslot_perf_test: increase guest sync timeoutMaxim Levitsky-1/+1
2024-11-01KVM: selftests: Ensure KVM supports AVX for SEV-ES VMSA FPU testSean Christopherson-1/+3
2024-11-01KVM: selftests: Drop manual XCR0 configuration from SEV smoke testSean Christopherson-13/+2
2024-11-01KVM: selftests: Drop manual XCR0 configuration from state testSean Christopherson-5/+0
2024-11-01KVM: selftests: Drop manual XCR0 configuration from AMX testSean Christopherson-19/+4
2024-11-01KVM: selftests: Drop manual CR4.OSXSAVE enabling from CR4/CPUID sync testSean Christopherson-5/+2
2024-11-01KVM: selftests: Verify XCR0 can be "downgraded" and "upgraded"Sean Christopherson-0/+5
2024-11-01KVM: selftests: Configure XCR0 to max supported value by defaultSean Christopherson-3/+32
2024-11-01KVM: selftests: Rework OSXSAVE CR4=>CPUID test to play nice with AVX insnsSean Christopherson-16/+34
2024-11-01KVM: selftests: Mask off OSPKE and OSXSAVE when comparing CPUID entriesSean Christopherson-0/+6
2024-11-01KVM: selftests: Precisely mask off dynamic fields in CPUID testSean Christopherson-26/+37
2024-11-01KVM: selftests: Add a testcase for disabling feature MSRs init quirkSean Christopherson-36/+114
2024-11-01KVM: selftests: Verify get/set PERF_CAPABILITIES w/o guest PDMC behaviorSean Christopherson-0/+23
2024-11-01KVM: x86: Disallow changing MSR_PLATFORM_INFO after vCPU has runSean Christopherson-2/+0
2024-10-31KVM: arm64: selftests: Test ID_AA64PFR0.MPAM isn't completely ignoredJames Morse-1/+98
2024-10-30KVM: selftests: Use ARRAY_SIZE for array lengthJiapeng Chong-1/+1
2024-10-30KVM: selftests: Remove unused macro in the hardware disable testBa Jing-1/+0
2024-10-26KVM: arm64: selftests: Add tests for MMIO external abort injectionOliver Upton-0/+160
2024-10-26KVM: arm64: selftests: Convert to kernel's ESR terminologyOliver Upton-30/+19
2024-10-24KVM: selftests: Add test for PSCI SYSTEM_OFF2David Woodhouse-0/+92
2024-10-24KVM: riscv: selftests: Add Smnpm and Ssnpm to get-reg-list testSamuel Holland-0/+8
2024-10-21KVM: selftests: Fix build on on non-x86 architecturesMark Brown-1/+3
2024-10-20Merge tag 'kvmarm-fixes-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini-3/+13
2024-10-20KVM: selftests: Fix out-of-bounds reads in CPUID test's array lookupsSean Christopherson-1/+1
2024-10-20KVM: selftests: x86: Avoid using SSE/AVX instructionsVitaly Kuznetsov-0/+1
2024-10-08Merge branch kvm-arm64/idregs-6.12 into kvmarm/fixesMarc Zyngier-3/+13
2024-10-07KVM: s390: selftests: Add regression tests for PLO subfunctionsHariharan Mari-0/+32
2024-10-07KVM: s390: selftests: Add regression tests for KMAC, KMC, KM, KIMD and KLMD c...Hariharan Mari-0/+61
2024-10-07KVM: s390: selftests: Add regression tests for KMCTR, KMF, KMO and PCC crypto...Hariharan Mari-0/+49
2024-10-07KVM: s390: selftests: Add regression tests for PRNO, KDSA and KMA crypto subf...Hariharan Mari-0/+39
2024-10-07KVM: s390: selftests: Add regression tests for SORTL and DFLTCC CPU subfunctionsHariharan Mari-0/+171
2024-10-06Merge tag 'kvmarm-fixes-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini-0/+14
2024-10-01KVM: selftests: Fix build on architectures other than x86_64Mark Brown-0/+8
2024-09-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-203/+1195
2024-09-17Merge tag 'kvm-x86-selftests-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-151/+140
2024-09-17Merge tag 'kvm-x86-misc-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-25/+77
2024-09-17Merge tag 'kvm-x86-generic-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-0/+265
2024-09-17Merge branch 'kvm-memslot-zap-quirk' into HEADPaolo Bonzini-11/+49
2024-09-17Merge tag 'kvm-s390-next-6.12-1' of https://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini-16/+664
2024-09-16selftests: kvm: s390: Add VM run test caseChristoph Schlameuss-0/+125
2024-09-16Merge tag 'for-linus-non-x86' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-7/+1271
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+14
2024-09-12Merge branch kvm-arm64/selftests-6.12 into kvmarm-master/nextMarc Zyngier-7/+1094
2024-09-09KVM: selftests: Verify single-stepping a fastpath VM-Exit exits to userspaceSean Christopherson-4/+7