summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/debug.c
AgeCommit message (Expand)Author
2025-10-13KVM: arm64: Guard PMSCR_EL1 initialization with SPE presence checkMukesh Ojha
2025-09-30Merge tag 'kvmarm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2025-09-20Merge branch kvm-arm64/misc-6.18 into kvmarm-master/nextMarc Zyngier
2025-09-18KVM: arm64: nv: Trap debug registers when in hyp contextOliver Upton
2025-09-15KVM: arm64: Return early from trace helpers when KVM isn't availableYingchao Deng
2025-09-10KVM: arm64: VHE: Save and restore host MDCR_EL2 value correctlyAlexandru Elisei
2025-09-10KVM: arm64: Initialize PMSCR_EL1 when in VHEAlexandru Elisei
2025-07-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2025-07-08KVM: arm64: nvhe: Disable branch generation in nVHE guestsAnshuman Khandual
2025-06-05KVM: arm64: Add RMW specific sysreg accessorMarc Zyngier
2025-01-12KVM: arm64: Support trace filtering for guestsJames Clark
2025-01-12KVM: arm64: coresight: Give TRBE enabled state to KVMJames Clark
2024-12-20KVM: arm64: Avoid reading ID_AA64DFR0_EL1 for debug save/restoreOliver Upton
2024-12-20KVM: arm64: Manage software step state at load/putMarc Zyngier
2024-12-20KVM: arm64: Don't hijack guest context MDSCR_EL1Oliver Upton
2024-12-20KVM: arm64: Compute MDCR_EL2 at vcpu_load()Oliver Upton
2024-12-20KVM: arm64: Reload vCPU for accesses to OSLAR_EL1Oliver Upton
2024-12-20KVM: arm64: Use debug_owner to track if debug regs need save/restoreOliver Upton
2024-12-20KVM: arm64: Remove vestiges of debug_ptrOliver Upton
2024-12-20KVM: arm64: Remove debug tracepointsOliver Upton
2024-12-20KVM: arm64: Evaluate debug owner at vcpu_load()Oliver Upton
2024-12-20KVM: arm64: Write MDCR_EL2 directly from kvm_arm_setup_mdcr_el2()Oliver Upton
2024-12-20KVM: arm64: Track presence of SPE/TRBE in kvm_host_data instead of vCPUOliver Upton
2024-12-20KVM: arm64: Get rid of __kvm_get_mdcr_el2() and related wartsOliver Upton
2024-12-20KVM: arm64: Drop MDSCR_EL1_DEBUG_MASKOliver Upton
2024-02-01KVM: arm64: debug: fix kernel-doc warningsRandy Dunlap
2023-06-14arm64/sysreg: Rename TRBIDR_EL1 fields per auto-gen tools formatAnshuman Khandual
2023-01-19arm64: Drop SYS_ from SPE register definesRob Herring
2022-09-19Merge branch kvm-arm64/single-step-async-exception into kvmarm-master/nextMarc Zyngier
2022-09-19KVM: arm64: Clear PSTATE.SS when the Software Step state was Active-pendingReiji Watanabe
2022-09-19KVM: arm64: Preserve PSTATE.SS for the guest while single-step is enabledReiji Watanabe
2022-09-16arm64/sysreg: Add _EL1 into ID_AA64DFR0_EL1 definition namesMark Brown
2022-09-16arm64/sysreg: Align field names in ID_AA64DFR0_EL1 with architectureMark Brown
2022-06-29KVM: arm64: Move vcpu debug/SPE/TRBE flags to the input flag setMarc Zyngier
2022-02-08KVM: arm64: Emulate the OS LockOliver Upton
2021-08-20KVM: arm64: MDCR_EL2 is a 64-bit registerFuad Tabba
2021-04-13Merge branch 'kvm-arm64/debug-5.13' into kvmarm-master/nextMarc Zyngier
2021-04-07KVM: arm64: Initialize VCPU mdcr_el2 before loading itAlexandru Elisei
2021-04-06arm64: KVM: Enable access to TRBE support for hostSuzuki K Poulose
2021-04-06KVM: arm64: Move SPE availability check to VCPU loadSuzuki K Poulose
2021-03-24KVM: arm64: Disable guest access to trace filter controlsSuzuki K Poulose
2020-01-22KVM: arm64: Write arch.mdcr_el2 changes since last vcpu_load on VHEAndrew Murray
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-02-19arm/arm64: KVM: Introduce kvm_call_hyp_ret()Marc Zyngier
2018-12-18arm64: KVM: Consistently advance singlestep when emulating instructionsMark Rutland
2018-05-25KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flagsDave Martin
2018-03-19KVM: arm64: Rewrite system register accessors to read/write functionsChristoffer Dall
2018-03-19KVM: arm64: Move debug dirty flag calculation out of world switchChristoffer Dall
2017-11-29KVM: arm/arm64: debug: Introduce helper for single-stepAlex Bennée
2017-02-02arm64: KVM: Save/restore the host SPE state when entering/leaving a VMWill Deacon