summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/aarch64
Commit message (Expand)AuthorAgeFilesLines
* KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpersSean Christopherson2022-06-114-31/+11
* KVM: selftests: Convert vgic_init away from vm_create_default_with_vcpus()Sean Christopherson2022-06-111-31/+51
* KVM: selftests: Convert arch_timer away from VCPU_IDSean Christopherson2022-06-111-35/+27
* KVM: selftests: Convert psci_test away from VCPU_IDSean Christopherson2022-06-111-25/+25
* KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson2022-06-114-12/+12
* KVM: selftests: Convert vgic_irq away from VCPU_IDSean Christopherson2022-06-111-14/+16
* KVM: selftests: Convert debug-exceptions away from VCPU_IDSean Christopherson2022-06-111-9/+8
* KVM: selftests: Make vm_create() a wrapper that specifies VM_MODE_DEFAULTSean Christopherson2022-06-111-1/+1
* KVM: selftests: Rename vm_create_without_vcpus() => vm_create()Sean Christopherson2022-06-111-1/+1
* KVM: selftests: Rename vm_create() => vm_create_barebones(), drop paramSean Christopherson2022-06-112-4/+4
* KVM: selftests: Avoid memory allocations when adding vCPU in get-reg-listSean Christopherson2022-06-111-1/+2
* KVM: selftests: Use vm_create_without_vcpus() in psci_testSean Christopherson2022-06-111-2/+1
* KVM: selftests: Rename MP_STATE and GUEST_DEBUG helpers for consistencySean Christopherson2022-06-111-1/+1
* KVM: selftests: Simplify KVM_ENABLE_CAP helper APIsSean Christopherson2022-06-111-10/+1
* KVM: selftests: Dedup vgic_init's asserts and improve error messagesSean Christopherson2022-06-111-65/+47
* KVM: selftests: Split get/set device_attr helpersSean Christopherson2022-06-112-129/+125
* KVM: selftests: Drop 'int' return from asserting *_has_device_attr()Sean Christopherson2022-06-111-2/+2
* KVM: selftests: Rename KVM_HAS_DEVICE_ATTR helpers for consistencySean Christopherson2022-06-111-7/+5
* KVM: selftests: Multiplex return code and fd in __kvm_create_device()Sean Christopherson2022-06-111-3/+3
* KVM: selftests: Move KVM_CREATE_DEVICE_TEST code to separate helperSean Christopherson2022-06-111-5/+5
* KVM: selftests: Drop @test param from kvm_create_device()Sean Christopherson2022-06-111-8/+6
* KVM: selftests: Use __KVM_SYSCALL_ERROR() to handle non-KVM syscall errorsSean Christopherson2022-06-111-3/+2
* KVM: selftests: Use vcpu_access_device_attr() in arm64 codeSean Christopherson2022-06-111-6/+4
* KVM: selftests: Add __vcpu_run() helperSean Christopherson2022-06-111-4/+2
* KVM: selftests: Drop @mode from common vm_create() helperSean Christopherson2022-06-113-5/+5
* KVM: selftests: Add another underscore to inner ioctl() helpersSean Christopherson2022-06-114-9/+9
* KVM: selftests: Always open VM file descriptors with O_RDWRSean Christopherson2022-06-113-5/+5
* KVM: selftests: Fix typo in vgic_init testSean Christopherson2022-06-111-2/+3
* KVM: selftests: Fix buggy-but-benign check in test_v3_new_redist_regions()Sean Christopherson2022-06-111-2/+2
* Merge branch kvm-arm64/psci-suspend into kvmarm-master/nextMarc Zyngier2022-05-161-31/+132
|\
| * selftests: KVM: Test SYSTEM_SUSPEND PSCI callOliver Upton2022-05-041-0/+69
| * selftests: KVM: Refactor psci_test to make it amenable to new testsOliver Upton2022-05-041-37/+60
| * selftests: KVM: Use KVM_SET_MP_STATE to power off vCPU in psci_testOliver Upton2022-05-041-2/+11
| * selftests: KVM: Create helper for making SMCCC callsOliver Upton2022-05-041-17/+8
| * selftests: KVM: Rename psci_cpu_on_test to psci_testOliver Upton2022-05-041-0/+0
* | selftests: KVM: aarch64: Add the bitmap firmware registers to get-reg-listRaghavendra Rao Ananta2022-05-031-0/+8
* | selftests: KVM: aarch64: Introduce hypercall ABI testRaghavendra Rao Ananta2022-05-031-0/+336
* | selftests: KVM: Create helper for making SMCCC callsOliver Upton2022-05-031-17/+8
* | selftests: KVM: Rename psci_cpu_on_test to psci_testOliver Upton2022-05-031-0/+0
|/
* selftests: KVM: Free the GIC FD when cleaning up in arch_timerOliver Upton2022-04-071-4/+11
* KVM: selftests: get-reg-list: Add KVM_REG_ARM_FW_REG(3)Andrew Jones2022-04-071-4/+10
* KVM: arm64: selftests: Introduce vcpu_width_configReiji Watanabe2022-04-061-0/+122
* Merge tag 'kvmarm-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-03-183-21/+83
|\
| * Merge branch kvm-arm64/selftest/vgic-5.18 into kvmarm-master/nextMarc Zyngier2022-02-081-19/+26
| |\
| | * kvm: selftests: aarch64: fix some vgic related commentsRicardo Koller2022-02-081-4/+8
| | * kvm: selftests: aarch64: fix the failure check in kvm_set_gsi_routing_irqchip...Ricardo Koller2022-02-081-2/+2
| | * kvm: selftests: aarch64: pass vgic_irq guest args as a pointerRicardo Koller2022-02-081-13/+16
| * | selftests: KVM: Test OS lock behaviorOliver Upton2022-02-081-2/+56
| * | selftests: KVM: Add OSLSR_EL1 to the list of blessed regsOliver Upton2022-02-081-0/+1
| |/
* / KVM: selftests: aarch64: Skip tests if we can't create a vgic-v3Mark Brown2022-02-252-1/+10
|/