summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/aarch64
AgeCommit message (Expand)Author
2023-04-21Merge branch kvm-arm64/smccc-filtering into kvmarm-master/nextMarc Zyngier
2023-04-21Merge branch kvm-arm64/selftest/misc-6.4 into kvmarm-master/nextMarc Zyngier
2023-04-08KVM: selftests: Fix spelling mistake "KVM_HYPERCAL_EXIT_SMC" -> "KVM_HYPERCAL...Colin Ian King
2023-04-08KVM: arm64: Test that SMC64 arch calls are reservedOliver Upton
2023-04-05KVM: selftests: Add test for SMCCC filterOliver Upton
2023-03-30KVM: selftests: Comment newly defined aarch64 ID registersMark Brown
2023-03-30KVM: arm64: selftests: Augment existing timer test to handle variable offsetMarc Zyngier
2023-03-30KVM: arm64: selftests: Deal with spurious timer interruptsMarc Zyngier
2023-03-30KVM: arm64: selftests: Add physical timer registers to the sysreg listMarc Zyngier
2023-03-14KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma
2023-02-20Merge tag 'kvmarm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2023-02-03KVM: selftests: Remove redundant setbuf()Shaoqin Huang
2023-01-29KVM: selftests: aarch64: Test read-only PT memory regionsRicardo Koller
2023-01-29KVM: selftests: aarch64: Fix check of dirty log PT writeRicardo Koller
2023-01-29KVM: selftests: aarch64: Do not default to dirty PTE pages on all S1PTWsRicardo Koller
2023-01-29KVM: selftests: aarch64: Relax userfaultfd read vs. write checksRicardo Koller
2022-12-27KVM: selftests: Define literal to asm constraint in aarch64 as unsigned longSean Christopherson
2022-12-12Merge remote-tracking branch 'kvm/queue' into HEADPaolo Bonzini
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini
2022-12-05Merge branch kvm-arm64/selftest/s2-faults into kvmarm-master/nextMarc Zyngier
2022-12-02KVM: selftests: Use non-atomic clear/set bit helpers in KVM testsSean Christopherson
2022-12-02KVM: arm64: selftests: Enable single-step without a "full" ucall()Sean Christopherson
2022-11-16KVM: selftests: move common startup logic to kvm_util.cVishal Annapurve
2022-11-16KVM: selftests: Drop now-unnecessary ucall_uninit()Sean Christopherson
2022-11-16KVM: selftests: Automatically do init_ucall() for non-barebones VMsSean Christopherson
2022-11-16KVM: arm64: selftests: Disable single-step without relying on ucall()Sean Christopherson
2022-11-16KVM: arm64: selftests: Disable single-step with correct KVM defineSean Christopherson
2022-11-16KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validationVipin Sharma
2022-11-16KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()Vipin Sharma
2022-11-10KVM: selftests: aarch64: Add mix of tests into page_fault_testRicardo Koller
2022-11-10KVM: selftests: aarch64: Add readonly memslot tests into page_fault_testRicardo Koller
2022-11-10KVM: selftests: aarch64: Add dirty logging tests into page_fault_testRicardo Koller
2022-11-10KVM: selftests: aarch64: Add userfaultfd tests into page_fault_testRicardo Koller
2022-11-10KVM: selftests: aarch64: Add aarch64/page_fault_testRicardo Koller
2022-11-10KVM: arm64: selftests: Test with every breakpoint/watchpointReiji Watanabe
2022-11-10KVM: arm64: selftests: Add a test case for a linked watchpointReiji Watanabe
2022-11-10KVM: arm64: selftests: Add a test case for a linked breakpointReiji Watanabe
2022-11-10KVM: arm64: selftests: Change debug_version() to take ID_AA64DFR0_EL1Reiji Watanabe
2022-11-10KVM: arm64: selftests: Stop unnecessary test stage tracking of debug-exceptionsReiji Watanabe
2022-11-10KVM: arm64: selftests: Add helpers to enable debug exceptionsReiji Watanabe
2022-11-10KVM: arm64: selftests: Remove the hard-coded {b,w}pn#0 from debug-exceptionsReiji Watanabe
2022-11-10KVM: arm64: selftests: Add write_dbg{b,w}{c,v}r helpers in debug-exceptionsReiji Watanabe
2022-11-10KVM: arm64: selftests: Use FIELD_GET() to extract ID register fieldsReiji Watanabe
2022-10-10KVM: arm64: selftests: Fix multiple versions of GIC creationZenghui Yu
2022-10-01Merge branch kvm-arm64/misc-6.1 into kvmarm-master/nextMarc Zyngier
2022-09-28KVM: selftests: Update top-of-file comment in psci_testOliver Upton
2022-09-19Merge branch kvm-arm64/single-step-async-exception into kvmarm-master/nextMarc Zyngier
2022-09-19KVM: arm64: selftests: Add a test case for KVM_GUESTDBG_SINGLESTEPReiji Watanabe
2022-09-19KVM: arm64: selftests: Refactor debug-exceptions to make it amenable to new t...Reiji Watanabe
2022-09-14KVM: selftests: Add test for AArch32 ID registersOliver Upton