summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/vgic/vgic-init.c
AgeCommit message (Expand)Author
7 daysMerge branch 'kvm-arm64/vgic-v4-ctl' into kvmarm/nextOliver Upton
8 daysKVM: arm64: vgic-v3: Allow userspace to write GICD_TYPER2.nASSGIcapRaghavendra Rao Ananta
8 daysKVM: arm64: vgic-v3: Allow access to GICD_IIDR prior to initializationOliver Upton
8 daysKVM: arm64: Disambiguate support for vSGIs v. vLPIsOliver Upton
2025-07-08KVM: arm64: gic-v5: Probe for GICv5Sascha Bischoff
2025-07-08KVM: arm64: gic-v5: Support GICv3 compatSascha Bischoff
2025-06-02Merge tag 'kvmarm-fixes-6.16-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2025-05-30KVM: arm64: vgic-init: Plug vCPU vs. VGIC creation raceOliver Upton
2025-05-27KVM: arm64: use kvm_trylock_all_vcpus when locking all vCPUsMaxim Levitsky
2025-03-03KVM: arm64: nv: Add Maintenance Interrupt emulationMarc Zyngier
2025-02-13KVM: arm64: vgic: Hoist SGI/PPI alloc from vgic_init() to kvm_create_vgic()Marc Zyngier
2024-11-20KVM: arm64: vgic: Make vgic_get_irq() more robustMarc Zyngier
2024-10-17KVM: arm64: Ensure vgic_ready() is ordered against MMIO registrationOliver Upton
2024-10-11KVM: arm64: Don't eagerly teardown the vgic on init errorMarc Zyngier
2024-10-08KVM: arm64: Unregister redistributor for failed vCPU creationOliver Upton
2024-08-19KVM: arm64: vgic: Don't hold config_lock while unregistering redistributorsMarc Zyngier
2024-08-08KVM: arm64: vgic: Hold config_lock while tearing down a CPU interfaceMarc Zyngier
2024-06-06KVM: arm64: Disassociate vcpus from redistributor region on teardownMarc Zyngier
2024-05-08Merge branch kvm-arm64/misc-6.10 into kvmarm-master/nextMarc Zyngier
2024-05-03KVM: arm64: vgic: Allocate private interrupts on demandMarc Zyngier
2024-04-25KVM: arm64: vgic-its: Get rid of the lpi_list_lockOliver Upton
2024-04-25KVM: arm64: vgic-its: Rip out the global translation cacheOliver Upton
2024-03-07Merge branch kvm-arm64/kerneldoc into kvmarm/nextOliver Upton
2024-03-07Merge branch kvm-arm64/lpi-xarray into kvmarm/nextOliver Upton
2024-02-24KVM: arm64: Fix typosBjorn Helgaas
2024-02-23KVM: arm64: vgic: Get rid of the LPI linked-listOliver Upton
2024-02-23KVM: arm64: vgic: Store LPIs in an xarrayOliver Upton
2024-02-01KVM: arm64: vgic-init: fix a kernel-doc warningRandy Dunlap
2023-12-12KVM: arm64: vgic: Force vcpu vgic teardown on vcpu destroyMarc Zyngier
2023-12-12KVM: arm64: vgic: Add a non-locking primitive for kvm_vgic_vcpu_destroy()Marc Zyngier
2023-12-12KVM: arm64: vgic: Simplify kvm_vgic_destroy()Marc Zyngier
2023-06-07KVM: arm64: Restore GICv2-on-GICv3 functionalityMarc Zyngier
2023-05-19KVM: arm64: vgic: Fix a commentJean-Philippe Brucker
2023-05-19KVM: arm64: vgic: Fix a circular locking issueJean-Philippe Brucker
2023-03-29KVM: arm64: Use config_lock to protect vgic stateOliver Upton
2023-02-13Merge branch kvm-arm64/apple-vgic-mi into kvmarm/nextOliver Upton
2023-01-12KVM: arm64: vgic: Allow registration of a non-maskable maintenance interruptMarc Zyngier
2022-12-29KVM: arm64: Simplify the CPUHP logicMarc Zyngier
2022-05-25Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2022-05-04KVM: arm64: vgic-v3: Advertise GICR_CTLR.{IR, CES} as a new GICD_IIDR revisionMarc Zyngier
2022-05-02KVM: Add max_vcpus field in common 'struct kvm'Sean Christopherson
2022-01-07Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-12-08KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s indexMarc Zyngier
2021-12-01KVM: arm64: Drop vcpu->arch.has_run_once for vcpu->pidMarc Zyngier
2021-10-17KVM: arm64: vgic: Add memcg accounting to vgic allocationsJia He
2021-06-01KVM: arm64: vgic: Let an interrupt controller advertise lack of HW deactivationMarc Zyngier
2021-06-01KVM: arm64: vgic: Be tolerant to the lack of maintenance interrupt maskingMarc Zyngier
2021-06-01irqchip/gic: Split vGIC probing information from the GIC codeMarc Zyngier
2021-04-06kvm: arm64: vgic-v3: Introduce vgic_v3_free_redist_region()Eric Auger
2021-04-06KVM: arm/arm64: vgic: Reset base address on kvm_vgic_dist_destroy()Eric Auger