aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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