summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/aarch64/psci_test.c
AgeCommit message (Expand)Author
2024-12-18KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directoriesSean Christopherson
2024-12-18KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-paramSean Christopherson
2024-10-24KVM: selftests: Add test for PSCI SYSTEM_OFF2David Woodhouse
2024-05-12Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...Paolo Bonzini
2024-04-29KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson
2024-04-25KVM: selftests: Use MPIDR_HWID_BITMASK from cputype.hOliver Upton
2023-03-14KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma
2022-11-16KVM: selftests: Automatically do init_ucall() for non-barebones VMsSean Christopherson
2022-09-28KVM: selftests: Update top-of-file comment in psci_testOliver Upton
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: 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: Consolidate KVM_{G,S}ET_ONE_REG helpersSean 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: 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: 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: Drop @mode from common vm_create() helperSean Christopherson
2022-06-11KVM: selftests: Always open VM file descriptors with O_RDWRSean Christopherson
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