summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/kvm/lib/aarch64
AgeCommit message (Expand)AuthorLines
2024-12-18KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directoriesSean Christopherson-1886/+0
2024-12-18KVM: selftests: Return a value from vcpu_get_reg() instead of using an out-paramSean Christopherson-4/+4
2024-10-26KVM: arm64: selftests: Convert to kernel's ESR terminologyOliver Upton-3/+3
2024-08-30KVM: arm64: selftests: Ensure pending interrupts are handled in arch_timer testColton Lewis-0/+6
2024-05-12Merge tag 'kvm-x86-selftests_utils-6.10' of https://github.com/kvm-x86/linux ...Paolo Bonzini-0/+2
2024-04-29Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson-0/+2
2024-04-25KVM: selftests: Add helper for enabling LPIs on a redistributorOliver Upton-0/+26
2024-04-25KVM: selftests: Add a minimal library for interacting with an ITSOliver Upton-0/+266
2024-04-25KVM: selftests: Standardise layout of GIC framesOliver Upton-57/+45
2024-04-25KVM: selftests: Align with kernel's GIC definitionsOliver Upton-1/+12
2024-03-11Merge tag 'kvm-x86-selftests-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-6/+18
2024-02-28KVM: selftests: Move setting a vCPU's entry point to a dedicated APISean Christopherson-6/+18
2024-01-29KVM: selftests: aarch64: Remove redundant newlinesAndrew Jones-3/+3
2023-11-27KVM: selftests: arm64: Support P52V48 4K and 16K guest_modesRyan Roberts-9/+30
2023-11-27KVM: selftests: arm64: Determine max ipa size per-page sizeRyan Roberts-5/+25
2023-10-18tools headers arm64: Update sysreg.h with kernel sourcesJing Zhang-3/+3
2023-08-02KVM: selftests: Add arch ucall.h and inline simple arch hooksSean Christopherson-10/+1
2023-04-21Merge branch kvm-arm64/smccc-filtering into kvmarm-master/nextMarc Zyngier-19/+33
2023-04-05KVM: selftests: Add a helper for SMCCC calls with SMC instructionOliver Upton-19/+33
2023-03-30KVM: selftests: arm64: Fix ttbr0_el1 encoding for PA bits > 48Ryan Roberts-2/+5
2023-03-30KVM: selftests: arm64: Fix pte encode/decode for PA bits > 48Ryan Roberts-8/+24
2022-12-27KVM: arm64: selftests: Don't identity map the ucall MMIO holeOliver Upton-2/+4
2022-12-09KVM: arm64: selftests: Align VA space allocator with TTBR0Oliver Upton-0/+10
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini-21/+34
2022-12-05Merge branch kvm-arm64/selftest/s2-faults into kvmarm-master/nextMarc Zyngier-18/+30
2022-11-16KVM: selftests: Add arch specific initializationVishal Annapurve-9/+9
2022-11-16KVM: selftests: Add ucall pool based implementationPeter Gonda-5/+2
2022-11-16KVM: selftests: Drop now-unnecessary ucall_uninit()Sean Christopherson-12/+2
2022-11-16KVM: selftests: Make arm64's MMIO ucall multi-VM friendlySean Christopherson-5/+14
2022-11-16KVM: selftests: Automatically do init_ucall() for non-barebones VMsSean Christopherson-51/+3
2022-11-16KVM: selftests: Consolidate boilerplate code in get_ucall()Sean Christopherson-11/+3
2022-11-16KVM: selftests: Consolidate common code for populating ucall structSean Christopherson-17/+5
2022-11-10KVM: selftests: Use the right memslot for code, page-tables, and data allocat...Ricardo Koller-5/+7
2022-11-10KVM: selftests: Fix alignment in virt_arch_pgd_alloc() and vm_vaddr_alloc()Ricardo Koller-12/+15
2022-11-10KVM: selftests: aarch64: Construct DEFAULT_MAIR_EL1 using sysreg.h macrosRicardo Koller-1/+1
2022-11-10KVM: selftests: aarch64: Add virt_get_pte_hva() library functionRicardo Koller-3/+10
2022-11-10KVM: arm64: selftests: Use FIELD_GET() to extract ID register fieldsReiji Watanabe-3/+4
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini-75/+73
2022-06-23selftests: KVM: Handle compiler optimizations in ucallRaghavendra Rao Ananta-5/+4
2022-06-11KVM: selftests: Sanity check input to ioctls() at build timeSean Christopherson-1/+1
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson-27/+28
2022-06-11KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpersSean Christopherson-14/+14
2022-06-11KVM: selftests: Rename vm_vcpu_add* helpers to better show relationshipsSean Christopherson-5/+4
2022-06-11KVM: selftests: Return created vcpu from vm_vcpu_add_default()Sean Christopherson-8/+12
2022-06-11KVM: selftests: Add "arch" to common utils that have arch implementationsSean Christopherson-6/+6
2022-06-11KVM: selftests: Convert vgic_irq away from VCPU_IDSean Christopherson-5/+5
2022-06-11KVM: selftests: Split get/set device_attr helpersSean Christopherson-16/+15
2022-06-11KVM: selftests: Multiplex return code and fd in __kvm_create_device()Sean Christopherson-2/+3
2022-06-11KVM: selftests: Move KVM_CREATE_DEVICE_TEST code to separate helperSean Christopherson-2/+1
2022-06-11KVM: selftests: Use KVM_IOCTL_ERROR() for one-off arm64 ioctlsSean Christopherson-4/+4