aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/nested.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-39/+84
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2025-12-01KVM: arm64: Add endian casting to kvm_swap_s[12]_desc()Marc Zyngier1-4/+4
2025-12-01KVM: arm64: nv: Expose hardware access flag management to NV guestsOliver Upton1-2/+4
2025-12-01KVM: arm64: nv: Implement HW access flag management in stage-2 SW PTWOliver Upton1-7/+37
2025-12-01KVM: arm64: nv: Use pgtable definitions in stage-2 walkOliver Upton1-6/+15
2025-12-01KVM: arm64: Handle endianness in read helper for emulated PTWOliver Upton1-12/+20
2025-12-01KVM: arm64: nv: Stop passing vCPU through void ptr in S2 PTWOliver Upton1-8/+4
2025-12-01KVM: arm64: Call helper for reading descriptors directlyOliver Upton1-10/+8
2025-12-01KVM: arm64: nv: Advertise support for FEAT_XNXOliver Upton1-1/+0
2025-11-24KVM: arm64: nv: Forward FEAT_XNX permissions to the shadow stage-2Oliver Upton1-1/+4
2025-11-12arm64: Fix typos and spelling errors in commentsmrigendrachaubey1-1/+1
2025-10-13KVM: arm64: nv: Use FGT write trap of MDSCR_EL1 when availableOliver Upton1-3/+6
2025-09-30Merge tag 'kvmarm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini1-18/+62
2025-09-30Merge tag 'kvmarm-fixes-6.17-2' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-4/+7
2025-09-20Merge branch kvm-arm64/el2-feature-control into kvmarm-master/nextMarc Zyngier1-17/+31
2025-09-20Merge branch kvm-arm64/nv-debug into kvmarm-master/nextMarc Zyngier1-0/+30
2025-09-20KVM: arm64: Account for 52bit when computing maximum OAMarc Zyngier1-1/+1
2025-09-19KVM: arm64: nv: Expose up to FEAT_Debugv8p8 to NV-enabled VMsOliver Upton1-2/+5
2025-09-19KVM: arm64: nv: Advertise FEAT_TIDCP1 to NV-enabled VMsOliver Upton1-1/+0
2025-09-19KVM: arm64: nv: Advertise FEAT_SpecSEI to NV-enabled VMsOliver Upton1-1/+0
2025-09-19KVM: arm64: nv: Expose FEAT_TWED to NV-enabled VMsOliver Upton1-1/+0
2025-09-19KVM: arm64: nv: Expose FEAT_AFP to NV-enabled VMsOliver Upton1-1/+0
2025-09-19KVM: arm64: nv: Expose FEAT_ECBHB to NV-enabled VMsOliver Upton1-2/+1
2025-09-19KVM: arm64: nv: Expose FEAT_RASv1p1 via RAS_fracOliver Upton1-1/+0
2025-09-19KVM: arm64: nv: Expose FEAT_DF2 to NV-enabled VMsOliver Upton1-1/+0
2025-09-19KVM: arm64: nv: Don't erroneously claim FEAT_DoubleLock for NV VMsOliver Upton1-1/+0
2025-09-19KVM: arm64: nv: Convert masks to denylists in limit_nv_id_reg()Oliver Upton1-14/+33
2025-09-18KVM: arm64: nv: Apply guest's MDCR traps in nested contextOliver Upton1-0/+19
2025-09-18KVM: arm64: nv: Trap debug registers when in hyp contextOliver Upton1-0/+11
2025-09-10KVM: arm64: nv: Fix incorrect VNCR invalidation range calculationDongha Lee1-2/+2
2025-09-10KVM: arm64: nv: fix VNCR TLB ASID match logic for non-Global entriesGeonha Lee1-1/+1
2025-08-29Merge tag 'kvmarm-fixes-6.17-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini1-1/+4
2025-08-27KVM: arm64: nv: Handle VNCR_EL2-triggered faults backed by guest_memfdFuad Tabba1-6/+35
2025-08-04KVM: arm64: nv: Handle SEAs due to VNCR redirectionOliver Upton1-0/+3
2025-08-04KVM: arm64: nv: Properly check ESR_EL2.VNCR on taking a VNCR_EL2 related faultMarc Zyngier1-1/+1
2025-07-29Merge tag 'kvmarm-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini1-59/+50
2025-07-28Merge branch 'kvm-arm64/config-masks' into kvmarm/nextOliver Upton1-57/+3
2025-07-15KVM: arm64: Convert MDCR_EL2 to config-driven sanitisationMarc Zyngier1-34/+1
2025-07-15KVM: arm64: Convert SCTLR_EL1 to config-driven sanitisationMarc Zyngier1-4/+1
2025-07-15KVM: arm64: Convert TCR2_EL2 to config-driven sanitisationMarc Zyngier1-19/+1
2025-07-08KVM: arm64: Describe SCTLR2_ELx RESx masksOliver Upton1-0/+6
2025-07-08KVM: arm64: nv: Advertise support for FEAT_RASOliver Upton1-2/+1
2025-07-08KVM: arm64: nv: Honor SError exception routing / maskingOliver Upton1-0/+40
2025-07-03KVM: arm64: Fix handling of FEAT_GTG for unimplemented granule sizesMarc Zyngier1-3/+23
2025-06-05KVM: arm64: Add RMW specific sysreg accessorMarc Zyngier1-1/+1
2025-05-30KVM: arm64: Mask out non-VA bits from TLBI VA* on VNCR invalidationMarc Zyngier1-2/+4
2025-05-23Merge branch kvm-arm64/nv-nv into kvmarm-master/nextMarc Zyngier1-9/+614
2025-05-21KVM: arm64: nv: Release faulted-in VNCR page from mmu_lock critical sectionMarc Zyngier1-1/+1
2025-05-21KVM: arm64: nv: Handle TLBI S1E2 for VNCR invalidation with mmu_lock heldMarc Zyngier1-0/+2