summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-0390-888/+2575
|\
| * Document that IRQ_NONE should be returned when IRQ not actually handledDavid Woodhouse2015-10-301-1/+1
| * Merge tag 'msi-map-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2015-10-169-28/+534
| |\
| | * PCI/MSI: Allow the MSI domain to be device-specificMarc Zyngier2015-10-163-0/+31
| | * PCI: Add per-device MSI domain hookMarc Zyngier2015-10-161-5/+30
| | * of/irq: Use the msi-map property to provide device-specific MSI domainMarc Zyngier2015-10-162-0/+25
| | * of/irq: Split of_msi_map_rid to reuse msi-map lookupMarc Zyngier2015-10-161-15/+28
| | * irqchip/gic-v3-its: Parse new version of msi-parent propertyMarc Zyngier2015-10-161-3/+15
| | * PCI/MSI: Use of_msi_get_domain instead of open-coded "msi-parent" parsingMarc Zyngier2015-10-161-7/+6
| | * of/irq: Use of_msi_get_domain instead of open-coded "msi-parent" parsingMarc Zyngier2015-10-161-20/+11
| | * of/irq: Add support code for multi-parent version of "msi-parent"Marc Zyngier2015-10-162-0/+68
| | * irqchip/gic-v3-its: Add handling of PCI requester id.David Daney2015-10-161-3/+1
| | * PCI/MSI: Add helper function pci_msi_domain_get_msi_rid().David Daney2015-10-162-0/+33
| | * of/irq: Add new function of_msi_map_rid()David Daney2015-10-162-0/+91
| | * Docs: dt: Add PCI MSI map bindingsMark Rutland2015-10-161-0/+220
| |/
| * irqchip/gic-v2m: Add support for multiple MSI framesMarc Zyngier2015-10-151-46/+78
| * irqchip/gic-v3: Fix translation of LPIs after conversion to irq_fwspecMarc Zyngier2015-10-151-9/+13
| * irqchip/mxs: Add Alphascale ASM9260 supportOleksij Rempel2015-10-144-2/+207
| * irqchip/mxs: Prepare driver for hardware with different offsetsOleksij Rempel2015-10-141-19/+59
| * irqchip/mxs: Panic if ioremap or domain creation failsOleksij Rempel2015-10-141-2/+6
| * irqdomain: Documentation updatesMarc Zyngier2015-10-132-17/+14
| * irqdomain/msi: Use fwnode instead of of_nodeMarc Zyngier2015-10-138-23/+27
| * irqdomain: Introduce irq_domain_create_hierarchyMarc Zyngier2015-10-132-8/+21
| * acpi/gsi: Cleanup acpi_register_gsiMarc Zyngier2015-10-131-20/+10
| * irqchip/gic: Kill the xlate methodMarc Zyngier2015-10-131-25/+0
| * irqchip/gic: Switch ACPI support to stacked domainsMarc Zyngier2015-10-131-14/+30
| * irqchip/gic: Get rid of gic_init_bases()Marc Zyngier2015-10-132-12/+5
| * acpi/gsi: Add acpi_set_irq_model to initialize the GSI layerMarc Zyngier2015-10-132-5/+30
| * acpi/gsi: Always perform an irq domain lookupMarc Zyngier2015-10-131-13/+13
| * irqdomain: Add a fwnode_handle allocatorMarc Zyngier2015-10-133-0/+54
| * irqdomain: Introduce irq_domain_create_{linear, tree}Marc Zyngier2015-10-132-11/+31
| * irqdomain: Introduce irq_create_fwspec_mappingMarc Zyngier2015-10-132-15/+16
| * irqchip: Convert all alloc/xlate users from of_node to fwnodeMarc Zyngier2015-10-1313-252/+323
| * irqdomain: Introduce a firmware-specific IRQ specifier structureMarc Zyngier2015-10-132-11/+68
| * irqdomain: Allow irq domain lookup by fwnodeMarc Zyngier2015-10-132-11/+16
| * irqdomain: Convert irqdomain-%3Eof_node to fwnodeMarc Zyngier2015-10-132-3/+8
| * irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier2015-10-1332-52/+75
| * Merge branch 'linus' into irq/coreThomas Gleixner2015-10-13421-2011/+3234
| |\
| * | genirq: Add flag to force mask in disable_irq[_nosync]()Thomas Gleixner2015-10-114-1/+25
| * | Merge tag 'gic-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-...Thomas Gleixner2015-10-1113-177/+487
| |\ \
| | * | arm/arm64: KVM: Only allow 64bit hosts to build VGICv3Jean-Philippe Brucker2015-10-093-4/+8
| | * | ARM: virt: select ARM_GIC_V3Jean-Philippe Brucker2015-10-091-0/+1
| | * | ARM: add 32bit support to GICv3Jean-Philippe Brucker2015-10-091-0/+188
| | * | irqchip/gic-v3: Specialize readq and writeq accessesJean-Philippe Brucker2015-10-092-3/+6
| | * | irqchip/gic-v3: Change unsigned types for AArch32 compatibilityJean-Philippe Brucker2015-10-093-36/+40
| | * | irqchip/gic-v3: Refactor the arm64 specific partsJean-Philippe Brucker2015-10-093-132/+175
| | * | irqchip/gic-v2m: Add workaround for APM X-Gene GICv2m erratumDuc Dang2015-10-091-0/+22
| | * | arm64: Update booting requirements for GICv3 in GICv2 modeMarc Zyngier2015-10-091-1/+10
| | * | irqchip/gic: Warn if GICv3 system registers are enabledMarc Zyngier2015-10-091-0/+15
| | * | arm64: cpufeatures: Check ICC_EL1_SRE.SRE before enabling ARM64_HAS_SYSREG_GI...Marc Zyngier2015-10-091-1/+18