summaryrefslogtreecommitdiff
path: root/drivers/irqchip
AgeCommit message (Expand)AuthorFilesLines
2019-09-22Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds3-0/+195
2019-09-17Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-153/+466
2019-09-05irqchip/gic-v3-its: Fix LPI release for Multi-MSI devicesMarc Zyngier1-5/+4
2019-09-05irqchip/sifive-plic: set max threshold for ignored handlersChristoph Hellwig1-2/+10
2019-09-05irqchip/uniphier-aidet: Use devm_platform_ioremap_resource()Masahiro Yamada1-3/+1
2019-08-30irqchip/mmp: Coexist with GIC root IRQ controllerLubomir Rintel1-1/+6
2019-08-30irqchip/mmp: Mask off interrupts from other coresAndres Salomon1-0/+48
2019-08-30irqchip/mmp: Add missing chained_irq_{enter,exit}()Lubomir Rintel1-1/+8
2019-08-30irqchip/mmp: Do not use of_address_to_resource() to get mux regsLubomir Rintel1-9/+13
2019-08-30irqchip/meson-gpio: Add support for meson sm1 SoCsJerome Brunet1-14/+38
2019-08-20irqchip: Remove dev_err() usage after platform_get_irq()Stephen Boyd3-12/+4
2019-08-20irqchip/mmp: Do not call irq_set_default_host() on DT platformsLubomir Rintel1-2/+0
2019-08-20irqchip/gic-v3-its: Remove the redundant set_bit for lpi_mapZenghui Yu1-1/+1
2019-08-20irqchip/gic-v3: Add quirks for HIP06/07 invalid GICD_TYPER erratum 161010803Marc Zyngier1-10/+46
2019-08-20irqchip/gic: Skip DT quirks when evaluating IIDR-based quirksMarc Zyngier1-0/+2
2019-08-20irqchip/gic-v3: Warn about inconsistent implementations of extended rangesMarc Zyngier1-0/+5
2019-08-20irqchip/gic-v3: Add EPPI range supportMarc Zyngier1-7/+35
2019-08-20irqchip/gic-v3: Dynamically allocate PPI partition descriptorsMarc Zyngier1-3/+11
2019-08-20irqchip/gic-v3: Dynamically allocate PPI NMI refcountsMarc Zyngier1-13/+34
2019-08-20irqchip/gic: Prepare for more than 16 PPIsMarc Zyngier5-17/+30
2019-08-20irqchip/gic-v3: Add ESPI range supportMarc Zyngier1-16/+69
2019-08-20irqchip/gic-v3: Add INTID range and convertion primitivesMarc Zyngier1-29/+83
2019-08-20irqchip/gic: Rework gic_configure_irq to take the full ICFGR baseMarc Zyngier4-12/+30
2019-08-19irqchip/irq-ingenic-tcu: Fix COMPILE_TEST buildingYueHaibing1-0/+1
2019-08-08irqchip: Add irq-ingenic-tcu driverPaul Cercueil3-0/+194
2019-08-07irqchip/ixp4xx: Register the base PA instead of its VA in fwnodeMarc Zyngier1-1/+1
2019-08-07irqchip/gic-v2m: Register the frame's PA instead of its VA in fwnodeMarc Zyngier1-1/+1
2019-08-07irqchip/gic: Register the distributor's PA instead of its VA in fwnodeMarc Zyngier1-1/+1
2019-08-07irqchip/gic-v3-its: Register the ITS' PA instead of its VA in fwnodeMarc Zyngier1-1/+1
2019-08-07irqchip/gic-v3: Register the distributor's PA instead of its VA in fwnodeMarc Zyngier1-1/+1
2019-08-01Merge tag 'irqchip-fixes-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner4-3/+13
2019-07-26irqchip/renesas-rza1: Fix an use-after-free in rza1_irqc_probe()Wen Yang1-7/+8
2019-07-26irqchip/irq-imx-gpcv2: Forward irq type to parentLucas Stach1-0/+1
2019-07-26irqchip/irq-mbigen: Add of_node_put() before returnNishka Dasgupta1-2/+7
2019-07-26irqchip/gic-v3-its: Free unused vpt_page when alloc vpe table failNianyao Tang1-1/+1
2019-07-26irqchip/gic-v3: Mark expected switch fall-throughAnders Roxell1-0/+4
2019-07-10irqchip/gic-v3-its: Fix misuse of GENMASK macroJoe Perches1-1/+1
2019-07-09irqchip/renesas-rza1: Prevent use-after-free in rza1_irqc_probe()Wen Yang1-7/+8
2019-07-08Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-124/+890
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+7
2019-07-03irqchip/gic-pm: Remove PM_CLK dependencySameer Pujar1-1/+0
2019-07-03irqchip/al-fic: Introduce Amazon's Annapurna Labs Fabric Interrupt Controller...Talel Shenhar3-0/+287
2019-06-29Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-17/+41
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds31-217/+31
2019-06-21arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry1-0/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner20-83/+20
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 463Thomas Gleixner1-14/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner10-120/+10
2019-06-18ARM: ixp4xx: mark ixp4xx_irq_setup as __initArnd Bergmann1-4/+4
2019-06-18irqchip/mbigen: Stop printing kernel addressesKefeng Wang1-2/+1