Age | Commit message (Expand) | Author | Files | Lines |
2019-11-25 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+6 |
2019-11-25 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+20 |
2019-11-21 | Merge branch 'kvm-tsx-ctrl' into HEAD | Paolo Bonzini | 2 | -5/+20 |
2019-11-21 | Merge tag 'kvmarm-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar... | Paolo Bonzini | 1 | -1/+6 |
2019-10-28 | KVM: arm64: vgic-v4: Move the GICv4 residency flow to be driven by vcpu_load/put | Marc Zyngier | 1 | -1/+6 |
2019-10-25 | Merge tag 'irqchip-fixes-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Thomas Gleixner | 2 | -5/+20 |
2019-10-25 | irqchip/sifive-plic: Skip contexts except supervisor in plic_init() | Alan Mikhak | 1 | -2/+2 |
2019-10-24 | irqchip/gic-v3-its: Use the exact ITSList for VMOVP | Zenghui Yu | 1 | -3/+18 |
2019-10-15 | arm64: Relax ICC_PMR_EL1 accesses when ICC_CTLR_EL1.PMHE is clear | Marc Zyngier | 1 | -0/+20 |
2019-10-14 | Merge tag 'irqchip-fixes-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Thomas Gleixner | 4 | -15/+38 |
2019-09-22 | Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux | Linus Torvalds | 3 | -0/+195 |
2019-09-18 | irqchip/sifive-plic: Switch to fasteoi flow | Marc Zyngier | 1 | -14/+15 |
2019-09-18 | irqchip/gic-v3: Fix GIC_LINE_NR accessor | Zenghui Yu | 1 | -1/+1 |
2019-09-17 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 14 | -153/+466 |
2019-09-09 | irqchip/atmel-aic5: Add support for sam9x60 irqchip | Sandeep Sheriker Mallikarjun | 1 | -0/+10 |
2019-09-09 | irqchip/al-fic: Add support for irq retrigger | Talel Shenhar | 1 | -0/+12 |
2019-09-05 | irqchip/gic-v3-its: Fix LPI release for Multi-MSI devices | Marc Zyngier | 1 | -5/+4 |
2019-09-05 | irqchip/sifive-plic: set max threshold for ignored handlers | Christoph Hellwig | 1 | -2/+10 |
2019-09-05 | irqchip/uniphier-aidet: Use devm_platform_ioremap_resource() | Masahiro Yamada | 1 | -3/+1 |
2019-08-30 | irqchip/mmp: Coexist with GIC root IRQ controller | Lubomir Rintel | 1 | -1/+6 |
2019-08-30 | irqchip/mmp: Mask off interrupts from other cores | Andres Salomon | 1 | -0/+48 |
2019-08-30 | irqchip/mmp: Add missing chained_irq_{enter,exit}() | Lubomir Rintel | 1 | -1/+8 |
2019-08-30 | irqchip/mmp: Do not use of_address_to_resource() to get mux regs | Lubomir Rintel | 1 | -9/+13 |
2019-08-30 | irqchip/meson-gpio: Add support for meson sm1 SoCs | Jerome Brunet | 1 | -14/+38 |
2019-08-20 | irqchip: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 3 | -12/+4 |
2019-08-20 | irqchip/mmp: Do not call irq_set_default_host() on DT platforms | Lubomir Rintel | 1 | -2/+0 |
2019-08-20 | irqchip/gic-v3-its: Remove the redundant set_bit for lpi_map | Zenghui Yu | 1 | -1/+1 |
2019-08-20 | irqchip/gic-v3: Add quirks for HIP06/07 invalid GICD_TYPER erratum 161010803 | Marc Zyngier | 1 | -10/+46 |
2019-08-20 | irqchip/gic: Skip DT quirks when evaluating IIDR-based quirks | Marc Zyngier | 1 | -0/+2 |
2019-08-20 | irqchip/gic-v3: Warn about inconsistent implementations of extended ranges | Marc Zyngier | 1 | -0/+5 |
2019-08-20 | irqchip/gic-v3: Add EPPI range support | Marc Zyngier | 1 | -7/+35 |
2019-08-20 | irqchip/gic-v3: Dynamically allocate PPI partition descriptors | Marc Zyngier | 1 | -3/+11 |
2019-08-20 | irqchip/gic-v3: Dynamically allocate PPI NMI refcounts | Marc Zyngier | 1 | -13/+34 |
2019-08-20 | irqchip/gic: Prepare for more than 16 PPIs | Marc Zyngier | 5 | -17/+30 |
2019-08-20 | irqchip/gic-v3: Add ESPI range support | Marc Zyngier | 1 | -16/+69 |
2019-08-20 | irqchip/gic-v3: Add INTID range and convertion primitives | Marc Zyngier | 1 | -29/+83 |
2019-08-20 | irqchip/gic: Rework gic_configure_irq to take the full ICFGR base | Marc Zyngier | 4 | -12/+30 |
2019-08-19 | irqchip/irq-ingenic-tcu: Fix COMPILE_TEST building | YueHaibing | 1 | -0/+1 |
2019-08-08 | irqchip: Add irq-ingenic-tcu driver | Paul Cercueil | 3 | -0/+194 |
2019-08-07 | irqchip/ixp4xx: Register the base PA instead of its VA in fwnode | Marc Zyngier | 1 | -1/+1 |
2019-08-07 | irqchip/gic-v2m: Register the frame's PA instead of its VA in fwnode | Marc Zyngier | 1 | -1/+1 |
2019-08-07 | irqchip/gic: Register the distributor's PA instead of its VA in fwnode | Marc Zyngier | 1 | -1/+1 |
2019-08-07 | irqchip/gic-v3-its: Register the ITS' PA instead of its VA in fwnode | Marc Zyngier | 1 | -1/+1 |
2019-08-07 | irqchip/gic-v3: Register the distributor's PA instead of its VA in fwnode | Marc Zyngier | 1 | -1/+1 |
2019-08-01 | Merge tag 'irqchip-fixes-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Thomas Gleixner | 4 | -3/+13 |
2019-07-26 | irqchip/renesas-rza1: Fix an use-after-free in rza1_irqc_probe() | Wen Yang | 1 | -7/+8 |
2019-07-26 | irqchip/irq-imx-gpcv2: Forward irq type to parent | Lucas Stach | 1 | -0/+1 |
2019-07-26 | irqchip/irq-mbigen: Add of_node_put() before return | Nishka Dasgupta | 1 | -2/+7 |
2019-07-26 | irqchip/gic-v3-its: Free unused vpt_page when alloc vpe table fail | Nianyao Tang | 1 | -1/+1 |
2019-07-26 | irqchip/gic-v3: Mark expected switch fall-through | Anders Roxell | 1 | -0/+4 |