aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/exception.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-28KVM: arm64: Simplify sysreg access on exception deliveryMarc Zyngier1-12/+4
2025-08-28KVM: arm64: Check for SYSREGS_ON_CPU before accessing the 32bit stateMarc Zyngier1-2/+2
2025-07-21KVM: arm64: Check for SYSREGS_ON_CPU before accessing the CPU stateMarc Zyngier1-2/+4
2025-07-08KVM: arm64: Route SEAs to the SError vector when EASE is setOliver Upton1-1/+5
2025-07-08KVM: arm64: nv: Honor SError exception routing / maskingOliver Upton1-1/+5
2025-06-05KVM: arm64: Add assignment-specific sysreg accessorMarc Zyngier1-2/+2
2023-02-11KVM: arm64: nv: Support virtual EL2 exceptionsJintack Lim1-12/+36
2022-10-27KVM: arm64: Fix bad dereference on MTE-enabled systemsRyan Roberts1-1/+2
2022-06-10KVM: arm64: Move vcpu PC/Exception flags to the input flag setMarc Zyngier1-12/+11
2022-01-24KVM: arm64: Use shadow SPSR_EL1 when injecting exceptions on !VHEMarc Zyngier1-1/+4
2021-06-22KVM: arm64: Introduce MTE VM featureSteven Price1-1/+2
2021-05-15KVM: arm64: Commit pending PC adjustemnts before returning to userspaceMarc Zyngier1-2/+2
2021-05-15KVM: arm64: Move __adjust_pc out of lineMarc Zyngier1-1/+17
2020-11-10KVM: arm64: Inject AArch32 exceptions from HYPMarc Zyngier1-11/+189
2020-11-10KVM: arm64: Inject AArch64 exceptions from HYPMarc Zyngier1-0/+136
2020-11-10KVM: arm64: Add basic hooks for injecting exceptions from EL2Marc Zyngier1-0/+17