summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm
AgeCommit message (Expand)Author
2023-07-29KVM: selftests: Expand x86's sregs test to cover illegal CR0 valuesSean Christopherson
2023-07-29KVM: selftests: Verify stats fd is usable after VM fd has been closedSean Christopherson
2023-07-29KVM: selftests: Verify stats fd can be dup()'d and readSean Christopherson
2023-07-29KVM: selftests: Verify userspace can create "redundant" binary stats filesSean Christopherson
2023-07-29KVM: selftests: Explicitly free vcpus array in binary stats testSean Christopherson
2023-07-29KVM: selftests: Clean up stats fd in common stats_test() helperSean Christopherson
2023-07-29KVM: selftests: Use pread() to read binary stats headerSean Christopherson
2023-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-07-01Merge tag 'kvm-x86-selftests-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-07-01Merge tag 'kvm-x86-misc-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-07-01Merge tag 'kvm-s390-next-6.5-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2023-06-26Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-06-16KVM: s390: selftests: add selftest for CMMA migrationNico Boehr
2023-06-13KVM: selftests: Add new CFLAGS to generate dependency filesYu Zhang
2023-06-06KVM: selftests: Allow specify physical cpu list in demand paging testPeter Xu
2023-06-06KVM: selftests: get-reg-list: add Permission Indirection registersJoey Gouly
2023-06-06KVM: selftests: get-reg-list: support ID register featuresJoey Gouly
2023-06-02KVM: selftests: Add test for race in kvm_recalculate_apic_map()Michal Luczaj
2023-06-01KVM: selftests: Extend cpuid_test to verify KVM_GET_CPUID2 "nent" updatesSean Christopherson
2023-06-01KVM: selftests: Add dirty logging page splitting testBen Gardon
2023-06-01KVM: selftests: Move dirty logging functions to memstress.(c|h)Ben Gardon
2023-06-01KVM: selftests: touch all pages of args on each memstress iterationPaolo Bonzini
2023-05-31KVM: selftests: Allow dumping per-vcpu info for uffd threadsPeter Xu
2023-05-31KVM: selftests: Setup vcpu_alias only for minor mode testPeter Xu
2023-05-30KVM: selftests: Fix spelling mistake "miliseconds" -> "milliseconds"Colin Ian King
2023-05-30KVM: selftests: Refactor stable TSC check to use TEST_REQUIRE()Sean Christopherson
2023-04-26Merge tag 'kvm-x86-selftests-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-04-26Merge tag 'kvm-x86-pmu-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-04-21Merge branch kvm-arm64/smccc-filtering into kvmarm-master/nextMarc Zyngier
2023-04-21Merge branch kvm-arm64/selftest/misc-6.4 into kvmarm-master/nextMarc Zyngier
2023-04-21Merge branch kvm-arm64/selftest/lpa into kvmarm-master/nextMarc Zyngier
2023-04-14KVM: selftests: Test the PMU event "Instructions retired"Aaron Lewis
2023-04-14KVM: selftests: Copy full counter values from guest in PMU event filter testSean Christopherson
2023-04-14KVM: selftests: Use error codes to signal errors in PMU event filter testSean Christopherson
2023-04-14KVM: selftests: Print detailed info in PMU event filter assertsAaron Lewis
2023-04-14KVM: selftests: Add helpers for PMC asserts in PMU event filter testAaron Lewis
2023-04-14KVM: selftests: Add a common helper for the PMU event filter guest codeAaron Lewis
2023-04-14KVM: selftests: Fix spelling mistake "perrmited" -> "permitted"Colin Ian King
2023-04-11KVM: selftests: Add test to verify KVM's supported XCR0Aaron Lewis
2023-04-11KVM: selftests: Add all known XFEATURE masks to common codeAaron Lewis
2023-04-11KVM: selftests: Rework dynamic XFeature helper to take mask, not bitSean Christopherson
2023-04-11KVM: selftests: Move XGETBV and XSETBV helpers to common codeAaron Lewis
2023-04-08KVM: selftests: Fix spelling mistake "KVM_HYPERCAL_EXIT_SMC" -> "KVM_HYPERCAL...Colin Ian King
2023-04-08KVM: arm64: Test that SMC64 arch calls are reservedOliver Upton
2023-04-06KVM: selftests: Verify LBRs are disabled if vPMU is disabledSean Christopherson
2023-04-06KVM: selftests: Add negative testcase for PEBS format in PERF_CAPABILITIESSean Christopherson
2023-04-06KVM: selftests: Refactor LBR_FMT test to avoid use of separate macroSean Christopherson
2023-04-06KVM: selftests: Drop "all done!" printf() from PERF_CAPABILITIES testSean Christopherson
2023-04-06KVM: selftests: Test post-KVM_RUN writes to PERF_CAPABILITIESSean Christopherson
2023-04-06KVM: selftests: Expand negative testing of guest writes to PERF_CAPABILITIESSean Christopherson