aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib/aarch64/processor.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Christopherson1-23/+24
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: Use KVM_IOCTL_ERROR() for one-off arm64 ioctlsSean Christopherson1-4/+4
2022-06-11KVM: selftests: Get rid of kvm_util_internal.hSean Christopherson1-1/+0
2022-06-11KVM: selftests: Use kvm_ioctl() helpersSean Christopherson1-2/+2
2022-05-03selftests: KVM: Create helper for making SMCCC callsOliver Upton1-0/+25
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
2021-12-28KVM: selftests: arm64: Initialise default guest mode at test startup timeMarc Zyngier1-0/+9
2021-10-17KVM: arm64: selftests: Add guest support to get the vcpuidRaghavendra Rao Ananta1-0/+6
2021-10-17KVM: arm64: selftests: Maintain consistency for vcpuid typeRaghavendra Rao Ananta1-1/+1
2021-10-17KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REGRaghavendra Rao Ananta1-8/+8
2021-07-15KVM: selftests: Address extra memslot parameters in vm_vaddr_allocRicardo Koller1-1/+1
2021-06-25Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-0/+97
2021-06-24KVM: selftests: Add wrapper to allocate page table pageSean Christopherson1-13/+6
2021-06-24KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson1-8/+7
2021-06-24KVM: selftests: Unconditionally use memslot 0 for vaddr allocationsSean Christopherson1-3/+3
2021-06-14KVM: selftests: Add exception handling support for aarch64Ricardo Koller1-0/+97
2020-11-15KVM: selftests: Make vm_create_default commonAndrew Jones1-17/+0
2020-11-08selftests: kvm: Add exception handling to selftestsAaron Lewis1-0/+4
2020-03-16selftests: kvm: Uses TEST_FAIL in tests/utilitiesWainer dos Santos Moschetta1-9/+8
2020-03-16KVM: selftests: Share common API documentationAndrew Jones1-17/+0
2020-03-16KVM: selftests: Rework debug message printingAndrew Jones1-1/+1
2020-03-16KVM: selftests: Add support for vcpu_args_set to aarch64 and s390xBen Gardon1-0/+35
2020-02-24KVM: selftests: aarch64: Use stream when givenAndrew Jones1-2/+2
2019-09-24KVM: selftests: Introduce VM_MODE_PXXV48_4KPeter Xu1-0/+3
2019-07-15Merge tag 'kvm-s390-next-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-1/+1
2019-06-05kvm: selftests: introduce aarch64_vcpu_add_defaultAndrew Jones1-2/+7
2019-06-05kvm: selftests: introduce aarch64_vcpu_setupAndrew Jones1-6/+13
2019-06-05kvm: selftests: hide vcpu_setup in processor codePaolo Bonzini1-15/+17
2019-06-04KVM: selftests: Introduce a VM_MODE_DEFAULT macro for the default bitsThomas Huth1-1/+1
2019-05-24kvm: selftests: aarch64: compile with warnings onAndrew Jones1-4/+5
2019-05-24kvm: selftests: aarch64: fix default vm modeAndrew Jones1-1/+1
2018-12-21kvm: selftests: add pa-48/va-48 VM modesAndrew Jones1-6/+12
2018-10-17kvm: selftests: stop lying to aarch64 tests about PA-bitsAndrew Jones1-0/+8
2018-10-17kvm: selftests: introduce new VM mode for 64K pagesAndrew Jones1-2/+6
2018-10-17kvm: selftests: add vcpu support for aarch64Andrew Jones1-0/+83
2018-10-17kvm: selftests: add virt mem support for aarch64Andrew Jones1-0/+216