aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-gic.c
Commit message (Expand)AuthorAge
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-27
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-19
|\
| * irqchip/gic-v2: Parse and export virtual GIC informationJulien Grall2016-05-03
| * irqchip/gic-v2: Gather ACPI specific data in a single structureJulien Grall2016-05-03
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-17
|\ \
| * | irqchip/gic: Add helper functions for GIC setup and teardownJon Hunter2016-05-11
| * | irqchip/gic: Store GIC configuration parametersJon Hunter2016-05-11
| * | irqchip/gic: Pass GIC pointer to save/restore functionsJon Hunter2016-05-11
| * | irqchip/gic: Return an error if GIC initialisation failsJon Hunter2016-05-11
| * | irqchip/gic: Remove static irq_chip definition for eoimode1Jon Hunter2016-05-11
| * | irqchip/gic: Don't initialise chip if mapping IO space failsJon Hunter2016-05-11
| * | irqchip/gic: Ensure ordering between read of INTACK and shared dataWill Deacon2016-05-11
| |/
* / irqchip/gic: Restore CPU interface checkingMarc Zyngier2016-04-25
|/
* Merge branch 'linus' into irq/core, to pick up fixesIngo Molnar2016-03-08
|\
| * irqchip/gic: Only set the EOImodeNS bit for the root controllerJon Hunter2016-02-11
| * irqchip/gic: Only populate set_affinity for the root controllerJon Hunter2016-02-11
* | irqchip/gic: Return IRQ_SET_MASK_OK_DONE in the set_affinity methodMarc Zyngier2016-02-19
|/
* Merge branch 'irq/gic-v2m-acpi' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2015-12-29
|\
| * irqchip/gic-v2m: acpi: Introducing GICv2m ACPI supportSuravee Suthikulpanit2015-12-21
| * irqdomain: Introduce is_fwnode_irqchip helperSuravee Suthikulpanit2015-12-21
* | irqchip/gic: Kconfig the number of instancesLinus Walleij2015-12-18
* | irqchip/gic: Make interrupt ID 1020 invalidMarc Zyngier2015-12-16
* | irqchip/gic: Assign irqchip dynamicallyLinus Walleij2015-12-16
* | irqchip/gic: Support RealView variant setupLinus Walleij2015-12-16
|/
* irqchip/gic: Add save/restore of the active stateMarc Zyngier2015-11-17
* irqchip/gic: Clear enable bits before restoring themMarc Zyngier2015-11-17
* Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-04
|\
| * irqchip / GIC: Convert the GIC driver to ACPI probingMarc Zyngier2015-09-30
* | irqchip/gic: Kill the xlate methodMarc Zyngier2015-10-13
* | irqchip/gic: Switch ACPI support to stacked domainsMarc Zyngier2015-10-13
* | irqchip/gic: Get rid of gic_init_bases()Marc Zyngier2015-10-13
* | irqchip: Convert all alloc/xlate users from of_node to fwnodeMarc Zyngier2015-10-13
* | irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier2015-10-13
* | irqchip/gic: Warn if GICv3 system registers are enabledMarc Zyngier2015-10-09
* | irqchip/gic: Add arm,pl390 supportGeert Uytterhoeven2015-09-22
|/
* irqchip: Kill off set_irq_flags usageRob Herring2015-09-16
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-16
* irqchip/gic: Use IRQD_FORWARDED_TO_VCPU flagThomas Gleixner2015-09-16
* irqchip/GIC: Add workaround for aliased GIC400Marc Zyngier2015-09-15
* irqchip/GIC: Fix EOImode setting for non-DT/ACPI systemsMarc Zyngier2015-09-01
* irqchip/GIC: Don't deactivate interrupts forwarded to a guestMarc Zyngier2015-08-27
* irqchip/GIC: Convert to EOImode == 1Marc Zyngier2015-08-27
* irqchip/gic: Ensure gic_cpu_if_up/down() programs correct GIC instanceJon Hunter2015-08-04
* irqchip/gic: Only allow the primary GIC to set the CPU mapJon Hunter2015-08-04
* Merge branch 'linus' into irq/coreThomas Gleixner2015-07-29
|\
| * ACPI / ARM64 : use the new BAD_MADT_GICC_ENTRY macroAl Stone2015-07-07
* | irqchip/gic: Remove redundant gic_set_irqchip_flagsSudeep Holla2015-07-27
* | irqchip/gic: Enable SKIP_SET_WAKE and MASK_ON_SUSPENDSudeep Holla2015-07-27
* | irqchip: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-11
* | irqchip/gic: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-11