Age | Commit message (Expand) | Author | Files | Lines |
2015-07-30 | Merge branch 'linus' into irq/core | Thomas Gleixner | 1 | -10/+0 |
2015-07-12 | irqchip/mips-gic: Use irq_set_chip_handler_name_locked | Thomas Gleixner | 1 | -9/+6 |
2015-07-12 | irqchip/mips-gic: Use access helper irq_data_get_affinity_mask() | Jiang Liu | 1 | -1/+1 |
2015-07-12 | irqchip: Prepare for local stub header removal | Joel Porquet | 1 | -2/+1 |
2015-07-10 | MIPS: Malta: Make GIC FDC IRQ workaround Malta specific | James Hogan | 1 | -10/+0 |
2015-06-23 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2015-06-13 | IRQCHIP: mips-gic: Don't nest calls to do_IRQ() | Rabin Vincent | 1 | -7/+14 |
2015-05-05 | irqchip: Constify irq_domain_ops | Krzysztof Kozlowski | 1 | -1/+1 |
2015-04-20 | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -3/+3 |
2015-03-31 | IRQCHIP: irq-mips-gic: Add new functions to start/stop the GIC counter | Markos Chandras | 1 | -0/+21 |
2015-03-31 | IRQCHIP: mips-gic: Add function for retrieving FDC IRQ | James Hogan | 1 | -0/+23 |
2015-03-31 | irqchip: mips-gic: Don't treat FDC IRQ as percpu devid | James Hogan | 1 | -5/+10 |
2015-03-31 | IRQCHIP: mips-gic: Fix typo in comment | James Hogan | 1 | -1/+1 |
2015-03-05 | drivers: fix up obsolete cpu function usage. | Rusty Russell | 1 | -3/+3 |
2015-02-22 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -8/+0 |
2015-02-17 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -18/+26 |
2015-02-05 | MIPS: cevt-r4k: Drop GIC special case | James Hogan | 1 | -8/+0 |
2015-02-05 | IRQCHIP: mips-gic: Avoid rerouting timer IRQs for smp-cmp | James Hogan | 1 | -0/+27 |
2015-01-26 | irqchip: mips-gic: Handle pending interrupts once in __gic_irq_dispatch() | Qais Yousef | 1 | -18/+26 |
2014-11-24 | irqchip: mips-gic: Add device-tree support | Andrew Bresticker | 1 | -5/+87 |
2014-11-24 | clocksource: mips-gic: Move gic_frequency to clocksource driver | Andrew Bresticker | 1 | -1/+0 |
2014-11-24 | clocksource: mips-gic: Combine with GIC clockevent driver | Andrew Bresticker | 1 | -1/+1 |
2014-11-24 | MIPS: Move GIC clocksource driver to drivers/clocksource/ | Andrew Bresticker | 1 | -1/+1 |
2014-11-24 | irqchip: mips-gic: Use GIC_SH_WEDGE_{SET,CLR} macros | Andrew Bresticker | 1 | -2/+2 |
2014-11-24 | irqchip: mips-gic: Remove gic_{pending,itrmask}_regs | Andrew Bresticker | 1 | -13/+3 |
2014-11-24 | irqchip: mips-gic: Clean up #includes | Andrew Bresticker | 1 | -5/+2 |
2014-11-24 | irqchip: mips-gic: Clean up header file | Andrew Bresticker | 1 | -2/+2 |
2014-11-24 | MIPS: Move gic.h to include/linux/irqchip/mips-gic.h | Andrew Bresticker | 1 | -1/+1 |
2014-11-24 | irqchip: mips-gic: Use proper iomem accessors | Andrew Bresticker | 1 | -71/+135 |
2014-11-24 | irqchip: mips-gic: Export function to read counter width | Andrew Bresticker | 1 | -0/+11 |
2014-11-24 | irqchip: mips-gic: Remove unnecessary globals | Andrew Bresticker | 1 | -24/+4 |
2014-11-24 | irqchip: mips-gic: Support local interrupts | Andrew Bresticker | 1 | -68/+223 |
2014-11-24 | irqchip: mips-gic: Use separate edge/level irq_chips | Andrew Bresticker | 1 | -11/+21 |
2014-11-24 | irqchip: mips-gic: Probe for number of external interrupts | Andrew Bresticker | 1 | -20/+20 |
2014-11-24 | irqchip: mips-gic: Stop using per-platform mapping tables | Andrew Bresticker | 1 | -96/+105 |
2014-11-24 | irqchip: mips-gic: Use IRQ domains | Andrew Bresticker | 1 | -8/+40 |
2014-11-24 | irqchip: mips-gic: Fix gic_set_affinity() return value | Andrew Bresticker | 1 | -1/+1 |
2014-11-24 | irqchip: mips-gic: Implement irq_set_type callback | Andrew Bresticker | 1 | -2/+55 |
2014-11-24 | irqchip: mips-gic: Remove platform irq_ack/irq_eoi callbacks | Andrew Bresticker | 1 | -3/+8 |
2014-11-24 | MIPS: Move GIC to drivers/irqchip/ | Andrew Bresticker | 1 | -0/+402 |