Age | Commit message (Expand) | Author |
2020-01-27 | Merge tag 'irq-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-01-27 | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap | Linus Torvalds |
2020-01-24 | Merge tag 'irqchip-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/... | Thomas Gleixner |
2020-01-22 | irqchip/gic-v4.1: Allow direct invalidation of VLPIs | Marc Zyngier |
2020-01-22 | irqchip/gic-v4.1: Suppress per-VLPI doorbell | Marc Zyngier |
2020-01-22 | irqchip/gic-v4.1: Add VPE INVALL callback | Marc Zyngier |
2020-01-22 | irqchip/gic-v4.1: Add VPE eviction callback | Marc Zyngier |
2020-01-22 | irqchip/gic-v4.1: Add VPE residency callback | Marc Zyngier |
2020-01-22 | irqchip/gic-v4.1: Add mask/unmask doorbell callbacks | Marc Zyngier |
2020-01-22 | irqchip/gic-v4.1: Plumb skeletal VPE irqchip | Marc Zyngier |
2020-01-22 | irqchip/gic-v4.1: Implement the v4.1 flavour of VMOVP | Marc Zyngier |
2020-01-22 | irqchip/gic-v4.1: Don't use the VPE proxy if RVPEID is set | Marc Zyngier |
2020-01-22 | irqchip/gic-v4.1: Implement the v4.1 flavour of VMAPP | Marc Zyngier |
2020-01-22 | irqchip/gic-v4.1: VPE table (aka GICR_VPROPBASER) allocation | Marc Zyngier |
2020-01-22 | irqchip/gic-v3: Add GICv4.1 VPEID size discovery | Marc Zyngier |
2020-01-22 | irqchip/gic-v3: Detect GICv4.1 supporting RVPEID | Marc Zyngier |
2020-01-22 | irqchip/gic-v3-its: Fix get_vlpi_map() breakage with doorbells | Marc Zyngier |
2020-01-20 | irqchip: Add NXP INTMUX interrupt multiplexer support | Joakim Zhang |
2020-01-20 | irqchip: Define EXYNOS_IRQ_COMBINER | Hyunki Koo |
2020-01-20 | irqchip/meson-gpio: Add support for meson a1 SoCs | Qianggui Song |
2020-01-20 | irqchip/meson-gpio: Rework meson irqchip driver to support meson-A1 SoCs | Qianggui Song |
2020-01-20 | irqchip/mbigen: Set driver .suppress_bind_attrs to avoid remove problems | John Garry |
2020-01-20 | irqchip: Add Aspeed SCU interrupt controller | Eddie James |
2020-01-20 | irqchip/sifive-plic: Support irq domain hierarchy | Yash Shah |
2020-01-20 | irqchip/nvic: Use irq_domain_translate_onecell instead of custom func | Yash Shah |
2020-01-13 | irqchip/ingenic: Get rid of the legacy IRQ domain | Paul Cercueil |
2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig |
2020-01-04 | riscv: prefix IRQ_ macro names with an RV_ namespace | Paul Walmsley |
2019-12-03 | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2019-12-03 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2019-11-28 | Merge branch 'pci/misc' | Bjorn Helgaas |
2019-11-27 | Merge tag 'riscv/for-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2019-11-25 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2019-11-25 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2019-11-21 | PCI: Remove unused includes and superfluous struct declaration | Krzysztof Wilczynski |
2019-11-21 | Merge branch 'kvm-tsx-ctrl' into HEAD | Paolo Bonzini |
2019-11-21 | Merge tag 'kvmarm-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar... | Paolo Bonzini |
2019-11-16 | irqchip/qcom-pdc: Add irqchip set/get state calls | Maulik Shah |
2019-11-16 | irqchip/qcom-pdc: Add irqdomain for wakeup capable GPIOs | Lina Iyer |
2019-11-16 | irqchip/qcom-pdc: Do not toggle IRQ_ENABLE during mask/unmask | Lina Iyer |
2019-11-16 | irqchip/qcom-pdc: Update max PDC interrupts | Lina Iyer |
2019-11-11 | irqchip/ti-sci-inta: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR... | Markus Elfring |
2019-11-10 | irqchip: Ingenic: Add process for more than one irq at the same time. | Zhou Yanjie |
2019-11-10 | irqchip: ingenic: Alloc generic chips from IRQ domain | Paul Cercueil |
2019-11-10 | irqchip: ingenic: Get virq number from IRQ domain | Paul Cercueil |
2019-11-10 | irqchip: ingenic: Error out if IRQ domain creation failed | Paul Cercueil |
2019-11-10 | irqchip: ingenic: Drop redundant irq_suspend / irq_resume functions | Paul Cercueil |
2019-11-10 | irqchip: Place CONFIG_SIFIVE_PLIC into the menu | Jonathan Neuschäfer |
2019-11-10 | irqchip/gic-v3-its: Make vlpi_lock a spinlock | Marc Zyngier |
2019-11-10 | irqchip/gic-v3-its: Lock VLPI map array before translating it | Marc Zyngier |