summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/x86_64
AgeCommit message (Expand)AuthorFilesLines
2024-05-12Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...Paolo Bonzini39-159/+39
2024-05-12Merge tag 'kvm-x86-selftests-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-24/+42
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2-15/+65
2024-04-29KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86Sean Christopherson21-65/+0
2024-04-29KVM: selftests: Rework platform_info_test to actually verify #GPSean Christopherson1-33/+33
2024-04-29KVM: selftests: Move platform_info_test's main assert into guest codeSean Christopherson1-8/+12
2024-04-29KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_archSean Christopherson2-2/+2
2024-04-29Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson3-2/+2
2024-04-29KVM: selftests: Add vcpu_arch_put_guest() to do writes from guest codeSean Christopherson1-2/+3
2024-04-29KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()Sean Christopherson2-11/+2
2024-04-29KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson28-51/+0
2024-04-29KVM: selftests: Avoid assuming "sudo" exists in NX hugepage testBrendan Jackman1-1/+12
2024-04-26KVM: selftests: Make monitor_mwait require MONITOR/MWAIT featureZide Chen1-0/+1
2024-04-26KVM: selftests: Compare wall time from xen shinfo against KVM_GET_CLOCKVitaly Kuznetsov1-22/+28
2024-04-26KVM: selftests: Remove second semicolonColin Ian King1-1/+1
2024-04-11KVM: selftests: Add coverage of EPT-disabled to vmx_dirty_log_testDavid Matlack1-14/+46
2024-04-11selftests: kvm: add test for transferring FPU state into VMSAPaolo Bonzini1-0/+89
2024-04-11selftests: kvm: split "launch" phase of SEV VM creationPaolo Bonzini1-1/+6
2024-04-11selftests: kvm: add tests for KVM_SEV_INIT2Paolo Bonzini1-0/+152
2024-04-08KVM: selftests: Verify post-RESET value of PERF_GLOBAL_CTRL in PMCs testSean Christopherson1-1/+19
2024-03-19Merge tag 'kvm-x86-pvunhalt-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+39
2024-03-11Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-9/+50
2024-03-11Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini5-120/+677
2024-03-11Merge tag 'kvm-x86-selftests-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini7-161/+241
2024-03-06KVM: selftests: Check that PV_UNHALT is cleared when HLT exiting is disabledVitaly Kuznetsov1-0/+39
2024-03-06KVM: selftests: Explicitly close guest_memfd files in some gmem testsDongli Zhang1-0/+2
2024-02-29KVM: selftests: Add a basic SEV-ES smoke testSean Christopherson1-0/+30
2024-02-29KVM: selftests: Add a basic SEV smoke testPeter Gonda1-0/+58
2024-02-29KVM: selftests: Use the SEV library APIs in the intra-host migration testSean Christopherson1-42/+18
2024-02-28KVM: selftests: x86: Use TAP interface in the userspace_msr_exit testThomas Huth1-39/+13
2024-02-28KVM: selftests: x86: Use TAP interface in the vmx_pmu_caps testThomas Huth1-40/+12
2024-02-28KVM: selftests: x86: Use TAP interface in the fix_hypercall testThomas Huth1-9/+18
2024-02-28KVM: selftests: x86: Use TAP interface in the sync_regs testThomas Huth1-26/+84
2024-02-27KVM: selftests: x86: sync_regs_test: Get regs structure before modifying itThomas Huth1-0/+1
2024-02-27KVM: selftests: x86: sync_regs_test: Use vcpu_run() where appropriateThomas Huth1-5/+5
2024-02-22KVM: selftests: re-map Xen's vcpu_info using HVA rather than GPAPaul Durrant1-0/+15
2024-02-22KVM: selftests: map Xen's shared_info page using HVA rather than GFNPaul Durrant1-9/+35
2024-02-21KVM: selftests: Test top-down slots event in x86's pmu_counters_testDapeng Mi1-0/+3
2024-02-06KVM: selftests: Don't assert on exact number of 4KiB in dirty log split testSean Christopherson1-9/+12
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_p...Vitaly Kuznetsov2-2/+2
2024-02-01KVM: selftests: Use generic sys_clocksource_is_tsc() in vmx_nested_tsc_scalin...Vitaly Kuznetsov1-18/+1
2024-02-01KVM: selftests: Generalize check_clocksource() from kvm_clock_testVitaly Kuznetsov1-37/+1
2024-01-31KVM: selftests: Extend PMU counters test to validate RDPMC after WRMSRSean Christopherson1-0/+41
2024-01-31KVM: selftests: Test PMC virtualization with forced emulationSean Christopherson1-14/+30
2024-01-31KVM: selftests: Move KVM_FEP macro into common library headerSean Christopherson1-2/+0
2024-01-31KVM: selftests: Query module param to detect FEP in MSR filtering testSean Christopherson1-18/+9
2024-01-31KVM: selftests: Add a helper to query if the PMU module param is enabledSean Christopherson3-3/+3
2024-01-31KVM: selftests: Expand PMU counters test to verify LLC eventsSean Christopherson1-19/+40
2024-01-31KVM: selftests: Add functional test for Intel's fixed PMU countersJinrong Liang1-1/+30