summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/vhe
AgeCommit message (Expand)AuthorFilesLines
2020-11-10KVM: arm64: Add basic hooks for injecting exceptions from EL2Marc Zyngier1-1/+1
2020-11-10KVM: arm64: Make kvm_skip_instr() and co private to HYPMarc Zyngier1-0/+3
2020-10-29arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring1-1/+1
2020-09-30Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier2-8/+9
2020-09-30Merge remote-tracking branch 'arm64/for-next/ghostbusters' into kvm-arm64/hyp...Marc Zyngier1-4/+0
2020-09-30kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHEDavid Brazdil1-0/+3
2020-09-30kvm: arm64: Remove __hyp_this_cpu_readDavid Brazdil2-3/+3
2020-09-29KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier1-4/+0
2020-09-15KVM: arm64: Introduce hyp contextAndrew Scull1-1/+1
2020-09-15KVM: arm64: Save chosen hyp vector to a percpu variableAndrew Scull1-1/+1
2020-09-15KVM: arm64: Remove hyp_panic argumentsAndrew Scull1-4/+6
2020-09-15KVM: arm64: Remove __activate_vm wrapperAndrew Scull1-5/+5
2020-08-28KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse1-0/+5
2020-07-07KVM: arm64: Use TTL hint in when invalidating stage-2 translationsMarc Zyngier1-2/+3
2020-07-07KVM: arm64: Factor out stage 2 page table data from struct kvmChristoffer Dall2-14/+14
2020-07-05KVM: arm64: Lift instrumentation restrictions on VHEDavid Brazdil1-8/+0
2020-07-05KVM: arm64: Compile remaining hyp/ files for both VHE/nVHEDavid Brazdil1-1/+3
2020-07-05KVM: arm64: Duplicate hyp/timer-sr.c for VHE/nVHEDavid Brazdil2-1/+13
2020-07-05KVM: arm64: Split hyp/sysreg-sr.c to VHE/nVHEDavid Brazdil3-2/+116
2020-07-05KVM: arm64: Split hyp/debug-sr.c to VHE/nVHEDavid Brazdil2-1/+27
2020-07-05KVM: arm64: Split hyp/switch.c to VHE/nVHEDavid Brazdil2-1/+220
2020-07-05KVM: arm64: Duplicate hyp/tlb.c for VHE/nVHEDavid Brazdil2-1/+162
2020-07-05KVM: arm64: Build hyp-entry.S separately for VHE/nVHEDavid Brazdil1-1/+1
2020-07-05KVM: arm64: Add build rules for separate VHE/nVHE object filesDavid Brazdil1-0/+17