aboutsummaryrefslogtreecommitdiff
path: root/drivers/irqchip
AgeCommit message (Expand)Author
2016-03-11irqchip/irq-alpine-msi: Release the correct domain on errorDan Carpenter
2016-03-10irqchip/mxs: Fix error check of of_io_request_and_map()Vladimir Zapolskiy
2016-03-10irqchip/sunxi-nmi: Fix error check of of_io_request_and_map()Vladimir Zapolskiy
2016-03-09irqchip/gic/realview: Support more RealView DCC variantsLinus Walleij
2016-03-09irqchip: Add the Alpine MSIX interrupt controllerAntoine Tenart
2016-03-09irqchip/gic-v3: Always return IRQ_SET_MASK_OK_DONE in gic_set_affinityAntoine Tenart
2016-03-09irqchip/gic-v3-its: Mark its_init() and its children as __initTomasz Nowicki
2016-03-09irqchip/gic-v3: Remove gic_root_node variable from the ITS codeHanjun Guo
2016-03-09irqchip/gic-v3: ACPI: Add redistributor support via GICC structuresTomasz Nowicki
2016-03-09irqchip/gic-v3: Add ACPI support for GICv3/4 initializationTomasz Nowicki
2016-03-09irqchip/gic-v3: Refactor gic_of_init() for GICv3 driverTomasz Nowicki
2016-03-08Merge branch 'linus' into irq/core, to pick up fixesIngo Molnar
2016-02-25irqchip/mips-gic: Add new DT property to reserve IPIsQais Yousef
2016-02-25MIPS: Make smp CMP, CPS and MT use the new generic IPI functionsQais Yousef
2016-02-25irqchip/mips-gic: Clear percpu_masks correctly when mappingQais Yousef
2016-02-25irqchip/mips-gic: Use gic_vpes instead of NR_CPUSQais Yousef
2016-02-25irqchip/mips-gic: Add device hierarchy domainQais Yousef
2016-02-25irqchip/mips-gic: Add a IPI hierarchy domainQais Yousef
2016-02-21Merge tag 'irqchip-core-4.6-2' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner
2016-02-21Merge tag 'irqchip-core-4.6' of git://git.infradead.org/users/jcooper/linux i...Thomas Gleixner
2016-02-21Merge branch 'irqchip/mvebu' into irqchip/coreJason Cooper
2016-02-21Merge branch 'irqchip/mips' into irqchip/coreJason Cooper
2016-02-21Merge branch 'irqchip/tango' into irqchip/coreJason Cooper
2016-02-19irqchip/gic: Return IRQ_SET_MASK_OK_DONE in the set_affinity methodMarc Zyngier
2016-02-19irqchip/mvebu-odmi: Add new driver for platform MSI on Marvell 7K/8KThomas Petazzoni
2016-02-18irqchip/ts4800: Make ts4800_ic_ops static constAxel Lin
2016-02-18irqchip/bcm2836: Drop extra memory barrier in SMP boot.Eric Anholt
2016-02-18irqchip/ts4800: Add hardware dependencyJean Delvare
2016-02-18irqchip/tango: Add support for Sigma Designs SMP86xx/SMP87xx interrupt contro...Mans Rullgard
2016-02-17irqchip/gicv3-its: Avoid cache flush beyond ITS_BASERn memory sizeShanker Donthineni
2016-02-17irqchip/ath79-cpu: Move the CPU IRQ driver from arch/mips/ath79/Alban Bedel
2016-02-17irqchip/ath79-misc: Move the MISC driver from arch/mips/ath79/Alban Bedel
2016-02-16irqchip/armada-370-xp: Do not enable it by default when ARCH_MVEBU is selectedGregory CLEMENT
2016-02-16irqchip/armada-370-xp: Allow allocation of multiple MSIsThomas Petazzoni
2016-02-16irqchip/armada-370-xp: Use shorter names for irq_chipThomas Petazzoni
2016-02-16irqchip/armada-370-xp: Use PCI_MSI_DOORBELL_START where appropriateThomas Petazzoni
2016-02-16irqchip/armada-370-xp: Use the generic MSI infrastructureThomas Petazzoni
2016-02-16irqchip/armada-370-xp: Add Kconfig option for the driverThomas Petazzoni
2016-02-11irqchip/gic-v3-its: Fix double ICC_EOIR write for LPI in EOImode==1Ashok Kumar
2016-02-11irqchip/gic: Only set the EOImodeNS bit for the root controllerJon Hunter
2016-02-11irqchip/gic: Only populate set_affinity for the root controllerJon Hunter
2016-02-08irqchips/bmips: Add bcm6345-l1 interrupt controllerSimon Arlott
2016-02-08irqchip/atmel-aic: Remove duplicate bit operationMilo Kim
2016-02-08irqchip/atmel-aic: Change return type of aic_common_set_priority()Milo Kim
2016-02-08irqchip/atmel-aic: Handle aic_common_irq_fixup in aic_common_of_initMilo Kim
2016-02-04irqchip/gicv3-its: Fix memory leak in its_free_tables()Shanker Donthineni
2016-02-02irqchip/sun4i: Fix compilation outside of arch/armAndre Przywara
2016-01-31Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-01-29irqchip/mxs: Add missing set_handle_irq()Oleksij Rempel
2016-01-27irqchip/atmel-aic: Fix wrong bit operation for IRQ priorityMilo Kim