aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-21KVM: selftests: Test top-down slots event in x86's pmu_counters_testDapeng Mi1-0/+3
2024-02-14Merge tag 'kvm-x86-selftests-6.8-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini58-239/+236
2024-02-13KVM: selftests: Print timer ctl register in ISTATUS assertionOliver Upton1-1/+1
2024-02-12KVM: selftests: Fix GUEST_PRINTF() format warnings in ARM codeSean Christopherson5-12/+12
2024-02-06KVM: selftests: Don't assert on exact number of 4KiB in dirty log split testSean Christopherson1-9/+12
2024-02-06KVM: selftests: Fix a semaphore imbalance in the dirty ring logging testSean Christopherson1-23/+27
2024-02-01KVM: selftests: Make hyperv_clock require TSC based system clocksourceVitaly Kuznetsov1-0/+1
2024-02-01KVM: selftests: Run clocksource dependent tests with hyperv_clocksource_tsc_page tooVitaly Kuznetsov4-5/+6
2024-02-01KVM: selftests: Use generic sys_clocksource_is_tsc() in vmx_nested_tsc_scaling_testVitaly Kuznetsov1-18/+1
2024-02-01KVM: selftests: Generalize check_clocksource() from kvm_clock_testVitaly Kuznetsov5-37/+40
2024-01-30KVM: selftests: Extend PMU counters test to validate RDPMC after WRMSRSean Christopherson1-0/+41
2024-01-30KVM: selftests: Add helpers for safe and safe+forced RDMSR, RDPMC, and XGETBVSean Christopherson1-12/+26
2024-01-30KVM: selftests: Add a forced emulation variation of KVM_ASM_SAFE()Sean Christopherson1-2/+28
2024-01-30KVM: selftests: Test PMC virtualization with forced emulationSean Christopherson1-14/+30
2024-01-30KVM: selftests: Move KVM_FEP macro into common library headerSean Christopherson2-2/+3
2024-01-30KVM: selftests: Query module param to detect FEP in MSR filtering testSean Christopherson2-18/+14
2024-01-30KVM: selftests: Add helpers to read integer module paramsSean Christopherson2-6/+60
2024-01-30KVM: selftests: Add a helper to query if the PMU module param is enabledSean Christopherson4-3/+8
2024-01-30KVM: selftests: Expand PMU counters test to verify LLC eventsSean Christopherson1-19/+40
2024-01-30KVM: selftests: Add functional test for Intel's fixed PMU countersJinrong Liang1-1/+30
2024-01-30KVM: selftests: Test consistency of CPUID with num of fixed countersJinrong Liang1-3/+57
2024-01-30KVM: selftests: Test consistency of CPUID with num of gp countersJinrong Liang1-0/+99
2024-01-30KVM: selftests: Test Intel PMU architectural events on fixed countersJinrong Liang1-9/+45
2024-01-30KVM: selftests: Test Intel PMU architectural events on gp countersJinrong Liang2-0/+322
2024-01-30KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assetsJinrong Liang4-97/+173
2024-01-30KVM: selftests: Extend {kvm,this}_pmu_has() to support fixed countersSean Christopherson1-18/+47
2024-01-30KVM: selftests: Drop the "name" param from KVM_X86_PMU_FEATURE()Sean Christopherson1-2/+2
2024-01-30KVM: selftests: Add vcpu_set_cpuid_property() to set propertiesJinrong Liang3-5/+16
2024-01-30KVM: selftests: Fail tests when open() fails with !ENOENTVitaly Kuznetsov1-1/+2
2024-01-30KVM: selftests: Avoid infinite loop in hyperv_features when invtsc is missingVitaly Kuznetsov1-4/+5
2024-01-30KVM: selftests: Delete superfluous, unused "stage" variable in AMX testSean Christopherson1-2/+2
2024-01-30KVM: selftests: x86_64: Remove redundant newlinesAndrew Jones22-63/+63
2024-01-29KVM: selftests: s390x: Remove redundant newlinesAndrew Jones3-13/+13
2024-01-29KVM: selftests: riscv: Remove redundant newlinesAndrew Jones2-2/+2
2024-01-29KVM: selftests: aarch64: Remove redundant newlinesAndrew Jones7-27/+27
2024-01-29KVM: selftests: Remove redundant newlinesAndrew Jones17-38/+38
2024-01-29KVM: selftests: Reword the NX hugepage test's skip message to be more helpfulSean Christopherson1-3/+3
2024-01-24KVM: arm64: selftests: Handle feature fields with nonzero minimum value correctlyJing Zhang1-7/+11
2024-01-19KVM: riscv: selftests: Add Zfa extension to get-reg-list testAnup Patel1-0/+4
2024-01-19KVM: riscv: selftests: Add Zvfh[min] extensions to get-reg-list testAnup Patel1-0/+8
2024-01-19KVM: riscv: selftests: Add Zihintntl extension to get-reg-list testAnup Patel1-0/+4
2024-01-19KVM: riscv: selftests: Add Zfh[min] extensions to get-reg-list testAnup Patel1-0/+8
2024-01-19KVM: riscv: selftests: Add vector crypto extensions to get-reg-list testAnup Patel1-0/+40
2024-01-19KVM: riscv: selftests: Add scaler crypto extensions to get-reg-list testAnup Patel1-0/+40
2024-01-19KVM: riscv: selftests: Add Zbc extension to get-reg-list testAnup Patel1-0/+4
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds38-691/+1921
2024-01-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+2
2024-01-08Merge tag 'kvm-x86-hyperv-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini8-8/+24
2024-01-08Merge tag 'kvmarm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini6-45/+86
2024-01-02Merge tag 'kvm-riscv-6.8-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini8-373/+502