aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/arm64
AgeCommit message (Expand)AuthorFilesLines
2026-08-24Merge tag 'kvmarm-7.3' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini3-0/+270
2026-08-19Merge branch 'kvm-arm64/feat-nv3' into nextOliver Upton1-0/+2
2026-08-19Merge branch 'kvm-arm64/pkvm-7.3' into nextOliver Upton2-0/+267
2026-08-19Merge branch 'kvm-arm64/pmu-7.3' into nextOliver Upton1-0/+1
2026-08-18Merge tag 'kvm-x86-selftests2-7.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-14/+10
2026-07-31KVM: selftests: Add KVM syscall wrappers for pthread_{cancel,join}()Sean Christopherson2-4/+4
2026-07-31KVM: selftests: Add KVM syscall wrapper for pthread_create()Sean Christopherson2-9/+5
2026-07-31KVM: arm64: selftest: Add NVHCR_EL2 to get-reg-listMarc Zyngier1-0/+2
2026-07-31KVM: arm64: selftests: Add stage-2 block transition testFuad Tabba1-0/+226
2026-07-30KVM: arm64: selftests: Add a userspace watchpoint testFuad Tabba1-0/+41
2026-07-30KVM: arm64: Expose PMMIR_EL1.SLOTS under strict PMUv3 UAPICongkai Tan1-0/+1
2026-07-07KVM: selftests: Add kvm_sched_getaffinity() wrapper and convert usersJosh Hilke1-1/+1
2026-07-06KVM: arm64: selftests: Add MMIO sign-extending load testFuad Tabba1-0/+255
2026-05-23KVM: arm64: selftests: Improve error handling for GICv5 PPI selftestSascha Bischoff1-1/+3
2026-05-23KVM: arm64: selftests: Cleanup unused vars in GICv5 PPI selftestSascha Bischoff1-6/+0
2026-05-23KVM: arm64: selftests: Add missing GIC CDEN to no-vgic-v5 selftestSascha Bischoff1-0/+1
2026-04-27Merge tag 'kvm-x86-selftests_kernel_types-7.1' of https://github.com/kvm-x86/linux into HEADPaolo 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 guest PASean 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/arm64/linuxLinus Torvalds1-3/+7
2025-12-02Merge tag 'kvmarm-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo 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