summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm
AgeCommit message (Expand)AuthorLines
2023-04-26Merge tag 'kvm-x86-selftests-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-93/+295
2023-04-26Merge tag 'kvm-x86-pmu-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-154/+373
2023-04-21Merge branch kvm-arm64/smccc-filtering into kvmarm-master/nextMarc Zyngier-19/+315
2023-04-21Merge branch kvm-arm64/selftest/misc-6.4 into kvmarm-master/nextMarc Zyngier-5/+5
2023-04-21Merge branch kvm-arm64/selftest/lpa into kvmarm-master/nextMarc Zyngier-10/+30
2023-04-14KVM: selftests: Test the PMU event "Instructions retired"Aaron Lewis-2/+32
2023-04-14KVM: selftests: Copy full counter values from guest in PMU event filter testSean Christopherson-90/+80
2023-04-14KVM: selftests: Use error codes to signal errors in PMU event filter testSean Christopherson-8/+8
2023-04-14KVM: selftests: Print detailed info in PMU event filter assertsAaron Lewis-6/+5
2023-04-14KVM: selftests: Add helpers for PMC asserts in PMU event filter testAaron Lewis-25/+27
2023-04-14KVM: selftests: Add a common helper for the PMU event filter guest codeAaron Lewis-11/+18
2023-04-14KVM: selftests: Fix spelling mistake "perrmited" -> "permitted"Colin Ian King-1/+1
2023-04-11KVM: selftests: Add test to verify KVM's supported XCR0Aaron Lewis-0/+153
2023-04-11KVM: selftests: Add all known XFEATURE masks to common codeAaron Lewis-30/+33
2023-04-11KVM: selftests: Rework dynamic XFeature helper to take mask, not bitSean Christopherson-11/+14
2023-04-11KVM: selftests: Move XGETBV and XSETBV helpers to common codeAaron Lewis-21/+21
2023-04-08KVM: selftests: Fix spelling mistake "KVM_HYPERCAL_EXIT_SMC" -> "KVM_HYPERCAL...Colin Ian King-1/+1
2023-04-08KVM: arm64: Test that SMC64 arch calls are reservedOliver Upton-0/+8
2023-04-06KVM: selftests: Verify LBRs are disabled if vPMU is disabledSean Christopherson-0/+29
2023-04-06KVM: selftests: Add negative testcase for PEBS format in PERF_CAPABILITIESSean Christopherson-0/+10
2023-04-06KVM: selftests: Refactor LBR_FMT test to avoid use of separate macroSean Christopherson-7/+6
2023-04-06KVM: selftests: Drop "all done!" printf() from PERF_CAPABILITIES testSean Christopherson-2/+0
2023-04-06KVM: selftests: Test post-KVM_RUN writes to PERF_CAPABILITIESSean Christopherson-0/+13
2023-04-06KVM: selftests: Expand negative testing of guest writes to PERF_CAPABILITIESSean Christopherson-7/+54
2023-04-06KVM: selftests: Test all immutable non-format bits in PERF_CAPABILITIESSean Christopherson-3/+27
2023-04-06KVM: selftests: Test all fungible features in PERF_CAPABILITIESSean Christopherson-5/+24
2023-04-06KVM: selftests: Drop now-redundant checks on PERF_CAPABILITIES writesSean Christopherson-6/+0
2023-04-06KVM: selftests: Verify KVM preserves userspace writes to "durable" MSRsSean Christopherson-1/+16
2023-04-06KVM: selftests: Print out failing MSR and value in vcpu_set_msr()Sean Christopherson-8/+24
2023-04-06KVM: selftests: Assert that full-width PMC writes are supported if PDCM=1Sean Christopherson-0/+3
2023-04-06KVM: selftests: Move 0/initial value PERF_CAPS checks to dedicated sub-testSean Christopherson-6/+19
2023-04-06KVM: selftests: Split PMU caps sub-tests to avoid writing MSR after KVM_RUNSean Christopherson-20/+31
2023-04-05KVM: selftests: Close opened file descriptor in stable_tsc_check_supported()Hao Ge-2/+6
2023-04-05KVM: selftests: Add test for SMCCC filterOliver Upton-0/+261
2023-04-05KVM: selftests: Add a helper for SMCCC calls with SMC instructionOliver Upton-19/+46
2023-03-30KVM: selftests: Comment newly defined aarch64 ID registersMark Brown-5/+5
2023-03-30KVM: selftests: arm64: Fix ttbr0_el1 encoding for PA bits > 48Ryan Roberts-2/+5
2023-03-30KVM: selftests: arm64: Fix pte encode/decode for PA bits > 48Ryan Roberts-8/+24
2023-03-30KVM: selftests: Fixup config fragment for access_tracking_perf_testRyan Roberts-0/+1
2023-03-30KVM: arm64: selftests: Augment existing timer test to handle variable offsetMarc Zyngier-1/+15
2023-03-30KVM: arm64: selftests: Deal with spurious timer interruptsMarc Zyngier-15/+25
2023-03-30KVM: arm64: selftests: Add physical timer registers to the sysreg listMarc Zyngier-1/+4
2023-03-24KVM: selftests: Check that XTILEDATA supports XFDAaron Lewis-0/+2
2023-03-24KVM: selftests: Check that the palette table exists before using itAaron Lewis-0/+6
2023-03-24KVM: selftests: Move XSAVE and OSXSAVE CPUID checks into AMX's init_regs()Aaron Lewis-7/+3
2023-03-24KVM: selftests: Assert that both XTILE{CFG,DATA} are XSAVE-enabledAaron Lewis-1/+1
2023-03-24KVM: selftests: Assert that XTILE is XSAVE-enabledAaron Lewis-6/+1
2023-03-24KVM: selftests: Verify XTILE_DATA in XSTATE isn't affected by IA32_XFDMingwei Zhang-0/+10
2023-03-24KVM: selftests: Assert that XTILE_DATA is set in IA32_XFD on #NMMingwei Zhang-0/+2
2023-03-24KVM: selftests: Add check of CR0.TS in the #NM handler in amx_testMingwei Zhang-0/+1