summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/nvhe/hyp-main.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Use the pKVM hyp vCPU structure in handle___kvm_vcpu_run()Will Deacon2022-11-111-2/+77
* KVM: arm64: Add infrastructure to create and track pKVM instances at EL2Fuad Tabba2022-11-111-0/+31
* KVM: arm64: Introduce pkvm_alloc_private_va_range()Kalesh Singh2022-04-281-1/+17
* KVM: arm64: Expose unshare hypercall to the hostWill Deacon2021-12-161-0/+8
* Merge branch kvm-arm64/pkvm/fixed-features into kvmarm-master/nextMarc Zyngier2021-10-181-1/+10
|\
| * KVM: arm64: Initialize trap registers for protected VMsFuad Tabba2021-10-111-0/+9
| * KVM: arm64: Don't include switch.h into nvhe/kvm-main.cMarc Zyngier2021-10-111-1/+1
* | KVM: arm64: Disable privileged hypercalls after pKVM finalisationWill Deacon2021-10-111-11/+26
|/
* KVM: arm64: Restrict EL2 stage-1 changes in protected modeQuentin Perret2021-08-111-7/+4
* KVM: arm64: Remove __pkvm_mark_hypQuentin Perret2021-08-111-9/+0
* KVM: arm64: Commit pending PC adjustemnts before returning to userspaceMarc Zyngier2021-05-151-0/+8
* Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/nextMarc Zyngier2021-04-131-1/+1
|\
| * KVM: arm64: Use BUG and BUG_ON in nVHE hypAndrew Scull2021-04-011-1/+1
* | KVM: arm64: Protect the .hyp sections from the hostQuentin Perret2021-03-191-0/+9
* | KVM: arm64: Wrap the host with a stage 2Quentin Perret2021-03-191-0/+10
* | KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret2021-03-191-0/+49
* | Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2Marc Zyngier2021-03-191-6/+6
|\|
| * KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier2021-03-091-3/+3
| * KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()Marc Zyngier2021-03-061-3/+3
* | KVM: arm64: Fix host's ZCR_EL2 restore on nVHEMarc Zyngier2021-03-181-1/+2
* | KVM: arm64: Trap host SVE accesses when the FPSIMD state is dirtyMarc Zyngier2021-03-181-0/+4
|/
* KVM: arm64: Remove patching of fn pointers in hypDavid Brazdil2021-01-231-7/+4
* KVM: arm64: Move skip_host_instruction to adjust_pc.hDavid Brazdil2020-12-221-10/+2
* KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2David Brazdil2020-12-041-4/+6
* KVM: arm64: Add SMC handler in nVHE EL2David Brazdil2020-12-041-3/+32
* KVM: arm64: Move hyp-init params to a per-CPU structDavid Brazdil2020-12-041-0/+2
* KVM: arm64: Simplify __kvm_enable_ssbs()Marc Zyngier2020-11-271-1/+5
* KVM: arm64: Turn host HVC handling into a dispatch tableMarc Zyngier2020-11-091-94/+134
* KVM: arm64: nVHE: Fix pointers during SMCCC convertionAndrew Scull2020-09-151-6/+6
* KVM: arm64: nVHE: Migrate hyp interface to SMCCCAndrew Scull2020-09-151-13/+94
* KVM: arm64: nVHE: Switch to hyp context for EL2Andrew Scull2020-09-151-0/+36