summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/x86_64
AgeCommit message (Expand)AuthorFilesLines
2024-10-20KVM: selftests: Fix out-of-bounds reads in CPUID test's array lookupsSean Christopherson1-1/+1
2024-09-17Merge tag 'kvm-x86-selftests-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini5-6/+42
2024-09-10KVM: selftests: Verify single-stepping a fastpath VM-Exit exits to userspaceSean Christopherson1-4/+7
2024-08-30KVM: selftests: Add SEV-ES shutdown testPeter Gonda1-0/+32
2024-08-30KVM: selftests: Play nice with AMD's AVIC errataSean Christopherson1-4/+19
2024-08-30KVM: selftests: Verify the guest can read back the x2APIC ICR it wroteSean Christopherson1-2/+4
2024-08-30KVM: selftests: Test x2APIC ICR reserved bitsSean Christopherson1-13/+10
2024-08-30KVM: selftests: Skip ICR.BUSY test in xapic_state_test if x2APIC is enabledSean Christopherson1-6/+12
2024-08-22KVM: selftests: Re-enable hyperv_evmcs/hyperv_svm_test on bare metalVitaly Kuznetsov2-2/+2
2024-08-22KVM: selftests: Move Hyper-V specific functions out of processor.cVitaly Kuznetsov1-0/+1
2024-08-13KVM: selftests: Add a testcase to verify x2APIC is fully readonlyMichal Luczaj1-0/+28
2024-07-16Merge tag 'kvm-x86-selftests-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-45/+34
2024-07-16Merge tag 'kvm-x86-misc-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+194
2024-07-16Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-2/+36
2024-06-29KVM: selftests: Add test for configure of x86 APIC bus frequencyIsaku Yamahata1-0/+194
2024-06-28KVM: selftests: Increase robustness of LLC cache misses in PMU counters testMaxim Levitsky1-10/+14
2024-06-28KVM: selftests: Rework macros in PMU counters test to prep for multi-insn loopSean Christopherson1-9/+19
2024-06-18KVM: selftests: Test vCPU boot IDs above 2^32 and MAX_VCPU_IDMathias Krause1-0/+16
2024-06-18KVM: selftests: Test max vCPU IDs corner casesMathias Krause1-2/+20
2024-06-10KVM: selftests: Treat AMD Family 17h+ as supporting branch insns retiredManali Shukla1-30/+5
2024-06-05KVM: selftests: Fix shift of 32 bit unsigned int more than 32 bitsColin Ian King1-2/+2
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