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