summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
Commit message (Expand)AuthorAgeFilesLines
* irqchip/qcom: Fix check for spurious interruptsAgustin Vega-Frias2018-05-021-2/+2
* Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-111-1/+2
|\
| *---. Merge branches 'x86/amd', 'x86/vt-d', 'arm/rockchip', 'arm/omap', 'arm/mediat...Joerg Roedel2018-03-2910-59/+38
| |\ \ \
| | | | * ACPI/IORT: Add msi address regions reservation helperShameer Kolothum2018-02-141-1/+2
| | |_|/ | |/| |
* | | | Merge tag 'staging-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-043-0/+107
|\ \ \ \
| * \ \ \ Merge 4.16-rc6 into staging-nextGreg Kroah-Hartman2018-03-192-21/+6
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge 4.16-rc3 into staging-nextGreg Kroah-Hartman2018-02-2610-37/+32
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | staging: fsl-mc: Move irqchip code out of stagingBogdan Purcareata2018-02-223-0/+105
| | |_|/ | |/| |
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-0410-121/+813
|\ \ \ \
| * | | | irqchip/gic: Take lock when updating irq typeAniruddha Banerjee2018-03-291-1/+8
| * | | | irqchip/gic: Update supports_deactivate static key to modern apiDavidlohr Bueso2018-03-282-21/+21
| * | | | irqchip/gic-v3: Ensure GICR_CTLR.EnableLPI=0 is observed before enablingShanker Donthineni2018-03-231-14/+60
| * | | | irqchip: Add a driver for the Microsemi Ocelot controllerAlexandre Belloni2018-03-223-0/+124
| * | | | irqchip/gic-v3: Probe for SCR_EL3 being clear before resetting AP0RnMarc Zyngier2018-03-221-6/+40
| * | | | irqchip/gic-v3: Don't try to reset AP0RnMarc Zyngier2018-03-201-4/+0
| * | | | irqchip/gic-v3: Do not check trigger configuration of partitionned LPIsMarc Zyngier2018-03-201-3/+10
| * | | | irqchip/gic-v3: Loudly complain about the use of IRQ_TYPE_NONEMarc Zyngier2018-03-161-0/+5
| * | | | irqchip/gic: Loudly complain about the use of IRQ_TYPE_NONEMarc Zyngier2018-03-161-0/+5
| * | | | irqchip/gic-v3-its: Add ability to resend MAPC on resumeDerek Basehore2018-03-141-38/+48
| * | | | irqchip/gic-v3-its: Add ability to save/restore ITS stateDerek Basehore2018-03-141-0/+107
| * | | | irqchip/gic-v3: Allow LPIs to be disabled from the command lineMarc Zyngier2018-03-141-1/+9
| * | | | irqchip/gic-v3: Reset APgRn registers at boot timeMarc Zyngier2018-03-141-0/+23
| * | | | irqchip/gic-v2: Reset APRn registers at boot timeMarc Zyngier2018-03-141-6/+11
| * | | | irqchip/pdc: Add PDC interrupt controller for QCOM SoCsArchana Sathyakumar2018-03-143-0/+321
| * | | | irqchip/renesas-irqc: Use wakeup_path i.s.o. explicit clock handlingGeert Uytterhoeven2018-03-141-14/+16
| * | | | irqchip/renesas-intc-irqpin: Use wakeup_path i.s.o. explicit clock handlingGeert Uytterhoeven2018-03-141-24/+16
| | |/ / | |/| |
* | | | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2018-04-023-1216/+0
|\ \ \ \
| * | | | irqchip: Remove metag irqchip driversJames Hogan2018-02-233-1216/+0
| |/ / /
* | | | Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-022-0/+108
|\ \ \ \ | |_|_|/ |/| | |
| * | | irqchip: Andestech Internal Vector Interrupt Controller driverGreentime Hu2018-02-222-0/+108
| | |/ | |/|
* | | irqchip/irq-imx-gpcv2: Remove unused functionFabio Estevam2018-03-111-14/+0
* | | irqchip/gic-v3-its: Ensure nr_ites >= nr_lpisArd Biesheuvel2018-03-111-5/+4
* | | irqchip/gic-v3-its: Fix misplaced __iomem annotationsRobin Murphy2018-02-161-2/+2
| |/ |/|
* | irqchip/bcm: Remove hashed address printingJaedon Shin2018-02-163-9/+0
* | irqchip/gic-v2m: Add PCI Multi-MSI supportMarc Zyngier2018-02-161-24/+22
* | irqchip/gic-v3: Ignore disabled ITS nodesStephen Boyd2018-02-163-0/+6
* | irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq()Shanker Donthineni2018-02-161-1/+1
* | irqchip/gic-v3: Change pr_debug message to pr_develMark Salter2018-02-161-1/+1
* | irqchip/mips-gic: Avoid spuriously handling masked interruptsMatt Redfearn2018-02-161-2/+0
|/
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-2/+2
|\
| * irqchip/i8259: Set I/O port resource types correctlyBjorn Helgaas2017-12-181-2/+2
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-041-1/+2
|\ \
| * | irqchip/stm32: Fix copyrightBenjamin Gaignard2018-01-291-1/+2
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-01-301-27/+2
|\ \ \
| * | | irqchip: gic-v3: Use of_cpu_node_to_id helperSuzuki K Poulose2018-01-021-27/+2
| | |/ | |/|
* | | irqchip/gic-v3: Fix the driver probe() fail due to disabled GICC entryShanker Donthineni2018-01-041-0/+11
* | | irqchip/irq-goldfish-pic: Add Goldfish PIC driverMiodrag Dinic2018-01-043-0/+148
* | | irqchip/ompic: fix return value check in ompic_of_init()Wei Yongjun2018-01-041-2/+2
* | | irqchip/irq-bcm2836: Add support for DT interrupt polarityStefan Wahren2018-01-041-18/+28
| |/ |/|
* | genirq/irqdomain: Rename early argument of irq_domain_activate_irq()Thomas Gleixner2017-12-291-2/+2