summaryrefslogtreecommitdiff
path: root/drivers/irqchip
AgeCommit message (Expand)AuthorFilesLines
2018-09-15irqchip/bcm7038-l1: Hide cpu offline callback when building for !SMPJonas Gorski1-0/+4
2018-08-03irqchip/ls-scfg-msi: Map MSIs in the iommuLaurentiu Tudor1-0/+3
2018-07-03irqchip/gic-v3-its: Don't bind LPI to unavailable NUMA nodeYang Yingliang1-1/+8
2018-05-09irqchip/qcom: Fix check for spurious interruptsAgustin Vega-Frias1-2/+2
2018-04-26irqchip/gic-v3: Change pr_debug message to pr_develMark Salter1-1/+1
2018-04-26irqchip/gic-v3: Ignore disabled ITS nodesStephen Boyd3-0/+6
2018-04-24irqchip/gic: Take lock when updating irq typeAniruddha Banerjee1-1/+8
2018-04-12irqchip/gic-v3: Fix the driver probe() fail due to disabled GICC entryShanker Donthineni1-0/+11
2018-03-21irqchip/gic-v3-its: Ensure nr_ites >= nr_lpisArd Biesheuvel1-5/+4
2018-02-28irqchip/mips-gic: Avoid spuriously handling masked interruptsMatt Redfearn1-2/+0
2018-02-28irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq()Shanker Donthineni1-1/+1
2017-12-14irqchip/qcom: Fix u32 comparison with value less than zeroColin Ian King1-1/+1
2017-11-30irqchip/gic-v3: Fix ppi-partitions lookupJohan Hovold1-3/+6
2017-11-05Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman10-0/+10
2017-11-01irqchip/irq-mvebu-gicp: Add missing spin_lock initAntoine Tenart1-0/+1
2017-10-13irqchip/tango: Use irq_gc_mask_disable_and_ack_setFlorian Fainelli1-1/+1
2017-10-13irqchip/gic-v3-its: Add missing changes to support 52bit physical addressShanker Donthineni1-5/+21
2017-10-13irqchip/gic-v3-its: Fix the incorrect parsing of VCPU table sizeShanker Donthineni1-4/+11
2017-10-13irqchip/gic-v3-its: Fix the incorrect BUG_ON in its_init_vpe_domain()Shanker Donthineni1-1/+1
2017-09-25irqchip/mips-gic: Use effective affinity to unmaskPaul Burton1-2/+5
2017-09-25irqchip/mips-gic: Fix shifts to extract register fieldsPaul Burton1-3/+3
2017-09-19irqchip.mips-gic: Fix shared interrupt mask writesPaul Burton1-3/+3
2017-09-19irqchip/gic-v4: Fix building with ancient gccArnd Bergmann1-3/+9
2017-09-19irqchip/gic-v3: Iterate over possible CPUs by for_each_possible_cpu()zijun_hu1-4/+4
2017-09-16Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds2-436/+182
2017-09-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds31-241/+2266
2017-09-04irqchip: mips-gic: Let the core set struct irq_common_data affinityPaul Burton1-2/+1
2017-09-04irqchip: mips-gic: Use cpumask_first_and() in gic_set_affinity()Paul Burton1-6/+6
2017-09-04irqchip: mips-gic: Clean up mti, reserved-cpu-vectors handlingPaul Burton1-7/+7
2017-09-04irqchip: mips-gic: Use pcpu_masks to avoid reading GIC_SH_MASK*Paul Burton1-21/+31
2017-09-04irqchip: mips-gic: Make pcpu_masks a per-cpu variablePaul Burton1-9/+8
2017-09-04irqchip: mips-gic: Inline gic_basic_init()Paul Burton1-27/+19
2017-09-04irqchip: mips-gic: Inline __gic_init()Paul Burton1-60/+55
2017-09-04irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.hPaul Burton1-1/+0
2017-09-04irqchip: mips-gic: Remove gic_presentPaul Burton1-2/+0
2017-09-04irqchip: mips-gic: Remove gic_init()Paul Burton1-7/+0
2017-09-04irqchip: mips-gic: Remove __gic_irq_dispatch() forward declarationPaul Burton1-2/+0
2017-09-04irqchip: mips-gic: Remove gic_get_usm_range()Paul Burton1-14/+0
2017-09-04irqchip: mips-gic: Move various definitions to the driverPaul Burton1-0/+16
2017-09-04irqchip: mips-gic: Convert remaining local reg access to new accessorsPaul Burton1-56/+12
2017-09-04irqchip: mips-gic: Convert local int mask access to new accessorsPaul Burton1-7/+7
2017-09-04irqchip: mips-gic: Convert remaining shared reg access to new accessorsPaul Burton1-8/+8
2017-09-04irqchip: mips-gic: Remove gic_map_to_vpe()Paul Burton1-9/+2
2017-09-04irqchip: mips-gic: Remove gic_map_to_pin()Paul Burton1-7/+1
2017-09-04irqchip: mips-gic: Remove gic_set_dual_edge()Paul Burton1-23/+5
2017-09-04irqchip: mips-gic: Remove gic_set_trigger()Paul Burton1-13/+6
2017-09-04irqchip: mips-gic: Remove gic_set_polarity()Paul Burton1-12/+5
2017-09-04irqchip: mips-gic: Drop gic_(re)set_mask() functionsPaul Burton1-15/+3
2017-09-04irqchip: mips-gic: Simplify gic_local_irq_domain_map()Paul Burton1-41/+16