summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm
AgeCommit message (Expand)Author
2023-10-13selftests/kvm: Replace attribute with macroMaciej Wieczor-Retman
2023-10-12KVM: selftests: Force load all supported XSAVE state in state testSean Christopherson
2023-10-12KVM: selftests: Load XSAVE state into untouched vCPU during state testSean Christopherson
2023-10-12KVM: selftests: Touch relevant XSAVE state in guest for state testSean Christopherson
2023-10-12KVM: riscv: selftests: get-reg-list print_reg should never failAndrew Jones
2023-10-12KVM: riscv: selftests: Add condops extensions to get-reg-list testAnup Patel
2023-10-12KVM: riscv: selftests: Add smstateen registers to get-reg-list testAnup Patel
2023-10-12KVM: riscv: selftests: Add senvcfg register to get-reg-list testAnup Patel
2023-10-12KVM: selftests: Add array order helpers to riscv get-reg-listAndrew Jones
2023-10-09KVM: selftests: Test behavior of HWCR, a.k.a. MSR_K7_HWCRJim Mattson
2023-10-05KVM: selftests: Zero-initialize entire test_result in memslot perf testSean Christopherson
2023-10-04KVM: selftests: Remove obsolete and incorrect test case metadataLike Xu
2023-10-04KVM: selftests: Treat %llx like %lx when formatting guest printfSean Christopherson
2023-09-23Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini
2023-09-21KVM: riscv: selftests: Selectively filter-out AIA registersAnup Patel
2023-09-21KVM: riscv: selftests: Fix ISA_EXT register handling in get-reg-listAnup Patel
2023-09-20KVM: selftests: Assert that vasprintf() is successfulSean Christopherson
2023-08-31Merge tag 'kvm-riscv-6.6-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2023-08-31Merge tag 'kvm-s390-next-6.6-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2023-08-31Merge tag 'kvm-x86-selftests-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-08-28KVM: s390: selftests: Add selftest for single-steppingIlya Leoshkevich
2023-08-25KVM: selftests: Explicit set #UD when *potentially* injecting exceptionSean Christopherson
2023-08-25KVM: selftests: Reload "good" vCPU state if vCPU hits shutdownSean Christopherson
2023-08-17KVM: selftests: Test gp event filters don't affect fixed event filtersJinrong Liang
2023-08-17KVM: selftests: Test if event filter meets expectations on fixed countersJinrong Liang
2023-08-17KVM: selftests: Add test cases for unsupported PMU event filter input valuesJinrong Liang
2023-08-17KVM: selftests: Introduce "struct __kvm_pmu_event_filter" to manipulate filterJinrong Liang
2023-08-17KVM: selftests: Drop the return of remove_event()Jinrong Liang
2023-08-17KVM: selftests: Add x86 properties for Intel PMU in processor.hJinrong Liang
2023-08-09KVM: riscv: selftests: Add get-reg-list testHaibo Xu
2023-08-09KVM: selftests: Add skip_set facility to get_reg_list testHaibo Xu
2023-08-09KVM: selftests: Only do get/set tests on present blessed listHaibo Xu
2023-08-09KVM: arm64: selftests: Move finalize_vcpu back to run_testHaibo Xu
2023-08-09KVM: arm64: selftests: Move reject_set check logic to a functionHaibo Xu
2023-08-09KVM: arm64: selftests: Finish generalizing get-reg-listAndrew Jones
2023-08-09KVM: arm64: selftests: Split get-reg-list test codeAndrew Jones
2023-08-08KVM: arm64: selftests: Delete core_reg_fixupAndrew Jones
2023-08-08KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.hAndrew Jones
2023-08-08KVM: arm64: selftests: Remove print_reg's dependency on vcpu_configAndrew Jones
2023-08-08KVM: arm64: selftests: Drop SVE cap check in print_regAndrew Jones
2023-08-08KVM: arm64: selftests: Replace str_with_index with strdup_printfAndrew Jones
2023-08-02KVM: selftests: Use GUEST_FAIL() in ARM's arch timer helpersSean Christopherson
2023-08-02KVM: selftests: Print out guest RIP on unhandled exceptionSean Christopherson
2023-08-02KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson
2023-08-02KVM: selftests: Convert x86's XCR0 test to use printf-based guest assertsSean Christopherson
2023-08-02KVM: selftests: Convert VMX's PMU capabilities test to printf guest assertsSean Christopherson
2023-08-02KVM: selftests: Convert the x86 userspace I/O test to printf guest assertSean Christopherson
2023-08-02KVM: selftests: Convert x86's TSC MSRs test to use printf guest assertsSean Christopherson
2023-08-02KVM: selftests: Convert the nSVM software interrupt test to printf guest assertsSean Christopherson
2023-08-02KVM: selftests: Convert x86's set BSP ID test to printf style guest assertsSean Christopherson