summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/x86_64
AgeCommit message (Expand)AuthorLines
2024-12-18KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directoriesSean Christopherson-16133/+0
2024-11-13Merge tag 'kvm-x86-misc-6.13' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-37/+136
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/+3
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-35/+113
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-30KVM: selftests: Use ARRAY_SIZE for array lengthJiapeng Chong-1/+1
2024-10-20KVM: selftests: Fix out-of-bounds reads in CPUID test's array lookupsSean Christopherson-1/+1
2024-09-17Merge tag 'kvm-x86-selftests-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-6/+42
2024-09-09KVM: selftests: Verify single-stepping a fastpath VM-Exit exits to userspaceSean Christopherson-4/+7
2024-08-29KVM: selftests: Add SEV-ES shutdown testPeter Gonda-0/+32
2024-08-29KVM: selftests: Play nice with AMD's AVIC errataSean Christopherson-4/+19
2024-08-29KVM: selftests: Verify the guest can read back the x2APIC ICR it wroteSean Christopherson-2/+4
2024-08-29KVM: selftests: Test x2APIC ICR reserved bitsSean Christopherson-13/+10
2024-08-29KVM: selftests: Skip ICR.BUSY test in xapic_state_test if x2APIC is enabledSean Christopherson-6/+12
2024-08-22KVM: selftests: Re-enable hyperv_evmcs/hyperv_svm_test on bare metalVitaly Kuznetsov-2/+2
2024-08-22KVM: selftests: Move Hyper-V specific functions out of processor.cVitaly Kuznetsov-0/+1
2024-08-13KVM: selftests: Add a testcase to verify x2APIC is fully readonlyMichal Luczaj-0/+28
2024-07-16Merge tag 'kvm-x86-selftests-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-45/+34
2024-07-16Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-0/+194
2024-07-16Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-2/+36
2024-06-28KVM: selftests: Add test for configure of x86 APIC bus frequencyIsaku Yamahata-0/+194
2024-06-28KVM: selftests: Increase robustness of LLC cache misses in PMU counters testMaxim Levitsky-10/+14
2024-06-28KVM: selftests: Rework macros in PMU counters test to prep for multi-insn loopSean Christopherson-9/+19
2024-06-18KVM: selftests: Test vCPU boot IDs above 2^32 and MAX_VCPU_IDMathias Krause-0/+16
2024-06-18KVM: selftests: Test max vCPU IDs corner casesMathias Krause-2/+20
2024-06-10KVM: selftests: Treat AMD Family 17h+ as supporting branch insns retiredManali Shukla-30/+5
2024-06-05KVM: selftests: Fix shift of 32 bit unsigned int more than 32 bitsColin Ian King-2/+2
2024-05-12Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...Paolo Bonzini-159/+39
2024-05-12Merge tag 'kvm-x86-selftests-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-24/+42
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-15/+65
2024-04-29KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86Sean Christopherson-65/+0
2024-04-29KVM: selftests: Rework platform_info_test to actually verify #GPSean Christopherson-33/+33
2024-04-29KVM: selftests: Move platform_info_test's main assert into guest codeSean Christopherson-8/+12
2024-04-29KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_archSean Christopherson-2/+2
2024-04-29Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson-2/+2
2024-04-29KVM: selftests: Add vcpu_arch_put_guest() to do writes from guest codeSean Christopherson-2/+3
2024-04-29KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()Sean Christopherson-11/+2
2024-04-29KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson-51/+0
2024-04-29KVM: selftests: Avoid assuming "sudo" exists in NX hugepage testBrendan Jackman-1/+12
2024-04-25KVM: selftests: Make monitor_mwait require MONITOR/MWAIT featureZide Chen-0/+1