summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp
AgeCommit message (Expand)AuthorFilesLines
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
2024-07-14Merge branch kvm-arm64/el2-kcfi into kvmarm/nextOliver Upton8-27/+41
2024-07-14Merge branch kvm-arm64/shadow-mmu into kvmarm/nextOliver Upton2-1/+197
2024-07-04KVM: arm64: Replace custom macros with fields from ID_AA64PFR0_EL1Anshuman Khandual3-8/+8
2024-06-27KVM: arm64: Make PIR{,E0}_EL1 save/restore conditional on FEAT_TCRXMarc Zyngier1-10/+14
2024-06-27KVM: arm64: Make TCR2_EL1 save/restore dependent on the VM featuresMarc Zyngier1-2/+13
2024-06-20KVM: arm64: nv: Add additional trap setup for CPTR_EL2Marc Zyngier1-1/+18
2024-06-20KVM: arm64: nv: Honor guest hypervisor's FP/SVE traps in CPTR_EL2Oliver Upton1-0/+31
2024-06-20KVM: arm64: nv: Load guest FP state for ZCR_EL2 trapOliver Upton2-0/+31
2024-06-20KVM: arm64: nv: Handle CPACR_EL1 trapsMarc Zyngier1-1/+31
2024-06-20KVM: arm64: Spin off helper for programming CPTR trapsOliver Upton1-24/+24
2024-06-20KVM: arm64: nv: Use guest hypervisor's max VL when running nested guestOliver Upton1-0/+12
2024-06-20KVM: arm64: nv: Load guest hyp's ZCR into EL1 stateOliver Upton1-1/+2
2024-06-20KVM: arm64: nv: Forward SVE traps to guest hypervisorOliver Upton1-0/+2
2024-06-20KVM: arm64: nv: Forward FP/ASIMD traps to guest hypervisorJintack Lim1-0/+3
2024-06-20KVM: arm64: nVHE: Support CONFIG_CFI_CLANG at EL2Pierre-Clément Tosi2-4/+8
2024-06-20KVM: arm64: VHE: Mark __hyp_call_panic __noreturnPierre-Clément Tosi1-2/+1
2024-06-20KVM: arm64: nVHE: gen-hyprel: Skip R_AARCH64_ABS32Pierre-Clément Tosi1-0/+6
2024-06-20KVM: arm64: nVHE: Simplify invalid_host_el2_vectPierre-Clément Tosi1-6/+0
2024-06-20KVM: arm64: Fix __pkvm_init_switch_pgd call ABIPierre-Clément Tosi2-13/+15
2024-06-20KVM: arm64: Fix clobbered ELR in sync abort/SErrorPierre-Clément Tosi2-2/+11