summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp
AgeCommit message (Expand)Author
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2025-12-02Merge tag 'kvmarm-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini
2025-12-01Merge branch 'kvm-arm64/nv-xnx-haf' into kvmarm/nextOliver Upton
2025-12-01Merge branch 'kvm-arm64/vgic-lr-overflow' into kvmarm/nextOliver Upton
2025-12-01KVM: arm64: Add break to default case in kvm_pgtable_stage2_pte_prot()Nathan Chancellor
2025-11-24KVM: arm64: GICv2: Always trap GICV_DIR registerMarc Zyngier
2025-11-24KVM: arm64: GICv3: Force exit to sync ICH_HCR_EL2.EnMarc Zyngier
2025-11-24KVM: arm64: GICv3: nv: Resync LRs/VMCR/HCR early for better MI emulationMarc Zyngier
2025-11-24KVM: arm64: GICv3: Handle in-LR deactivation when possibleMarc Zyngier
2025-11-24KVM: arm64: GICv3: Handle deactivation via ICV_DIR_EL1 trapsMarc Zyngier
2025-11-24KVM: arm64: Eagerly save VMCR on exitMarc Zyngier
2025-11-24KVM: arm64: GICv3: Decouple ICH_HCR_EL2 programming from LRsMarc Zyngier
2025-11-24KVM: arm64: GICv3: Preserve EOIcount on exitMarc Zyngier
2025-11-24KVM: arm64: vgic-v3: Fix GICv3 trapping in protected modeMarc Zyngier
2025-11-24KVM: arm64: Turn vgic-v3 errata traps into a patched-in constantMarc Zyngier
2025-11-24KVM: arm64: Add support for FEAT_XNX stage-2 permissionsOliver Upton
2025-11-19KVM: arm64: Split kvm_pgtable_stage2_destroy()Raghavendra Rao Ananta
2025-11-19KVM: arm64: Only drop references on empty tables in stage2_free_walkerOliver Upton
2025-11-12arm64: Fix typos and spelling errors in commentsmrigendrachaubey
2025-10-30KVM: arm64: Check the untrusted offset in FF-A memory shareSebastian Ene
2025-10-30KVM: arm64: Check range args for pKVM mem transitionsVincent Donnefort
2025-10-13KVM: arm64: Compute per-vCPU FGTs at vcpu_load()Oliver Upton
2025-09-30Merge tag 'kvmarm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2025-09-20Merge branch kvm-arm64/misc-6.18 into kvmarm-master/nextMarc Zyngier
2025-09-20Merge branch kvm-arm64/el2-feature-control into kvmarm-master/nextMarc Zyngier
2025-09-20Merge branch kvm-arm64/gic-v5-nv into kvmarm-master/nextMarc Zyngier
2025-09-19KVM: arm64: nv: Exclude guest's TWED configuration when TWE isn't setOliver Upton
2025-09-17KVM: arm64: Don't access ICC_SRE_EL2 if GICv3 doesn't support v2 compatibilityMarc Zyngier
2025-09-17Merge branch kvm-arm64/dump-instr into kvmarm-master/nextMarc Zyngier
2025-09-15KVM: arm64: Map hyp text as RO and dump instr on panicMostafa Saleh
2025-09-15Merge branch kvm-arm64/pkvm_vm_handle into kvmarm-master/nextMarc Zyngier
2025-09-15KVM: arm64: Introduce separate hypercalls for pKVM VM reservation and initial...Fuad Tabba
2025-09-15KVM: arm64: Consolidate pKVM hypervisor VM initialization logicFuad Tabba
2025-09-15KVM: arm64: Separate allocation and insertion of pKVM VM table entriesFuad Tabba
2025-09-15KVM: arm64: Decouple hyp VM creation state from its handleFuad Tabba
2025-09-15KVM: arm64: Clarify comments to distinguish pKVM mode from protected VMsFuad Tabba
2025-09-15KVM: arm64: Rename pkvm.enabled to pkvm.is_protectedFuad Tabba
2025-09-15KVM: arm64: Add build-time check for duplicate DECLARE_REG useFuad Tabba
2025-09-15KVM: arm64: Fix debug checking for np-guests using huge mappingsBen Horgan
2025-09-15Merge branch kvm-arm64/ffa-1.2 into kvmarm-master/nextMarc Zyngier
2025-09-10Revert "KVM: arm64: Split kvm_pgtable_stage2_destroy()"Oliver Upton
2025-09-10KVM: arm64: Fix parameter ordering for VBAR_EL1 assignmentFuad Tabba
2025-09-10KVM: arm64: VHE: Save and restore host MDCR_EL2 value correctlyAlexandru Elisei
2025-09-08KVM: arm64: Bump the supported version of FF-A to 1.2Per Larsen
2025-09-08KVM: arm64: Mask response to FFA_FEATURE callPer Larsen
2025-09-08KVM: arm64: Mark optional FF-A 1.2 interfaces as unsupportedPer Larsen
2025-09-08KVM: arm64: Mark FFA_NOTIFICATION_* calls as unsupportedPer Larsen
2025-09-08KVM: arm64: Use SMCCC 1.2 for FF-A initialization and in host handlerPer Larsen
2025-09-08KVM: arm64: Correct return value on host version downgrade attemptPer Larsen