aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/irq-gic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-24MIPS: Move GIC to drivers/irqchip/Andrew Bresticker1-402/+0
2014-11-24MIPS: Remove useless parenthesesRalf Baechle1-1/+1
2014-08-02MIPS: GIC: Generalise check for pending interruptsJeffrey Deans1-2/+11
2014-08-02MIPS: GIC: Prevent array overrunJeffrey Deans1-2/+4
2014-08-02MIPS: GIC: Remove GIC_FLAG_IPIJeffrey Deans1-4/+3
2014-08-02MIPS: GIC: move GIC interrupt bitmap declarationsJeffrey Deans1-0/+12
2014-05-02MIPS: allow GIC clockevent device config from other CPUsPaul Burton1-0/+15
2014-03-26MIPS: Remove gcmpregs.hPaul Burton1-1/+0
2013-07-01MIPS: GIC: Fix gic_set_affinity infinite loopTony Wu1-8/+7
2013-05-09MIPS: Add new GIC clockevent driver.Raghu Gandham1-1/+30
2013-05-09MIPS: Refactor GIC clocksource code.Steven J. Hill1-0/+16
2013-05-09MIPS: Move 'gic_frequency' to common location.Steven J. Hill1-0/+1
2013-05-09MIPS: Move 'gic_present' to common location.Steven J. Hill1-0/+1
2012-09-13MIPS: Make VPE count to be one-based.Steven J. Hill1-0/+1
2012-09-13MIPS: Add new end of interrupt functionality for GIC.Steven J. Hill1-1/+1
2012-09-13MIPS: Add EIC support for GIC.Steven J. Hill1-8/+90
2012-09-13MIPS: Code clean-ups for the GIC.Steven J. Hill1-24/+16
2012-09-13MIPS: Make GIC code platform independent.Steven J. Hill1-24/+11
2011-03-29MIPS: Convert the irq functions to the new namesThomas Gleixner1-1/+1
2011-03-25MIPS: GIC: Convert to new irq_chip functionsThomas Gleixner1-25/+18
2010-10-07MIPS: Add missing #inclusions of <linux/irq.h>David Howells1-1/+1
2010-10-04MIPS: Remove pr_<level> uses of KERN_<level>Joe Perches1-1/+1
2010-10-04MIPS: GIC: Remove dependencies from Malta files.Ralf Baechle1-2/+1
2009-11-02MIPS: GIC: Random fixes and enhancements.Chris Dearman1-71/+43
2009-07-03MIPS: CMP: Extend IPI handling to CPU numberTim Anderson1-0/+4
2009-07-03MIPS: CMP: Extend the GIC IPI interrupts beyond 32Tim Anderson1-11/+4
2009-06-24MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Ralf Baechle1-0/+1
2009-04-28irq: change ->set_affinity() to return statusYinghai Lu1-2/+3
2009-01-12irq: update all arches for new irq_descMike Travis1-1/+1
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-3/+3
2008-04-28[MIPS] Add support for MIPS CMP platform.Ralf Baechle1-0/+295