summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/aarch64
AgeCommit message (Expand)AuthorFilesLines
2024-06-12KVM: selftests: Add test for uaccesses to non-existent vgic-v2 CPUIFOliver Upton1-0/+50
2023-08-31Merge tag 'kvm-riscv-6.6-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-493/+61
2023-08-09KVM: arm64: selftests: Move finalize_vcpu back to run_testHaibo Xu1-0/+13
2023-08-09KVM: arm64: selftests: Move reject_set check logic to a functionHaibo Xu1-0/+5
2023-08-09KVM: arm64: selftests: Split get-reg-list test codeAndrew Jones1-356/+11
2023-08-08KVM: arm64: selftests: Delete core_reg_fixupAndrew Jones1-73/+10
2023-08-08KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.hAndrew Jones1-38/+22
2023-08-08KVM: arm64: selftests: Remove print_reg's dependency on vcpu_configAndrew Jones1-26/+26
2023-08-08KVM: arm64: selftests: Drop SVE cap check in print_regAndrew Jones1-14/+1
2023-08-08KVM: arm64: selftests: Replace str_with_index with strdup_printfAndrew Jones1-18/+5
2023-08-03KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson5-10/+0
2023-08-03KVM: selftests: Convert ARM's vGIC IRQ test to printf style GUEST_ASSERTSean Christopherson1-1/+2
2023-08-03KVM: selftests: Convert ARM's page fault test to printf style GUEST_ASSERTSean Christopherson1-3/+4
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: Rename the ASSERT_EQ macroThomas Huth2-9/+9
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-04-21Merge branch kvm-arm64/smccc-filtering into kvmarm-master/nextMarc Zyngier1-0/+268
2023-04-21Merge branch kvm-arm64/selftest/misc-6.4 into kvmarm-master/nextMarc Zyngier1-5/+5
2023-04-08KVM: selftests: Fix spelling mistake "KVM_HYPERCAL_EXIT_SMC" -> "KVM_HYPERCAL...Colin Ian King1-1/+1
2023-04-08KVM: arm64: Test that SMC64 arch calls are reservedOliver Upton1-0/+8
2023-04-05KVM: selftests: Add test for SMCCC filterOliver Upton1-0/+260
2023-03-30KVM: selftests: Comment newly defined aarch64 ID registersMark Brown1-5/+5
2023-03-30KVM: arm64: selftests: Augment existing timer test to handle variable offsetMarc Zyngier1-1/+15
2023-03-30KVM: arm64: selftests: Deal with spurious timer interruptsMarc Zyngier1-15/+25
2023-03-30KVM: arm64: selftests: Add physical timer registers to the sysreg listMarc Zyngier1-1/+4
2023-03-14KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma1-3/+1
2023-02-20Merge tag 'kvmarm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-2/+0
2023-02-04KVM: selftests: Remove redundant setbuf()Shaoqin Huang1-2/+0
2023-01-29KVM: selftests: aarch64: Test read-only PT memory regionsRicardo Koller1-7/+11
2023-01-29KVM: selftests: aarch64: Fix check of dirty log PT writeRicardo Koller1-2/+5
2023-01-29KVM: selftests: aarch64: Do not default to dirty PTE pages on all S1PTWsRicardo Koller1-33/+60
2023-01-29KVM: selftests: aarch64: Relax userfaultfd read vs. write checksRicardo Koller1-49/+34
2022-12-27KVM: selftests: Define literal to asm constraint in aarch64 as unsigned longSean Christopherson1-1/+1
2022-12-12Merge remote-tracking branch 'kvm/queue' into HEADPaolo Bonzini2-11/+12
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini3-73/+1358
2022-12-05Merge branch kvm-arm64/selftest/s2-faults into kvmarm-master/nextMarc Zyngier1-0/+1112
2022-12-02KVM: selftests: Use non-atomic clear/set bit helpers in KVM testsSean Christopherson1-1/+1
2022-12-02KVM: arm64: selftests: Enable single-step without a "full" ucall()Sean Christopherson1-10/+11
2022-11-17KVM: selftests: move common startup logic to kvm_util.cVishal Annapurve3-8/+0
2022-11-17KVM: selftests: Drop now-unnecessary ucall_uninit()Sean Christopherson1-1/+0
2022-11-17KVM: selftests: Automatically do init_ucall() for non-barebones VMsSean Christopherson7-10/+0
2022-11-17KVM: arm64: selftests: Disable single-step without relying on ucall()Sean Christopherson1-13/+15
2022-11-17KVM: arm64: selftests: Disable single-step with correct KVM defineSean Christopherson1-1/+1
2022-11-16KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validationVipin Sharma3-22/+7
2022-11-16KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()Vipin Sharma3-8/+8
2022-11-10KVM: selftests: aarch64: Add mix of tests into page_fault_testRicardo Koller1-0/+155
2022-11-10KVM: selftests: aarch64: Add readonly memslot tests into page_fault_testRicardo Koller1-1/+101