summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/aarch64/get-reg-list.c
AgeCommit message (Expand)AuthorLines
2024-12-18KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directoriesSean Christopherson-771/+0
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+14
2024-09-04KVM: selftests: get-reg-list: add Permission Overlay registersJoey Gouly-0/+14
2024-08-07KVM: selftests: arm64: Correct feature test for S1PIE in get-reg-listMark Brown-2/+2
2023-08-09KVM: arm64: selftests: Move finalize_vcpu back to run_testHaibo Xu-0/+13
2023-08-09KVM: arm64: selftests: Move reject_set check logic to a functionHaibo Xu-0/+5
2023-08-09KVM: arm64: selftests: Split get-reg-list test codeAndrew Jones-356/+11
2023-08-08KVM: arm64: selftests: Delete core_reg_fixupAndrew Jones-73/+10
2023-08-08KVM: arm64: selftests: Rename vcpu_config and add to kvm_util.hAndrew Jones-38/+22
2023-08-08KVM: arm64: selftests: Remove print_reg's dependency on vcpu_configAndrew Jones-26/+26
2023-08-08KVM: arm64: selftests: Drop SVE cap check in print_regAndrew Jones-14/+1
2023-08-08KVM: arm64: selftests: Replace str_with_index with strdup_printfAndrew Jones-18/+5
2023-06-06KVM: selftests: get-reg-list: add Permission Indirection registersJoey Gouly-0/+21
2023-06-06KVM: selftests: get-reg-list: support ID register featuresJoey Gouly-1/+31
2023-04-21Merge branch kvm-arm64/selftest/misc-6.4 into kvmarm-master/nextMarc Zyngier-5/+5
2023-03-30KVM: selftests: Comment newly defined aarch64 ID registersMark Brown-5/+5
2023-03-30KVM: arm64: selftests: Add physical timer registers to the sysreg listMarc Zyngier-1/+4
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson-4/+6
2022-06-11KVM: selftests: Add kvm_has_cap() to provide syntactic sugarSean Christopherson-1/+1
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson-8/+8
2022-06-11KVM: selftests: Convert get-reg-list away from its "VCPU_ID"Sean Christopherson-7/+8
2022-06-11KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpersSean Christopherson-1/+1
2022-06-11KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson-1/+1
2022-06-11KVM: selftests: Rename vm_create() => vm_create_barebones(), drop paramSean Christopherson-1/+1
2022-06-11KVM: selftests: Avoid memory allocations when adding vCPU in get-reg-listSean Christopherson-1/+2
2022-06-11KVM: selftests: Drop @mode from common vm_create() helperSean Christopherson-1/+1
2022-06-11KVM: selftests: Add another underscore to inner ioctl() helpersSean Christopherson-3/+3
2022-06-11KVM: selftests: Always open VM file descriptors with O_RDWRSean Christopherson-1/+1
2022-05-03selftests: KVM: aarch64: Add the bitmap firmware registers to get-reg-listRaghavendra Rao Ananta-0/+8
2022-04-07KVM: selftests: get-reg-list: Add KVM_REG_ARM_FW_REG(3)Andrew Jones-4/+10
2022-02-08selftests: KVM: Add OSLSR_EL1 to the list of blessed regsOliver Upton-0/+1
2022-01-04KVM: arm64: selftests: get-reg-list: Add pauth configurationMarc Zyngier-0/+50
2021-07-14KVM: arm64: selftests: get-reg-list: actually enable pmu regs in pmu sublistAndrew Jones-1/+2
2021-06-22KVM: arm64: selftests: get-reg-list: Split base and pmu registersAndrew Jones-8/+31
2021-06-22KVM: arm64: selftests: get-reg-list: Remove get-reg-list-sveAndrew Jones-10/+21
2021-06-22KVM: arm64: selftests: get-reg-list: Provide config selection optionAndrew Jones-3/+53
2021-06-22KVM: arm64: selftests: get-reg-list: Prepare to run multiple configs at onceAndrew Jones-17/+51
2021-06-22KVM: arm64: selftests: get-reg-list: Introduce vcpu configsAndrew Jones-90/+175
2020-11-27KVM: arm64: selftests: Filter out DEMUX registersAndrew Jones-9/+30
2020-11-08KVM: selftests: Add blessed SVE registers to get-reg-listAndrew Jones-42/+212
2020-11-08KVM: selftests: Add aarch64 get-reg-list testAndrew Jones-0/+671