summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
AgeCommit message (Expand)AuthorLines
2015-10-26irqchip/tegra: Propagate IRQ type setting to parentLucas Stach-0/+1
2015-10-26irqchip/armada-370-xp: Fix regression by clearing IRQ_NOAUTOENThomas Petazzoni-0/+1
2015-10-04Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+4
2015-10-02irqchip/gic-v3-its: Count additional LPIs for the aliased devicesMarc Zyngier-1/+1
2015-10-02irqchip/gic-v3-its: Silence warning when its_lpi_alloc_chunks gets inlinedMarc Zyngier-0/+3
2015-09-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-2/+10
2015-09-27irqchip: mips-gic: Fix pending & mask reads for MIPS64 with 32b GIC.Paul Burton-0/+8
2015-09-27irqchip: mips-gic: Convert CPU numbers to VP IDs.Paul Burton-2/+2
2015-09-22irqchip/atmel-aic5: Use per chip mask caches in mask/unmask()Ludovic Desroches-8/+16
2015-09-16irqchip: Kill off set_irq_flags usageRob Herring-37/+18
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner-35/+31
2015-09-16irqchip/gic-v3: Use IRQD_FORWARDED_TO_VCPU flagThomas Gleixner-8/+6
2015-09-16irqchip/gic: Use IRQD_FORWARDED_TO_VCPU flagThomas Gleixner-25/+9
2015-09-15irqchip/renesas-irqc: Propagate wake-up settings to parentGeert Uytterhoeven-0/+3
2015-09-15irqchip/renesas-intc-irqpin: Propagate wake-up settings to parentGeert Uytterhoeven-0/+3
2015-09-15irqchip/renesas-intc-irqpin: Use a separate lockdep classGeert Uytterhoeven-0/+7
2015-09-15irqchip/renesas-irqc: Use a separate lockdep classGeert Uytterhoeven-0/+7
2015-09-15irqchip/GICv2m: Fix GICv2m build warning on 32 bitsPavel Fedin-2/+2
2015-09-15irqchip/gic-v3-its: Add missing cache flushesMarc Zyngier-1/+5
2015-09-15irqchip/GIC: Add workaround for aliased GIC400Marc Zyngier-5/+39
2015-09-08Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-12/+224
2015-09-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-48/+94
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-463/+1591
2015-09-01Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+0
2015-09-01irqchip/GIC: Fix EOImode setting for non-DT/ACPI systemsMarc Zyngier-3/+16
2015-08-27irqchip/GIC: Don't deactivate interrupts forwarded to a guestMarc Zyngier-0/+55
2015-08-27irqchip/GIC: Convert to EOImode == 1Marc Zyngier-3/+68
2015-08-27irqchip/GICv3: Don't deactivate interrupts forwarded to a guestMarc Zyngier-2/+25
2015-08-27irqchip/GICv3: Convert to EOImode == 1Marc Zyngier-6/+62
2015-08-26IRQCHIP: irq-mips-gic: Add support for CM3 64-bit timer irqsMarkos Chandras-9/+24
2015-08-26IRQCHIP: irq-mips-gic: Extend GIC accessors for 64-bit CMsMarkos Chandras-45/+76
2015-08-24irqchip/imx-gpcv2: IMX GPCv2 driver for wakeup sourcesShenwei Wang-0/+285
2015-08-20irqchip: Add bcm2836 interrupt controller for Raspberry Pi 2Eric Anholt-0/+276
2015-08-20irqchip/bcm2835: Add support for being used as a second level controllerEric Anholt-3/+40
2015-08-20irqchip/bcm2835: Refactor handle_IRQ() calls out of MAKE_HWIRQEric Anholt-28/+29
2015-08-20irqchip/crossbar: Restore set_wake functionalityGrygorii Strashko-2/+2
2015-08-20irqchip/crossbar: Restore the mask on suspend behaviourGrygorii Strashko-0/+1
2015-08-20irqchip/crossbar: Restore the irq_set_type() mechanismGrygorii Strashko-0/+1
2015-08-04irqchip/gic: Ensure gic_cpu_if_up/down() programs correct GIC instanceJon Hunter-6/+12
2015-08-04irqchip/gic: Only allow the primary GIC to set the CPU mapJon Hunter-18/+25
2015-08-03MIPS: SMP: Don't increment irq_count multiple times for call function IPIsAlex Smith-1/+1
2015-07-31irqchip/i8259: Prepare i8259_irq_dispatch for irq argument removalThomas Gleixner-2/+3
2015-07-31MIPS/irqchip: Move i8259 irqchip driver to drivers/irqchipRalf Baechle-0/+388
2015-07-31irqchip: Remove header drivers/irqchip/irqchip.hJoel Porquet-11/+0
2015-07-30irqchip/GICv2m: Add platform MSI supportMarc Zyngier-8/+25
2015-07-30irqchip/GICv2m: Get rid of struct msi_controllerMarc Zyngier-17/+10
2015-07-30irqchip/gicv3-its: Add platform MSI supportMarc Zyngier-1/+94
2015-07-30irqchip/gicv3-its: Make the PCI/MSI code standaloneMarc Zyngier-22/+73
2015-07-30irqchip/gicv3-its: Get rid of struct msi_controllerMarc Zyngier-22/+16
2015-07-30irqchip/gicv3-its: Register irq domain with NEXUS tokenMarc Zyngier-1/+2