summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/include
AgeCommit message (Expand)Author
2024-09-12Merge branch kvm-arm64/nv-at-pan into kvmarm-master/nextMarc Zyngier
2024-09-12Merge branch kvm-arm64/fpmr into kvmarm-master/nextMarc Zyngier
2024-09-04KVM: arm64: use `at s1e1a` for POEJoey Gouly
2024-09-04KVM: arm64: Save/restore POE registersJoey Gouly
2024-08-30KVM: arm64: Make kvm_at() take an OP_AT_*Joey Gouly
2024-08-27KVM: arm64: Add save/restore support for FPMRMarc Zyngier
2024-08-07KVM: arm64: Tidying up PAuth code in KVMFuad Tabba
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-07-14Merge branch kvm-arm64/nv-tcr2 into kvmarm/nextOliver Upton
2024-07-14Merge branch kvm-arm64/nv-sve into kvmarm/nextOliver Upton
2024-07-14Merge branch kvm-arm64/el2-kcfi into kvmarm/nextOliver Upton
2024-07-04KVM: arm64: Replace custom macros with fields from ID_AA64PFR0_EL1Anshuman Khandual
2024-06-27KVM: arm64: Make PIR{,E0}_EL1 save/restore conditional on FEAT_TCRXMarc Zyngier
2024-06-27KVM: arm64: Make TCR2_EL1 save/restore dependent on the VM featuresMarc Zyngier
2024-06-20KVM: arm64: nv: Load guest FP state for ZCR_EL2 trapOliver Upton
2024-06-20KVM: arm64: nv: Use guest hypervisor's max VL when running nested guestOliver Upton
2024-06-20KVM: arm64: nv: Load guest hyp's ZCR into EL1 stateOliver Upton
2024-06-20KVM: arm64: nv: Forward SVE traps to guest hypervisorOliver Upton
2024-06-20KVM: arm64: nv: Forward FP/ASIMD traps to guest hypervisorJintack Lim
2024-06-20KVM: arm64: Fix clobbered ELR in sync abort/SErrorPierre-Clément Tosi
2024-06-14KVM: arm64: Update the identification range for the FF-A smcsSebastian Ene
2024-06-04KVM: arm64: Consolidate initializing the host data's fpsimd_state/sve in pKVMFuad Tabba
2024-06-04KVM: arm64: Eagerly restore host fpsimd/sve state in pKVMFuad Tabba
2024-06-04KVM: arm64: Specialize handling of host fpsimd state on trapFuad Tabba
2024-06-04KVM: arm64: Abstract set/clear of CPTR_EL2 bits behind helperFuad Tabba
2024-06-04KVM: arm64: Fix prototype for __sve_save_state/__sve_restore_stateFuad Tabba
2024-05-03Merge branch kvm-arm64/pkvm-6.10 into kvmarm-master/nextMarc Zyngier
2024-05-03Merge branch kvm-arm64/nv-eret-pauth into kvmarm-master/nextMarc Zyngier
2024-05-01KVM: arm64: Introduce and use predicates that check for protected VMsFuad Tabba
2024-05-01KVM: arm64: Refactor checks for FP state ownershipFuad Tabba
2024-05-01KVM: arm64: Move guest_owns_fp_regs() to increase its scopeFuad Tabba
2024-05-01KVM: arm64: Initialize the kvm host data's fpsimd_state pointer in pKVMFuad Tabba
2024-04-20KVM: arm64: Drop trapping of PAuth instructions/keysMarc Zyngier
2024-04-20KVM: arm64: nv: Handle HCR_EL2.{API,APK} independentlyMarc Zyngier
2024-04-20KVM: arm64: nv: Configure HCR_EL2 for FEAT_NV2Marc 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
2024-04-12KVM: arm64: Exclude mdcr_el2_host from kvm_vcpu_archMarc Zyngier
2024-04-12KVM: arm64: Exclude host_debug_data from vcpu_archMarc Zyngier
2024-04-12KVM: arm64: Add accessor for per-CPU stateMarc Zyngier
2024-02-19KVM: arm64: Make FEAT_MOPS UNDEF if not advertised to the guestMarc Zyngier
2024-02-19KVM: arm64: Make PIR{,E0}_EL1 UNDEF if S1PIE is not advertised to the guestMarc Zyngier
2024-02-19KVM: arm64: Streamline save/restore of HFG[RW]TR_EL2Marc Zyngier
2024-02-19KVM: arm64: Move existing feature disabling over to FGU infrastructureMarc Zyngier
2024-02-19KVM: arm64: Propagate and handle Fine-Grained UNDEF bitsMarc Zyngier
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-01-08mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov
2023-12-18Merge branch kvm-arm64/fgt-rework into kvmarm-master/nextMarc Zyngier
2023-12-18KVM: arm64: Mark PAuth as a restricted feature for protected VMsFuad Tabba
2023-12-18KVM: arm64: Fix which features are marked as allowed for protected VMsFuad Tabba