summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/nvhe/host.S
AgeCommit message (Expand)AuthorFilesLines
2021-11-08KVM: arm64: Extract ESR_ELx.EC onlyMark Rutland1-1/+1
2021-10-11KVM: arm64: Reject stub hypercalls after pKVM has been initialisedWill Deacon1-9/+17
2021-08-18KVM: arm64: Make hyp_panic() more robust when protected mode is enabledWill Deacon1-4/+17
2021-04-01KVM: arm64: Log source when panicking from nVHE hypAndrew Scull1-11/+7
2021-03-06KVM: arm64: Fix nVHE hyp panic host context restoreAndrew Scull1-7/+8
2021-01-23KVM: arm64: Fix constant-pool users in hypDavid Brazdil1-14/+15
2020-12-04KVM: arm64: Add function to enter host from KVM nVHE hyp codeDavid Brazdil1-0/+9
2020-12-04KVM: arm64: Add SMC handler in nVHE EL2David Brazdil1-0/+38
2020-11-27KVM: arm64: Avoid repetitive stack access on host EL1 to EL2 exceptionMarc Zyngier1-3/+3
2020-11-27KVM: arm64: Patch kimage_voffset instead of loading the EL1 valueMarc Zyngier1-4/+1
2020-10-29KVM: arm64: Drop useless PAN setting on host EL1 to EL2 transitionMarc Zyngier1-2/+0
2020-09-15KVM: arm64: nVHE: Handle hyp panicsAndrew Scull1-20/+58
2020-09-15KVM: arm64: nVHE: Switch to hyp context for EL2Andrew Scull1-18/+50
2020-09-15KVM: arm64: Restore hyp when panicking in guest contextAndrew Scull1-0/+5
2020-09-15KVM: arm64: nVHE: Don't consume host SErrors with ESBAndrew Scull1-1/+5
2020-09-15KVM: arm64: nVHE: Use separate vector for the hostAndrew Scull1-0/+108