summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/debug.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-19Merge branch kvm-arm64/single-step-async-exception into kvmarm-master/nextMarc Zyngier1-1/+33
2022-09-19KVM: arm64: Clear PSTATE.SS when the Software Step state was Active-pendingReiji Watanabe1-1/+21
2022-09-19KVM: arm64: Preserve PSTATE.SS for the guest while single-step is enabledReiji Watanabe1-0/+12
2022-09-16arm64/sysreg: Add _EL1 into ID_AA64DFR0_EL1 definition namesMark Brown1-2/+2
2022-09-16arm64/sysreg: Align field names in ID_AA64DFR0_EL1 with architectureMark Brown1-2/+2
2022-06-29KVM: arm64: Move vcpu debug/SPE/TRBE flags to the input flag setMarc Zyngier1-13/+12
2022-02-08KVM: arm64: Emulate the OS LockOliver Upton1-4/+22
2021-08-20KVM: arm64: MDCR_EL2 is a 64-bit registerFuad Tabba1-1/+1
2021-04-13Merge branch 'kvm-arm64/debug-5.13' into kvmarm-master/nextMarc Zyngier1-28/+61
2021-04-07KVM: arm64: Initialize VCPU mdcr_el2 before loading itAlexandru Elisei1-28/+60
2021-04-06arm64: KVM: Enable access to TRBE support for hostSuzuki K Poulose1-4/+10
2021-04-06KVM: arm64: Move SPE availability check to VCPU loadSuzuki K Poulose1-0/+23
2021-03-24KVM: arm64: Disable guest access to trace filter controlsSuzuki K Poulose1-0/+2
2020-01-22KVM: arm64: Write arch.mdcr_el2 changes since last vcpu_load on VHEAndrew Murray1-1/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-02-19arm/arm64: KVM: Introduce kvm_call_hyp_ret()Marc Zyngier1-1/+1
2018-12-18arm64: KVM: Consistently advance singlestep when emulating instructionsMark Rutland1-21/+0
2018-05-25KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flagsDave Martin1-4/+4
2018-03-19KVM: arm64: Rewrite system register accessors to read/write functionsChristoffer Dall1-9/+19
2018-03-19KVM: arm64: Move debug dirty flag calculation out of world switchChristoffer Dall1-0/+5
2017-11-29KVM: arm/arm64: debug: Introduce helper for single-stepAlex Bennée1-0/+21
2017-02-02arm64: KVM: Save/restore the host SPE state when entering/leaving a VMWill Deacon1-0/+6
2015-07-21KVM: arm64: add trace points for guest_debug debugAlex Bennée1-1/+35
2015-07-21KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUGAlex Bennée1-5/+35
2015-07-21KVM: arm64: introduce vcpu->arch.debug_ptrAlex Bennée1-0/+9
2015-07-21KVM: arm64: guest debug, add support for single-stepAlex Bennée1-4/+64
2015-07-21KVM: arm64: guest debug, add SW break point supportAlex Bennée1-0/+3
2015-07-21KVM: arm: introduce kvm_arm_init/setup/clear_debugAlex Bennée1-0/+81