summaryrefslogtreecommitdiff
path: root/include/kvm/arm_vgic.h
AgeCommit message (Expand)Author
2023-09-30KVM: arm64: vgic: Make kvm_vgic_inject_irq() take a vcpu pointerMarc Zyngier
2023-07-13KVM: arm64: vgic-v4: Make the doorbell request robust w.r.t preemptionMarc Zyngier
2023-03-30KVM: arm64: nv: timers: Support hyp timer emulationMarc Zyngier
2023-02-15Merge tag 'kvm-riscv-6.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2023-01-29KVM: arm64: Add helper vgic_write_guest_lock()Gavin Shan
2022-12-29KVM: arm64: Simplify the CPUHP logicMarc Zyngier
2022-11-10KVM: arm64: Enable ring-based dirty memory trackingGavin Shan
2022-07-17KVM: arm64: vgic: Consolidate userspace access for base address settingMarc Zyngier
2022-07-17KVM: arm64: vgic-v2: Add helper for legacy dist/cpuif base address settingMarc Zyngier
2022-05-04KVM: arm64: vgic-v3: Advertise GICR_CTLR.{IR, CES} as a new GICD_IIDR revisionMarc Zyngier
2022-05-04KVM: arm64: vgic-v3: Implement MMIO-based LPI invalidationMarc Zyngier
2022-05-04KVM: arm64: vgic-v3: Expose GICR_CTLR.RWP when disabling LPIsMarc Zyngier
2022-01-04KVM: arm64: vgic: Replace kernel.h with the necessary inclusionsAndy Shevchenko
2021-06-01KVM: arm64: vgic: Implement SW-driven deactivationMarc Zyngier
2021-06-01KVM: arm64: vgic: move irq->get_input_level into an ops structureMarc Zyngier
2021-06-01KVM: arm64: vgic: Let an interrupt controller advertise lack of HW deactivationMarc Zyngier
2021-04-06KVM: arm64: vgic-v3: Expose GICR_TYPER.Last for userspaceEric Auger
2020-11-30KVM: arm64: Delay the polling of the GICR_VPENDBASER.Dirty bitShenming Lu
2020-05-28KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpuChristoffer Dall
2020-03-24KVM: arm64: GICv4.1: Allow SGIs to switch between HW and SW interruptsMarc Zyngier
2020-03-24irqchip/gic-v4.1: Move doorbell management to the GICv4 abstraction layerMarc Zyngier
2019-10-29KVM: arm/arm64: vgic: Fix some comments typoZenghui Yu
2019-10-29KVM: arm/arm64: vgic: Remove the declaration of kvm_send_userspace_msi()Zenghui Yu
2019-10-28KVM: arm64: vgic-v4: Move the GICv4 residency flow to be driven by vcpu_load/putMarc Zyngier
2019-08-25KVM: arm/arm64: vgic: Use a single IO device per redistributorEric Auger
2019-08-18KVM: arm/arm64: vgic: Add LPI translation cache definitionMarc Zyngier
2019-08-05KVM: arm/arm64: Sync ICH_VMCR_EL2 back when about to blockMarc Zyngier
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-01-24KVM: arm/arm64: vgic: Make vgic_cpu->ap_list_lock a raw_spinlockJulien Thierry
2019-01-24KVM: arm/arm64: vgic: Make vgic_dist->lpi_list_lock a raw_spinlockJulien Thierry
2019-01-24KVM: arm/arm64: vgic: Make vgic_irq->irq_lock a raw_spinlockJulien Thierry
2018-08-12KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIsMarc Zyngier
2018-07-21KVM: arm/arm64: vgic: Let userspace opt-in to writable v2 IGROUPRChristoffer Dall
2018-07-21KVM: arm/arm64: vgic: Add group field to struct irqChristoffer Dall
2018-07-21KVM: arm/arm64: vgic: Keep track of implementation revisionChristoffer Dall
2018-05-25KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512Eric Auger
2018-05-25KVM: arm/arm64: Remove kvm_vgic_vcpu_early_initEric Auger
2018-05-25KVM: arm/arm64: Replace the single rdist region by a listEric Auger
2018-04-27KVM: arm/arm64: vgic: Fix source vcpu issues for GICv2 SGIMarc Zyngier
2018-03-19Merge tag 'kvm-arm-fixes-for-v4.16-2' into HEADMarc Zyngier
2018-03-19KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_stateMarc Zyngier
2018-03-19KVM: arm/arm64: Get rid of vgic_elrsrChristoffer Dall
2018-03-14KVM: arm/arm64: Reset mapped IRQs on VM resetChristoffer Dall
2018-01-02KVM: arm/arm64: Support a vgic interrupt line level sample functionChristoffer Dall
2017-11-10KVM: arm/arm64: GICv4: Use the doorbell interrupt as an unblocking sourceMarc Zyngier
2017-11-10KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypassMarc Zyngier
2017-11-10KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domainMarc Zyngier
2017-11-10KVM: arm/arm64: GICv4: Add property field and per-VM predicateMarc Zyngier
2017-11-06KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irqEric Auger
2017-06-15KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2Marc Zyngier