Age | Commit message (Expand) | Author |
2014-11-26 | irqchip: GICv3: ITS: plug ITS init into main GICv3 code | Marc Zyngier |
2014-11-26 | irqchip: GICv3: ITS: DT probing and initialization | Marc Zyngier |
2014-11-26 | irqchip: GICv3: ITS: MSI support | Marc Zyngier |
2014-11-26 | irqchip: GICv3: ITS: device allocation and configuration | Marc Zyngier |
2014-11-26 | irqchip: GICv3: ITS: tables allocators | Marc Zyngier |
2014-11-26 | irqchip: GICv3: ITS: LPI allocator | Marc Zyngier |
2014-11-26 | irqchip: GICv3: ITS: irqchip implementation | Marc Zyngier |
2014-11-26 | irqchip: GICv3: ITS command queue | Marc Zyngier |
2014-11-26 | irqchip: GICv3: rework redistributor structure | Marc Zyngier |
2014-11-26 | irqchip: GICv3: Convert to domain hierarchy | Marc Zyngier |
2014-11-26 | Merge branch 'irqchip/atmel' into irqchip/core | Jason Cooper |
2014-11-26 | irqchip: brcmstb-l2: Fix error handling of irq_of_parse_and_map | Dmitry Torokhov |
2014-11-26 | irqchip: bcm7120-l2: Fix error handling of irq_of_parse_and_map | Dmitry Torokhov |
2014-11-24 | irqchip: mips-gic: Add device-tree support | Andrew Bresticker |
2014-11-24 | clocksource: mips-gic: Move gic_frequency to clocksource driver | Andrew Bresticker |
2014-11-24 | clocksource: mips-gic: Combine with GIC clockevent driver | Andrew Bresticker |
2014-11-24 | MIPS: Move GIC clocksource driver to drivers/clocksource/ | Andrew Bresticker |
2014-11-24 | irqchip: mips-gic: Use GIC_SH_WEDGE_{SET,CLR} macros | Andrew Bresticker |
2014-11-24 | irqchip: mips-gic: Remove gic_{pending,itrmask}_regs | Andrew Bresticker |
2014-11-24 | irqchip: mips-gic: Clean up #includes | Andrew Bresticker |
2014-11-24 | irqchip: mips-gic: Clean up header file | Andrew Bresticker |
2014-11-24 | MIPS: Move gic.h to include/linux/irqchip/mips-gic.h | Andrew Bresticker |
2014-11-24 | irqchip: mips-gic: Use proper iomem accessors | Andrew Bresticker |
2014-11-24 | irqchip: mips-gic: Export function to read counter width | Andrew Bresticker |
2014-11-24 | irqchip: mips-gic: Remove unnecessary globals | Andrew Bresticker |
2014-11-24 | irqchip: mips-gic: Support local interrupts | Andrew Bresticker |
2014-11-24 | irqchip: mips-gic: Use separate edge/level irq_chips | Andrew Bresticker |
2014-11-24 | irqchip: mips-gic: Probe for number of external interrupts | Andrew Bresticker |
2014-11-24 | irqchip: mips-gic: Stop using per-platform mapping tables | Andrew Bresticker |
2014-11-24 | irqchip: mips-gic: Use IRQ domains | Andrew Bresticker |
2014-11-24 | irqchip: mips-gic: Fix gic_set_affinity() return value | Andrew Bresticker |
2014-11-24 | irqchip: mips-gic: Implement irq_set_type callback | Andrew Bresticker |
2014-11-24 | irqchip: mips-gic: Remove platform irq_ack/irq_eoi callbacks | Andrew Bresticker |
2014-11-24 | MIPS: Move GIC to drivers/irqchip/ | Andrew Bresticker |
2014-11-23 | PCI/MSI: Rename mask/unmask_msi_irq treewide | Thomas Gleixner |
2014-11-23 | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg() | Jiang Liu |
2014-11-12 | PCI/MSI: Rename "struct msi_chip" to "struct msi_controller" | Yijing Wang |
2014-11-11 | irqchip: atmel-aic: Fix irqdomain initialization | Boris Brezillon |
2014-11-09 | irqchip: atmel-aic: Add missing entry for rm9200 irq fixups | Boris BREZILLON |
2014-11-09 | irqchip: atmel-aic: Rename at91sam9_aic_irq_fixup for naming consistency | Boris BREZILLON |
2014-11-09 | irqchip: atmel-aic: Add specific irq fixup function for sam9g45 and sam9rl | Boris BREZILLON |
2014-11-09 | irqchip: atmel-aic: Add irq fixups for at91sam926x SoCs | Boris BREZILLON |
2014-11-09 | irqchip: atmel-aic: Add irq fixup for RTT block | Boris BREZILLON |
2014-11-09 | irqchip: brcmstb-l2: Convert driver to use irq_reg_{readl,writel} | Kevin Cernekee |
2014-11-09 | irqchip: bcm7120-l2: Convert driver to use irq_reg_{readl,writel} | Kevin Cernekee |
2014-11-09 | irqchip: bcm7120-l2: Decouple driver from brcmstb-l2 | Kevin Cernekee |
2014-11-09 | irqchip: bcm7120-l2: Extend driver to support 64+ bit controllers | Kevin Cernekee |
2014-11-09 | irqchip: bcm7120-l2: Use gc->mask_cache to simplify suspend/resume functions | Kevin Cernekee |
2014-11-09 | irqchip: bcm7120-l2: Fix missing nibble in gc->unused mask | Kevin Cernekee |
2014-11-09 | irqchip: bcm7120-l2: Make sure all register accesses use base+offset | Kevin Cernekee |