summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-mips-gic.c
AgeCommit message (Expand)Author
2016-04-21irqchip/mips-gic: Don't overrun pcpu_masks arrayPaul Burton
2016-02-25irqchip/mips-gic: Add new DT property to reserve IPIsQais Yousef
2016-02-25MIPS: Make smp CMP, CPS and MT use the new generic IPI functionsQais Yousef
2016-02-25irqchip/mips-gic: Clear percpu_masks correctly when mappingQais Yousef
2016-02-25irqchip/mips-gic: Use gic_vpes instead of NR_CPUSQais Yousef
2016-02-25irqchip/mips-gic: Add device hierarchy domainQais Yousef
2016-02-25irqchip/mips-gic: Add a IPI hierarchy domainQais Yousef
2015-11-11irqchip: irq-mips-gic: Provide function to map GIC user sectionAlex Smith
2015-09-27irqchip: mips-gic: Fix pending & mask reads for MIPS64 with 32b GIC.Paul Burton
2015-09-27irqchip: mips-gic: Convert CPU numbers to VP IDs.Paul Burton
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-09-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-08-26IRQCHIP: irq-mips-gic: Add support for CM3 64-bit timer irqsMarkos Chandras
2015-08-26IRQCHIP: irq-mips-gic: Extend GIC accessors for 64-bit CMsMarkos Chandras
2015-08-03MIPS: SMP: Don't increment irq_count multiple times for call function IPIsAlex Smith
2015-07-30Merge branch 'linus' into irq/coreThomas Gleixner
2015-07-12irqchip/mips-gic: Use irq_set_chip_handler_name_lockedThomas Gleixner
2015-07-11irqchip/mips-gic: Use access helper irq_data_get_affinity_mask()Jiang Liu
2015-07-11irqchip: Prepare for local stub header removalJoel Porquet
2015-07-10MIPS: Malta: Make GIC FDC IRQ workaround Malta specificJames Hogan
2015-06-22Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-06-13IRQCHIP: mips-gic: Don't nest calls to do_IRQ()Rabin Vincent
2015-05-05irqchip: Constify irq_domain_opsKrzysztof Kozlowski
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