summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/debug.c
AgeCommit message (Expand)AuthorLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-12/+1
2019-02-19arm/arm64: KVM: Introduce kvm_call_hyp_ret()Marc Zyngier-1/+1
2018-12-18arm64: KVM: Consistently advance singlestep when emulating instructionsMark Rutland-21/+0
2018-05-25KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flagsDave Martin-4/+4
2018-03-19KVM: arm64: Rewrite system register accessors to read/write functionsChristoffer Dall-9/+19
2018-03-19KVM: arm64: Move debug dirty flag calculation out of world switchChristoffer Dall-0/+5
2017-11-29KVM: arm/arm64: debug: Introduce helper for single-stepAlex Bennée-0/+21
2017-02-02arm64: KVM: Save/restore the host SPE state when entering/leaving a VMWill Deacon-0/+6
2015-07-21KVM: arm64: add trace points for guest_debug debugAlex Bennée-1/+35
2015-07-21KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUGAlex Bennée-5/+35
2015-07-21KVM: arm64: introduce vcpu->arch.debug_ptrAlex Bennée-0/+9
2015-07-21KVM: arm64: guest debug, add support for single-stepAlex Bennée-4/+64
2015-07-21KVM: arm64: guest debug, add SW break point supportAlex Bennée-0/+3
2015-07-21KVM: arm: introduce kvm_arm_init/setup/clear_debugAlex Bennée-0/+81