summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
Commit message (Expand)AuthorAgeFilesLines
...
* irqchip/gic-v3: Remove gic_root_node variable from the ITS codeHanjun Guo2016-03-091-3/+0
* irqchip/gic-v3: ACPI: Add redistributor support via GICC structuresTomasz Nowicki2016-03-091-13/+101
* irqchip/gic-v3: Add ACPI support for GICv3/4 initializationTomasz Nowicki2016-03-091-0/+137
* irqchip/gic-v3: Refactor gic_of_init() for GICv3 driverTomasz Nowicki2016-03-091-52/+78
* Merge branch 'linus' into irq/core, to pick up fixesIngo Molnar2016-03-083-25/+24
|\
| * irqchip/gicv3-its: Avoid cache flush beyond ITS_BASERn memory sizeShanker Donthineni2016-02-171-5/+6
| * irqchip/gic-v3-its: Fix double ICC_EOIR write for LPI in EOImode==1Ashok Kumar2016-02-111-6/+1
| * irqchip/gic: Only set the EOImodeNS bit for the root controllerJon Hunter2016-02-111-1/+1
| * irqchip/gic: Only populate set_affinity for the root controllerJon Hunter2016-02-111-6/+5
| * irqchip/gicv3-its: Fix memory leak in its_free_tables()Shanker Donthineni2016-02-041-6/+11
| * irqchip/sun4i: Fix compilation outside of arch/armAndre Przywara2016-02-021-1/+0
* | irqchip/mips-gic: Add new DT property to reserve IPIsQais Yousef2016-02-251-2/+10
* | MIPS: Make smp CMP, CPS and MT use the new generic IPI functionsQais Yousef2016-02-252-81/+6
* | irqchip/mips-gic: Clear percpu_masks correctly when mappingQais Yousef2016-02-251-0/+3
* | irqchip/mips-gic: Use gic_vpes instead of NR_CPUSQais Yousef2016-02-251-3/+3
* | irqchip/mips-gic: Add device hierarchy domainQais Yousef2016-02-251-20/+83
* | irqchip/mips-gic: Add a IPI hierarchy domainQais Yousef2016-02-252-5/+180
* | Merge tag 'irqchip-core-4.6-2' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner2016-02-218-14/+769
|\ \
| * \ Merge branch 'irqchip/mvebu' into irqchip/coreJason Cooper2016-02-215-14/+243
| |\ \
| | * | irqchip/gic: Return IRQ_SET_MASK_OK_DONE in the set_affinity methodMarc Zyngier2016-02-193-27/+3
| | * | irqchip/mvebu-odmi: Add new driver for platform MSI on Marvell 7K/8KThomas Petazzoni2016-02-193-0/+253
| * | | Merge branch 'irqchip/mips' into irqchip/coreJason Cooper2016-02-213-0/+288
| |\ \ \
| | * | | irqchip/ath79-cpu: Move the CPU IRQ driver from arch/mips/ath79/Alban Bedel2016-02-172-0/+98
| | * | | irqchip/ath79-misc: Move the MISC driver from arch/mips/ath79/Alban Bedel2016-02-172-0/+190
| * | | | Merge branch 'irqchip/tango' into irqchip/coreJason Cooper2016-02-213-0/+238
| |\ \ \ \
| | * | | | irqchip/tango: Add support for Sigma Designs SMP86xx/SMP87xx interrupt contro...Mans Rullgard2016-02-183-0/+238
| | |/ / /
* | | | | Merge tag 'irqchip-core-4.6' of git://git.infradead.org/users/jcooper/linux i...Thomas Gleixner2016-02-215-93/+74
|\ \ \ \ \ | |/ / / /
| * | | | irqchip/ts4800: Make ts4800_ic_ops static constAxel Lin2016-02-181-1/+1
| * | | | irqchip/bcm2836: Drop extra memory barrier in SMP boot.Eric Anholt2016-02-181-1/+0
| * | | | irqchip/ts4800: Add hardware dependencyJean Delvare2016-02-181-0/+1
| | |/ / | |/| |
| * | | irqchip/armada-370-xp: Do not enable it by default when ARCH_MVEBU is selectedGregory CLEMENT2016-02-161-1/+0
| * | | irqchip/armada-370-xp: Allow allocation of multiple MSIsThomas Petazzoni2016-02-161-11/+14
| * | | irqchip/armada-370-xp: Use shorter names for irq_chipThomas Petazzoni2016-02-161-3/+3
| * | | irqchip/armada-370-xp: Use PCI_MSI_DOORBELL_START where appropriateThomas Petazzoni2016-02-161-2/+2
| * | | irqchip/armada-370-xp: Use the generic MSI infrastructureThomas Petazzoni2016-02-162-88/+62
| * | | irqchip/armada-370-xp: Add Kconfig option for the driverThomas Petazzoni2016-02-162-1/+6
| | |/ | |/|
* | | irqchips/bmips: Add bcm6345-l1 interrupt controllerSimon Arlott2016-02-083-0/+370
* | | irqchip/atmel-aic: Remove duplicate bit operationMilo Kim2016-02-081-1/+1
* | | irqchip/atmel-aic: Change return type of aic_common_set_priority()Milo Kim2016-02-084-14/+6
* | | irqchip/atmel-aic: Handle aic_common_irq_fixup in aic_common_of_initMilo Kim2016-02-084-11/+8
|/ /
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-315-4/+10
|\ \ | |/ |/|
| * irqchip/mxs: Add missing set_handle_irq()Oleksij Rempel2016-01-291-0/+1
| * irqchip/atmel-aic: Fix wrong bit operation for IRQ priorityMilo Kim2016-01-271-1/+1
| * irqchip/gic-v3-its: Recompute the number of pages on page size changeMarc Zyngier2016-01-261-2/+6
| * irqchip: Fix dependencies for archs w/o HAS_IOMEMRichard Weinberger2016-01-261-0/+1
| * irqchip/s3c24xx: Mark init_eint as __maybe_unusedArnd Bergmann2016-01-261-1/+1
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-01-243-0/+330
|\ \
| * | IRQCHIP: irq-pic32-evic: Add support for PIC32 interrupt controllerCristian Birsan2016-01-243-0/+330
* | | Merge tag 'for-4.5' of git://git.osdn.jp/gitroot/uclinux-h8/linuxLinus Torvalds2016-01-211-5/+5
|\ \ \
| * | | irqchip: renesas-h8s: Replace ctrl_outw/ctrl_inw with writew/readwGuenter Roeck2016-01-201-5/+5
| | |/ | |/|
OpenPOWER on IntegriCloud