summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-01161-852/+2211
|\
| * 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: Add documentation for the bcm2836 interrupt controllerEric Anholt2015-08-201-0/+37
| * irqchip/bcm2835: Add support for being used as a second level controllerEric Anholt2015-08-202-4/+64
| * irqchip/bcm2835: Refactor handle_IRQ() calls out of MAKE_HWIRQEric Anholt2015-08-201-28/+29
| * PCI: xilinx: Fix typo in function nameJiang Liu2015-08-181-1/+1
| * irqchip/gic: Ensure gic_cpu_if_up/down() programs correct GIC instanceJon Hunter2015-08-043-8/+14
| * irqchip/gic: Only allow the primary GIC to set the CPU mapJon Hunter2015-08-041-18/+25
| * PCI/MSI: pci-xgene-msi: Consolidate chained IRQ handler install/removeThomas Gleixner2015-08-011-8/+6
| * unicore32/irq: Prepare puv3_gpio_handler for irq argument removalThomas Gleixner2015-08-011-3/+2
| * tile/pci_gx: Prepare trio_handle_level_irq for irq argument removalThomas Gleixner2015-08-011-1/+2
| * m68k/irq: Prepare irq handlers for irq argument removalThomas Gleixner2015-08-013-4/+9
| * C6X/megamode-pic: Prepare megamod_irq_cascade for irq argument removalThomas Gleixner2015-07-311-1/+2
| * blackfin: Prepare irq handlers for irq argument removalThomas Gleixner2015-07-312-3/+5
| * arc/irq: Prepare idu_cascade_isr for irq argument removalThomas Gleixner2015-07-311-1/+2
| * sparc/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-312-8/+10
| * sparc/irq: Use helper irq_data_get_irq_handler_data()Jiang Liu2015-07-313-10/+15
| * parisc/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-312-7/+7
| * mn10300/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-312-7/+8
| * 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-315-6/+6
| * irqchip: Remove header drivers/irqchip/irqchip.hJoel Porquet2015-07-311-11/+0
| * mips/irq: prepare for drivers/irqchip/irqchip.h removalJoel Porquet2015-07-313-4/+2
| * microblaze/irq: prepare for drivers/irqchip/irqchip.h removalJoel Porquet2015-07-311-2/+1
| * PCI/MSI: Drop domain field from msi_controllerMarc Zyngier2015-07-302-6/+0
| * PCI/MSI: pci-xgene-msi: Get rid of struct msi_controllerMarc Zyngier2015-07-301-25/+16
| * 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-303-27/+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-304-84/+123
| * genirq: Add DOMAIN_BUS_NEXUS irqdomain propertyMarc Zyngier2015-07-301-0/+1
| * drivers/base: Add MSI domain support for non-PCI devicesMarc Zyngier2015-07-303-0/+305
| * of/platform: Assign MSI domain to platform deviceMarc Zyngier2015-07-304-0/+24
| * PCI/MSI: Let pci_msi_get_domain use struct device::msi_domainMarc Zyngier2015-07-301-6/+8
| * PCI/MSI: Allow msi_domain lookup using the host bridge nodeMarc Zyngier2015-07-301-1/+6
| * PCI/MSI: Add support for OF-provided msi_domainMarc Zyngier2015-07-303-1/+33
| * PCI/MSI: Add hooks to populate the msi_domain fieldMarc Zyngier2015-07-301-0/+42
| * device core: Introduce per-device MSI domain pointerMarc Zyngier2015-07-301-0/+20
| * PCI/MSI: Register irq domain with specific tokenMarc Zyngier2015-07-302-1/+9
| * genirq/irqdomain: Allow irq domain aliasingMarc Zyngier2015-07-3014-19/+58
| * genirq: Use the proper parameter name in kernel docMasanari Iida2015-07-301-1/+1
| * Merge branch 'linus' into irq/coreThomas Gleixner2015-07-30964-6149/+10692
| |\
| * | xtensa/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-291-4/+6
| * | spmi/pmic: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-291-2/+2
| * | spmi/pmic_arb: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-291-6/+3
| * | sh/intc: Prepare irq flow handlers for irq argument removalThomas Gleixner2015-07-292-2/+4