summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-mips-gic.c
Commit message (Expand)AuthorAgeFilesLines
* 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-031-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/+8
|\ \ | |/ |/|
| * Merge branch 'linus' into irq/coreThomas Gleixner2015-07-301-10/+0
| |\
| * | irqchip/mips-gic: Use irq_set_chip_handler_name_lockedThomas Gleixner2015-07-121-9/+6
| * | 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/+1
* | | 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/+0
|/
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-221-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-211-8/+0
|\
| * MIPS: cevt-r4k: Drop GIC special caseJames Hogan2015-02-051-8/+0
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-161-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/+0
* 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/+3
* irqchip: mips-gic: Clean up #includesAndrew Bresticker2014-11-241-5/+2
* 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/+4
* irqchip: mips-gic: Support local interruptsAndrew Bresticker2014-11-241-68/+223
* irqchip: mips-gic: Use separate edge/level irq_chipsAndrew Bresticker2014-11-241-11/+21
* irqchip: mips-gic: Probe for number of external interruptsAndrew Bresticker2014-11-241-20/+20
* irqchip: mips-gic: Stop using per-platform mapping tablesAndrew Bresticker2014-11-241-96/+105
* irqchip: mips-gic: Use IRQ domainsAndrew Bresticker2014-11-241-8/+40
* irqchip: mips-gic: Fix gic_set_affinity() return valueAndrew Bresticker2014-11-241-1/+1
* irqchip: mips-gic: Implement irq_set_type callbackAndrew Bresticker2014-11-241-2/+55
* irqchip: mips-gic: Remove platform irq_ack/irq_eoi callbacksAndrew Bresticker2014-11-241-3/+8
* MIPS: Move GIC to drivers/irqchip/Andrew Bresticker2014-11-241-0/+402
OpenPOWER on IntegriCloud