summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/aarch64/arch_timer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...Paolo Bonzini2024-05-121-2/+1
|\
| * Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson2024-04-291-0/+1
| * KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson2024-04-291-2/+0
* | KVM: selftests: Standardise layout of GIC framesOliver Upton2024-04-251-6/+2
|/
* Merge tag 'kvm-riscv-fixes-6.9-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2024-04-021-1/+1
|\
| * KVM: selftests: Fix spelling mistake "trigged" -> "triggered"Colin Ian King2024-03-251-1/+1
* | KVM: selftests: Fix __GUEST_ASSERT() format warnings in ARM's arch timer testSean Christopherson2024-03-261-1/+1
|/
* Merge tag 'kvm-riscv-6.9-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2024-03-111-275/+20
|\
| * KVM: riscv: selftests: Add sstc timer testHaibo Xu2024-03-061-4/+8
| * KVM: arm64: selftests: Split arch_timer test codeHaibo Xu2024-02-261-279/+6
| * KVM: arm64: selftests: Enable tuning of error margin in arch_timer testHaibo Xu2024-02-261-9/+23
| * KVM: arm64: selftests: Data type cleanup for arch_timer testHaibo Xu2024-02-261-6/+6
* | Merge tag 'kvmarm-6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini2024-03-111-2/+2
|\ \ | |/ |/|
| * KVM: selftests: Print timer ctl register in ISTATUS assertionOliver Upton2024-02-131-1/+1
| * KVM: selftests: Fix GUEST_PRINTF() format warnings in ARM codeSean Christopherson2024-02-121-2/+2
* | KVM: selftests: aarch64: Remove redundant newlinesAndrew Jones2024-01-291-6/+6
|/
* KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson2023-08-021-2/+0
* KVM: selftests: Convert aarch_timer to printf style GUEST_ASSERTSean Christopherson2023-08-021-12/+10
* KVM: arm64: selftests: Augment existing timer test to handle variable offsetMarc Zyngier2023-03-301-1/+15
* KVM: arm64: selftests: Deal with spurious timer interruptsMarc Zyngier2023-03-301-15/+25
* KVM: selftests: Use non-atomic clear/set bit helpers in KVM testsSean Christopherson2022-12-021-1/+1
* KVM: selftests: move common startup logic to kvm_util.cVishal Annapurve2022-11-161-3/+0
* KVM: selftests: Automatically do init_ucall() for non-barebones VMsSean Christopherson2022-11-161-1/+0
* KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validationVipin Sharma2022-11-161-20/+5
* KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()Vipin Sharma2022-11-161-4/+4
* KVM: selftests: Fix filename reporting in guest assertsColton Lewis2022-07-131-4/+7
* KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson2022-06-111-8/+3
* KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson2022-06-111-5/+5
* KVM: selftests: Convert arch_timer away from VCPU_IDSean Christopherson2022-06-111-35/+27
* KVM: selftests: Split get/set device_attr helpersSean Christopherson2022-06-111-4/+4
* KVM: selftests: Use vcpu_access_device_attr() in arm64 codeSean Christopherson2022-06-111-6/+4
* selftests: KVM: Free the GIC FD when cleaning up in arch_timerOliver Upton2022-04-071-4/+11
* KVM: selftests: aarch64: Skip tests if we can't create a vgic-v3Mark Brown2022-02-251-1/+6
* KVM: selftests: aarch64: Cmdline arg to set number of IRQs in vgic_irq testRicardo Koller2021-12-281-1/+1
* KVM: arm64: selftests: arch_timer: Support vCPU migrationRaghavendra Rao Ananta2021-10-171-1/+114
* KVM: arm64: selftests: Add arch_timer testRaghavendra Rao Ananta2021-10-171-0/+366