aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/lib/arm64/processor.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-20KVM: selftests: Replace "paddr" with "gpa" throughoutSean Christopherson1-11/+11
2026-04-20KVM: selftests: Replace "vaddr" with "gva" throughoutSean Christopherson1-17/+16
2026-04-20KVM: selftests: Rename vm_vaddr_populate_bitmap() => vm_populate_gva_bitmap()Sean Christopherson1-1/+1
2026-04-20KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VMSean Christopherson1-5/+5
2026-04-20KVM: selftests: Use u8 instead of uint8_tDavid Matlack1-4/+4
2026-04-20KVM: selftests: Use u32 instead of uint32_tDavid Matlack1-11/+11
2026-04-20KVM: selftests: Use u64 instead of uint64_tDavid Matlack1-42/+42
2026-04-20KVM: selftests: Use gpa_t instead of vm_paddr_tDavid Matlack1-1/+1
2026-04-20KVM: selftests: Use gva_t instead of vm_vaddr_tDavid Matlack1-9/+9
2026-02-09Merge tag 'kvm-x86-selftests-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-19/+19
2026-01-15KVM: selftests: Move page_align() to shared headerFuad Tabba1-6/+1
2026-01-15KVM: arm64: selftests: Fix incorrect rounding in page_align()Fuad Tabba1-1/+1
2026-01-15KVM: arm64: selftests: Disable unused TTBR1_EL1 translationsFuad Tabba1-0/+2
2026-01-08KVM: selftests: Add "struct kvm_mmu" to track a given MMU instanceSean Christopherson1-19/+19
2025-11-20KVM: selftests: Change VM_MODE_PXXV48_4K to VM_MODE_PXXVYY_4KJim Mattson1-1/+1
2025-10-13KVM: selftests: Fix irqfd_test for non-x86 architecturesOliver Upton1-0/+5
2025-09-24Merge branch kvm-arm64/selftests-6.18 into kvmarm-master/nextMarc Zyngier1-15/+76
2025-09-24KVM: arm64: selftests: Enable EL2 by defaultOliver Upton1-0/+12
2025-09-24KVM: arm64: selftests: Initialize HCR_EL2Oliver Upton1-0/+6
2025-09-24KVM: arm64: selftests: Provide helper for getting default vCPU targetOliver Upton1-6/+11
2025-09-24KVM: arm64: selftests: Alias EL1 registers to EL2 counterpartsOliver Upton1-9/+10
2025-09-24KVM: arm64: selftests: Create a VGICv3 for 'default' VMsOliver Upton1-1/+25
2025-09-24KVM: arm64: selftests: Provide kvm_arch_vm_post_create() in library codeOliver Upton1-0/+13
2025-09-20KVM: arm64: selftest: Expand external_aborts test to look for TTW levelsMarc Zyngier1-1/+12
2025-08-21KVM: arm64: Get rid of ARM64_FEATURE_MASK()Marc Zyngier1-3/+3
2025-04-06KVM: arm64: selftests: Explicitly set the page attrs to Inner-ShareableRaghavendra Rao Ananta1-0/+3
2025-04-06KVM: arm64: selftests: Introduce and use hardware-definition macrosRaghavendra Rao Ananta1-26/+31
2024-12-18KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directoriesSean Christopherson1-0/+647