summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/nested.c
AgeCommit message (Expand)AuthorFilesLines
9 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-1/+1
2026-08-19Merge branch 'kvm-arm64/vtr-patch' into nextOliver Upton1-1/+2
2026-08-19Merge branch 'kvm-arm64/vncr-fixes' into nextOliver Upton1-52/+121
2026-08-19Merge branch 'kvm-arm64/feat-nv3' into nextOliver Upton1-2/+12
2026-08-08KVM: arm64: Add VNCR TLB tracking againMarc Zyngier1-6/+30
2026-08-08KVM: arm64: Make VNCR invalidation participate in MMU invalidation retryMarc Zyngier1-3/+18
2026-08-08KVM: arm64: Handle VNCR TLB invalidation race with vcpu_put() VNCR unmappingMarc Zyngier1-10/+32
2026-08-08KVM: arm64: Correctly handle end of VA space TLBI invalidationMarc Zyngier1-24/+19
2026-08-08KVM: arm64: Consider SCTLR_EL2.M when mapping the L1 VNCR pageMarc Zyngier1-0/+4
2026-08-08KVM: arm64: Handle negative S1 walk levels in VNCR TLB size evaluationMarc Zyngier1-7/+19
2026-08-08KVM: arm64: Remove VM-wide VNCR mapping counterMarc Zyngier1-3/+0
2026-07-31KVM: arm64: Expose FEAT_NV3 to guestsMarc Zyngier1-2/+4
2026-07-31KVM: arm64: Add sanitisation for NVHCR_EL2Marc Zyngier1-0/+4
2026-07-31KVM: arm64: Expose FEAT_NV2p1 to NV guestsMarc Zyngier1-2/+6
2026-07-21KVM: arm64: vgic-v3: Kill kvm_vgic_global_state.ich_vtr_el2Marc Zyngier1-1/+2
2026-07-15Merge tag 'kvmarm-fixes-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-81/+83
2026-06-22KVM: arm64: nv: Mark VM as bugged for unexpected VNCR abortOliver Upton1-2/+2
2026-06-22KVM: arm64: nv: Inject SEA if guest VNCR isn't normal memoryOliver Upton1-0/+11
2026-06-22KVM: arm64: nv: Re-translate VNCR before injecting abortOliver Upton1-69/+42
2026-06-22KVM: arm64: nv: Inject SEA if kvm_translate_vncr() can't resolve PFNOliver Upton1-4/+6
2026-06-22KVM: arm64: nv: Respect read-only PFN when mapping L1 VNCROliver Upton1-10/+26
2026-06-12Merge tag 'kvmarm-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-80/+154
2026-06-12Merge branch kvm-arm64/nv-mmu-7.2 into kvmarm-master/nextMarc Zyngier1-35/+55
2026-06-10KVM: arm64: nv: Hold kvm->mmu_lock while initialising vcpu->arch.vncr_tlbMarc Zyngier1-2/+14
2026-06-10KVM: arm64: nv: Avoid dereferencing NULL VNCR pseudo-TLBMarc Zyngier1-21/+15
2026-06-05KVM: arm64: Reassign nested_mmus array behind mmu_lockHyunwoo Kim1-13/+20
2026-06-03KVM: arm64: nv: Inject SEA TTW when desc update can't write to GPAOliver Upton1-1/+6
2026-06-03KVM: arm64: nv: Fully update VNCR fixmap state in kvm_translate_vncr()Oliver Upton1-10/+17
2026-06-03KVM: arm64: Don't leak PFN when kvm_translate_vncr() races MMU notifierOliver Upton1-1/+3
2026-05-29KVM: arm64: Correctly cap ZCR_EL2 provided by a guest hypervisorMark Brown1-0/+5
2026-05-28KVM: arm64: Fallback to a supported value for unsupported guest TGxWei-Lin Chang1-28/+72
2026-05-28KVM: arm64: nv: Use literal granule size in TLBI range calculationWei-Lin Chang1-13/+19
2026-05-28KVM: arm64: Factor out TG0/1 decoding of VTCR and TCRWei-Lin Chang1-11/+16
2026-05-28KVM: arm64: nv: Rename vtcr_to_walk_info() to setup_s2_walk()Wei-Lin Chang1-8/+7
2026-04-08Merge branch kvm-arm64/nv-s2-debugfs into kvmarm-master/nextMarc Zyngier1-1/+5
2026-03-23KVM: arm64: nv: Expose shadow page tables in debugfsWei-Lin Chang1-1/+5
2026-03-19KVM: arm64: gic-v5: Hide FEAT_GCIE from NV GICv5 guestsSascha Bischoff1-0/+5
2026-03-05KVM: arm64: nv: Inject a SEA if failed to read the descriptorZenghui Yu (Huawei)1-1/+3
2026-03-05KVM: arm64: nv: Report addrsz fault at level 0 with a bad VTTBR.BADDRZenghui Yu (Huawei)1-1/+2
2026-03-05KVM: arm64: nv: Check S2 limits based on implemented PA sizeZenghui Yu (Huawei)1-9/+11
2026-02-28Merge tag 'kvmarm-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-32/+31
2026-02-25KVM: arm64: Deduplicate ASID retrieval codeMarc Zyngier1-29/+31
2026-02-23KVM: arm64: Revert accidental drop of kvm_uninit_stage2_mmu() for non-NV VMsFuad Tabba1-3/+0
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+4
2026-02-05Merge branch kvm-arm64/misc-6.20 into kvmarm-master/nextMarc Zyngier1-0/+12
2026-02-05KVM: arm64: Add sanitisation to SCTLR_EL2Marc Zyngier1-0/+4
2026-02-05KVM: arm64: Remove all traces of FEAT_TMEMarc Zyngier1-5/+0
2026-02-05KVM: arm64: Extend unified RESx handling to runtime sanitisationMarc Zyngier1-9/+4
2026-02-05KVM: arm64: Introduce data structure tracking both RES0 and RES1 bitsMarc Zyngier1-65/+64
2026-02-02KVM: arm64: nv: Avoid NV stage-2 code when NV is not supportedFuad Tabba1-0/+12