summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/include/x86_64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-162-0/+26
|\
| * KVM: selftests: Add test for configure of x86 APIC bus frequencyIsaku Yamahata2024-06-281-0/+8
| * KVM: selftests: Add guest udelay() utility for x86Reinette Chatre2024-06-281-0/+18
* | KVM: selftests: x86: Prioritize getting max_gfn from GuestPhysBitsTao Su2024-06-051-0/+1
|/
* KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86Sean Christopherson2024-04-291-2/+0
* KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_archSean Christopherson2024-04-291-0/+5
* Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson2024-04-292-2/+3
* KVM: selftests: Randomly force emulation on x86 writes from guest codeSean Christopherson2024-04-291-0/+21
* KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()Sean Christopherson2024-04-291-0/+2
* selftests: kvm: split "launch" phase of SEV VM creationPaolo Bonzini2024-04-111-1/+2
* selftests: kvm: switch to using KVM_X86_*_VMPaolo Bonzini2024-04-112-20/+2
* Merge tag 'kvm-x86-pvunhalt-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-181-0/+11
|\
| * KVM: selftests: Check that PV_UNHALT is cleared when HLT exiting is disabledVitaly Kuznetsov2024-03-061-0/+9
* | Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-112-32/+213
|\ \
| * | KVM: selftests: Add helpers for safe and safe+forced RDMSR, RDPMC, and XGETBVSean Christopherson2024-01-301-12/+26
| * | KVM: selftests: Add a forced emulation variation of KVM_ASM_SAFE()Sean Christopherson2024-01-301-2/+28
| * | KVM: selftests: Move KVM_FEP macro into common library headerSean Christopherson2024-01-301-0/+3
| * | KVM: selftests: Query module param to detect FEP in MSR filtering testSean Christopherson2024-01-301-0/+5
| * | KVM: selftests: Add a helper to query if the PMU module param is enabledSean Christopherson2024-01-301-0/+5
| * | KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assetsJinrong Liang2024-01-301-0/+97
| * | KVM: selftests: Extend {kvm,this}_pmu_has() to support fixed countersSean Christopherson2024-01-301-18/+47
| * | KVM: selftests: Drop the "name" param from KVM_X86_PMU_FEATURE()Sean Christopherson2024-01-301-2/+2
| * | KVM: selftests: Add vcpu_set_cpuid_property() to set propertiesJinrong Liang2024-01-301-1/+3
| |/
* | Merge tag 'kvm-x86-selftests-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-113-0/+138
|\ \
| * | KVM: selftests: Add a basic SEV-ES smoke testSean Christopherson2024-02-281-0/+2
| * | KVM: selftests: Add library for creating and interacting with SEV guestsPeter Gonda2024-02-283-0/+115
| * | KVM: selftests: Allow tagging protected memory in guest page tablesPeter Gonda2024-02-281-0/+21
| |/
* | KVM: selftests: Run clocksource dependent tests with hyperv_clocksource_tsc_p...Vitaly Kuznetsov2024-02-011-1/+1
* | KVM: selftests: Generalize check_clocksource() from kvm_clock_testVitaly Kuznetsov2024-02-011-0/+2
|/
* KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)Vishal Annapurve2023-11-141-0/+15
* KVM: selftests: Force load all supported XSAVE state in state testSean Christopherson2023-10-121-0/+9
* KVM: selftests: Touch relevant XSAVE state in guest for state testSean Christopherson2023-10-121-0/+14
* KVM: selftests: Add x86 properties for Intel PMU in processor.hJinrong Liang2023-08-171-0/+5
* KVM: selftests: Add #define of expected KVM exit reason for ucallSean Christopherson2023-08-021-0/+2
* KVM: selftests: Add arch ucall.h and inline simple arch hooksSean Christopherson2023-08-021-0/+11
* Merge tag 'kvm-x86-selftests-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-04-261-11/+72
|\
| * KVM: selftests: Add test to verify KVM's supported XCR0Aaron Lewis2023-04-111-0/+20
| * KVM: selftests: Add all known XFEATURE masks to common codeAaron Lewis2023-04-111-8/+17
| * KVM: selftests: Rework dynamic XFeature helper to take mask, not bitSean Christopherson2023-04-111-3/+3
| * KVM: selftests: Move XGETBV and XSETBV helpers to common codeAaron Lewis2023-04-111-0/+18
| * KVM: selftests: Check that XTILEDATA supports XFDAaron Lewis2023-03-241-0/+1
| * KVM: selftests: Check that the palette table exists before using itAaron Lewis2023-03-241-0/+1
| * KVM: selftests: Add a fully functional "struct xstate" for x86Mingwei Zhang2023-03-241-0/+12
* | KVM: selftests: Verify KVM preserves userspace writes to "durable" MSRsSean Christopherson2023-04-061-1/+16
* | KVM: selftests: Print out failing MSR and value in vcpu_set_msr()Sean Christopherson2023-04-061-8/+24
|/
* KVM: selftests: Add helpers to make Xen-style VMCALL/VMMCALL hypercallsSean Christopherson2023-03-141-0/+2
* Merge tag 'kvm-x86-selftests-6.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-02-151-4/+26
|\
| * KVM: selftests: x86: Cache host CPU vendor (AMD vs. Intel)Vishal Annapurve2023-01-241-0/+3
| * KVM: selftests: x86: Use "this_cpu" prefix for cpu vendor queriesVishal Annapurve2023-01-241-3/+22
| * KVM: selftests: Fix a typo in the vcpu_msrs_set assertAaron Lewis2023-01-241-1/+1