summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/aarch64
AgeCommit message (Expand)Author
2022-08-01Merge tag 'kvmarm-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2022-07-15KVM: arm64: selftests: Add support for GICv2 on v3Marc Zyngier
2022-07-13KVM: selftests: Fix filename reporting in guest assertsColton Lewis
2022-06-14KVM: selftests: Use kvm_has_cap(), not kvm_check_cap(), where possibleSean Christopherson
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson
2022-06-11KVM: selftests: Add kvm_has_cap() to provide syntactic sugarSean Christopherson
2022-06-11KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()Sean Christopherson
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson
2022-06-11KVM: selftests: Stop hardcoding vCPU IDs in vcpu_width_configSean Christopherson
2022-06-11KVM: selftests: Convert get-reg-list away from its "VCPU_ID"Sean Christopherson
2022-06-11KVM: selftests: Convert hypercalls test away from vm_create_default()Sean Christopherson
2022-06-11KVM: selftests: Sync stage before VM is freed in hypercalls testSean Christopherson
2022-06-11KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpersSean Christopherson
2022-06-11KVM: selftests: Convert vgic_init away from vm_create_default_with_vcpus()Sean Christopherson
2022-06-11KVM: selftests: Convert arch_timer away from VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Convert psci_test away from VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson
2022-06-11KVM: selftests: Convert vgic_irq away from VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Convert debug-exceptions away from VCPU_IDSean Christopherson
2022-06-11KVM: selftests: Make vm_create() a wrapper that specifies VM_MODE_DEFAULTSean Christopherson
2022-06-11KVM: selftests: Rename vm_create_without_vcpus() => vm_create()Sean Christopherson
2022-06-11KVM: selftests: Rename vm_create() => vm_create_barebones(), drop paramSean Christopherson
2022-06-11KVM: selftests: Avoid memory allocations when adding vCPU in get-reg-listSean Christopherson
2022-06-11KVM: selftests: Use vm_create_without_vcpus() in psci_testSean Christopherson
2022-06-11KVM: selftests: Rename MP_STATE and GUEST_DEBUG helpers for consistencySean Christopherson
2022-06-11KVM: selftests: Simplify KVM_ENABLE_CAP helper APIsSean Christopherson
2022-06-11KVM: selftests: Dedup vgic_init's asserts and improve error messagesSean Christopherson
2022-06-11KVM: selftests: Split get/set device_attr helpersSean Christopherson
2022-06-11KVM: selftests: Drop 'int' return from asserting *_has_device_attr()Sean Christopherson
2022-06-11KVM: selftests: Rename KVM_HAS_DEVICE_ATTR helpers for consistencySean Christopherson
2022-06-11KVM: selftests: Multiplex return code and fd in __kvm_create_device()Sean Christopherson
2022-06-11KVM: selftests: Move KVM_CREATE_DEVICE_TEST code to separate helperSean Christopherson
2022-06-11KVM: selftests: Drop @test param from kvm_create_device()Sean Christopherson
2022-06-11KVM: selftests: Use __KVM_SYSCALL_ERROR() to handle non-KVM syscall errorsSean Christopherson
2022-06-11KVM: selftests: Use vcpu_access_device_attr() in arm64 codeSean Christopherson
2022-06-11KVM: selftests: Add __vcpu_run() helperSean Christopherson
2022-06-11KVM: selftests: Drop @mode from common vm_create() helperSean Christopherson
2022-06-11KVM: selftests: Add another underscore to inner ioctl() helpersSean Christopherson
2022-06-11KVM: selftests: Always open VM file descriptors with O_RDWRSean Christopherson
2022-06-11KVM: selftests: Fix typo in vgic_init testSean Christopherson
2022-06-11KVM: selftests: Fix buggy-but-benign check in test_v3_new_redist_regions()Sean Christopherson
2022-05-16Merge branch kvm-arm64/psci-suspend into kvmarm-master/nextMarc Zyngier
2022-05-04selftests: KVM: Test SYSTEM_SUSPEND PSCI callOliver Upton
2022-05-04selftests: KVM: Refactor psci_test to make it amenable to new testsOliver Upton
2022-05-04selftests: KVM: Use KVM_SET_MP_STATE to power off vCPU in psci_testOliver Upton
2022-05-04selftests: KVM: Create helper for making SMCCC callsOliver Upton
2022-05-04selftests: KVM: Rename psci_cpu_on_test to psci_testOliver Upton
2022-05-03selftests: KVM: aarch64: Add the bitmap firmware registers to get-reg-listRaghavendra Rao Ananta
2022-05-03selftests: KVM: aarch64: Introduce hypercall ABI testRaghavendra Rao Ananta
2022-05-03selftests: KVM: Create helper for making SMCCC callsOliver Upton