summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
Commit message (Expand)AuthorAgeFilesLines
...
| * | irqchip/mmp: Do not call irq_set_default_host() on DT platformsLubomir Rintel2019-08-201-2/+0
| * | irqchip/gic-v3-its: Remove the redundant set_bit for lpi_mapZenghui Yu2019-08-201-1/+1
| * | irqchip/gic-v3: Add quirks for HIP06/07 invalid GICD_TYPER erratum 161010803Marc Zyngier2019-08-201-10/+46
| * | irqchip/gic: Skip DT quirks when evaluating IIDR-based quirksMarc Zyngier2019-08-201-0/+2
| * | irqchip/gic-v3: Warn about inconsistent implementations of extended rangesMarc Zyngier2019-08-201-0/+5
| * | irqchip/gic-v3: Add EPPI range supportMarc Zyngier2019-08-201-7/+35
| * | irqchip/gic-v3: Dynamically allocate PPI partition descriptorsMarc Zyngier2019-08-201-3/+11
| * | irqchip/gic-v3: Dynamically allocate PPI NMI refcountsMarc Zyngier2019-08-201-13/+34
| * | irqchip/gic: Prepare for more than 16 PPIsMarc Zyngier2019-08-205-17/+30
| * | irqchip/gic-v3: Add ESPI range supportMarc Zyngier2019-08-201-16/+69
| * | irqchip/gic-v3: Add INTID range and convertion primitivesMarc Zyngier2019-08-201-29/+83
| * | irqchip/gic: Rework gic_configure_irq to take the full ICFGR baseMarc Zyngier2019-08-204-12/+30
| * | irqchip/ixp4xx: Register the base PA instead of its VA in fwnodeMarc Zyngier2019-08-071-1/+1
| * | irqchip/gic-v2m: Register the frame's PA instead of its VA in fwnodeMarc Zyngier2019-08-071-1/+1
| * | irqchip/gic: Register the distributor's PA instead of its VA in fwnodeMarc Zyngier2019-08-071-1/+1
| * | irqchip/gic-v3-its: Register the ITS' PA instead of its VA in fwnodeMarc Zyngier2019-08-071-1/+1
| * | irqchip/gic-v3: Register the distributor's PA instead of its VA in fwnodeMarc Zyngier2019-08-071-1/+1
* | | irqchip/sifive-plic: set max threshold for ignored handlersChristoph Hellwig2019-09-051-2/+10
|/ /
* | Merge tag 'irqchip-fixes-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2019-08-014-3/+13
|\ \ | |/ |/|
| * irqchip/renesas-rza1: Fix an use-after-free in rza1_irqc_probe()Wen Yang2019-07-261-7/+8
| * irqchip/irq-imx-gpcv2: Forward irq type to parentLucas Stach2019-07-261-0/+1
| * irqchip/irq-mbigen: Add of_node_put() before returnNishka Dasgupta2019-07-261-2/+7
| * irqchip/gic-v3-its: Free unused vpt_page when alloc vpe table failNianyao Tang2019-07-261-1/+1
| * irqchip/gic-v3: Mark expected switch fall-throughAnders Roxell2019-07-261-0/+4
* | irqchip/gic-v3-its: Fix misuse of GENMASK macroJoe Perches2019-07-101-1/+1
* | irqchip/renesas-rza1: Prevent use-after-free in rza1_irqc_probe()Wen Yang2019-07-091-7/+8
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-0813-124/+890
|\|
| * irqchip/gic-pm: Remove PM_CLK dependencySameer Pujar2019-07-031-1/+0
| * irqchip/al-fic: Introduce Amazon's Annapurna Labs Fabric Interrupt Controller...Talel Shenhar2019-07-033-0/+287
| * irqchip/mbigen: Stop printing kernel addressesKefeng Wang2019-06-181-2/+1
| * irqchip/gic: Add dependency for ARM_GIC_MAX_NRJiangfeng Xiao2019-06-171-0/+1
| * irqchip/qcom: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-06-111-3/+2
| * irqchip/irq-csky-mpintc: Remove unnecessary loop in interrupt handlerGuo Ren2019-06-111-6/+2
| * irqchip/irq-csky-mpintc: Add triger typeGuo Ren2019-06-111-1/+77
| * irqchip/renesas-irqc: Use proper irq_chip name and parentGeert Uytterhoeven2019-06-111-1/+2
| * irqchip/renesas-intc-irqpin: Use proper irq_chip name and parentGeert Uytterhoeven2019-06-111-1/+2
| * irqchip/meson-gpio: Add support for Meson-G12A SoCXingyu Chen2019-06-111-0/+1
| * irqchip: Enable compile-testing for Renesas driversGeert Uytterhoeven2019-06-111-4/+16
| * irqchip/gic-v2m: Add support for Amazon Graviton variant of GICv3+GICv2mZeev Zilberman2019-06-112-17/+71
| * irqchip/renesas-irqc: Convert to managed initializationsGeert Uytterhoeven2019-05-291-39/+15
| * irqchip/renesas-irqc: Replace irqc_priv.pdev by irqc_priv.devGeert Uytterhoeven2019-05-291-4/+3
| * irqchip/renesas-irqc: Add helper variable dev = &pdev->devGeert Uytterhoeven2019-05-291-13/+13
| * irqchip/renesas-irqc: Remove error messages on out-of-memory conditionsGeert Uytterhoeven2019-05-291-2/+0
| * irqchip/renesas-irqc: Remove unneeded inclusion of <linux/spinlock.h>Geert Uytterhoeven2019-05-291-1/+0
| * irqchip: Add Renesas RZ/A1 Interrupt Controller driverGeert Uytterhoeven2019-05-293-0/+288
| * irqchip/exiu: Implement ACPI supportArd Biesheuvel2019-05-281-8/+68
| * irqchip/exiu: Preparatory refactor for ACPI supportArd Biesheuvel2019-05-281-23/+43
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-081-0/+7
|\ \
| * | arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry2019-06-211-0/+7
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-294-17/+41
|\ \ \