summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-mips-gic.c
Commit message (Expand)AuthorAgeFilesLines
* irqchip: mips-gic: Setup EIC mode on each CPU if it's in usePaul Burton2016-05-281-1/+9
* irqchip: mips-gic: Provide VP ID accessorPaul Burton2016-05-131-0/+8
* irqchip: mips-gic: Use HW IDs for VPE_OTHER_ADDRPaul Burton2016-05-131-5/+9
* irqchip/mips-gic: Don't overrun pcpu_masks arrayPaul Burton2016-04-211-2/+2
* irqchip/mips-gic: Add new DT property to reserve IPIsQais Yousef2016-02-251-2/+10
* MIPS: Make smp CMP, CPS and MT use the new generic IPI functionsQais Yousef2016-02-251-81/+5Star
* irqchip/mips-gic: Clear percpu_masks correctly when mappingQais Yousef2016-02-251-0/+3
* irqchip/mips-gic: Use gic_vpes instead of NR_CPUSQais Yousef2016-02-251-3/+3
* irqchip/mips-gic: Add device hierarchy domainQais Yousef2016-02-251-20/+83
* irqchip/mips-gic: Add a IPI hierarchy domainQais Yousef2016-02-251-5/+179
* irqchip: irq-mips-gic: Provide function to map GIC user sectionAlex Smith2015-11-111-0/+14
* irqchip: mips-gic: Fix pending & mask reads for MIPS64 with 32b GIC.Paul Burton2015-09-271-0/+8
* irqchip: mips-gic: Convert CPU numbers to VP IDs.Paul Burton2015-09-271-2/+2
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-09-041-48/+94
|\
| * IRQCHIP: irq-mips-gic: Add support for CM3 64-bit timer irqsMarkos Chandras2015-08-261-9/+24
| * IRQCHIP: irq-mips-gic: Extend GIC accessors for 64-bit CMsMarkos Chandras2015-08-261-45/+76
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-12/+8Star
|\ \ | |/ |/|
| * Merge branch 'linus' into irq/coreThomas Gleixner2015-07-301-10/+0Star
| |\
| * | irqchip/mips-gic: Use irq_set_chip_handler_name_lockedThomas Gleixner2015-07-121-9/+6Star
| * | irqchip/mips-gic: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-111-1/+1
| * | irqchip: Prepare for local stub header removalJoel Porquet2015-07-111-2/+1Star
* | | MIPS: SMP: Don't increment irq_count multiple times for call function IPIsAlex Smith2015-08-031-1/+1
| |/ |/|
* | MIPS: Malta: Make GIC FDC IRQ workaround Malta specificJames Hogan2015-07-101-10/+0Star
|/
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-231-1/+1
|\
| * irqchip: Constify irq_domain_opsKrzysztof Kozlowski2015-05-051-1/+1
* | IRQCHIP: mips-gic: Don't nest calls to do_IRQ()Rabin Vincent2015-06-131-7/+14
|/
* Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-201-3/+3
|\
| * drivers: fix up obsolete cpu function usage.Rusty Russell2015-03-051-3/+3
* | IRQCHIP: irq-mips-gic: Add new functions to start/stop the GIC counterMarkos Chandras2015-03-311-0/+21
* | IRQCHIP: mips-gic: Add function for retrieving FDC IRQJames Hogan2015-03-311-0/+23
* | irqchip: mips-gic: Don't treat FDC IRQ as percpu devidJames Hogan2015-03-311-5/+10
* | IRQCHIP: mips-gic: Fix typo in commentJames Hogan2015-03-311-1/+1
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-02-221-8/+0Star
|\
| * MIPS: cevt-r4k: Drop GIC special caseJames Hogan2015-02-051-8/+0Star
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-171-18/+26
|\ \
| * | irqchip: mips-gic: Handle pending interrupts once in __gic_irq_dispatch()Qais Yousef2015-01-261-18/+26
| |/
* / IRQCHIP: mips-gic: Avoid rerouting timer IRQs for smp-cmpJames Hogan2015-02-051-0/+27
|/
* irqchip: mips-gic: Add device-tree supportAndrew Bresticker2014-11-241-5/+87
* clocksource: mips-gic: Move gic_frequency to clocksource driverAndrew Bresticker2014-11-241-1/+0Star
* clocksource: mips-gic: Combine with GIC clockevent driverAndrew Bresticker2014-11-241-1/+1
* MIPS: Move GIC clocksource driver to drivers/clocksource/Andrew Bresticker2014-11-241-1/+1
* irqchip: mips-gic: Use GIC_SH_WEDGE_{SET,CLR} macrosAndrew Bresticker2014-11-241-2/+2
* irqchip: mips-gic: Remove gic_{pending,itrmask}_regsAndrew Bresticker2014-11-241-13/+3Star
* irqchip: mips-gic: Clean up #includesAndrew Bresticker2014-11-241-5/+2Star
* irqchip: mips-gic: Clean up header fileAndrew Bresticker2014-11-241-2/+2
* MIPS: Move gic.h to include/linux/irqchip/mips-gic.hAndrew Bresticker2014-11-241-1/+1
* irqchip: mips-gic: Use proper iomem accessorsAndrew Bresticker2014-11-241-71/+135
* irqchip: mips-gic: Export function to read counter widthAndrew Bresticker2014-11-241-0/+11
* irqchip: mips-gic: Remove unnecessary globalsAndrew Bresticker2014-11-241-24/+4Star