summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/handle_exit.c
AgeCommit message (Expand)Author
2024-07-14Merge branch kvm-arm64/nv-sve into kvmarm/nextOliver Upton
2024-06-20KVM: arm64: nv: Forward SVE traps to guest hypervisorOliver Upton
2024-06-20KVM: arm64: nv: Forward FP/ASIMD traps to guest hypervisorJintack Lim
2024-06-20KVM: arm64: nVHE: Support CONFIG_CFI_CLANG at EL2Pierre-Clément Tosi
2024-06-20KVM: arm64: Introduce print_nvhe_hyp_panic helperPierre-Clément Tosi
2024-06-20arm64: Introduce esr_brk_comment, esr_is_cfi_brkPierre-Clément Tosi
2024-04-20KVM: arm64: Drop trapping of PAuth instructions/keysMarc Zyngier
2024-04-20KVM: arm64: nv: Handle ERETA[AB] instructionsMarc Zyngier
2024-04-20KVM: arm64: nv: Reinject PAC exceptions caused by HCR_EL2.API==0Marc Zyngier
2024-04-20KVM: arm64: nv: Add trap forwarding for ERET and SMCMarc Zyngier
2024-04-20KVM: arm64: Add helpers for ESR_ELx_ERET_ISS_ERET*Marc Zyngier
2023-08-17KVM: arm64: nv: Expand ERET trap forwarding to handle FGTMarc Zyngier
2023-08-17KVM: arm64: nv: Add SVC trap forwardingMarc Zyngier
2023-04-05KVM: arm64: Let errors from SMCCC emulation to reach userspaceOliver Upton
2023-04-05KVM: arm64: Add support for KVM_EXIT_HYPERCALLOliver Upton
2023-04-05KVM: arm64: Start handling SMCs from EL1Oliver Upton
2023-04-05KVM: arm64: Rename SMC/HVC call handler to reflect realityOliver Upton
2023-02-11KVM: arm64: nv: Handle SMCs taken from virtual EL2Jintack Lim
2023-02-11KVM: arm64: nv: Handle trapped ERET from virtual EL2Christoffer Dall
2023-02-11KVM: arm64: nv: Inject HVC exceptions to the virtual EL2Jintack Lim
2022-09-19KVM: arm64: Clear PSTATE.SS when the Software Step state was Active-pendingReiji Watanabe
2022-07-27Merge branch kvm-arm64/nvhe-stacktrace into kvmarm-master/nextMarc Zyngier
2022-07-27KVM: arm64: Move nVHE stacktrace unwinding into its own compilation unitMarc Zyngier
2022-07-26KVM: arm64: Introduce pkvm_dump_backtrace()Kalesh Singh
2022-07-26KVM: arm64: Introduce hyp_dump_backtrace()Kalesh Singh
2022-07-17Merge branch kvm-arm64/misc-5.20 into kvmarm-master/nextMarc Zyngier
2022-07-17KVM: arm64: Fix hypervisor address symbolizationKalesh Singh
2022-06-29KVM: arm64: Move vcpu WFIT flag to the state flag setMarc Zyngier
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-05-04Merge branch kvm-arm64/aarch32-idreg-trap into kvmarm-master/nextMarc Zyngier
2022-05-04Merge branch kvm-arm64/hyp-stack-guard into kvmarm-master/nextMarc Zyngier
2022-05-03KVM: arm64: Plumb cp10 ID traps through the AArch64 sysreg handlerOliver Upton
2022-04-29KVM: arm64: uapi: Add kvm_debug_exit_arch.hsr_highAlexandru Elisei
2022-04-29KVM: arm64: Treat ESR_EL2 as a 64-bit registerAlexandru Elisei
2022-04-28KVM: arm64: Symbolize the nVHE HYP addressesKalesh Singh
2022-04-20KVM: arm64: Offer early resume for non-blocking WFxT instructionsMarc Zyngier
2022-04-20KVM: arm64: Handle blocking WFIT instructionMarc Zyngier
2022-03-18KVM: arm64: fix typos in commentsJulia Lawall
2022-02-03KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occursJames Morse
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-12-08KVM: Rename kvm_vcpu_block() => kvm_vcpu_halt()Sean Christopherson
2021-12-08KVM: arm64: Move vGIC v4 handling for WFI out arch callback hookSean Christopherson
2021-12-06arm64/kvm: Fix bitrotted comment for SVE handling in handle_exit.cMark Brown
2021-08-26Merge branch kvm-arm64/misc-5.15 into kvmarm-master/nextMarc Zyngier
2021-08-26KVM: arm64: Trim guest debug exception handlingRaghavendra Rao Ananta
2021-08-18KVM: arm64: Make hyp_panic() more robust when protected mode is enabledWill Deacon
2021-04-01KVM: arm64: Log source when panicking from nVHE hypAndrew Scull
2020-11-10KVM: arm64: Drop kvm_coproc.hMarc Zyngier
2020-11-10KVM: arm64: Move PC rollback on SError to HYPMarc Zyngier
2020-11-10KVM: arm64: Make kvm_skip_instr() and co private to HYPMarc Zyngier