summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/aarch64/psci_test.c
AgeCommit message (Expand)AuthorLines
2024-12-18KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directoriesSean Christopherson-290/+0
2024-12-18KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-paramSean Christopherson-4/+4
2024-10-24KVM: selftests: Add test for PSCI SYSTEM_OFF2David Woodhouse-0/+92
2024-05-12Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...Paolo Bonzini-2/+0
2024-04-29KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson-3/+0
2024-04-25KVM: selftests: Use MPIDR_HWID_BITMASK from cputype.hOliver Upton-0/+2
2023-03-14KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma-3/+1
2022-11-16KVM: selftests: Automatically do init_ucall() for non-barebones VMsSean Christopherson-1/+0
2022-09-28KVM: selftests: Update top-of-file comment in psci_testOliver Upton-4/+6
2022-07-13KVM: selftests: Fix filename reporting in guest assertsColton Lewis-2/+1
2022-06-14KVM: selftests: Use kvm_has_cap(), not kvm_check_cap(), where possibleSean Christopherson-1/+1
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson-4/+1
2022-06-11KVM: selftests: Move per-VM/per-vCPU nr pages calculation to __vm_create()Sean Christopherson-1/+1
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson-8/+8
2022-06-11KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpersSean Christopherson-3/+3
2022-06-11KVM: selftests: Convert psci_test away from VCPU_IDSean Christopherson-25/+25
2022-06-11KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson-2/+2
2022-06-11KVM: selftests: Make vm_create() a wrapper that specifies VM_MODE_DEFAULTSean Christopherson-1/+1
2022-06-11KVM: selftests: Rename vm_create_without_vcpus() => vm_create()Sean Christopherson-1/+1
2022-06-11KVM: selftests: Use vm_create_without_vcpus() in psci_testSean Christopherson-2/+1
2022-06-11KVM: selftests: Rename MP_STATE and GUEST_DEBUG helpers for consistencySean Christopherson-1/+1
2022-06-11KVM: selftests: Simplify KVM_ENABLE_CAP helper APIsSean Christopherson-10/+1
2022-06-11KVM: selftests: Drop @mode from common vm_create() helperSean Christopherson-1/+1
2022-06-11KVM: selftests: Always open VM file descriptors with O_RDWRSean Christopherson-1/+1
2022-05-04selftests: KVM: Test SYSTEM_SUSPEND PSCI callOliver Upton-0/+69
2022-05-04selftests: KVM: Refactor psci_test to make it amenable to new testsOliver Upton-37/+60
2022-05-04selftests: KVM: Use KVM_SET_MP_STATE to power off vCPU in psci_testOliver Upton-2/+11
2022-05-04selftests: KVM: Create helper for making SMCCC callsOliver Upton-17/+8
2022-05-04selftests: KVM: Rename psci_cpu_on_test to psci_testOliver Upton-0/+121