aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-gic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-16irqchip/gic: Support RealView variant setupLinus Walleij1-1/+1
2015-11-17irqchip/gic: Add save/restore of the active stateMarc Zyngier1-0/+28
2015-11-17irqchip/gic: Clear enable bits before restoring themMarc Zyngier1-2/+8
2015-11-04Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-34/+35
2015-10-13irqchip/gic: Kill the xlate methodMarc Zyngier1-25/+0
2015-10-13irqchip/gic: Switch ACPI support to stacked domainsMarc Zyngier1-14/+30
2015-10-13irqchip/gic: Get rid of gic_init_bases()Marc Zyngier1-5/+3
2015-10-13irqchip: Convert all alloc/xlate users from of_node to fwnodeMarc Zyngier1-4/+29
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier1-1/+1
2015-10-09irqchip/gic: Warn if GICv3 system registers are enabledMarc Zyngier1-0/+15
2015-10-01irqchip / GIC: Convert the GIC driver to ACPI probingMarc Zyngier1-34/+35
2015-09-22irqchip/gic: Add arm,pl390 supportGeert Uytterhoeven1-0/+1
2015-09-16irqchip: Kill off set_irq_flags usageRob Herring1-2/+2
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-2/+2
2015-09-16irqchip/gic: Use IRQD_FORWARDED_TO_VCPU flagThomas Gleixner1-25/+9
2015-09-15irqchip/GIC: Add workaround for aliased GIC400Marc Zyngier1-5/+39
2015-09-01irqchip/GIC: Fix EOImode setting for non-DT/ACPI systemsMarc Zyngier1-3/+16
2015-08-27irqchip/GIC: Don't deactivate interrupts forwarded to a guestMarc Zyngier1-0/+55
2015-08-27irqchip/GIC: Convert to EOImode == 1Marc Zyngier1-3/+68
2015-08-04irqchip/gic: Ensure gic_cpu_if_up/down() programs correct GIC instanceJon Hunter1-6/+12
2015-08-04irqchip/gic: Only allow the primary GIC to set the CPU mapJon Hunter1-18/+25
2015-07-30Merge branch 'linus' into irq/coreThomas Gleixner1-1/+1
2015-07-27irqchip/gic: Remove redundant gic_set_irqchip_flagsSudeep Holla1-5/+0
2015-07-27irqchip/gic: Enable SKIP_SET_WAKE and MASK_ON_SUSPENDSudeep Holla1-1/+3
2015-07-11irqchip: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-2/+2
2015-07-11irqchip/gic: Consolidate chained IRQ handler install/removeThomas Gleixner1-3/+2
2015-07-11irqchip: Prepare for local stub header removalJoel Porquet1-1/+1
2015-07-07ACPI / ARM64 : use the new BAD_MADT_GICC_ENTRY macroAl Stone1-1/+1
2015-06-05irqchip: gic: Simplify gic_configure_irq by using IRQCHIP_SET_TYPE_MASKEDSudeep Holla1-0/+1
2015-05-09Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-70/+1
2015-04-24irqchip: gic: Drop support for gic_arch_extnMarc Zyngier1-70/+1
2015-04-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+104
2015-04-11Merge tag 'irqchip-core-4.1-3' of git://git.infradead.org/users/jcooper/linux into irq/coreThomas Gleixner1-51/+7
2015-04-11Merge tag 'irqchip-core-4.1-2' of git://git.infradead.org/users/jcooper/linux into irq/coreThomas Gleixner1-1/+1
2015-04-10Merge branch 'irqchip/stacked-irq_set_wake' into irqchip/coreJason Cooper1-0/+5
2015-04-10Merge branch 'irqchip/stacked-omap' into irqchip/coreJason Cooper1-54/+5
2015-04-08irqchip: GIC: Add support for irq_[get, set]_irqchip_state()Marc Zyngier1-4/+65
2015-03-26ACPI: move arm64 GSI IRQ model to generic GSI IRQ layerLorenzo Pieralisi1-0/+2
2015-03-26irqchip: Add GICv2 specific ACPI boot supportTomasz Nowicki1-0/+102
2015-03-15irqchip: gic: Don't complain in gic_get_cpumask() if UP systemStephen Boyd1-1/+1
2015-03-15irqchip: gic: Add an entry point to set up irqchip flagsMarc Zyngier1-0/+5
2015-03-15irqchip: gic: Get rid of routable domainMarc Zyngier1-54/+5
2015-03-08irqchip: gic: Fix unsafe locking reported by lockdepMarc Zyngier1-8/+12
2015-01-26irqchip: gic: Allow interrupt level to be set for PPIsLiviu Dudau1-3/+6
2014-12-15Merge branch 'irq-irqdomain-arm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-24/+57
2014-11-26irqchip: gic-v2m: Add support for ARM GICv2m MSI(-X) doorbellSuravee Suthikulpanit1-0/+4
2014-11-26irqchip: gic: Support hierarchy irq domain.Yingjoe Chen1-24/+53
2014-10-22ARM: realview: basic device tree implementationLinus Walleij1-0/+2
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-5/+5
2014-10-09Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+34