aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/nvhe/hyp-main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-28KVM: arm64: Introduce pkvm_alloc_private_va_range()Kalesh Singh1-1/+17
2021-12-16KVM: arm64: Expose unshare hypercall to the hostWill Deacon1-0/+8
2021-10-18Merge branch kvm-arm64/pkvm/fixed-features into kvmarm-master/nextMarc Zyngier1-1/+10
2021-10-11KVM: arm64: Initialize trap registers for protected VMsFuad Tabba1-0/+9
2021-10-11KVM: arm64: Don't include switch.h into nvhe/kvm-main.cMarc Zyngier1-1/+1
2021-10-11KVM: arm64: Disable privileged hypercalls after pKVM finalisationWill Deacon1-11/+26
2021-08-11KVM: arm64: Restrict EL2 stage-1 changes in protected modeQuentin Perret1-7/+4
2021-08-11KVM: arm64: Remove __pkvm_mark_hypQuentin Perret1-9/+0
2021-05-15KVM: arm64: Commit pending PC adjustemnts before returning to userspaceMarc Zyngier1-0/+8
2021-04-13Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/nextMarc Zyngier1-1/+1
2021-04-01KVM: arm64: Use BUG and BUG_ON in nVHE hypAndrew Scull1-1/+1
2021-03-19KVM: arm64: Protect the .hyp sections from the hostQuentin Perret1-0/+9
2021-03-19KVM: arm64: Wrap the host with a stage 2Quentin Perret1-0/+10
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret1-0/+49
2021-03-19Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2Marc Zyngier1-6/+6
2021-03-18KVM: arm64: Fix host's ZCR_EL2 restore on nVHEMarc Zyngier1-1/+2
2021-03-18KVM: arm64: Trap host SVE accesses when the FPSIMD state is dirtyMarc Zyngier1-0/+4
2021-03-09KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier1-3/+3
2021-03-06KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()Marc Zyngier1-3/+3
2021-01-23KVM: arm64: Remove patching of fn pointers in hypDavid Brazdil1-7/+4
2020-12-22KVM: arm64: Move skip_host_instruction to adjust_pc.hDavid Brazdil1-10/+2
2020-12-04KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2David Brazdil1-4/+6
2020-12-04KVM: arm64: Add SMC handler in nVHE EL2David Brazdil1-3/+32
2020-12-04KVM: arm64: Move hyp-init params to a per-CPU structDavid Brazdil1-0/+2
2020-11-27KVM: arm64: Simplify __kvm_enable_ssbs()Marc Zyngier1-1/+5
2020-11-09KVM: arm64: Turn host HVC handling into a dispatch tableMarc Zyngier1-94/+134
2020-09-15KVM: arm64: nVHE: Fix pointers during SMCCC convertionAndrew Scull1-6/+6
2020-09-15KVM: arm64: nVHE: Migrate hyp interface to SMCCCAndrew Scull1-13/+94
2020-09-15KVM: arm64: nVHE: Switch to hyp context for EL2Andrew Scull1-0/+36