summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib/aarch64/processor.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: arm64: Support P52V48 4K and 16K guest_modesRyan Roberts2023-11-271-9/+30
* KVM: selftests: arm64: Determine max ipa size per-page sizeRyan Roberts2023-11-271-5/+25
* tools headers arm64: Update sysreg.h with kernel sourcesJing Zhang2023-10-181-3/+3
* Merge branch kvm-arm64/smccc-filtering into kvmarm-master/nextMarc Zyngier2023-04-211-19/+33
|\
| * KVM: selftests: Add a helper for SMCCC calls with SMC instructionOliver Upton2023-04-051-19/+33
* | KVM: selftests: arm64: Fix ttbr0_el1 encoding for PA bits > 48Ryan Roberts2023-03-301-2/+5
* | KVM: selftests: arm64: Fix pte encode/decode for PA bits > 48Ryan Roberts2023-03-301-8/+24
|/
* KVM: arm64: selftests: Align VA space allocator with TTBR0Oliver Upton2022-12-091-0/+10
* Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini2022-12-091-21/+34
|\
| * Merge branch kvm-arm64/selftest/s2-faults into kvmarm-master/nextMarc Zyngier2022-12-051-18/+30
| |\
| | * KVM: selftests: Use the right memslot for code, page-tables, and data allocat...Ricardo Koller2022-11-101-5/+7
| | * KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc()Ricardo Koller2022-11-101-12/+15
| | * KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macrosRicardo Koller2022-11-101-1/+1
| | * KVM: selftests: aarch64: Add virt_get_pte_hva() library functionRicardo Koller2022-11-101-3/+10
| * | KVM: arm64: selftests: Use FIELD_GET() to extract ID register fieldsReiji Watanabe2022-11-101-3/+4
| |/
* / KVM: selftests: Add arch specific initializationVishal Annapurve2022-11-161-9/+9
|/
* KVM: selftests: Sanity check input to ioctls() at build timeSean Christopherson2022-06-111-1/+1
* KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson2022-06-111-23/+24
* KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpersSean Christopherson2022-06-111-14/+14
* KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson2022-06-111-5/+4
* KVM: selftests: Return created vcpu from vm_vcpu_add_default()Sean Christopherson2022-06-111-8/+12
* KVM: selftests: Add "arch" to common utils that have arch implementationsSean Christopherson2022-06-111-6/+6
* KVM: selftests: Use KVM_IOCTL_ERROR() for one-off arm64 ioctlsSean Christopherson2022-06-111-4/+4
* KVM: selftests: Get rid of kvm_util_internal.hSean Christopherson2022-06-111-1/+0
* KVM: selftests: Use kvm_ioctl() helpersSean Christopherson2022-06-111-2/+2
* selftests: KVM: Create helper for making SMCCC callsOliver Upton2022-05-031-0/+25
* KVM: selftests: arm64: Add support for various modes with 16kB page sizeMarc Zyngier2021-12-281-0/+10
* KVM: selftests: arm64: Add support for VM_MODE_P36V48_{4K,64K}Marc Zyngier2021-12-281-0/+6
* KVM: selftests: arm64: Rework TCR_EL1 configurationMarc Zyngier2021-12-281-7/+14
* KVM: selftests: arm64: Check for supported page sizesMarc Zyngier2021-12-281-0/+36
* KVM: selftests: arm64: Initialise default guest mode at test startup timeMarc Zyngier2021-12-281-0/+9
* KVM: arm64: selftests: Add guest support to get the vcpuidRaghavendra Rao Ananta2021-10-171-0/+6
* KVM: arm64: selftests: Maintain consistency for vcpuid typeRaghavendra Rao Ananta2021-10-171-1/+1
* KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REGRaghavendra Rao Ananta2021-10-171-8/+8
* KVM: selftests: Address extra memslot parameters in vm_vaddr_allocRicardo Koller2021-07-151-1/+1
* Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-06-251-0/+97
|\
| * KVM: selftests: Add exception handling support for aarch64Ricardo Koller2021-06-141-0/+97
* | KVM: selftests: Add wrapper to allocate page table pageSean Christopherson2021-06-241-13/+6
* | KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson2021-06-241-8/+7
* | KVM: selftests: Unconditionally use memslot 0 for vaddr allocationsSean Christopherson2021-06-241-3/+3
|/
* KVM: selftests: Make vm_create_default commonAndrew Jones2020-11-151-17/+0
* selftests: kvm: Add exception handling to selftestsAaron Lewis2020-11-081-0/+4
* selftests: kvm: Uses TEST_FAIL in tests/utilitiesWainer dos Santos Moschetta2020-03-161-9/+8
* KVM: selftests: Share common API documentationAndrew Jones2020-03-161-17/+0
* KVM: selftests: Rework debug message printingAndrew Jones2020-03-161-1/+1
* KVM: selftests: Add support for vcpu_args_set to aarch64 and s390xBen Gardon2020-03-161-0/+35
* KVM: selftests: aarch64: Use stream when givenAndrew Jones2020-02-241-2/+2
* KVM: selftests: Introduce VM_MODE_PXXV48_4KPeter Xu2019-09-241-0/+3
* Merge tag 'kvm-s390-next-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2019-07-151-1/+1
|\
| * KVM: selftests: Introduce a VM_MODE_DEFAULT macro for the default bitsThomas Huth2019-06-041-1/+1