summaryrefslogtreecommitdiff
path: root/include/linux/irqchip/arm-gic.h
AgeCommit message (Expand)Author
2021-05-28ARM: cobble together FIQ backtracingfiqRussell King
2019-07-08Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-11irqchip/gic-v2m: Add support for Amazon Graviton variant of GICv3+GICv2mZeev Zilberman
2019-03-11irqchip/gic: Drop support for secondary GIC in non-DT systemsMarc Zyngier
2018-10-03irqchip/gic: Unify GIC priority definitionsJulien Thierry
2018-07-21KVM: arm/arm64: vgic: Signal IRQs using their configured groupChristoffer Dall
2018-07-21KVM: arm/arm64: vgic: Define GICD_IIDR fields for GICv2 and GIv3Christoffer Dall
2018-03-14KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintidMarc Zyngier
2017-05-24KVM: arm/arm64: Fix isues with GICv2 on GICv3 migrationChristoffer Dall
2017-04-04KVM: arm/arm64: vgic: Fix GICC_PMR uaccess on GICv3 and clarify ABIChristoffer Dall
2016-06-13irqchip/gic: Add platform driver for non-root GICs that require RPMJon Hunter
2016-06-13irqchip/gic: Prepare for adding platform driverJon Hunter
2016-05-20KVM: arm/arm64: vgic-new: Add CTLR, TYPER and IIDR handlersMarc Zyngier
2016-05-20KVM: arm/arm64: vgic-new: Add GICv2 world switch backendMarc Zyngier
2015-12-29Merge branch 'irq/gic-v2m-acpi' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner
2015-12-21irqchip/gic-v2m: acpi: Introducing GICv2m ACPI supportSuravee Suthikulpanit
2015-12-16irqchip/gic: Support RealView variant setupLinus Walleij
2015-10-13irqchip/gic: Get rid of gic_init_bases()Marc Zyngier
2015-09-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-08-27irqchip/GIC: Convert to EOImode == 1Marc Zyngier
2015-08-12KVM: arm/arm64: vgic: Allow HW irq to be encoded in LRMarc Zyngier
2015-08-04irqchip/gic: Ensure gic_cpu_if_up/down() programs correct GIC instanceJon Hunter
2015-07-27irqchip/gic: Remove redundant gic_set_irqchip_flagsSudeep Holla
2015-04-24irqchip: gic: Drop support for gic_arch_extnMarc Zyngier
2015-04-10Merge branch 'irqchip/stacked-irq_set_wake' into irqchip/coreJason Cooper
2015-03-15irqchip: gic: Add an entry point to set up irqchip flagsMarc Zyngier
2015-03-15irqchip: gic: Get rid of routable domainMarc Zyngier
2014-11-28irqchip: gic: Remove warning by including linux/irqdomain.hJason Cooper
2014-11-26irqchip: gic-v2m: Add support for ARM GICv2m MSI(-X) doorbellSuravee Suthikulpanit
2014-08-19irqchip: gic: Preserve gic V2 bypass bits in cpu ctrl registerFeng Kan
2014-08-19irqchip: gic: Replace hex numbers with defines.Feng Kan
2014-05-19irqchip: gic: Use mask field in GICC_IARHaojian Zhuang
2014-02-05DRIVERS: IRQCHIP: IRQ-GIC: Add support for routable irqsSricharan R
2013-12-21irqchip: arm-gic: Define additional MMIO offsets and masksChristoffer Dall
2013-09-23ARM: GIC: interface to send a SGI directlyNicolas Pitre
2013-09-23ARM: GIC: function to retrieve the physical address of the SGIRNicolas Pitre
2013-09-17Merge branch 'iks_for_rmk' of git://git.linaro.org/people/nico/linux into dev...Russell King
2013-08-28drivers: irq-chip: irq-gic: introduce gic_cpu_if_down()Nicolas Pitre
2013-07-30ARM: bL_switcher: do not hardcode GIC IDs in the codeNicolas Pitre
2013-07-30ARM: gic: add CPU migration supportNicolas Pitre
2013-03-26irqchip: gic: Perform the gic_secondary_init() call via CPU notifierCatalin Marinas
2013-02-11ARM: gic: add __ASSEMBLY__ guard to C definitionsMarc Zyngier
2013-02-11ARM: gic: define GICH offsets for VGIC supportMarc Zyngier
2013-02-11ARM: gic: add missing distributor defintionsChristoffer Dall
2013-01-12irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.hRob Herring