summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-082-12/+224
|\
| * 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/GICv3: Don't deactivate interrupts forwarded to a guestMarc Zyngier2015-08-271-2/+25
| * irqchip/GICv3: Convert to EOImode == 1Marc Zyngier2015-08-271-6/+62
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-09-031-48/+94
|\ \
| * | IRQCHIP: irq-mips-gic: Add support for CM3 64-bit timer irqsMarkos Chandras2015-08-261-9/+24
| * | IRQCHIP: irq-mips-gic: Extend GIC accessors for 64-bit CMsMarkos Chandras2015-08-261-45/+76
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-0157-463/+1591
|\ \ \ | | |/ | |/|
| * | irqchip/imx-gpcv2: IMX GPCv2 driver for wakeup sourcesShenwei Wang2015-08-243-0/+285
| * | irqchip: Add bcm2836 interrupt controller for Raspberry Pi 2Eric Anholt2015-08-202-0/+276
| * | irqchip/bcm2835: Add support for being used as a second level controllerEric Anholt2015-08-201-3/+40
| * | irqchip/bcm2835: Refactor handle_IRQ() calls out of MAKE_HWIRQEric Anholt2015-08-201-28/+29
| * | 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
| * | irqchip/i8259: Prepare i8259_irq_dispatch for irq argument removalThomas Gleixner2015-07-311-2/+3
| * | MIPS/irqchip: Move i8259 irqchip driver to drivers/irqchipRalf Baechle2015-07-313-0/+388
| * | irqchip: Remove header drivers/irqchip/irqchip.hJoel Porquet2015-07-311-11/+0
| * | irqchip/GICv2m: Add platform MSI supportMarc Zyngier2015-07-301-8/+25
| * | irqchip/GICv2m: Get rid of struct msi_controllerMarc Zyngier2015-07-301-17/+10
| * | irqchip/gicv3-its: Add platform MSI supportMarc Zyngier2015-07-302-1/+94
| * | irqchip/gicv3-its: Make the PCI/MSI code standaloneMarc Zyngier2015-07-302-22/+73
| * | irqchip/gicv3-its: Get rid of struct msi_controllerMarc Zyngier2015-07-301-22/+16
| * | irqchip/gicv3-its: Register irq domain with NEXUS tokenMarc Zyngier2015-07-301-1/+2
| * | irqchip/gicv3-its: Split PCI/MSI code from the core ITS driverMarc Zyngier2015-07-303-84/+117
| * | Merge branch 'linus' into irq/coreThomas Gleixner2015-07-304-48/+77
| |\ \
| * | | irqchip/bcm7120-l2: Fix interrupt status for multiple parent IRQsFlorian Fainelli2015-07-271-13/+39
| * | | irqchip/bcm7120-l2: Perform suspend/resume even without installed child IRQsBrian Norris2015-07-271-8/+13
| * | | irqchip: Appropriate __init annotation for const dataNicolas Pitre2015-07-273-6/+6
| * | | 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-272-2/+6
| * | | drivers/irqchip: Replace pr_warning by pr_warnWang Long2015-07-221-2/+2
| * | | irqchip: omap-intc: Improve IRQ handlerFelipe Balbi2015-07-221-30/+5
| * | | irqchip/renesas-irqc: Make use of irq_find_mapping()Magnus Damm2015-07-201-7/+4
| * | | irqchip/renesas-irqc: Use linear IRQ domainMagnus Damm2015-07-201-2/+2
| * | | irqchip/renesas-irqc: Get rid of IRQF_VALIDMagnus Damm2015-07-201-1/+0
| * | | irqchip/spear-shirq: Prepare shirq_handler for irq argument removalThomas Gleixner2015-07-161-1/+1
| * | | irqchip/versatile-fpga: Prepare fpga_irq_handle for irq argument removalThomas Gleixner2015-07-161-1/+2
| * | | irqchip/tb10x: Prepare tb10x_irq_cascade for irq argument removalThomas Gleixner2015-07-161-1/+2
| * | | irqchip/s3c24xx: Prepare s3c_irq_demux for irq argument removalThomas Gleixner2015-07-161-5/+3
| * | | irqchip/mmp: Prepare icu_mux_irq_demux for irq argument removalThomas Gleixner2015-07-161-1/+2
| * | | irqchip/keystone: Prepare keystone_irq_handler for irq argument removalThomas Gleixner2015-07-161-1/+2
| * | | irqchip/imgpdc: Prepare pdc_intc_perip_isr for irq argument removalThomas Gleixner2015-07-161-1/+2
| * | | irqchip/brcmstb-l2: Prepare brcmstb_l2_intc_irq_handle for irq argument removalThomas Gleixner2015-07-161-1/+3
| * | | irqchip/exynos: Prepare combiner_handle_cascade_irq for irq argument removalThomas Gleixner2015-07-161-1/+3
| * | | irqchip/mips-gic: Use irq_set_chip_handler_name_lockedThomas Gleixner2015-07-121-9/+6
| * | | irqchip/metag-ext: Use irq_set_chip_handler_name_locked()Thomas Gleixner2015-07-121-5/+4
| * | | irqchip/vt8500: Use irq_set_handler_locked()Thomas Gleixner2015-07-121-3/+3
| * | | irqchip: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-116-8/+8
OpenPOWER on IntegriCloud