summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/include/aarch64
AgeCommit message (Expand)Author
2024-10-26KVM: arm64: selftests: Convert to kernel's ESR terminologyOliver Upton
2024-08-30KVM: arm64: selftests: Add arch_timer_edge_cases selftestColton Lewis
2024-08-30KVM: arm64: selftests: Ensure pending interrupts are handled in arch_timer testColton Lewis
2024-05-12Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...Paolo Bonzini
2024-04-29Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson
2024-04-25KVM: selftests: Use MPIDR_HWID_BITMASK from cputype.hOliver Upton
2024-04-25KVM: selftests: Add helper for enabling LPIs on a redistributorOliver Upton
2024-04-25KVM: selftests: Add a minimal library for interacting with an ITSOliver Upton
2024-04-25KVM: selftests: Add quadword MMIO accessorsOliver Upton
2024-04-25KVM: selftests: Standardise layout of GIC framesOliver Upton
2024-04-25KVM: selftests: Align with kernel's GIC definitionsOliver Upton
2024-03-11Merge tag 'kvm-x86-selftests-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-03-06KVM: riscv: selftests: Add guest helper to get vcpu idHaibo Xu
2024-02-28KVM: selftests: Allow tagging protected memory in guest page tablesPeter Gonda
2023-11-27KVM: selftests: arm64: Determine max ipa size per-page sizeRyan Roberts
2023-10-24KVM: selftests: aarch64: vPMU register test for unimplemented countersReiji Watanabe
2023-08-02KVM: selftests: Use GUEST_FAIL() in ARM's arch timer helpersSean Christopherson
2023-08-02KVM: selftests: Add #define of expected KVM exit reason for ucallSean Christopherson
2023-08-02KVM: selftests: Add arch ucall.h and inline simple arch hooksSean Christopherson
2023-04-05KVM: selftests: Add a helper for SMCCC calls with SMC instructionOliver Upton
2022-11-10KVM: selftests: aarch64: Add aarch64/page_fault_testRicardo Koller
2022-11-10KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macrosRicardo Koller
2022-11-10KVM: selftests: aarch64: Add virt_get_pte_hva() library functionRicardo Koller
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: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson
2022-06-11KVM: selftests: Return created vcpu from vm_vcpu_add_default()Sean Christopherson
2022-06-11KVM: selftests: Make arm64's guest_get_vcpuid() declaration arm64-onlySean Christopherson
2022-06-11KVM: selftests: Convert vgic_irq away from VCPU_IDSean Christopherson
2022-05-03selftests: KVM: Create helper for making SMCCC callsOliver Upton
2022-01-04Merge branch kvm-arm64/selftest/irq-injection into kvmarm-master/nextMarc Zyngier
2021-12-28KVM: selftests: aarch64: Add tests for IRQFD in vgic_irqRicardo Koller
2021-12-28KVM: selftests: aarch64: Cmdline arg to set number of IRQs in vgic_irq testRicardo Koller
2021-12-28KVM: selftests: aarch64: Add vGIC library functions to deal with vIRQ stateRicardo Koller
2021-12-28KVM: selftests: aarch64: Add GICv3 register accessor library functionsRicardo Koller
2021-12-28KVM: selftests: aarch64: Move gic_v3.h to shared headersRicardo Koller
2021-12-28KVM: selftests: arm64: Check for supported page sizesMarc Zyngier
2021-10-17KVM: arm64: selftests: Add host support for vGICRaghavendra Rao Ananta
2021-10-17KVM: arm64: selftests: Add basic GICv3 supportRaghavendra Rao Ananta
2021-10-17KVM: arm64: selftests: Add light-weight spinlock supportRaghavendra Rao Ananta
2021-10-17KVM: arm64: selftests: Maintain consistency for vcpuid typeRaghavendra Rao Ananta
2021-10-17KVM: arm64: selftests: Add support to disable and enable local IRQsRaghavendra Rao Ananta
2021-10-17KVM: arm64: selftests: Add basic support to generate delaysRaghavendra Rao Ananta
2021-10-17KVM: arm64: selftests: Add basic support for arch_timersRaghavendra Rao Ananta
2021-10-17KVM: arm64: selftests: Add support for cpu_relaxRaghavendra Rao Ananta
2021-10-17KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REGRaghavendra Rao Ananta
2021-10-17tools: arm64: Import sysreg.hRaghavendra Rao Ananta
2021-10-17KVM: arm64: selftests: Add MMIO readl/writel supportRaghavendra Rao Ananta
2021-08-19selftests: KVM: Introduce psci_cpu_on_testOliver Upton
2021-06-14KVM: selftests: Add aarch64/debug-exceptions testRicardo Koller