summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/nvhe/hyp-main.c
AgeCommit message (Expand)Author
2025-02-13KVM: arm64: Eagerly switch ZCR_EL{1,2}Mark Rutland
2025-02-13KVM: arm64: Remove host FPSIMD saving for non-protected KVMMark Rutland
2025-02-01KVM: arm64: Flush/sync debug state in protected modeOliver Upton
2025-01-12Merge branch kvm-arm64/pkvm-fixed-features-6.14 into kvmarm-master/nextMarc Zyngier
2025-01-12Merge branch kvm-arm64/pkvm-np-guest into kvmarm-master/nextMarc Zyngier
2024-12-20KVM: arm64: Plumb the pKVM MMU in KVMQuentin Perret
2024-12-20KVM: arm64: Introduce __pkvm_tlb_flush_vmid()Quentin Perret
2024-12-20KVM: arm64: Introduce __pkvm_host_mkyoung_guest()Quentin Perret
2024-12-20KVM: arm64: Introduce __pkvm_host_test_clear_young_guest()Quentin Perret
2024-12-20KVM: arm64: Introduce __pkvm_host_wrprotect_guest()Quentin Perret
2024-12-20KVM: arm64: Introduce __pkvm_host_relax_guest_perms()Quentin Perret
2024-12-20KVM: arm64: Introduce __pkvm_host_unshare_guest()Quentin Perret
2024-12-20KVM: arm64: Introduce __pkvm_host_share_guest()Quentin Perret
2024-12-20KVM: arm64: Introduce __pkvm_vcpu_{load,put}()Marc Zyngier
2024-12-20KVM: arm64: Remove vestiges of debug_ptrOliver Upton
2024-12-20KVM: arm64: Get rid of __kvm_get_mdcr_el2() and related wartsOliver Upton
2024-12-19arm64/sysreg: Get rid of CPACR_ELx SysregFieldsMarc Zyngier
2024-10-31KVM: arm64: Initialize trap register values in hyp in pKVMFuad Tabba
2024-10-31KVM: arm64: Move pkvm_vcpu_init_traps() to init_pkvm_hyp_vcpu()Fuad Tabba
2024-10-01KVM: arm64: Constrain the host to the maximum shared SVE VL with pKVMMark Brown
2024-08-27KVM: arm64: Add save/restore support for FPMRMarc Zyngier
2024-06-04KVM: arm64: Ensure that SME controls are disabled in protected modeFuad Tabba
2024-06-04KVM: arm64: Eagerly restore host fpsimd/sve state in pKVMFuad Tabba
2024-06-04KVM: arm64: Abstract set/clear of CPTR_EL2 bits behind helperFuad Tabba
2024-05-01KVM: arm64: Simplify vgic-v3 hypercallsMarc Zyngier
2024-04-12KVM: arm64: Exclude FP ownership from kvm_vcpu_archMarc Zyngier
2024-04-12KVM: arm64: Exclude host_fpsimd_state pointer from kvm_vcpu_archMarc Zyngier
2023-09-12KVM: arm64: nvhe: Ignore SVE hint in SMCCC function IDJean-Philippe Brucker
2023-08-17KVM: arm64: Implement __kvm_tlb_flush_vmid_range()Raghavendra Rao Ananta
2023-06-15Merge branch kvm-arm64/hvhe into kvmarm/nextOliver Upton
2023-06-15Merge branch kvm-arm64/ffa-proxy into kvmarm/nextOliver Upton
2023-06-12KVM: arm64: Rework CPTR_EL2 programming for HVHE configurationMarc Zyngier
2023-06-01KVM: arm64: Block unsafe FF-A calls from the hostWill Deacon
2023-05-16KVM: arm64: Use local TLBI on permission relaxationMarc Zyngier
2022-11-11KVM: arm64: Use the pKVM hyp vCPU structure in handle___kvm_vcpu_run()Will Deacon
2022-11-11KVM: arm64: Add infrastructure to create and track pKVM instances at EL2Fuad Tabba
2022-04-28KVM: arm64: Introduce pkvm_alloc_private_va_range()Kalesh Singh
2021-12-16KVM: arm64: Expose unshare hypercall to the hostWill Deacon
2021-10-18Merge branch kvm-arm64/pkvm/fixed-features into kvmarm-master/nextMarc Zyngier
2021-10-11KVM: arm64: Initialize trap registers for protected VMsFuad Tabba
2021-10-11KVM: arm64: Don't include switch.h into nvhe/kvm-main.cMarc Zyngier
2021-10-11KVM: arm64: Disable privileged hypercalls after pKVM finalisationWill Deacon
2021-08-11KVM: arm64: Restrict EL2 stage-1 changes in protected modeQuentin Perret
2021-08-11KVM: arm64: Remove __pkvm_mark_hypQuentin Perret
2021-05-15KVM: arm64: Commit pending PC adjustemnts before returning to userspaceMarc Zyngier
2021-04-13Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/nextMarc Zyngier
2021-04-01KVM: arm64: Use BUG and BUG_ON in nVHE hypAndrew Scull
2021-03-19KVM: arm64: Protect the .hyp sections from the hostQuentin Perret
2021-03-19KVM: arm64: Wrap the host with a stage 2Quentin Perret
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret