summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
Commit message (Expand)AuthorAge
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-10-15
|\
| * irqchip: i8259: Remove unused i8259A_irq_pendingPaul Burton2016-10-06
| * irqchip: i8259: Allow platforms to override poll functionPaul Burton2016-10-06
| * irqchip: i8259: Add domain before mapping parent irqPaul Burton2016-10-06
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-11
|\ \
| * | treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-11
* | | Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-10-11
|\ \ \ | |/ / |/| |
| * | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Joerg Roedel2016-09-20
| |\ \
| | * | iommu/dma: Add support for mapping MSIsRobin Murphy2016-09-16
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-10
|\ \ \ \
| * | | | irqchip/metag-ext: Improve function-level documentationJulia Lawall2016-10-05
| * | | | irqchip/vic: Improve function-level documentationJulia Lawall2016-10-05
* | | | | Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-10-08
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge tag 'realview-broomstick-sweep' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2016-09-02
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | ARM: realview: imply device tree bootLinus Walleij2016-08-15
* | | | | Merge tag 'irqchip-core-4.9' of git://git.infradead.org/users/jcooper/linux i...Thomas Gleixner2016-09-22
|\ \ \ \ \
| * | | | | irqchip/keystone: Fix typo "sporious" -> "spurious"Colin Ian King2016-09-01
| * | | | | Merge branch 'irqchip/mvebu64' into irqchip/coreJason Cooper2016-08-23
| |\ \ \ \ \
| | * | | | | irqchip/mvebu-pic: New driver for Marvell Armada 7K/8K PICThomas Petazzoni2016-08-22
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'irqchip/jcore' into irqchip/coreJason Cooper2016-08-22
| |\ \ \ \ \
| | * | | | | irqchip/jcore-aic: Fix non static symbol warningWei Yongjun2016-08-22
| | * | | | | irqchip/jcore-aic: Add J-Core AIC driverRich Felker2016-08-08
| | |/ / / /
| * / / / / irqchip/mips-gic: Use for_each_set_bit to iterate over IRQsPaul Burton2016-08-22
| |/ / / /
* | | | | drivers/irqchip: Add STM32 external interrupts supportAlexandre TORGUE2016-09-21
* | | | | irqchip/mips-gic: Use for_each_set_bit to iterate over local IRQsPaul Burton2016-09-20
* | | | | Merge branch 'irq/urgent' into irq/coreThomas Gleixner2016-09-20
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | irqchip/mips-gic: Fix local interruptsPaul Burton2016-09-20
| * | | | irqchip/gicv3: Silence noisy DEBUG_PER_CPU_MAPS warningJames Morse2016-09-19
| | |_|/ | |/| |
| * | | irqchip/atmel-aic: Fix potential deadlock in ->xlate()Boris Brezillon2016-09-13
| | |/ | |/|
* | | irqchip/gicv3-its: Use MADT ITS subtable to do PCI/MSI domain initializationTomasz Nowicki2016-09-12
* | | irqchip/gicv3-its: Factor out PCI-MSI part that might be reused for ACPITomasz Nowicki2016-09-12
* | | irqchip/gicv3-its: Probe ITS in the ACPI wayTomasz Nowicki2016-09-12
* | | irqchip/gicv3-its: Refactor ITS DT init code to prepare for ACPITomasz Nowicki2016-09-12
* | | irqchip/gicv3-its: Cleanup for ITS domain initializationTomasz Nowicki2016-09-12
* | | irqchip/gic: Mark gic_init_physaddr() staticBaoyou Xie2016-09-12
* | | irqchip/gic-pm: Update driver to use of_pm_clk_add_clkJon Hunter2016-09-12
* | | irqchip/gic-v3: Reset BPR during initializationDaniel Thompson2016-09-12
* | | irqchip/gic: Make locking a BL_SWITCHER only featureMarc Zyngier2016-09-12
|/ /
* | irqchip/mips-gic: Implement activate op for device domainPaul Burton2016-08-22
* | irqchip/mips-gic: Cleanup chip and handler setupPaul Burton2016-08-22
* | irqchip/gicv3-its: Disable the ITS before initializing itDavid Daney2016-08-19
* | irqchip/gicv3: Remove disabling redistributor and group1 non-secure interruptsSudeep Holla2016-08-17
* | irqchip/gic: Allow self-SGIs for SMP on UP configurationsMarc Zyngier2016-08-17
|/
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-04
* Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-02
|\
| * Merge branch 'pci/msi-affinity' into nextBjorn Helgaas2016-08-01
| |\
| * | PCI/MSI: irqchip: Fix PCI_MSI dependenciesArnd Bergmann2016-06-15
* | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-08-01
|\ \ \
| * | | irqchip: clps711x: Changing the compatibility string to match with the smalle...Alexander Shiyan2016-07-06
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-29
|\ \ \ \