Age | Commit message (Expand) | Author | Files | Lines |
2020-03-15 | Merge tag 'irqchip-fixes-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Thomas Gleixner | 1 | -1/+29 |
2020-03-14 | irqchip/gic-v3: Workaround Cavium erratum 38539 when reading GICD_TYPER2 | Marc Zyngier | 1 | -1/+29 |
2020-02-10 | irqchip/gic-v4.1: Avoid 64bit division for the sake of 32bit ARM | Marc Zyngier | 1 | -2/+2 |
2020-02-08 | Merge tag 'irqchip-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Thomas Gleixner | 3 | -24/+109 |
2020-02-08 | irqchip/gic-v3-its: Rename VPENDBASER/VPROPBASER accessors | Zenghui Yu | 1 | -14/+14 |
2020-02-08 | irqchip/gic-v3-its: Remove superfluous WARN_ON | Zenghui Yu | 1 | -1/+0 |
2020-02-08 | irqchip/gic-v4.1: Drop 'tmp' in inherit_vpe_l1_table_from_rd() | Zenghui Yu | 1 | -3/+1 |
2020-02-08 | irqchip/gic-v4.1: Ensure L2 vPE table is allocated at RD level | Zenghui Yu | 1 | -0/+80 |
2020-02-08 | irqchip/gic-v4.1: Set vpe_l1_base for all redistributors | Zenghui Yu | 1 | -1/+4 |
2020-02-08 | irqchip/gic-v4.1: Fix programming of GICR_VPROPBASER_4_1_SIZE | Zenghui Yu | 1 | -1/+1 |
2020-02-03 | irqchip/gic-v3-its: Reference to its_invall_cmd descriptor when building INVALL | Zenghui Yu | 1 | -1/+1 |
2020-01-29 | irqchip: Some Kconfig cleanup for C-SKY | Randy Dunlap | 1 | -2/+2 |
2020-01-28 | irqchip/gic-v3: Only provision redistributors that are enabled in ACPI | Marc Zyngier | 1 | -2/+7 |
2020-01-28 | Merge tag 'irq-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 10 | -95/+1377 |
2020-01-28 | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap | Linus Torvalds | 2 | -2/+2 |
2020-01-24 | Merge tag 'irqchip-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/... | Thomas Gleixner | 10 | -95/+1377 |
2020-01-22 | irqchip/gic-v4.1: Allow direct invalidation of VLPIs | Marc Zyngier | 1 | -19/+36 |
2020-01-22 | irqchip/gic-v4.1: Suppress per-VLPI doorbell | Marc Zyngier | 1 | -2/+9 |
2020-01-22 | irqchip/gic-v4.1: Add VPE INVALL callback | Marc Zyngier | 1 | -0/+14 |
2020-01-22 | irqchip/gic-v4.1: Add VPE eviction callback | Marc Zyngier | 1 | -11/+42 |
2020-01-22 | irqchip/gic-v4.1: Add VPE residency callback | Marc Zyngier | 1 | -0/+17 |
2020-01-22 | irqchip/gic-v4.1: Add mask/unmask doorbell callbacks | Marc Zyngier | 1 | -0/+73 |
2020-01-22 | irqchip/gic-v4.1: Plumb skeletal VPE irqchip | Marc Zyngier | 1 | -1/+31 |
2020-01-22 | irqchip/gic-v4.1: Implement the v4.1 flavour of VMOVP | Marc Zyngier | 1 | -7/+33 |
2020-01-22 | irqchip/gic-v4.1: Don't use the VPE proxy if RVPEID is set | Marc Zyngier | 1 | -1/+24 |
2020-01-22 | irqchip/gic-v4.1: Implement the v4.1 flavour of VMAPP | Marc Zyngier | 1 | -5/+55 |
2020-01-22 | irqchip/gic-v4.1: VPE table (aka GICR_VPROPBASER) allocation | Marc Zyngier | 1 | -3/+307 |
2020-01-22 | irqchip/gic-v3: Add GICv4.1 VPEID size discovery | Marc Zyngier | 2 | -1/+13 |
2020-01-22 | irqchip/gic-v3: Detect GICv4.1 supporting RVPEID | Marc Zyngier | 1 | -3/+18 |
2020-01-22 | irqchip/gic-v3-its: Fix get_vlpi_map() breakage with doorbells | Marc Zyngier | 1 | -5/+6 |
2020-01-20 | irqchip: Add NXP INTMUX interrupt multiplexer support | Joakim Zhang | 3 | -0/+316 |
2020-01-20 | irqchip: Define EXYNOS_IRQ_COMBINER | Hyunki Koo | 2 | -1/+8 |
2020-01-20 | irqchip/meson-gpio: Add support for meson a1 SoCs | Qianggui Song | 1 | -0/+42 |
2020-01-20 | irqchip/meson-gpio: Rework meson irqchip driver to support meson-A1 SoCs | Qianggui Song | 1 | -25/+70 |
2020-01-20 | irqchip/mbigen: Set driver .suppress_bind_attrs to avoid remove problems | John Garry | 1 | -0/+1 |
2020-01-20 | irqchip: Add Aspeed SCU interrupt controller | Eddie James | 2 | -1/+240 |
2020-01-20 | irqchip/sifive-plic: Support irq domain hierarchy | Yash Shah | 2 | -4/+27 |
2020-01-20 | irqchip/nvic: Use irq_domain_translate_onecell instead of custom func | Yash Shah | 1 | -13/+2 |
2020-01-13 | irqchip/ingenic: Get rid of the legacy IRQ domain | Paul Cercueil | 1 | -4/+2 |
2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 2 | -2/+2 |
2020-01-05 | riscv: prefix IRQ_ macro names with an RV_ namespace | Paul Walmsley | 1 | -1/+1 |
2019-12-04 | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -0/+2 |
2019-12-03 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 10 | -139/+733 |
2019-11-28 | Merge branch 'pci/misc' | Bjorn Helgaas | 2 | -0/+2 |
2019-11-27 | Merge tag 'riscv/for-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -4/+7 |
2019-11-26 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -1/+6 |
2019-11-26 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+20 |
2019-11-21 | PCI: Remove unused includes and superfluous struct declaration | Krzysztof Wilczynski | 2 | -0/+2 |
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 |