summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib/aarch64
AgeCommit message (Expand)AuthorLines
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini-75/+73
2022-06-23selftests: KVM: Handle compiler optimizations in ucallRaghavendra Rao Ananta-5/+4
2022-06-11KVM: selftests: Sanity check input to ioctls() at build timeSean Christopherson-1/+1
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson-27/+28
2022-06-11KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpersSean Christopherson-14/+14
2022-06-11KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson-5/+4
2022-06-11KVM: selftests: Return created vcpu from vm_vcpu_add_default()Sean Christopherson-8/+12
2022-06-11KVM: selftests: Add "arch" to common utils that have arch implementationsSean Christopherson-6/+6
2022-06-11KVM: selftests: Convert vgic_irq away from VCPU_IDSean Christopherson-5/+5
2022-06-11KVM: selftests: Split get/set device_attr helpersSean Christopherson-16/+15
2022-06-11KVM: selftests: Multiplex return code and fd in __kvm_create_device()Sean Christopherson-2/+3
2022-06-11KVM: selftests: Move KVM_CREATE_DEVICE_TEST code to separate helperSean Christopherson-2/+1
2022-06-11KVM: selftests: Use KVM_IOCTL_ERROR() for one-off arm64 ioctlsSean Christopherson-4/+4
2022-06-11KVM: selftests: Get rid of kvm_util_internal.hSean Christopherson-3/+0
2022-06-11KVM: selftests: Use kvm_ioctl() helpersSean Christopherson-2/+2
2022-06-11KVM: sefltests: Use vm_ioctl() and __vm_ioctl() helpersSean Christopherson-4/+2
2022-06-08selftests: kvm: replace ternary operator with min()Guo Zhengkui-2/+2
2022-05-03selftests: KVM: Create helper for making SMCCC callsOliver Upton-0/+25
2022-03-18Merge tag 'kvmarm-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini-9/+12
2022-02-25KVM: selftests: aarch64: Skip tests if we can't create a vgic-v3Mark Brown-1/+3
2022-02-08kvm: selftests: aarch64: use a tighter assert in vgic_poke_irq()Ricardo Koller-3/+3
2022-02-08kvm: selftests: aarch64: fix some vgic related commentsRicardo Koller-5/+8
2022-02-08kvm: selftests: aarch64: fix assert in gicv3_access_regRicardo Koller-1/+1
2022-01-04Merge branch kvm-arm64/selftest/irq-injection into kvmarm-master/nextMarc Zyngier-96/+360
2021-12-28KVM: selftests: aarch64: Add test_inject_fail to vgic_irqRicardo Koller-3/+4
2021-12-28KVM: selftests: aarch64: Cmdline arg to set number of IRQs in vgic_irq testRicardo Koller-1/+8
2021-12-28KVM: selftests: aarch64: Add vGIC library functions to deal with vIRQ stateRicardo Koller-0/+93
2021-12-28KVM: selftests: aarch64: Add GICv3 register accessor library functionsRicardo Koller-6/+161
2021-12-28KVM: selftests: aarch64: Add function for accessing GICv3 dist and redist reg...Ricardo Koller-23/+101
2021-12-28KVM: selftests: aarch64: Move gic_v3.h to shared headersRicardo Koller-70/+0
2021-12-28KVM: selftests: arm64: Add support for various modes with 16kB page sizeMarc Zyngier-0/+10
2021-12-28KVM: selftests: arm64: Add support for VM_MODE_P36V48_{4K,64K}Marc Zyngier-0/+6
2021-12-28KVM: selftests: arm64: Rework TCR_EL1 configurationMarc Zyngier-7/+14
2021-12-28KVM: selftests: arm64: Check for supported page sizesMarc Zyngier-0/+36
2021-12-28KVM: selftests: arm64: Initialise default guest mode at test startup timeMarc Zyngier-0/+9
2021-10-17KVM: arm64: selftests: Add host support for vGICRaghavendra Rao Ananta-0/+70
2021-10-17KVM: arm64: selftests: Add basic GICv3 supportRaghavendra Rao Ananta-0/+426
2021-10-17KVM: arm64: selftests: Add light-weight spinlock supportRaghavendra Rao Ananta-0/+27
2021-10-17KVM: arm64: selftests: Add guest support to get the vcpuidRaghavendra Rao Ananta-0/+6
2021-10-17KVM: arm64: selftests: Maintain consistency for vcpuid typeRaghavendra Rao Ananta-1/+1
2021-10-17KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REGRaghavendra Rao Ananta-8/+8
2021-07-15KVM: selftests: Address extra memslot parameters in vm_vaddr_allocRicardo Koller-1/+1
2021-06-25Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini-0/+223
2021-06-24KVM: selftests: Add wrapper to allocate page table pageSean Christopherson-13/+6
2021-06-24KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson-9/+8
2021-06-24KVM: selftests: Unconditionally use memslot 0 for vaddr allocationsSean Christopherson-3/+3
2021-06-14KVM: selftests: Add exception handling support for aarch64Ricardo Koller-0/+223
2020-11-15KVM: selftests: Make vm_create_default commonAndrew Jones-17/+0
2020-11-08selftests: kvm: Add exception handling to selftestsAaron Lewis-0/+4
2020-11-08selftests: kvm: Clear uc so UCALL_NONE is being properly reportedAaron Lewis-0/+3