summaryrefslogtreecommitdiffstats
path: root/arch/mips/sibyte/bcm1480/irq.c
Commit message (Expand)AuthorAgeFilesLines
* MIPS: BCM1480: Remove checks for CONFIG_SIBYTE_BCM1480_PROFPaul Bolle2014-05-231-11/+0
* mips: Validate online cpus in irq_set_affinity() callbacksThomas Gleixner2014-03-121-1/+1
* MIPS: Whitespace cleanup.Ralf Baechle2013-02-011-4/+4
* Disintegrate asm/system.h for MIPSDavid Howells2012-03-281-1/+0
* MIPS: Convert the irq functions to the new namesThomas Gleixner2011-03-291-1/+2
* MIPS: Sibyte: Convert to new irq_chip functionsThomas Gleixner2011-03-251-35/+20
* Merge branch 'master' into for-nextJiri Kosina2010-04-231-1/+0
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* | Fix comment and Kconfig typos for 'require' and 'fragment'Gilles Espinasse2010-03-291-1/+1
|/
* MIPS: SB1480: Convert IRQ controller lock to raw spinlock.Ralf Baechle2010-02-271-7/+7
* MIPS: Make various locks static.Ralf Baechle2010-02-271-1/+1
* MIPS: BCM1480: Re-apply patch lost due to bad resolution of merge conflict.Ralf Baechle2009-09-301-4/+0
* MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Ralf Baechle2009-06-241-0/+1
* Merge branch 'linus' into irq/numaIngo Molnar2009-06-011-5/+2
|\
| * MIPS: Sibyte: Fix locking in set_irq_affinityThomas Bogendoerfer2009-05-141-5/+2
* | irq: change ->set_affinity() to return statusYinghai Lu2009-04-281-3/+5
|/
* MIPS: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all platformsRalf Baechle2009-03-301-1/+1
* cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-131-4/+4
* [MIPS] kgdb: Remove existing implementationJason Wessel2008-07-301-80/+0
* [MIPS] Sibyte: Replace use of removed IO_SPACE_BASE with IOADDR.Ralf Baechle2007-11-151-3/+3
* [MIPS] BCM1480: Remove duplicate acknowledge of timer interrupt.Ralf Baechle2007-11-151-13/+2
* [MIPS] Sibyte: Remove blank line.Ralf Baechle2007-11-021-1/+0
* [MIPS] Sibyte: Build fixes / dead code removal.Ralf Baechle2007-11-021-15/+0
* [MIPS] Sibyte: Delete {sb1250,bcm1480}_steal_irq().Ralf Baechle2007-10-291-24/+0
* [MIPS] time: SMP-proofing of Sibyte clockevent/clocksource code.Ralf Baechle2007-10-221-34/+41
* [MIPS] checkfiles: Fix "need space after that ','" errors.Ralf Baechle2007-10-111-4/+4
* [MIPS] Implement clockevents for R4000-style cp0 count/compare interruptRalf Baechle2007-10-111-3/+10
* [MIPS] BCM1480: Fix computation of interrupt mask address register.Ralf Baechle2007-09-101-4/+4
* [MIPS] Sibyte: CONFIG_SIBYTE_SB1250_DUART -> CONFIG_SERIAL_SB1250_DUARTRalf Baechle2007-08-271-2/+2
* [MIPS] BCM1480: Fix setting of irq affinity.Mark Mason2007-03-291-2/+2
* [MIPS] Fix and cleanup the mess that a dozen prom_printf variants are.Ralf Baechle2007-03-041-1/+1
* [MIPS] use name instead of typename for each irq_chipAtsushi Nemoto2007-02-061-1/+1
* [MIPS] IRQ cleanupsAtsushi Nemoto2006-11-301-24/+6
* [MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions.Ralf Baechle2006-10-091-1/+0
* [MIPS] Complete fixes after removal of pt_regs argument to int handlers.Ralf Baechle2006-10-081-14/+13
* [MIPS] BCM1480: Mask pending interrupts against c0_status.im.Ralf Baechle2006-10-031-1/+1
* [MIPS] Fix 32-bit kernel by replacing 64-bit-only code.Ralf Baechle2006-09-271-17/+2
* [MIPS] BCM1480: Fix fatal typo in the rewritten interrupt handler.Thiemo Seufer2006-07-131-1/+1
* [MIPS] Sibyte: Improve interrupt latency again for sb1250/bcm1480Thiemo Seufer2006-07-131-3/+4
* [MIPS] Eleminate interrupt migration helper use.Ralf Baechle2006-07-131-4/+4
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-291-2/+2
* [MIPS] Rewrite all the assembler interrupt handlers to C.Ralf Baechle2006-04-191-4/+73
* [MIPS] Fix compiler warnings in arch/mips/sibyte/bcm1480/irq.cMartin Michlmayr2006-02-211-3/+2
* Add support for BCM1480 family of chips.Andrew Isaacson2005-10-291-0/+476