summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kvm/aarch64/debug-exceptions.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-12KVM: selftests: Fix GUEST_PRINTF() format warnings in ARM codeSean Christopherson1-1/+1
2023-10-19tools headers arm64: Update sysreg.h with kernel sourcesJing Zhang1-6/+6
2023-08-03KVM: selftests: Rip out old, param-based guest assert macrosSean Christopherson1-2/+0
2023-08-03KVM: selftests: Convert debug-exceptions to printf style GUEST_ASSERTSean Christopherson1-4/+6
2022-12-12Merge remote-tracking branch 'kvm/queue' into HEADPaolo Bonzini1-10/+11
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini1-72/+239
2022-12-02KVM: arm64: selftests: Enable single-step without a "full" ucall()Sean Christopherson1-10/+11
2022-11-17KVM: selftests: Automatically do init_ucall() for non-barebones VMsSean Christopherson1-2/+0
2022-11-17KVM: arm64: selftests: Disable single-step without relying on ucall()Sean Christopherson1-13/+15
2022-11-17KVM: arm64: selftests: Disable single-step with correct KVM defineSean Christopherson1-1/+1
2022-11-16KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validationVipin Sharma1-1/+1
2022-11-16KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()Vipin Sharma1-1/+1
2022-11-10KVM: arm64: selftests: Test with every breakpoint/watchpointReiji Watanabe1-12/+42
2022-11-10KVM: arm64: selftests: Add a test case for a linked watchpointReiji Watanabe1-0/+35
2022-11-10KVM: arm64: selftests: Add a test case for a linked breakpointReiji Watanabe1-6/+57
2022-11-10KVM: arm64: selftests: Change debug_version() to take ID_AA64DFR0_EL1Reiji Watanabe1-5/+4
2022-11-10KVM: arm64: selftests: Stop unnecessary test stage tracking of debug-exceptionsReiji Watanabe1-37/+9
2022-11-10KVM: arm64: selftests: Add helpers to enable debug exceptionsReiji Watanabe1-12/+13
2022-11-10KVM: arm64: selftests: Remove the hard-coded {b,w}pn#0 from debug-exceptionsReiji Watanabe1-18/+32
2022-11-10KVM: arm64: selftests: Add write_dbg{b,w}{c,v}r helpers in debug-exceptionsReiji Watanabe1-4/+68
2022-11-10KVM: arm64: selftests: Use FIELD_GET() to extract ID register fieldsReiji Watanabe1-1/+2
2022-09-19KVM: arm64: selftests: Add a test case for KVM_GUESTDBG_SINGLESTEPReiji Watanabe1-0/+131
2022-09-19KVM: arm64: selftests: Refactor debug-exceptions to make it amenable to new t...Reiji Watanabe1-4/+14
2022-07-14KVM: selftests: Fix filename reporting in guest assertsColton Lewis1-3/+1
2022-06-11KVM: selftests: Add TEST_REQUIRE macros to reduce skipping copy+pasteSean Christopherson1-5/+2
2022-06-11KVM: selftests: Purge vm+vcpu_id == vcpu sillinessSean Christopherson1-4/+4
2022-06-11KVM: selftests: Consolidate KVM_{G,S}ET_ONE_REG helpersSean Christopherson1-1/+1
2022-06-11KVM: selftests: Convert debug-exceptions away from VCPU_IDSean Christopherson1-9/+8
2022-02-08selftests: KVM: Test OS lock behaviorOliver Upton1-2/+56
2021-10-17KVM: arm64: selftests: Introduce ARM64_SYS_KVM_REGRaghavendra Rao Ananta1-1/+1
2021-10-17tools: arm64: Import sysreg.hRaghavendra Rao Ananta1-14/+14
2021-06-14KVM: selftests: Add aarch64/debug-exceptions testRicardo Koller1-0/+250