summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/debug.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: Drop SYS_ from SPE register definesRob Herring2023-01-191-1/+1
* Merge branch kvm-arm64/single-step-async-exception into kvmarm-master/nextMarc Zyngier2022-09-191-1/+33
|\
| * KVM: arm64: Clear PSTATE.SS when the Software Step state was Active-pendingReiji Watanabe2022-09-191-1/+21
| * KVM: arm64: Preserve PSTATE.SS for the guest while single-step is enabledReiji Watanabe2022-09-191-0/+12
* | arm64/sysreg: Add _EL1 into ID_AA64DFR0_EL1 definition namesMark Brown2022-09-161-2/+2
* | arm64/sysreg: Align field names in ID_AA64DFR0_EL1 with architectureMark Brown2022-09-161-2/+2
|/
* KVM: arm64: Move vcpu debug/SPE/TRBE flags to the input flag setMarc Zyngier2022-06-291-13/+12
* KVM: arm64: Emulate the OS LockOliver Upton2022-02-081-4/+22
* KVM: arm64: MDCR_EL2 is a 64-bit registerFuad Tabba2021-08-201-1/+1
* Merge branch 'kvm-arm64/debug-5.13' into kvmarm-master/nextMarc Zyngier2021-04-131-28/+61
|\
| * KVM: arm64: Initialize VCPU mdcr_el2 before loading itAlexandru Elisei2021-04-071-28/+60
* | arm64: KVM: Enable access to TRBE support for hostSuzuki K Poulose2021-04-061-4/+10
* | KVM: arm64: Move SPE availability check to VCPU loadSuzuki K Poulose2021-04-061-0/+23
|/
* KVM: arm64: Disable guest access to trace filter controlsSuzuki K Poulose2021-03-241-0/+2
* KVM: arm64: Write arch.mdcr_el2 changes since last vcpu_load on VHEAndrew Murray2020-01-221-1/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* arm/arm64: KVM: Introduce kvm_call_hyp_ret()Marc Zyngier2019-02-191-1/+1
* arm64: KVM: Consistently advance singlestep when emulating instructionsMark Rutland2018-12-181-21/+0
* KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flagsDave Martin2018-05-251-4/+4
* KVM: arm64: Rewrite system register accessors to read/write functionsChristoffer Dall2018-03-191-9/+19
* KVM: arm64: Move debug dirty flag calculation out of world switchChristoffer Dall2018-03-191-0/+5
* KVM: arm/arm64: debug: Introduce helper for single-stepAlex Bennée2017-11-291-0/+21
* arm64: KVM: Save/restore the host SPE state when entering/leaving a VMWill Deacon2017-02-021-0/+6
* KVM: arm64: add trace points for guest_debug debugAlex Bennée2015-07-211-1/+35
* KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUGAlex Bennée2015-07-211-5/+35
* KVM: arm64: introduce vcpu->arch.debug_ptrAlex Bennée2015-07-211-0/+9
* KVM: arm64: guest debug, add support for single-stepAlex Bennée2015-07-211-4/+64
* KVM: arm64: guest debug, add SW break point supportAlex Bennée2015-07-211-0/+3
* KVM: arm: introduce kvm_arm_init/setup/clear_debugAlex Bennée2015-07-211-0/+81