summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm
AgeCommit message (Expand)AuthorFilesLines
2023-08-03KVM: selftests: Convert ARM's hypercalls test to printf style GUEST_ASSERTSean Christopherson1-10/+10
2023-08-03KVM: selftests: Convert debug-exceptions to printf style GUEST_ASSERTSean Christopherson1-4/+6
2023-08-03KVM: selftests: Convert aarch_timer to printf style GUEST_ASSERTSean Christopherson1-12/+10
2023-08-03KVM: selftests: Add a selftest for guest prints and formatted assertsAaron Lewis2-0/+225
2023-08-03KVM: selftests: Add #define of expected KVM exit reason for ucallSean Christopherson4-0/+8
2023-08-03KVM: selftests: Add arch ucall.h and inline simple arch hooksSean Christopherson9-35/+66
2023-08-03KVM: selftests: Add formatted guest assert support in ucall frameworkSean Christopherson2-0/+70
2023-08-03KVM: selftests: Add string formatting options to ucallAaron Lewis2-0/+24
2023-08-03KVM: selftests: Add additional pages to the guest to accommodate ucallAaron Lewis3-0/+10
2023-08-03KVM: selftests: Add guest_snprintf() to KVM selftestsAaron Lewis3-0/+311
2023-08-03KVM: selftests: Add strnlen() to the string overridesAaron Lewis2-0/+10
2023-08-03KVM: selftests: Add a shameful hack to preserve/clobber GPRs across ucallSean Christopherson1-2/+30
2023-08-03KVM: selftests: Make TEST_ASSERT_EQ() output look like normal TEST_ASSERT()Sean Christopherson1-8/+7
2023-08-03KVM: selftests: Rename the ASSERT_EQ macroThomas Huth18-103/+104
2023-08-03KVM: selftests: Remove superfluous variable assignmentMinjie Du1-1/+0
2023-08-02KVM: selftests: use unified time type for comparisonBibo Mao1-4/+4
2023-08-02KVM: selftests: Extend x86's sync_regs_test to check for exception racesMichal Luczaj1-0/+23
2023-08-02KVM: selftests: Extend x86's sync_regs_test to check for event vector racesMichal Luczaj1-0/+22
2023-08-02KVM: selftests: Extend x86's sync_regs_test to check for CR4 racesMichal Luczaj1-0/+72
2023-07-29KVM: selftests: Expand x86's sregs test to cover illegal CR0 valuesSean Christopherson1-31/+39
2023-07-29KVM: selftests: Verify stats fd is usable after VM fd has been closedSean Christopherson1-2/+8
2023-07-29KVM: selftests: Verify stats fd can be dup()'d and readSean Christopherson1-1/+7
2023-07-29KVM: selftests: Verify userspace can create "redundant" binary stats filesSean Christopherson1-2/+23
2023-07-29KVM: selftests: Explicitly free vcpus array in binary stats testSean Christopherson1-0/+1
2023-07-29KVM: selftests: Clean up stats fd in common stats_test() helperSean Christopherson1-18/+4
2023-07-29KVM: selftests: Use pread() to read binary stats headerSean Christopherson2-4/+8
2023-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-118/+1138
2023-07-01Merge tag 'kvm-x86-selftests-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini11-118/+416
2023-07-01Merge tag 'kvm-x86-misc-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+21
2023-07-01Merge tag 'kvm-s390-next-6.5-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2-0/+701
2023-06-27Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+52
2023-06-16KVM: s390: selftests: add selftest for CMMA migrationNico Boehr2-0/+701
2023-06-14KVM: selftests: Add new CFLAGS to generate dependency filesYu Zhang1-2/+15
2023-06-07KVM: selftests: Allow specify physical cpu list in demand paging testPeter Xu4-13/+32
2023-06-06KVM: selftests: get-reg-list: add Permission Indirection registersJoey Gouly1-0/+21
2023-06-06KVM: selftests: get-reg-list: support ID register featuresJoey Gouly1-1/+31
2023-06-03KVM: selftests: Add test for race in kvm_recalculate_apic_map()Michal Luczaj2-0/+75
2023-06-02KVM: selftests: Extend cpuid_test to verify KVM_GET_CPUID2 "nent" updatesSean Christopherson1-0/+21
2023-06-02KVM: selftests: Add dirty logging page splitting testBen Gardon2-0/+260
2023-06-02KVM: selftests: Move dirty logging functions to memstress.(c|h)Ben Gardon3-77/+87
2023-06-02KVM: selftests: touch all pages of args on each memstress iterationPaolo Bonzini1-0/+3
2023-06-01KVM: selftests: Allow dumping per-vcpu info for uffd threadsPeter Xu1-2/+2
2023-06-01KVM: selftests: Setup vcpu_alias only for minor mode testPeter Xu1-8/+9
2023-05-31KVM: selftests: Fix spelling mistake "miliseconds" -> "milliseconds"Colin Ian King1-1/+1
2023-05-31KVM: selftests: Refactor stable TSC check to use TEST_REQUIRE()Sean Christopherson1-15/+7
2023-04-26Merge tag 'kvm-x86-selftests-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini11-93/+295
2023-04-26Merge tag 'kvm-x86-pmu-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-154/+373
2023-04-21Merge branch kvm-arm64/smccc-filtering into kvmarm-master/nextMarc Zyngier4-19/+315
2023-04-21Merge branch kvm-arm64/selftest/misc-6.4 into kvmarm-master/nextMarc Zyngier1-5/+5
2023-04-21Merge branch kvm-arm64/selftest/lpa into kvmarm-master/nextMarc Zyngier2-10/+30