aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/nvhe/host.S
AgeCommit message (Expand)AuthorFilesLines
2024-02-24KVM: arm64: Fix typosGravatar Bjorn Helgaas 1-1/+1
2023-07-12KVM: arm64: Add missing BTI instructionsGravatar Mostafa Saleh 1-0/+10
2023-06-14KVM: arm64: Use different pointer authentication keys for pKVMGravatar Mostafa Saleh 1-1/+35
2022-07-26KVM: arm64: On stack overflow switch to hyp overflow_stackGravatar Kalesh Singh 1-7/+2
2022-05-16Merge branch kvm-arm64/misc-5.19 into kvmarm-master/nextGravatar Marc Zyngier 1-5/+3
2022-05-06KVM: arm64: Avoid unnecessary absolute addressing via literalsGravatar Ard Biesheuvel 1-5/+3
2022-05-04Merge branch kvm-arm64/hyp-stack-guard into kvmarm-master/nextGravatar Marc Zyngier 1-0/+24
2022-04-28KVM: arm64: Detect and handle hypervisor stack overflowsGravatar Kalesh Singh 1-0/+24
2022-04-27KVM: arm64: Handle host stage-2 faults from 32-bit EL0Gravatar Will Deacon 1-9/+9
2021-11-08KVM: arm64: Extract ESR_ELx.EC onlyGravatar Mark Rutland 1-1/+1
2021-10-11KVM: arm64: Reject stub hypercalls after pKVM has been initialisedGravatar Will Deacon 1-9/+17
2021-08-18KVM: arm64: Make hyp_panic() more robust when protected mode is enabledGravatar Will Deacon 1-4/+17
2021-04-01KVM: arm64: Log source when panicking from nVHE hypGravatar Andrew Scull 1-11/+7
2021-03-06KVM: arm64: Fix nVHE hyp panic host context restoreGravatar Andrew Scull 1-7/+8
2021-01-23KVM: arm64: Fix constant-pool users in hypGravatar David Brazdil 1-14/+15
2020-12-04KVM: arm64: Add function to enter host from KVM nVHE hyp codeGravatar David Brazdil 1-0/+9
2020-12-04KVM: arm64: Add SMC handler in nVHE EL2Gravatar David Brazdil 1-0/+38
2020-11-27KVM: arm64: Avoid repetitive stack access on host EL1 to EL2 exceptionGravatar Marc Zyngier 1-3/+3
2020-11-27KVM: arm64: Patch kimage_voffset instead of loading the EL1 valueGravatar Marc Zyngier 1-4/+1
2020-10-29KVM: arm64: Drop useless PAN setting on host EL1 to EL2 transitionGravatar Marc Zyngier 1-2/+0
2020-09-15KVM: arm64: nVHE: Handle hyp panicsGravatar Andrew Scull 1-20/+58
2020-09-15KVM: arm64: nVHE: Switch to hyp context for EL2Gravatar Andrew Scull 1-18/+50
2020-09-15KVM: arm64: Restore hyp when panicking in guest contextGravatar Andrew Scull 1-0/+5
2020-09-15KVM: arm64: nVHE: Don't consume host SErrors with ESBGravatar Andrew Scull 1-1/+5
2020-09-15KVM: arm64: nVHE: Use separate vector for the hostGravatar Andrew Scull 1-0/+108