summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/vhe/switch.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Trap SME usage in guestMark Brown2022-04-221-1/+10
* Merge branch 'for-next/spectre-bhb' into for-next/coreWill Deacon2022-03-141-2/+8
|\
| * arm64: Add percpu vectors for EL1James Morse2022-02-161-2/+8
* | arm64: Always use individual bits in CPACR floating point enablesMark Brown2022-02-251-3/+3
|/
* Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-01-071-1/+0
|\
| * KVM: arm64: Stop mapping current thread_info at EL2Marc Zyngier2021-11-221-1/+0
* | KVM: arm64: Move pkvm's special 32bit handling into a generic infrastructureMarc Zyngier2021-11-241-0/+4
|/
* KVM: arm64: pkvm: Pass vpcu instead of kvm to kvm_get_exit_handler_array()Marc Zyngier2021-10-181-1/+1
* KVM: arm64: Pass struct kvm to per-EC handlersFuad Tabba2021-10-111-1/+1
* KVM: arm64: Move early handlers to per-EC handlersMarc Zyngier2021-10-111-0/+16
* Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/nextMarc Zyngier2021-08-201-10/+2
|\
| * KVM: arm64: Keep mdcr_el2's value as set by __init_el2_debugFuad Tabba2021-08-201-4/+0
| * KVM: arm64: Restore mdcr_el2 from vcpuFuad Tabba2021-08-201-9/+5
* | KVM: arm64: Unify stage-2 programming behind __load_stage2()Marc Zyngier2021-08-201-3/+3
* | KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callersMarc Zyngier2021-08-201-1/+1
|/
* KVM: arm64: Move __adjust_pc out of lineMarc Zyngier2021-05-151-2/+1
* KVM: arm64: Log source when panicking from nVHE hypAndrew Scull2021-04-011-3/+1
* KVM: arm64: Make kvm_skip_instr() and co private to HYPMarc Zyngier2020-11-101-0/+3
* arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring2020-10-291-1/+1
* Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier2020-09-301-6/+7
|\
| * Merge remote-tracking branch 'arm64/for-next/ghostbusters' into kvm-arm64/hyp...Marc Zyngier2020-09-301-4/+0
| |\
| | * KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier2020-09-291-4/+0
| * | kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHEDavid Brazdil2020-09-301-0/+3
| * | kvm: arm64: Remove __hyp_this_cpu_readDavid Brazdil2020-09-301-1/+1
| |/
* | KVM: arm64: Introduce hyp contextAndrew Scull2020-09-151-1/+1
* | KVM: arm64: Save chosen hyp vector to a percpu variableAndrew Scull2020-09-151-1/+1
* | KVM: arm64: Remove hyp_panic argumentsAndrew Scull2020-09-151-4/+6
* | KVM: arm64: Remove __activate_vm wrapperAndrew Scull2020-09-151-5/+5
|/
* KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse2020-08-281-0/+5
* KVM: arm64: Factor out stage 2 page table data from struct kvmChristoffer Dall2020-07-071-1/+1
* KVM: arm64: Split hyp/sysreg-sr.c to VHE/nVHEDavid Brazdil2020-07-051-1/+1
* KVM: arm64: Split hyp/switch.c to VHE/nVHEDavid Brazdil2020-07-051-0/+219