aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sibyte/bcm1480/irq.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2014-05-23MIPS: BCM1480: Remove checks for CONFIG_SIBYTE_BCM1480_PROFPaul Bolle1-11/+0
2014-03-12mips: Validate online cpus in irq_set_affinity() callbacksThomas Gleixner1-1/+1
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-4/+4
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells1-1/+0
2011-03-29MIPS: Convert the irq functions to the new namesThomas Gleixner1-1/+2
2011-03-25MIPS: Sibyte: Convert to new irq_chip functionsThomas Gleixner1-35/+20
2010-04-23Merge branch 'master' into for-nextJiri Kosina1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2010-03-29Fix comment and Kconfig typos for 'require' and 'fragment'Gilles Espinasse1-1/+1
2010-02-27MIPS: SB1480: Convert IRQ controller lock to raw spinlock.Ralf Baechle1-7/+7
2010-02-27MIPS: Make various locks static.Ralf Baechle1-1/+1
2009-09-30MIPS: BCM1480: Re-apply patch lost due to bad resolution of merge conflict.Ralf Baechle1-4/+0
2009-06-24MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Ralf Baechle1-0/+1
2009-06-01Merge branch 'linus' into irq/numaIngo Molnar1-5/+2
2009-05-14MIPS: Sibyte: Fix locking in set_irq_affinityThomas Bogendoerfer1-5/+2
2009-04-28irq: change ->set_affinity() to return statusYinghai Lu1-3/+5
2009-03-30MIPS: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all platformsRalf Baechle1-1/+1
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-4/+4
2008-07-30[MIPS] kgdb: Remove existing implementationJason Wessel1-80/+0
2007-11-15[MIPS] Sibyte: Replace use of removed IO_SPACE_BASE with IOADDR.Ralf Baechle1-3/+3
2007-11-15[MIPS] BCM1480: Remove duplicate acknowledge of timer interrupt.Ralf Baechle1-13/+2
2007-11-02[MIPS] Sibyte: Remove blank line.Ralf Baechle1-1/+0
2007-11-02[MIPS] Sibyte: Build fixes / dead code removal.Ralf Baechle1-15/+0
2007-10-29[MIPS] Sibyte: Delete {sb1250,bcm1480}_steal_irq().Ralf Baechle1-24/+0
2007-10-22[MIPS] time: SMP-proofing of Sibyte clockevent/clocksource code.Ralf Baechle1-34/+41
2007-10-11[MIPS] checkfiles: Fix "need space after that ','" errors.Ralf Baechle1-4/+4
2007-10-11[MIPS] Implement clockevents for R4000-style cp0 count/compare interruptRalf Baechle1-3/+10
2007-09-10[MIPS] BCM1480: Fix computation of interrupt mask address register.Ralf Baechle1-4/+4
2007-08-27[MIPS] Sibyte: CONFIG_SIBYTE_SB1250_DUART -> CONFIG_SERIAL_SB1250_DUARTRalf Baechle1-2/+2
2007-03-29[MIPS] BCM1480: Fix setting of irq affinity.Mark Mason1-2/+2
2007-03-04[MIPS] Fix and cleanup the mess that a dozen prom_printf variants are.Ralf Baechle1-1/+1
2007-02-06[MIPS] use name instead of typename for each irq_chipAtsushi Nemoto1-1/+1
2006-11-30[MIPS] IRQ cleanupsAtsushi Nemoto1-24/+6
2006-10-09[MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions.Ralf Baechle1-1/+0
2006-10-08[MIPS] Complete fixes after removal of pt_regs argument to int handlers.Ralf Baechle1-14/+13
2006-10-03[MIPS] BCM1480: Mask pending interrupts against c0_status.im.Ralf Baechle1-1/+1
2006-09-27[MIPS] Fix 32-bit kernel by replacing 64-bit-only code.Ralf Baechle1-17/+2
2006-07-13[MIPS] BCM1480: Fix fatal typo in the rewritten interrupt handler.Thiemo Seufer1-1/+1
2006-07-13[MIPS] Sibyte: Improve interrupt latency again for sb1250/bcm1480Thiemo Seufer1-3/+4
2006-07-13[MIPS] Eleminate interrupt migration helper use.Ralf Baechle1-4/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-2/+2
2006-04-19[MIPS] Rewrite all the assembler interrupt handlers to C.Ralf Baechle1-4/+73
2006-02-21[MIPS] Fix compiler warnings in arch/mips/sibyte/bcm1480/irq.cMartin Michlmayr1-3/+2
2005-10-29Add support for BCM1480 family of chips.Andrew Isaacson1-0/+476