summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/include/hyp/switch.h
AgeCommit message (Expand)Author
2021-10-11KVM: arm64: Move early handlers to per-EC handlersMarc Zyngier
2021-10-11KVM: arm64: Move __get_fault_info() and co into their own include fileMarc Zyngier
2021-08-20KVM: arm64: Restore mdcr_el2 from vcpuFuad Tabba
2021-04-13Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/nextMarc Zyngier
2021-04-01KVM: arm64: Log source when panicking from nVHE hypAndrew Scull
2021-03-19KVM: arm64: Refactor __populate_fault_info()Quentin Perret
2021-03-19Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2Marc Zyngier
2021-03-18KVM: arm64: Save/restore SVE state for nVHEMarc Zyngier
2021-03-18KVM: arm64: Rework SVE host-save/guest-restoreMarc Zyngier
2021-03-18KVM: arm64: Introduce vcpu_sve_vq() helperMarc Zyngier
2021-03-18KVM: arm64: Use {read,write}_sysreg_el1 to access ZCR_EL1Marc Zyngier
2021-03-18KVM: arm64: Provide KVM's own save/restore SVE primitivesMarc Zyngier
2021-03-06KVM: arm64: Don't access PMSELR_EL0/PMUSERENR_EL0 when no PMU is availableMarc Zyngier
2021-01-23KVM: arm64: Remove hyp_symbol_addrDavid Brazdil
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
2020-10-29arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring
2020-10-20Merge tag 'kvmarm-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2020-09-30Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier
2020-09-30Merge remote-tracking branch 'arm64/for-next/ghostbusters' into kvm-arm64/hyp...Marc Zyngier
2020-09-30kvm: arm64: Remove __hyp_this_cpu_readDavid Brazdil
2020-09-29KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier
2020-09-29arm64: Rename ARM64_SSBD to ARM64_SPECTRE_V4Will Deacon
2020-09-29arm64: Remove Spectre-related CONFIG_* optionsWill Deacon
2020-09-22Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini
2020-09-18KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetchMarc Zyngier
2020-09-15KVM: arm64: nVHE: Switch to hyp context for EL2Andrew Scull
2020-09-15KVM: arm64: Restore hyp when panicking in guest contextAndrew Scull
2020-09-15KVM: arm64: Introduce hyp contextAndrew Scull
2020-09-15KVM: arm64: Remove hyp_panic argumentsAndrew Scull
2020-09-15KVM: arm64: Remove __activate_vm wrapperAndrew Scull
2020-08-28KVM: arm64: Survive synchronous exceptions caused by AT instructionsJames Morse
2020-08-28KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse
2020-07-30Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/nextMarc Zyngier
2020-07-28Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/next-WIPMarc Zyngier
2020-07-07KVM: arm64: Make struct kvm_regs userspace-onlyMarc Zyngier
2020-07-07KVM: arm64: pauth: Use ctxt_sys_reg() instead of raw sys_regs accessMarc Zyngier
2020-07-07KVM: arm64: hyp: Use ctxt_sys_reg/__vcpu_sys_reg instead of raw sys_regs accessMarc Zyngier
2020-07-07KVM: arm64: Factor out stage 2 page table data from struct kvmChristoffer Dall
2020-07-05KVM: arm64: Remove __hyp_text macro, use build rules insteadDavid Brazdil
2020-07-05KVM: arm64: Split hyp/switch.c to VHE/nVHEDavid Brazdil