summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp
AgeCommit message (Expand)Author
2024-11-12KVM: arm64: Pass on SVE mapping failuresJames Clark
2024-11-11Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton
2024-11-11Merge branch kvm-arm64/mpam-ni into kvmarm/nextOliver Upton
2024-11-11Merge branch kvm-arm64/psci-1.3 into kvmarm/nextOliver Upton
2024-10-31KVM: arm64: Initialize trap register values in hyp in pKVMFuad Tabba
2024-10-31KVM: arm64: Initialize the hypervisor's VM state at EL2Fuad Tabba
2024-10-31KVM: arm64: Move pkvm_vcpu_init_traps() to init_pkvm_hyp_vcpu()Fuad Tabba
2024-10-31KVM: arm64: Fix missing traps of guest accesses to the MPAM registersJames Morse
2024-10-31KVM: arm64: Add save/restore support for POR_EL2Marc Zyngier
2024-10-31KVM: arm64: Add kvm_has_s1poe() helperMarc Zyngier
2024-10-31KVM: arm64: Hide S1PIE registers from userspace when disabled for guestsMark Brown
2024-10-31KVM: arm64: Hide TCR2_EL1 from userspace when disabled for guestsMark Brown
2024-10-31KVM: arm64: Add save/restore for PIR{,E0}_EL2Marc Zyngier
2024-10-31KVM: arm64: Add save/restore for TCR2_EL2Marc Zyngier
2024-10-31KVM: arm64: nv: Save/Restore vEL2 sysregsMarc Zyngier
2024-10-24KVM: arm64: nvhe: Pass through PSCI v1.3 SYSTEM_OFF2 callDavid Woodhouse
2024-10-23KVM: arm64: Don't map 'kvm_vgic_global_state' at EL2 with pKVMWill Deacon
2024-10-23KVM: arm64: Just advertise SEIS as 0 when emulating ICC_CTLR_EL1Will Deacon
2024-10-17KVM: arm64: Shave a few bytes from the EL2 idmap codeMarc Zyngier
2024-10-01KVM: arm64: Constrain the host to the maximum shared SVE VL with pKVMMark Brown
2024-10-01KVM: arm64: Fix __pkvm_init_vcpu cptr_el2 error pathVincent Donnefort
2024-09-16Merge tag 'for-linus-non-x86' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2024-09-12Merge branch kvm-arm64/s2-ptdump into kvmarm-master/nextMarc Zyngier
2024-09-12Merge branch kvm-arm64/nv-at-pan into kvmarm-master/nextMarc Zyngier
2024-09-12Merge branch kvm-arm64/vgic-sre-traps into kvmarm-master/nextMarc Zyngier
2024-09-12Merge branch kvm-arm64/fpmr into kvmarm-master/nextMarc Zyngier
2024-09-12Merge branch kvm-arm64/mmu-misc-6.12 into kvmarm-master/nextMarc Zyngier
2024-09-10KVM: arm64: Add memory length checks and remove inline in do_ffa_mem_xferSnehal Koukuntla
2024-09-10KVM: arm64: Move pagetable definitions to common headerSebastian Ene
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: Make most GICv3 accesses UNDEF if they trapMarc Zyngier
2024-08-27KVM: arm64: Honor guest requested traps in GICv3 emulationMarc Zyngier
2024-08-27KVM: arm64: Force SRE traps when SRE access is not enabledMarc Zyngier
2024-08-27Merge branch kvm-arm64/tlbi-fixes-6.12 into kvmarm-master/nextMarc Zyngier
2024-08-27KVM: arm64: Add save/restore support for FPMRMarc Zyngier
2024-08-15KVM: arm64: Ensure TLBI uses correct VMID after changing contextWill Deacon
2024-08-15KVM: arm64: Invalidate EL1&0 TLB entries for all VMIDs in nvhe hyp initWill Deacon
2024-08-13KVM: arm64: Move data barrier to end of split walkColton Lewis
2024-08-07KVM: arm64: Tidying up PAuth code in KVMFuad Tabba
2024-08-02KVM: arm64: fix override-init warnings in W=1 buildsSebastian Ott
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-07-16Merge tag 'kvmarm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2024-07-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus 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-14Merge branch kvm-arm64/shadow-mmu into kvmarm/nextOliver Upton