summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/arm64
AgeCommit message (Expand)AuthorLines
2026-02-05Merge branch kvm-arm64/resx into kvmarm-master/nextMarc Zyngier-1/+0
2026-02-05KVM: arm64: Remove all traces of FEAT_TMEMarc Zyngier-1/+0
2026-01-15KVM: arm64: selftests: Add a test for FEAT_IDSTMarc Zyngier-0/+117
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-23/+765
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-3/+7
2025-12-02Merge tag 'kvmarm-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini-22/+764
2025-12-01Merge branch 'kvm-arm64/nv-xnx-haf' into kvmarm/nextOliver Upton-0/+166
2025-12-01Merge branch 'kvm-arm64/vgic-lr-overflow' into kvmarm/nextOliver Upton-22/+263
2025-12-01Merge branch 'kvm-arm64/sea-user' into kvmarm/nextOliver Upton-0/+331
2025-12-01KVM: arm64: Fix spelling mistake "Unexpeced" -> "Unexpected"Colin Ian King-1/+1
2025-12-01KVM: arm64: selftests: Add test for AT emulationOliver Upton-0/+166
2025-11-27KVM: arm64: selftests: Consider all 7 possible levels of cacheBen Horgan-1/+1
2025-11-27KVM: arm64: selftests: Remove ARM64_FEATURE_FIELD_BITS and its last userBen Horgan-2/+6
2025-11-26Merge tag 'kvm-x86-gmem-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-1/+1
2025-11-24KVM: arm64: selftests: vgic_irq: Add timer deactivation testMarc Zyngier-0/+65
2025-11-24KVM: arm64: selftests: vgic_irq: Add Group-0 enable testMarc Zyngier-0/+49
2025-11-24KVM: arm64: selftests: vgic_irq: Add asymmetric SPI deaectivation testMarc Zyngier-0/+105
2025-11-24KVM: arm64: selftests: vgic_irq: Perform EOImode==1 deactivation in ack orderMarc Zyngier-2/+12
2025-11-24KVM: arm64: selftests: vgic_irq: Remove LR-bound limitationMarc Zyngier-13/+6
2025-11-24KVM: arm64: selftests: vgic_irq: Exclude timer-controlled interruptsMarc Zyngier-6/+25
2025-11-24KVM: arm64: selftests: vgic_irq: Change configuration before enabling interruptMarc Zyngier-3/+3
2025-11-24KVM: arm64: selftests: vgic_irq: Fix GUEST_ASSERT_IAR_EMPTY() helperMarc Zyngier-1/+1
2025-11-19KVM: selftests: SYNC after guest ITS setup in vgic_lpi_stressMaximilian Dittgen-0/+4
2025-11-12KVM: selftests: Test for KVM_EXIT_ARM_SEAJiaqi Yan-0/+331
2025-10-30KVM: arm64: selftests: Filter ZCR_EL2 in get-reg-listMark Brown-0/+1
2025-10-30KVM: arm64: selftests: Add SCTLR2_EL2 to get-reg-listMark Brown-0/+2
2025-10-20KVM: selftests: Define wrappers for common syscalls to assert successSean Christopherson-1/+1
2025-10-13KVM: arm64: selftests: Fix misleading comment about virtual timer encodingMarc Zyngier-3/+14
2025-10-13KVM: arm64: selftests: Add an E2H=0-specific configuration to get_reg_listMarc Zyngier-0/+79
2025-10-13KVM: arm64: selftests: Make dependencies on VHE-specific registers explicitMarc Zyngier-0/+3
2025-10-13KVM: arm64: selftests: Actually enable IRQs in vgic_lpi_stressOliver Upton-0/+1
2025-10-13KVM: arm64: selftests: Allocate vcpus with correct sizeZenghui Yu-1/+1
2025-10-13KVM: arm64: selftests: Sync ID_AA64PFR1, MPIDR, CLIDR in guestZenghui Yu-0/+3
2025-10-13KVM: arm64: selftests: Track width of timer counter as "int", not "uint64_t"Sean Christopherson-1/+1
2025-10-13KVM: arm64: selftests: Test effective value of HCR_EL2.AMOOliver Upton-0/+43
2025-09-24Merge branch kvm-arm64/selftests-6.18 into kvmarm-master/nextMarc Zyngier-96/+168
2025-09-24KVM: arm64: selftests: Cover ID_AA64ISAR3_EL1 in set_id_regsMark Brown-0/+9
2025-09-24KVM: arm64: selftests: Remove a duplicate register listing in set_id_regsMark Brown-8/+5
2025-09-24KVM: arm64: selftests: Cope with arch silliness in EL2 selftestOliver Upton-2/+15
2025-09-24KVM: arm64: selftests: Add basic test for running in VHE EL2Oliver Upton-0/+58
2025-09-24KVM: arm64: selftests: Enable EL2 by defaultOliver Upton-1/+13
2025-09-24KVM: arm64: selftests: Use the vCPU attr for setting nr of PMU countersOliver Upton-31/+28
2025-09-24KVM: arm64: selftests: Use hyp timer IRQs when test runs at EL2Oliver Upton-8/+4
2025-09-24KVM: arm64: selftests: Select SMCCC conduit based on current ELOliver Upton-7/+7
2025-09-24KVM: arm64: selftests: Provide helper for getting default vCPU targetOliver Upton-4/+4
2025-09-24KVM: arm64: selftests: Alias EL1 registers to EL2 counterpartsOliver Upton-2/+2
2025-09-24KVM: arm64: selftests: Create a VGICv3 for 'default' VMsOliver Upton-14/+11
2025-09-24KVM: arm64: selftests: Add helper to check for VGICv3 supportOliver Upton-7/+9
2025-09-24KVM: arm64: selftests: Provide kvm_arch_vm_post_create() in library codeOliver Upton-14/+5
2025-09-20Merge branch kvm-arm64/el2-feature-control into kvmarm-master/nextMarc Zyngier-0/+2