aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
Commit message (Expand)AuthorAge
* Merge tag 'irqchip-fixes-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2019-10-25
|\
| * irqchip/sifive-plic: Skip contexts except supervisor in plic_init()Alan Mikhak2019-10-25
| * irqchip/gic-v3-its: Use the exact ITSList for VMOVPZenghui Yu2019-10-24
* | Merge tag 'irqchip-fixes-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2019-10-14
|\|
| * irqchip/sifive-plic: Switch to fasteoi flowMarc Zyngier2019-09-18
| * irqchip/gic-v3: Fix GIC_LINE_NR accessorZenghui Yu2019-09-18
| * irqchip/atmel-aic5: Add support for sam9x60 irqchipSandeep Sheriker Mallikarjun2019-09-09
| * irqchip/al-fic: Add support for irq retriggerTalel Shenhar2019-09-09
* | Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-09-22
|\ \
| * | irqchip/irq-ingenic-tcu: Fix COMPILE_TEST buildingYueHaibing2019-08-19
| * | irqchip: Add irq-ingenic-tcu driverPaul Cercueil2019-08-08
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-17
|\ \ \ | | |/ | |/|
| * | irqchip/gic-v3-its: Fix LPI release for Multi-MSI devicesMarc Zyngier2019-09-05
| * | irqchip/uniphier-aidet: Use devm_platform_ioremap_resource()Masahiro Yamada2019-09-05
| * | irqchip/mmp: Coexist with GIC root IRQ controllerLubomir Rintel2019-08-30
| * | irqchip/mmp: Mask off interrupts from other coresAndres Salomon2019-08-30
| * | irqchip/mmp: Add missing chained_irq_{enter,exit}()Lubomir Rintel2019-08-30
| * | irqchip/mmp: Do not use of_address_to_resource() to get mux regsLubomir Rintel2019-08-30
| * | irqchip/meson-gpio: Add support for meson sm1 SoCsJerome Brunet2019-08-30
| * | irqchip: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-20
| * | irqchip/mmp: Do not call irq_set_default_host() on DT platformsLubomir Rintel2019-08-20
| * | irqchip/gic-v3-its: Remove the redundant set_bit for lpi_mapZenghui Yu2019-08-20
| * | irqchip/gic-v3: Add quirks for HIP06/07 invalid GICD_TYPER erratum 161010803Marc Zyngier2019-08-20
| * | irqchip/gic: Skip DT quirks when evaluating IIDR-based quirksMarc Zyngier2019-08-20
| * | irqchip/gic-v3: Warn about inconsistent implementations of extended rangesMarc Zyngier2019-08-20
| * | irqchip/gic-v3: Add EPPI range supportMarc Zyngier2019-08-20
| * | irqchip/gic-v3: Dynamically allocate PPI partition descriptorsMarc Zyngier2019-08-20
| * | irqchip/gic-v3: Dynamically allocate PPI NMI refcountsMarc Zyngier2019-08-20
| * | irqchip/gic: Prepare for more than 16 PPIsMarc Zyngier2019-08-20
| * | irqchip/gic-v3: Add ESPI range supportMarc Zyngier2019-08-20
| * | irqchip/gic-v3: Add INTID range and convertion primitivesMarc Zyngier2019-08-20
| * | irqchip/gic: Rework gic_configure_irq to take the full ICFGR baseMarc Zyngier2019-08-20
| * | irqchip/ixp4xx: Register the base PA instead of its VA in fwnodeMarc Zyngier2019-08-07
| * | irqchip/gic-v2m: Register the frame's PA instead of its VA in fwnodeMarc Zyngier2019-08-07
| * | irqchip/gic: Register the distributor's PA instead of its VA in fwnodeMarc Zyngier2019-08-07
| * | irqchip/gic-v3-its: Register the ITS' PA instead of its VA in fwnodeMarc Zyngier2019-08-07
| * | irqchip/gic-v3: Register the distributor's PA instead of its VA in fwnodeMarc Zyngier2019-08-07
* | | irqchip/sifive-plic: set max threshold for ignored handlersChristoph Hellwig2019-09-05
|/ /
* | Merge tag 'irqchip-fixes-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2019-08-01
|\ \ | |/ |/|
| * irqchip/renesas-rza1: Fix an use-after-free in rza1_irqc_probe()Wen Yang2019-07-26
| * irqchip/irq-imx-gpcv2: Forward irq type to parentLucas Stach2019-07-26
| * irqchip/irq-mbigen: Add of_node_put() before returnNishka Dasgupta2019-07-26
| * irqchip/gic-v3-its: Free unused vpt_page when alloc vpe table failNianyao Tang2019-07-26
| * irqchip/gic-v3: Mark expected switch fall-throughAnders Roxell2019-07-26
* | irqchip/gic-v3-its: Fix misuse of GENMASK macroJoe Perches2019-07-10
* | irqchip/renesas-rza1: Prevent use-after-free in rza1_irqc_probe()Wen Yang2019-07-09
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-08
|\|
| * irqchip/gic-pm: Remove PM_CLK dependencySameer Pujar2019-07-03
| * irqchip/al-fic: Introduce Amazon's Annapurna Labs Fabric Interrupt Controller...Talel Shenhar2019-07-03
| * irqchip/mbigen: Stop printing kernel addressesKefeng Wang2019-06-18