summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
AgeCommit message (Expand)Author
2014-11-02irqchip: armada-370-xp: Fix MPIC interrupt handlingGrzegorz Jaszczyk
2014-11-02irqchip: armada-370-xp: Fix MSI interrupt handlingGrzegorz Jaszczyk
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-10-09Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-10-08Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-10-02Merge branch 'irqchip/gic' into irqchip/coreJason Cooper
2014-10-02Merge branch 'irqchip/broadcom' into irqchip/coreJason Cooper
2014-10-02Merge branch 'irqchip/atmel' into irqchip/coreJason Cooper
2014-10-01irqchip: armada-370-xp: Remove arch_msi_check_device()Alexander Gordeev
2014-09-26treewide: Fix typos in KconfigMasanari Iida
2014-09-18irqchip: Properly fetch the per cpu offsetChristoph Lameter
2014-09-16irqchip: omap-intc: remove unnecessary commentsFelipe Balbi
2014-09-16irqchip: omap-intc: correct maximum number or MIR registersFelipe Balbi
2014-09-16irqchip: omap-intc: enable TURBO idle modeFelipe Balbi
2014-09-16irqchip: omap-intc: enable IP protectionFelipe Balbi
2014-09-16irqchip: omap-intc: remove unnecesary of_address_to_resource() callFelipe Balbi
2014-09-16irqchip: omap-intc: comment style cleanupFelipe Balbi
2014-09-16irqchip: omap-intc: minor improvement to omap_irq_pending()Felipe Balbi
2014-09-16arm: omap: irq: move irq.c to drivers/irqchip/Felipe Balbi
2014-09-14irqchip: gic-v3: Implement CPU PM notifierSudeep Holla
2014-09-14irqchip: gic-v3: Refactor gic_enable_redist to support both enabling and disa...Sudeep Holla
2014-09-14Merge branch 'irqchip/handle_domain' into irqchip/coreJason Cooper
2014-09-14Merge branch 'irqchip/gic' into irqchip/coreJason Cooper
2014-09-14Merge branch 'irqchip/hip04' into irqchip/coreJason Cooper
2014-09-14Merge branch 'irqchip/keystone' into irqchip/coreJason Cooper
2014-09-14irqchip: renesas-intc-irqpin: Add minimal runtime PM supportGeert Uytterhoeven
2014-09-14irqchip: renesas-intc-irqpin: Add helper variable dev = &pdev->devGeert Uytterhoeven
2014-09-14irqchip: atmel-aic5: Add sama5d4 supportAlexandre Belloni
2014-09-14irqchip: atmel-aic5: The sama5d3 has 48 IRQsAlexandre Belloni
2014-09-14irqchip: bcm7120-l2: Add Broadcom BCM7120-style Level 2 interrupt controllerFlorian Fainelli
2014-09-03irqchip: or1k-pic: Convert to handle_domain_irqMarc Zyngier
2014-09-03irqchip: atmel-aic5: Convert to handle_domain_irqMarc Zyngier
2014-09-03irqchip: atmel-aic: Convert to handle_domain_irqMarc Zyngier
2014-09-03irqchip: gic-v3: Convert to handle_domain_irqMarc Zyngier
2014-09-03irqchip: zevio: Convert to handle_domain_irqMarc Zyngier
2014-09-03irqchip: vt8500: Convert to handle_domain_irqMarc Zyngier
2014-09-03irqchip: vic: Convert to handle_domain_irqMarc Zyngier
2014-09-03irqchip: versatile-fpga: Convert to handle_domain_irqMarc Zyngier
2014-09-03irqchip: sun4i: Convert to handle_domain_irqMarc Zyngier
2014-09-03irqchip: sirfsoc: Convert to handle_domain_irqMarc Zyngier
2014-09-03irqchip: s3c24xx: Convert to handle_domain_irqMarc Zyngier
2014-09-03irqchip: orion: Convert to handle_domain_irqMarc Zyngier
2014-09-03irqchip: mxs: Convert to handle_domain_irqMarc Zyngier
2014-09-03irqchip: mmp: Convert to handle_domain_irqMarc Zyngier
2014-09-03irqchip: clps711x: Convert to handle_domain_irqMarc Zyngier
2014-09-03irqchip: armada-370-xp: Convert to handle_domain_irqMarc Zyngier
2014-09-03irqchip: gic: Convert to handle_domain_irqMarc Zyngier
2014-09-03irqchip: gic-v3: Declare rdist as __percpu pointer to __iomem pointerWill Deacon