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