summaryrefslogtreecommitdiff
path: root/drivers/irqchip/irq-mips-gic.c
AgeCommit message (Expand)Author
2015-06-13IRQCHIP: mips-gic: Don't nest calls to do_IRQ()Rabin Vincent
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-03-31IRQCHIP: irq-mips-gic: Add new functions to start/stop the GIC counterMarkos Chandras
2015-03-31IRQCHIP: mips-gic: Add function for retrieving FDC IRQJames Hogan
2015-03-31irqchip: mips-gic: Don't treat FDC IRQ as percpu devidJames Hogan
2015-03-31IRQCHIP: mips-gic: Fix typo in commentJames Hogan
2015-03-05drivers: fix up obsolete cpu function usage.Rusty Russell
2015-02-21Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2015-02-16Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-02-05MIPS: cevt-r4k: Drop GIC special caseJames Hogan
2015-02-05IRQCHIP: mips-gic: Avoid rerouting timer IRQs for smp-cmpJames Hogan
2015-01-26irqchip: mips-gic: Handle pending interrupts once in __gic_irq_dispatch()Qais Yousef
2014-11-24irqchip: mips-gic: Add device-tree supportAndrew Bresticker
2014-11-24clocksource: mips-gic: Move gic_frequency to clocksource driverAndrew Bresticker
2014-11-24clocksource: mips-gic: Combine with GIC clockevent driverAndrew Bresticker
2014-11-24MIPS: Move GIC clocksource driver to drivers/clocksource/Andrew Bresticker
2014-11-24irqchip: mips-gic: Use GIC_SH_WEDGE_{SET,CLR} macrosAndrew Bresticker
2014-11-24irqchip: mips-gic: Remove gic_{pending,itrmask}_regsAndrew Bresticker
2014-11-24irqchip: mips-gic: Clean up #includesAndrew Bresticker
2014-11-24irqchip: mips-gic: Clean up header fileAndrew Bresticker
2014-11-24MIPS: Move gic.h to include/linux/irqchip/mips-gic.hAndrew Bresticker
2014-11-24irqchip: mips-gic: Use proper iomem accessorsAndrew Bresticker
2014-11-24irqchip: mips-gic: Export function to read counter widthAndrew Bresticker
2014-11-24irqchip: mips-gic: Remove unnecessary globalsAndrew Bresticker
2014-11-24irqchip: mips-gic: Support local interruptsAndrew Bresticker
2014-11-24irqchip: mips-gic: Use separate edge/level irq_chipsAndrew Bresticker
2014-11-24irqchip: mips-gic: Probe for number of external interruptsAndrew Bresticker
2014-11-24irqchip: mips-gic: Stop using per-platform mapping tablesAndrew Bresticker
2014-11-24irqchip: mips-gic: Use IRQ domainsAndrew Bresticker
2014-11-24irqchip: mips-gic: Fix gic_set_affinity() return valueAndrew Bresticker
2014-11-24irqchip: mips-gic: Implement irq_set_type callbackAndrew Bresticker
2014-11-24irqchip: mips-gic: Remove platform irq_ack/irq_eoi callbacksAndrew Bresticker
2014-11-24MIPS: Move GIC to drivers/irqchip/Andrew Bresticker