summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/vgic
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'kvmarm-fixes-6.17-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini3-10/+10
2025-08-08kvm: arm64: use BUG() instead of BUG_ON(1)Arnd Bergmann1-1/+1
2025-07-30KVM: arm64: Don't attempt vLPI mappings when vPE allocation is disabledRaghavendra Rao Ananta2-9/+9
2025-07-29Merge tag 'kvmarm-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini9-53/+193
2025-07-29Merge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-7/+5
2025-07-28Merge branch 'kvm-arm64/vgic-v4-ctl' into kvmarm/nextOliver Upton6-50/+98
2025-07-28Merge branch 'kvm-arm64/el2-reg-visibility' into kvmarm/nextOliver Upton1-0/+19
2025-07-26Merge branch 'kvm-arm64/misc' into kvmarm/nextOliver Upton1-0/+3
2025-07-26Merge branch 'kvm-arm64/gcie-legacy' into kvmarm/nextOliver Upton3-2/+72
2025-07-26KVM: arm64: vgic-v3: Allow userspace to write GICD_TYPER2.nASSGIcapRaghavendra Rao Ananta4-3/+31
2025-07-26KVM: arm64: vgic-v3: Allow access to GICD_IIDR prior to initializationOliver Upton2-9/+20
2025-07-26KVM: arm64: vgic-v3: Consolidate MAINT_IRQ handlingOliver Upton1-26/+25
2025-07-26KVM: arm64: Disambiguate support for vSGIs v. vLPIsOliver Upton5-15/+25
2025-07-26KVM: arm64: Enforce the sorting of the GICv3 system register tableMarc Zyngier1-0/+1
2025-07-24KVM: arm64: vgic-its: Return -ENXIO to invalid KVM_DEV_ARM_VGIC_GRP_CTRL attrsDavid Woodhouse1-0/+3
2025-07-16KVM: arm64: Define helper for ICH_VTR_EL2Marc Zyngier1-0/+15
2025-07-16KVM: arm64: Define constant value for ICC_SRE_EL2Marc Zyngier1-0/+3
2025-07-09KVM: arm64: gic-v5: Probe for GICv5Sascha Bischoff3-0/+57
2025-07-09KVM: arm64: gic-v5: Support GICv3 compatSascha Bischoff2-2/+15
2025-07-08KVM: arm64: Add helper to identify a nested contextMarc Zyngier1-1/+1
2025-06-26KVM: arm64: nv: Fix MI line level calculation in vgic_v3_nested_update_mi()Wei-Lin Chang1-3/+1
2025-06-23KVM: Don't WARN if updating IRQ bypass route failsSean Christopherson1-5/+3
2025-06-20KVM: arm64: WARN if unmapping a vLPI fails in any pathSean Christopherson2-3/+3
2025-06-19KVM: arm64: nv: Fix tracking of shadow list registersMarc Zyngier1-39/+42
2025-06-11Merge tag 'kvmarm-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-5/+5
2025-06-05KVM: arm64: Add assignment-specific sysreg accessorMarc Zyngier1-5/+5
2025-06-02Merge tag 'kvmarm-fixes-6.16-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini4-68/+104
2025-05-30KVM: arm64: vgic-debug: Avoid dereferencing NULL ITE pointerMarc Zyngier1-1/+4
2025-05-30KVM: arm64: vgic-init: Plug vCPU vs. VGIC creation raceOliver Upton1-1/+26
2025-05-30KVM: arm64: Resolve vLPI by host IRQ in vgic_v4_unset_forwarding()Oliver Upton1-20/+25
2025-05-30KVM: arm64: Protect vLPI translation with vgic_irq::irq_lockOliver Upton2-42/+47
2025-05-30KVM: arm64: Use lock guard in vgic_v4_set_forwarding()Oliver Upton1-6/+4
2025-05-27KVM: arm64: use kvm_trylock_all_vcpus when locking all vCPUsMaxim Levitsky3-12/+12
2025-05-22KVM: arm64: Fix documentation for vgic_its_iter_next()Marc Zyngier1-1/+1
2025-05-19KVM: arm64: vgic-its: Add debugfs interface to expose ITS tablesJing Zhang3-31/+265
2025-05-16KVM: arm64: nv: Remove clearing of ICH_LR<n>.EOI if ICH_LR<n>.HW == 1Wei-Lin Chang1-3/+0
2025-03-20Merge branch 'kvm-arm64/pv-cpuid' into kvmarm/nextOliver Upton1-1/+1
2025-03-20Merge branch 'kvm-arm64/nv-vgic' into kvmarm/nextOliver Upton7-20/+553
2025-03-04KVM: arm64: nv: Allow userland to set VGIC maintenance IRQAndre Przywara1-2/+27
2025-03-04KVM: arm64: nv: Fold GICv3 host trapping requirements into guest setupMarc Zyngier1-3/+17
2025-03-04KVM: arm64: nv: Propagate used_lrs between L1 and L0 contextsMarc Zyngier1-0/+7
2025-03-04KVM: arm64: nv: Request vPE doorbell upon nested ERET to L2Oliver Upton1-1/+17
2025-03-04KVM: arm64: nv: Add Maintenance Interrupt emulationMarc Zyngier4-0/+85
2025-03-04KVM: arm64: nv: Handle L2->L1 transition on interrupt injectionMarc Zyngier1-0/+23
2025-03-04KVM: arm64: nv: Nested GICv3 emulationMarc Zyngier4-0/+239
2025-03-04KVM: arm64: nv: Plumb handling of GICv3 EL2 accessesMarc Zyngier1-0/+125
2025-03-04arm64: sysreg: Add layout for ICH_VTR_EL2Marc Zyngier1-9/+7
2025-03-04arm64: sysreg: Add layout for ICH_HCR_EL2Marc Zyngier1-8/+9
2025-02-27arm64: Modify _midr_range() functions to read MIDR/REVIDR internallyShameer Kolothum1-1/+1
2025-02-27KVM: arm64: vgic-v4: Fall back to software irqbypass if LPI not foundOliver Upton1-5/+10