summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp
AgeCommit message (Expand)AuthorFilesLines
2024-11-14Merge tag 'kvmarm-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini10-42/+317
2024-11-12KVM: arm64: Pass on SVE mapping failuresJames Clark1-2/+1
2024-11-11Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton5-32/+118
2024-11-11Merge branch kvm-arm64/mpam-ni into kvmarm/nextOliver Upton1-0/+31
2024-11-11Merge branch kvm-arm64/psci-1.3 into kvmarm/nextOliver Upton1-0/+2
2024-10-31KVM: arm64: Initialize trap register values in hyp in pKVMFuad Tabba2-1/+38
2024-10-31KVM: arm64: Initialize the hypervisor's VM state at EL2Fuad Tabba1-0/+77
2024-10-31KVM: arm64: Move pkvm_vcpu_init_traps() to init_pkvm_hyp_vcpu()Fuad Tabba3-11/+3
2024-10-31KVM: arm64: Fix missing traps of guest accesses to the MPAM registersJames Morse1-0/+31
2024-10-31KVM: arm64: Add save/restore support for POR_EL2Marc Zyngier1-0/+6
2024-10-31KVM: arm64: Add kvm_has_s1poe() helperMarc Zyngier1-1/+1
2024-10-31KVM: arm64: Hide S1PIE registers from userspace when disabled for guestsMark Brown1-1/+1
2024-10-31KVM: arm64: Hide TCR2_EL1 from userspace when disabled for guestsMark Brown1-1/+1
2024-10-31KVM: arm64: Add save/restore for PIR{,E0}_EL2Marc Zyngier1-2/+13
2024-10-31KVM: arm64: Add save/restore for TCR2_EL2Marc Zyngier1-0/+7
2024-10-31KVM: arm64: nv: Save/Restore vEL2 sysregsMarc Zyngier3-5/+138
2024-10-25KVM: arm64: Don't mark "struct page" accessed when making SPTE youngSean Christopherson1-5/+2
2024-10-25KVM: arm64: nvhe: Pass through PSCI v1.3 SYSTEM_OFF2 callDavid Woodhouse1-0/+2
2024-10-24KVM: arm64: Don't map 'kvm_vgic_global_state' at EL2 with pKVMWill Deacon1-17/+0
2024-10-24KVM: arm64: Just advertise SEIS as 0 when emulating ICC_CTLR_EL1Will Deacon1-3/+0
2024-10-17KVM: arm64: Shave a few bytes from the EL2 idmap codeMarc Zyngier1-23/+29
2024-10-01KVM: arm64: Constrain the host to the maximum shared SVE VL with pKVMMark Brown2-6/+8
2024-10-01KVM: arm64: Fix __pkvm_init_vcpu cptr_el2 error pathVincent Donnefort1-2/+4
2024-09-16Merge tag 'for-linus-non-x86' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-60/+138
2024-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-1/+31
2024-09-12Merge branch kvm-arm64/s2-ptdump into kvmarm-master/nextMarc Zyngier1-42/+0
2024-09-12Merge branch kvm-arm64/nv-at-pan into kvmarm-master/nextMarc Zyngier1-1/+1
2024-09-12Merge branch kvm-arm64/vgic-sre-traps into kvmarm-master/nextMarc Zyngier1-6/+91
2024-09-12Merge branch kvm-arm64/fpmr into kvmarm-master/nextMarc Zyngier4-0/+24
2024-09-12Merge branch kvm-arm64/mmu-misc-6.12 into kvmarm-master/nextMarc Zyngier2-8/+19
2024-09-10KVM: arm64: Add memory length checks and remove inline in do_ffa_mem_xferSnehal Koukuntla1-6/+15
2024-09-10KVM: arm64: Move pagetable definitions to common headerSebastian Ene1-42/+0
2024-09-04KVM: arm64: use `at s1e1a` for POEJoey Gouly1-1/+4
2024-09-04KVM: arm64: Save/restore POE registersJoey Gouly1-0/+27
2024-08-30KVM: arm64: Make kvm_at() take an OP_AT_*Joey Gouly1-1/+1
2024-08-27KVM: arm64: Make most GICv3 accesses UNDEF if they trapMarc Zyngier1-0/+3
2024-08-27KVM: arm64: Honor guest requested traps in GICv3 emulationMarc Zyngier1-0/+72
2024-08-27KVM: arm64: Force SRE traps when SRE access is not enabledMarc Zyngier1-6/+16
2024-08-27Merge branch kvm-arm64/tlbi-fixes-6.12 into kvmarm-master/nextMarc Zyngier2-4/+4
2024-08-27KVM: arm64: Add save/restore support for FPMRMarc Zyngier4-0/+24
2024-08-15KVM: arm64: Ensure TLBI uses correct VMID after changing contextWill Deacon1-3/+3
2024-08-15KVM: arm64: Invalidate EL1&0 TLB entries for all VMIDs in nvhe hyp initWill Deacon1-1/+1
2024-08-13KVM: arm64: Move data barrier to end of split walkColton Lewis1-2/+4
2024-08-07KVM: arm64: Tidying up PAuth code in KVMFuad Tabba2-4/+2
2024-08-02KVM: arm64: fix override-init warnings in W=1 buildsSebastian Ott2-0/+4
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-96/+559
2024-07-16Merge tag 'kvmarm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini12-96/+559
2024-07-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-8/+8
2024-07-14Merge branch kvm-arm64/nv-tcr2 into kvmarm/nextOliver Upton1-10/+25
2024-07-14Merge branch kvm-arm64/nv-sve into kvmarm/nextOliver Upton2-25/+147