summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/include/x86_64
AgeCommit message (Expand)AuthorLines
2024-12-18KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directoriesSean Christopherson-4410/+0
2024-11-01KVM: selftests: Configure XCR0 to max supported value by defaultSean Christopherson-0/+5
2024-09-17Merge tag 'kvm-x86-selftests-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-3/+22
2024-08-29KVM: selftests: Add x86 helpers to play nice with x2APIC MSR #GPsSean Christopherson-1/+20
2024-08-22KVM: selftests: Re-enable hyperv_evmcs/hyperv_svm_test on bare metalVitaly Kuznetsov-0/+14
2024-08-22KVM: selftests: Move Hyper-V specific functions out of processor.cVitaly Kuznetsov-3/+8
2024-07-16Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-0/+26
2024-06-28KVM: selftests: Add test for configure of x86 APIC bus frequencyIsaku Yamahata-0/+8
2024-06-28KVM: selftests: Add guest udelay() utility for x86Reinette Chatre-0/+18
2024-06-05KVM: selftests: x86: Prioritize getting max_gfn from GuestPhysBitsTao Su-0/+1
2024-04-29KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86Sean Christopherson-2/+0
2024-04-29KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_archSean Christopherson-0/+5
2024-04-29Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson-2/+3
2024-04-29KVM: selftests: Randomly force emulation on x86 writes from guest codeSean Christopherson-0/+21
2024-04-29KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()Sean Christopherson-0/+2
2024-04-11selftests: kvm: split "launch" phase of SEV VM creationPaolo Bonzini-1/+2
2024-04-11selftests: kvm: switch to using KVM_X86_*_VMPaolo Bonzini-20/+2
2024-03-18Merge tag 'kvm-x86-pvunhalt-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-0/+11
2024-03-11Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-32/+213
2024-03-11Merge tag 'kvm-x86-selftests-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-0/+138
2024-03-06KVM: selftests: Check that PV_UNHALT is cleared when HLT exiting is disabledVitaly Kuznetsov-0/+9
2024-02-28KVM: selftests: Add a basic SEV-ES smoke testSean Christopherson-0/+2
2024-02-28KVM: selftests: Add library for creating and interacting with SEV guestsPeter Gonda-0/+115
2024-02-28KVM: selftests: Allow tagging protected memory in guest page tablesPeter Gonda-0/+21
2024-02-01KVM: selftests: Run clocksource dependent tests with hyperv_clocksource_tsc_p...Vitaly Kuznetsov-1/+1
2024-02-01KVM: selftests: Generalize check_clocksource() from kvm_clock_testVitaly Kuznetsov-0/+2
2024-01-30KVM: selftests: Add helpers for safe and safe+forced RDMSR, RDPMC, and XGETBVSean Christopherson-12/+26
2024-01-30KVM: selftests: Add a forced emulation variation of KVM_ASM_SAFE()Sean Christopherson-2/+28
2024-01-30KVM: selftests: Move KVM_FEP macro into common library headerSean Christopherson-0/+3
2024-01-30KVM: selftests: Query module param to detect FEP in MSR filtering testSean Christopherson-0/+5
2024-01-30KVM: selftests: Add a helper to query if the PMU module param is enabledSean Christopherson-0/+5
2024-01-30KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assetsJinrong Liang-0/+97
2024-01-30KVM: selftests: Extend {kvm,this}_pmu_has() to support fixed countersSean Christopherson-18/+47
2024-01-30KVM: selftests: Drop the "name" param from KVM_X86_PMU_FEATURE()Sean Christopherson-2/+2
2024-01-30KVM: selftests: Add vcpu_set_cpuid_property() to set propertiesJinrong Liang-1/+3
2023-11-14KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)Vishal Annapurve-0/+15
2023-10-12KVM: selftests: Force load all supported XSAVE state in state testSean Christopherson-0/+9
2023-10-12KVM: selftests: Touch relevant XSAVE state in guest for state testSean Christopherson-0/+14
2023-08-17KVM: selftests: Add x86 properties for Intel PMU in processor.hJinrong Liang-0/+5
2023-08-02KVM: selftests: Add #define of expected KVM exit reason for ucallSean Christopherson-0/+2
2023-08-02KVM: selftests: Add arch ucall.h and inline simple arch hooksSean Christopherson-0/+11
2023-04-26Merge tag 'kvm-x86-selftests-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-11/+72
2023-04-11KVM: selftests: Add test to verify KVM's supported XCR0Aaron Lewis-0/+20
2023-04-11KVM: selftests: Add all known XFEATURE masks to common codeAaron Lewis-8/+17
2023-04-11KVM: selftests: Rework dynamic XFeature helper to take mask, not bitSean Christopherson-3/+3
2023-04-11KVM: selftests: Move XGETBV and XSETBV helpers to common codeAaron Lewis-0/+18
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-03-24KVM: selftests: Check that XTILEDATA supports XFDAaron Lewis-0/+1
2023-03-24KVM: selftests: Check that the palette table exists before using itAaron Lewis-0/+1