summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/x86_64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-selftests-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-162-45/+34
|\
| * KVM: selftests: Increase robustness of LLC cache misses in PMU counters testMaxim Levitsky2024-06-281-10/+14
| * KVM: selftests: Rework macros in PMU counters test to prep for multi-insn loopSean Christopherson2024-06-281-9/+19
| * KVM: selftests: Treat AMD Family 17h+ as supporting branch insns retiredManali Shukla2024-06-101-30/+5
* | Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-161-0/+194
|\ \
| * | KVM: selftests: Add test for configure of x86 APIC bus frequencyIsaku Yamahata2024-06-281-0/+194
| |/
* | Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-07-162-2/+36
|\ \
| * | KVM: selftests: Test vCPU boot IDs above 2^32 and MAX_VCPU_IDMathias Krause2024-06-181-0/+16
| * | KVM: selftests: Test max vCPU IDs corner casesMathias Krause2024-06-181-2/+20
| |/
* / KVM: selftests: Fix shift of 32 bit unsigned int more than 32 bitsColin Ian King2024-06-051-2/+2
|/
* Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...Paolo Bonzini2024-05-1239-159/+39
|\
| * KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86Sean Christopherson2024-04-2921-65/+0
| * KVM: selftests: Rework platform_info_test to actually verify #GPSean Christopherson2024-04-291-33/+33
| * KVM: selftests: Move platform_info_test's main assert into guest codeSean Christopherson2024-04-291-8/+12
| * KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_archSean Christopherson2024-04-292-2/+2
| * Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson2024-04-293-2/+2
| * KVM: selftests: Add vcpu_arch_put_guest() to do writes from guest codeSean Christopherson2024-04-291-2/+3
| * KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()Sean Christopherson2024-04-292-11/+2
| * KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson2024-04-2928-51/+0
* | Merge tag 'kvm-x86-selftests-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-05-123-24/+42
|\ \
| * | KVM: selftests: Avoid assuming "sudo" exists in NX hugepage testBrendan Jackman2024-04-291-1/+12
| * | KVM: selftests: Make monitor_mwait require MONITOR/MWAIT featureZide Chen2024-04-251-0/+1
| * | KVM: selftests: Compare wall time from xen shinfo against KVM_GET_CLOCKVitaly Kuznetsov2024-04-251-22/+28
| * | KVM: selftests: Remove second semicolonColin Ian King2024-04-251-1/+1
* | | Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2024-05-102-15/+65
|\ \ \ | |_|/ |/| |
| * | KVM: selftests: Add coverage of EPT-disabled to vmx_dirty_log_testDavid Matlack2024-04-111-14/+46
| * | KVM: selftests: Verify post-RESET value of PERF_GLOBAL_CTRL in PMCs testSean Christopherson2024-04-081-1/+19
| |/
* | selftests: kvm: add test for transferring FPU state into VMSAPaolo Bonzini2024-04-111-0/+89
* | selftests: kvm: split "launch" phase of SEV VM creationPaolo Bonzini2024-04-111-1/+6
* | selftests: kvm: add tests for KVM_SEV_INIT2Paolo Bonzini2024-04-111-0/+152
|/
* Merge tag 'kvm-x86-pvunhalt-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-181-0/+39
|\
| * KVM: selftests: Check that PV_UNHALT is cleared when HLT exiting is disabledVitaly Kuznetsov2024-03-061-0/+39
* | Merge tag 'kvm-x86-xen-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-111-9/+50
|\ \
| * | KVM: selftests: re-map Xen's vcpu_info using HVA rather than GPAPaul Durrant2024-02-221-0/+15
| * | KVM: selftests: map Xen's shared_info page using HVA rather than GFNPaul Durrant2024-02-221-9/+35
| |/
* | Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-115-120/+677
|\ \
| * | KVM: selftests: Test top-down slots event in x86's pmu_counters_testDapeng Mi2024-02-211-0/+3
| * | KVM: selftests: Extend PMU counters test to validate RDPMC after WRMSRSean Christopherson2024-01-301-0/+41
| * | KVM: selftests: Test PMC virtualization with forced emulationSean Christopherson2024-01-301-14/+30
| * | KVM: selftests: Move KVM_FEP macro into common library headerSean Christopherson2024-01-301-2/+0
| * | KVM: selftests: Query module param to detect FEP in MSR filtering testSean Christopherson2024-01-301-18/+9
| * | KVM: selftests: Add a helper to query if the PMU module param is enabledSean Christopherson2024-01-303-3/+3
| * | KVM: selftests: Expand PMU counters test to verify LLC eventsSean Christopherson2024-01-301-19/+40
| * | KVM: selftests: Add functional test for Intel's fixed PMU countersJinrong Liang2024-01-301-1/+30
| * | KVM: selftests: Test consistency of CPUID with num of fixed countersJinrong Liang2024-01-301-3/+57
| * | KVM: selftests: Test consistency of CPUID with num of gp countersJinrong Liang2024-01-301-0/+99
| * | KVM: selftests: Test Intel PMU architectural events on fixed countersJinrong Liang2024-01-301-9/+45
| * | KVM: selftests: Test Intel PMU architectural events on gp countersJinrong Liang2024-01-301-0/+321
| * | KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assetsJinrong Liang2024-01-301-97/+44
| * | KVM: selftests: Add vcpu_set_cpuid_property() to set propertiesJinrong Liang2024-01-301-1/+1
| |/