summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib/aarch64
AgeCommit message (Expand)AuthorFilesLines
2022-12-27KVM: arm64: selftests: Don't identity map the ucall MMIO holeOliver Upton1-2/+4
2022-12-09KVM: arm64: selftests: Align VA space allocator with TTBR0Oliver Upton1-0/+10
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini1-21/+34
2022-12-05Merge branch kvm-arm64/selftest/s2-faults into kvmarm-master/nextMarc Zyngier1-18/+30
2022-11-16KVM: selftests: Add arch specific initializationVishal Annapurve1-9/+9
2022-11-16KVM: selftests: Add ucall pool based implementationPeter Gonda1-5/+2
2022-11-16KVM: selftests: Drop now-unnecessary ucall_uninit()Sean Christopherson1-12/+2
2022-11-16KVM: selftests: Make arm64's MMIO ucall multi-VM friendlySean Christopherson1-5/+14
2022-11-16KVM: selftests: Automatically do init_ucall() for non-barebones VMsSean Christopherson1-51/+3
2022-11-16KVM: selftests: Consolidate boilerplate code in get_ucall()Sean Christopherson1-11/+3
2022-11-16KVM: selftests: Consolidate common code for populating ucall structSean Christopherson1-17/+5
2022-11-10KVM: selftests: Use the right memslot for code, page-tables, and data allocat...Ricardo Koller1-5/+7
2022-11-10KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc()Ricardo Koller1-12/+15
2022-11-10KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macrosRicardo Koller1-1/+1
2022-11-10KVM: selftests: aarch64: Add virt_get_pte_hva() library functionRicardo Koller1-3/+10
2022-11-10KVM: arm64: selftests: Use FIELD_GET() to extract ID register fieldsReiji Watanabe1-3/+4
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini3-75/+73
2022-06-23selftests: KVM: Handle compiler optimizations in ucallRaghavendra Rao Ananta1-5/+4
2022-06-11KVM: selftests: Sanity check input to ioctls() at build timeSean Christopherson1-1/+1
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson2-27/+28
2022-06-11KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpersSean Christopherson1-14/+14
2022-06-11KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson1-5/+4
2022-06-11KVM: selftests: Return created vcpu from vm_vcpu_add_default()Sean Christopherson1-8/+12
2022-06-11KVM: selftests: Add "arch" to common utils that have arch implementationsSean Christopherson1-6/+6
2022-06-11KVM: selftests: Convert vgic_irq away from VCPU_IDSean Christopherson1-5/+5
2022-06-11KVM: selftests: Split get/set device_attr helpersSean Christopherson1-16/+15
2022-06-11KVM: selftests: Multiplex return code and fd in __kvm_create_device()Sean Christopherson1-2/+3
2022-06-11KVM: selftests: Move KVM_CREATE_DEVICE_TEST code to separate helperSean Christopherson1-2/+1
2022-06-11KVM: selftests: Use KVM_IOCTL_ERROR() for one-off arm64 ioctlsSean Christopherson1-4/+4
2022-06-11KVM: selftests: Get rid of kvm_util_internal.hSean Christopherson3-3/+0
2022-06-11KVM: selftests: Use kvm_ioctl() helpersSean Christopherson1-2/+2
2022-06-11KVM: sefltests: Use vm_ioctl() and __vm_ioctl() helpersSean Christopherson1-4/+2
2022-06-08selftests: kvm: replace ternary operator with min()Guo Zhengkui1-2/+2
2022-05-03selftests: KVM: Create helper for making SMCCC callsOliver Upton1-0/+25
2022-03-18Merge tag 'kvmarm-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2-9/+12
2022-02-25KVM: selftests: aarch64: Skip tests if we can't create a vgic-v3Mark Brown1-1/+3
2022-02-08kvm: selftests: aarch64: use a tighter assert in vgic_poke_irq()Ricardo Koller1-3/+3
2022-02-08kvm: selftests: aarch64: fix some vgic related commentsRicardo Koller2-5/+8
2022-02-08kvm: selftests: aarch64: fix assert in gicv3_access_regRicardo Koller1-1/+1
2022-01-04Merge branch kvm-arm64/selftest/irq-injection into kvmarm-master/nextMarc Zyngier5-96/+360
2021-12-28KVM: selftests: aarch64: Add test_inject_fail to vgic_irqRicardo Koller1-3/+4
2021-12-28KVM: selftests: aarch64: Cmdline arg to set number of IRQs in vgic_irq testRicardo Koller1-1/+8
2021-12-28KVM: selftests: aarch64: Add vGIC library functions to deal with vIRQ stateRicardo Koller1-0/+93
2021-12-28KVM: selftests: aarch64: Add GICv3 register accessor library functionsRicardo Koller3-6/+161
2021-12-28KVM: selftests: aarch64: Add function for accessing GICv3 dist and redist reg...Ricardo Koller1-23/+101
2021-12-28KVM: selftests: aarch64: Move gic_v3.h to shared headersRicardo Koller1-70/+0
2021-12-28KVM: selftests: arm64: Add support for various modes with 16kB page sizeMarc Zyngier1-0/+10
2021-12-28KVM: selftests: arm64: Add support for VM_MODE_P36V48_{4K,64K}Marc Zyngier1-0/+6
2021-12-28KVM: selftests: arm64: Rework TCR_EL1 configurationMarc Zyngier1-7/+14
2021-12-28KVM: selftests: arm64: Check for supported page sizesMarc Zyngier1-0/+36