summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
Commit message (Expand)AuthorAgeFilesLines
* irqchip/gic-v3-its: Fix LPI release for Multi-MSI devicesMarc Zyngier2019-10-051-5/+4
* irqchip/irq-imx-gpcv2: Forward irq type to parentLucas Stach2019-08-251-0/+1
* irqchip/gic-v3-its: Free unused vpt_page when alloc vpe table failNianyao Tang2019-08-251-1/+1
* Revert "MIPS: perf: ath79: Fix perfcount IRQ assignment"Greg Kroah-Hartman2019-06-111-11/+0
* MIPS: perf: ath79: Fix perfcount IRQ assignmentPetr Štetiar2019-05-161-0/+11
* irqchip/mbigen: Don't clear eventid when freeing an MSIJianguo Chen2019-04-201-0/+3
* irqchip/gic-v3-its: Avoid parsing _indirect_ twice for Device tableZenghui Yu2019-03-231-0/+2
* irqchip/mmp: Only touch the PJ4 IRQ & FIQ bits on enable/disableLubomir Rintel2019-03-131-1/+5
* irqchip/gic-v3-its: Plug allocation race for devices sharing a DevIDMarc Zyngier2019-02-121-5/+27
* irqchip/gic-v3-its: Align PCI Multi-MSI allocation on their sizeMarc Zyngier2019-01-311-12/+13
* irqchip/bcm7038-l1: Hide cpu offline callback when building for !SMPJonas Gorski2018-09-151-0/+4
* irqchip/ls-scfg-msi: Map MSIs in the iommuLaurentiu Tudor2018-08-031-0/+3
* irqchip/gic-v3-its: Don't bind LPI to unavailable NUMA nodeYang Yingliang2018-07-031-1/+8
* irqchip/qcom: Fix check for spurious interruptsAgustin Vega-Frias2018-05-091-2/+2
* irqchip/gic-v3: Change pr_debug message to pr_develMark Salter2018-04-261-1/+1
* irqchip/gic-v3: Ignore disabled ITS nodesStephen Boyd2018-04-263-0/+6
* irqchip/gic: Take lock when updating irq typeAniruddha Banerjee2018-04-241-1/+8
* irqchip/gic-v3: Fix the driver probe() fail due to disabled GICC entryShanker Donthineni2018-04-121-0/+11
* irqchip/gic-v3-its: Ensure nr_ites >= nr_lpisArd Biesheuvel2018-03-211-5/+4
* irqchip/mips-gic: Avoid spuriously handling masked interruptsMatt Redfearn2018-02-281-2/+0
* irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq()Shanker Donthineni2018-02-281-1/+1
* irqchip/qcom: Fix u32 comparison with value less than zeroColin Ian King2017-12-141-1/+1
* irqchip/gic-v3: Fix ppi-partitions lookupJohan Hovold2017-11-301-3/+6
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-051-0/+1
|\
| * irqchip/irq-mvebu-gicp: Add missing spin_lock initAntoine Tenart2017-11-011-0/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0210-0/+10
|/
* irqchip/tango: Use irq_gc_mask_disable_and_ack_setFlorian Fainelli2017-10-131-1/+1
* irqchip/gic-v3-its: Add missing changes to support 52bit physical addressShanker Donthineni2017-10-131-5/+21
* irqchip/gic-v3-its: Fix the incorrect parsing of VCPU table sizeShanker Donthineni2017-10-131-4/+11
* irqchip/gic-v3-its: Fix the incorrect BUG_ON in its_init_vpe_domain()Shanker Donthineni2017-10-131-1/+1
* irqchip/mips-gic: Use effective affinity to unmaskPaul Burton2017-09-251-2/+5
* irqchip/mips-gic: Fix shifts to extract register fieldsPaul Burton2017-09-251-3/+3
* irqchip.mips-gic: Fix shared interrupt mask writesPaul Burton2017-09-191-3/+3
* irqchip/gic-v4: Fix building with ancient gccArnd Bergmann2017-09-191-3/+9
* irqchip/gic-v3: Iterate over possible CPUs by for_each_possible_cpu()zijun_hu2017-09-191-4/+4
* Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds2017-09-152-436/+182
|\
| * irqchip: mips-gic: Let the core set struct irq_common_data affinityPaul Burton2017-09-041-2/+1
| * irqchip: mips-gic: Use cpumask_first_and() in gic_set_affinity()Paul Burton2017-09-041-6/+6
| * irqchip: mips-gic: Clean up mti, reserved-cpu-vectors handlingPaul Burton2017-09-041-7/+7
| * irqchip: mips-gic: Use pcpu_masks to avoid reading GIC_SH_MASK*Paul Burton2017-09-041-21/+31
| * irqchip: mips-gic: Make pcpu_masks a per-cpu variablePaul Burton2017-09-041-9/+8
| * irqchip: mips-gic: Inline gic_basic_init()Paul Burton2017-09-041-27/+19
| * irqchip: mips-gic: Inline __gic_init()Paul Burton2017-09-041-60/+55
| * irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.hPaul Burton2017-09-041-1/+0
| * irqchip: mips-gic: Remove gic_presentPaul Burton2017-09-041-2/+0
| * irqchip: mips-gic: Remove gic_init()Paul Burton2017-09-041-7/+0
| * irqchip: mips-gic: Remove __gic_irq_dispatch() forward declarationPaul Burton2017-09-041-2/+0
| * irqchip: mips-gic: Remove gic_get_usm_range()Paul Burton2017-09-041-14/+0
| * irqchip: mips-gic: Move various definitions to the driverPaul Burton2017-09-041-0/+16
| * irqchip: mips-gic: Convert remaining local reg access to new accessorsPaul Burton2017-09-041-56/+12