summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/exception.c
AgeCommit message (Expand)AuthorFilesLines
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