Age | Commit message (Expand) | Author |
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 |
2019-11-10 | irqchip/gic-v3-its: Synchronise INT/CLEAR commands targetting a VLPI using VSYNC | Marc Zyngier |
2019-11-10 | irqchip/gic-v3-its: Synchronise INV command targetting a VLPI using VSYNC | Marc Zyngier |
2019-11-10 | irqchip/gic-v3-its: Add its_vlpi_map helpers | Marc Zyngier |
2019-11-10 | irqchip/gic-v3-its: Kill its->device_ids and use TYPER copy instead | Marc Zyngier |
2019-11-10 | irqchip/gic-v3-its: Kill its->ite_size and use TYPER copy instead | Marc Zyngier |
2019-11-10 | irqchip/gic-v3-its: Make is_v4 use a TYPER copy | Marc Zyngier |
2019-11-10 | irqchip/gic-v3-its: Allow LPI invalidation via the DirectLPI interface | Marc Zyngier |
2019-11-10 | irqchip/gic-v3-its: Factor out wait_for_syncr primitive | Marc Zyngier |
2019-11-10 | irqchip/gic-v3-its: Free collection mapping on device teardown | Marc Zyngier |
2019-11-10 | drivers: irqchip: qcom-pdc: Move to an SoC independent compatible | Rajendra Nayak |
2019-11-10 | irqchip: Add support for Layerscape external interrupt lines | Rasmus Villemoes |
2019-11-10 | irqchip/irq-bcm7038-l1: Support brcm,int-fwd-mask | Florian Fainelli |
2019-11-10 | irqchip/irq-bcm7038-l1: Enable parent IRQ if necessary | Florian Fainelli |
2019-11-10 | irqchip/irq-bcm7038-l1: Add PM support | Justin Chen |
2019-11-10 | irqchip/gic-v3-its: Fix u64 to __le64 warnings | Ben Dooks (Codethink) |
2019-11-10 | irqchip: Remove redundant semicolon after while | Daode Huang |
2019-11-05 | riscv: abstract out CSR names for supervisor vs machine mode | Christoph Hellwig |
2019-10-28 | KVM: arm64: vgic-v4: Move the GICv4 residency flow to be driven by vcpu_load/put | Marc Zyngier |
2019-10-25 | Merge tag 'irqchip-fixes-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Thomas Gleixner |
2019-10-25 | irqchip/sifive-plic: Skip contexts except supervisor in plic_init() | Alan Mikhak |
2019-10-24 | irqchip/gic-v3-its: Use the exact ITSList for VMOVP | Zenghui Yu |
2019-10-15 | arm64: Relax ICC_PMR_EL1 accesses when ICC_CTLR_EL1.PMHE is clear | Marc Zyngier |
2019-10-14 | Merge tag 'irqchip-fixes-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/... | Thomas Gleixner |
2019-09-22 | Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux | Linus Torvalds |
2019-09-18 | irqchip/sifive-plic: Switch to fasteoi flow | Marc Zyngier |
2019-09-18 | irqchip/gic-v3: Fix GIC_LINE_NR accessor | Zenghui Yu |
2019-09-17 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |