aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-13KVM: arm64: Compute per-vCPU FGTs at vcpu_load()Oliver Upton2-131/+18
2025-09-30Merge tag 'kvmarm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini10-139/+330
2025-09-20Merge branch kvm-arm64/misc-6.18 into kvmarm-master/nextMarc Zyngier1-3/+6
2025-09-20Merge branch kvm-arm64/el2-feature-control into kvmarm-master/nextMarc Zyngier1-0/+7
2025-09-20Merge branch kvm-arm64/gic-v5-nv into kvmarm-master/nextMarc Zyngier1-16/+9
2025-09-19KVM: arm64: nv: Exclude guest's TWED configuration when TWE isn't setOliver Upton1-0/+7
2025-09-17KVM: arm64: Don't access ICC_SRE_EL2 if GICv3 doesn't support v2 compatibilityMarc Zyngier1-16/+9
2025-09-17Merge branch kvm-arm64/dump-instr into kvmarm-master/nextMarc Zyngier1-2/+10
2025-09-15KVM: arm64: Map hyp text as RO and dump instr on panicMostafa Saleh1-2/+10
2025-09-15Merge branch kvm-arm64/pkvm_vm_handle into kvmarm-master/nextMarc Zyngier4-45/+153
2025-09-15KVM: arm64: Introduce separate hypercalls for pKVM VM reservation and initial...Fuad Tabba3-22/+96
2025-09-15KVM: arm64: Consolidate pKVM hypervisor VM initialization logicFuad Tabba1-23/+24
2025-09-15KVM: arm64: Separate allocation and insertion of pKVM VM table entriesFuad Tabba1-9/+43
2025-09-15KVM: arm64: Decouple hyp VM creation state from its handleFuad Tabba1-0/+1
2025-09-15KVM: arm64: Clarify comments to distinguish pKVM mode from protected VMsFuad Tabba2-15/+12
2025-09-15KVM: arm64: Rename pkvm.enabled to pkvm.is_protectedFuad Tabba1-1/+1
2025-09-15KVM: arm64: Add build-time check for duplicate DECLARE_REG useFuad Tabba1-1/+2
2025-09-15KVM: arm64: Fix debug checking for np-guests using huge mappingsBen Horgan1-3/+6
2025-09-15Merge branch kvm-arm64/ffa-1.2 into kvmarm-master/nextMarc Zyngier2-73/+145
2025-09-10Revert "KVM: arm64: Split kvm_pgtable_stage2_destroy()"Oliver Upton1-21/+4
2025-09-10KVM: arm64: Fix parameter ordering for VBAR_EL1 assignmentFuad Tabba1-1/+1
2025-09-10KVM: arm64: VHE: Save and restore host MDCR_EL2 value correctlyAlexandru Elisei2-5/+6
2025-09-08KVM: arm64: Bump the supported version of FF-A to 1.2Per Larsen1-3/+3
2025-09-08KVM: arm64: Mask response to FFA_FEATURE callPer Larsen1-1/+1
2025-09-08KVM: arm64: Mark optional FF-A 1.2 interfaces as unsupportedPer Larsen1-0/+5
2025-09-08KVM: arm64: Mark FFA_NOTIFICATION_* calls as unsupportedPer Larsen1-0/+8
2025-09-08KVM: arm64: Use SMCCC 1.2 for FF-A initialization and in host handlerPer Larsen2-69/+125
2025-09-08KVM: arm64: Correct return value on host version downgrade attemptPer Larsen1-1/+4
2025-08-29Merge tag 'kvmarm-fixes-6.17-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini6-21/+38
2025-08-28KVM: arm64: Simplify sysreg access on exception deliveryMarc Zyngier1-12/+4
2025-08-28KVM: arm64: Check for SYSREGS_ON_CPU before accessing the 32bit stateMarc Zyngier1-2/+2
2025-08-21KVM: arm64: Ignore HCR_EL2.FIEN set by L1 guest's EL2Marc Zyngier1-1/+4
2025-08-21KVM: arm64: Split kvm_pgtable_stage2_destroy()Raghavendra Rao Ananta1-4/+21
2025-08-08arm64: vgic-v2: Fix guest endianness check in hVHE modeFuad Tabba1-1/+1
2025-08-08KVM: arm64: Sync protected guest VBAR_EL1 on injecting an undef exceptionFuad Tabba1-0/+1
2025-08-08KVM: arm64: Handle AIDR_EL1 and REVIDR_EL1 in host for protected VMsFuad Tabba1-0/+4
2025-08-08kvm: arm64: use BUG() instead of BUG_ON(1)Arnd Bergmann1-1/+1
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-26/+165
2025-07-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-1/+33
2025-07-29Merge tag 'kvmarm-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini6-26/+165
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-07-26Merge branch 'kvm-arm64/gcie-legacy' into kvmarm/nextOliver Upton1-8/+43
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook1-1/+1
2025-07-21KVM: arm64: Filter out HCR_EL2 bits when running in hypervisor contextMarc Zyngier1-2/+12
2025-07-21KVM: arm64: Check for SYSREGS_ON_CPU before accessing the CPU stateMarc Zyngier1-2/+4
2025-07-08KVM: arm64: gic-v5: Support GICv3 compatSascha Bischoff1-8/+43
2025-07-08KVM: arm64: Route SEAs to the SError vector when EASE is setOliver Upton1-1/+5
2025-07-08KVM: arm64: Context switch SCTLR2_ELx when advertised to the guestOliver Upton2-0/+23
2025-07-08KVM: arm64: nv: Use guest hypervisor's vSError stateOliver Upton2-8/+69
2025-07-08KVM: arm64: nv: Honor SError exception routing / maskingOliver Upton1-1/+5