aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/arm64
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge tag 'kvm-x86-selftests_kernel_types-7.1' of https://github.com/kvm-x86/...Paolo Bonzini17-403/+396
2026-04-20KVM: selftests: Replace "paddr" with "gpa" throughoutSean Christopherson1-1/+1
2026-04-20KVM: selftests: Replace "vaddr" with "gva" throughoutSean Christopherson1-2/+2
2026-04-20KVM: selftests: Clarify that arm64's inject_uer() takes a host PA, not a gues...Sean Christopherson1-2/+2
2026-04-20KVM: selftests: Rename translate_to_host_paddr() => translate_hva_to_hpa()Sean Christopherson1-8/+5
2026-04-20KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VMSean Christopherson1-2/+2
2026-04-20KVM: selftests: Use u8 instead of uint8_tDavid Matlack3-14/+12
2026-04-20KVM: selftests: Use u16 instead of uint16_tDavid Matlack1-1/+1
2026-04-20KVM: selftests: Use s32 instead of int32_tDavid Matlack1-12/+12
2026-04-20KVM: selftests: Use u32 instead of uint32_tDavid Matlack11-102/+103
2026-04-20KVM: selftests: Use s64 instead of int64_tDavid Matlack2-2/+2
2026-04-20KVM: selftests: Use u64 instead of uint64_tDavid Matlack15-261/+258
2026-04-20KVM: selftests: Use gpa_t instead of vm_paddr_tDavid Matlack2-12/+12
2026-04-20KVM: selftests: Use gva_t instead of vm_vaddr_tDavid Matlack1-3/+3
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-196/+572
2026-04-08Merge branch kvm-arm64/misc-7.1 into kvmarm-master/nextMarc Zyngier1-12/+2
2026-04-01KVM: arm64: selftests: Avoid testing the IMPDEF behaviorZenghui Yu (Huawei)1-12/+2
2026-04-01KVM: arm64: set_id_regs: Allow GICv3 support to be set at runtimeMarc Zyngier1-7/+45
2026-03-26KVM: arm64: kselftest: set_id_regs: Add test for FEAT_LSUIYeoreum Yun1-0/+1
2026-03-19KVM: arm64: selftests: Add no-vgic-v5 selftestSascha Bischoff2-177/+297
2026-03-19KVM: arm64: selftests: Introduce a minimal GICv5 PPI selftestSascha Bischoff1-0/+228
2026-02-05Merge branch kvm-arm64/resx into kvmarm-master/nextMarc Zyngier1-1/+0
2026-02-05KVM: arm64: Remove all traces of FEAT_TMEMarc Zyngier1-1/+0
2026-01-15KVM: arm64: selftests: Add a test for FEAT_IDSTMarc Zyngier1-0/+117
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-23/+765
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-3/+7
2025-12-02Merge tag 'kvmarm-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini4-22/+764
2025-12-01Merge branch 'kvm-arm64/nv-xnx-haf' into kvmarm/nextOliver Upton1-0/+166
2025-12-01Merge branch 'kvm-arm64/vgic-lr-overflow' into kvmarm/nextOliver Upton1-22/+263
2025-12-01Merge branch 'kvm-arm64/sea-user' into kvmarm/nextOliver Upton1-0/+331
2025-12-01KVM: arm64: Fix spelling mistake "Unexpeced" -> "Unexpected"Colin Ian King1-1/+1
2025-12-01KVM: arm64: selftests: Add test for AT emulationOliver Upton1-0/+166
2025-11-27KVM: arm64: selftests: Consider all 7 possible levels of cacheBen Horgan1-1/+1
2025-11-27KVM: arm64: selftests: Remove ARM64_FEATURE_FIELD_BITS and its last userBen Horgan1-2/+6
2025-11-26Merge tag 'kvm-x86-gmem-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+1
2025-11-24KVM: arm64: selftests: vgic_irq: Add timer deactivation testMarc Zyngier1-0/+65
2025-11-24KVM: arm64: selftests: vgic_irq: Add Group-0 enable testMarc Zyngier1-0/+49
2025-11-24KVM: arm64: selftests: vgic_irq: Add asymmetric SPI deaectivation testMarc Zyngier1-0/+105
2025-11-24KVM: arm64: selftests: vgic_irq: Perform EOImode==1 deactivation in ack orderMarc Zyngier1-2/+12
2025-11-24KVM: arm64: selftests: vgic_irq: Remove LR-bound limitationMarc Zyngier1-13/+6
2025-11-24KVM: arm64: selftests: vgic_irq: Exclude timer-controlled interruptsMarc Zyngier1-6/+25
2025-11-24KVM: arm64: selftests: vgic_irq: Change configuration before enabling interruptMarc Zyngier1-3/+3
2025-11-24KVM: arm64: selftests: vgic_irq: Fix GUEST_ASSERT_IAR_EMPTY() helperMarc Zyngier1-1/+1
2025-11-19KVM: selftests: SYNC after guest ITS setup in vgic_lpi_stressMaximilian Dittgen1-0/+4
2025-11-12KVM: selftests: Test for KVM_EXIT_ARM_SEAJiaqi Yan1-0/+331
2025-10-30KVM: arm64: selftests: Filter ZCR_EL2 in get-reg-listMark Brown1-0/+1
2025-10-30KVM: arm64: selftests: Add SCTLR2_EL2 to get-reg-listMark Brown1-0/+2
2025-10-20KVM: selftests: Define wrappers for common syscalls to assert successSean Christopherson1-1/+1
2025-10-13KVM: arm64: selftests: Fix misleading comment about virtual timer encodingMarc Zyngier1-3/+14
2025-10-13KVM: arm64: selftests: Add an E2H=0-specific configuration to get_reg_listMarc Zyngier1-0/+79