summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-08-01PCI/MSI: pci-xgene-msi: Consolidate chained IRQ handler install/removeThomas Gleixner1-8/+6
2015-07-31parisc/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu1-1/+1
2015-07-31irqchip/i8259: Prepare i8259_irq_dispatch for irq argument removalThomas Gleixner1-2/+3
2015-07-31MIPS/irqchip: Move i8259 irqchip driver to drivers/irqchipRalf Baechle3-0/+388
2015-07-31irqchip: Remove header drivers/irqchip/irqchip.hJoel Porquet1-11/+0
2015-07-30PCI/MSI: Drop domain field from msi_controllerMarc Zyngier1-3/+0
2015-07-30PCI/MSI: pci-xgene-msi: Get rid of struct msi_controllerMarc Zyngier1-25/+16
2015-07-30irqchip/GICv2m: Add platform MSI supportMarc Zyngier1-8/+25
2015-07-30irqchip/GICv2m: Get rid of struct msi_controllerMarc Zyngier1-17/+10
2015-07-30irqchip/gicv3-its: Add platform MSI supportMarc Zyngier2-1/+94
2015-07-30irqchip/gicv3-its: Make the PCI/MSI code standaloneMarc Zyngier2-22/+73
2015-07-30irqchip/gicv3-its: Get rid of struct msi_controllerMarc Zyngier1-22/+16
2015-07-30irqchip/gicv3-its: Register irq domain with NEXUS tokenMarc Zyngier1-1/+2
2015-07-30irqchip/gicv3-its: Split PCI/MSI code from the core ITS driverMarc Zyngier3-84/+117
2015-07-30drivers/base: Add MSI domain support for non-PCI devicesMarc Zyngier2-0/+283
2015-07-30of/platform: Assign MSI domain to platform deviceMarc Zyngier2-0/+22
2015-07-30PCI/MSI: Let pci_msi_get_domain use struct device::msi_domainMarc Zyngier1-6/+8
2015-07-30PCI/MSI: Allow msi_domain lookup using the host bridge nodeMarc Zyngier1-1/+6
2015-07-30PCI/MSI: Add support for OF-provided msi_domainMarc Zyngier2-1/+29
2015-07-30PCI/MSI: Add hooks to populate the msi_domain fieldMarc Zyngier1-0/+42
2015-07-30PCI/MSI: Register irq domain with specific tokenMarc Zyngier1-1/+8
2015-07-30Merge branch 'linus' into irq/coreThomas Gleixner422-3424/+4675
2015-07-29spmi/pmic: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-2/+2
2015-07-29spmi/pmic_arb: Consolidate chained IRQ handler install/removeThomas Gleixner1-6/+3
2015-07-29sh/intc: Prepare irq flow handlers for irq argument removalThomas Gleixner1-1/+2
2015-07-29sh/intc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2-7/+9
2015-07-29sh/irq: Use access helper irq_data_get_affinity_mask()Thomas Gleixner1-3/+3
2015-07-29sh/irq: Use irq accessor functions instead of open coded accessJiang Liu1-5/+7
2015-07-27irqchip/bcm7120-l2: Fix interrupt status for multiple parent IRQsFlorian Fainelli1-13/+39
2015-07-27irqchip/bcm7120-l2: Perform suspend/resume even without installed child IRQsBrian Norris1-8/+13
2015-07-27irqchip: Appropriate __init annotation for const dataNicolas Pitre3-6/+6
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 Holla2-2/+6
2015-07-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-11/+25
2015-07-26Merge tag 'usb-4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds20-161/+170
2015-07-26Merge tag 'tty-4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds9-23/+52
2015-07-26Merge tag 'staging-4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-26/+31
2015-07-26Merge tag 'char-misc-4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-16/+12
2015-07-25parport: Revert "parport: fix memory leak"Sudip Mukherjee1-1/+0
2015-07-25Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+5
2015-07-25Merge tag 'md/4.2-fixes' of git://neil.brown.name/mdLinus Torvalds8-27/+71
2015-07-25libnvdimm: fix namespace seed creationDan Williams1-0/+5
2015-07-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+9
2015-07-25Merge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-4/+29
2015-07-25Merge tag 'mmc-4.2-rc3' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds7-116/+127
2015-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-8/+62
2015-07-24Merge tag 'regulator-fix-v4.2-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-10/+27
2015-07-24Merge tag 'spi-fix-v4.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-3/+8