aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi-ip32/ip32-irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-23arch: mips: update references to current linux-mips listLukas Bulwahn1-1/+1
2020-03-05MIPS: Replace setup_irq() by request_irq()afzal mohammed1-12/+6
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-01-25MIPS: Avoid old-style declarationArnd Bergmann1-2/+2
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-4/+4
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells1-1/+0
2011-12-07MIPS: irq: Remove IRQF_DISABLEDYong Zhang1-2/+0
2011-03-29MIPS: Convert the irq functions to the new namesThomas Gleixner1-16/+24
2011-03-25MIPS: IP32: Convert to new irq_chip functionsThomas Gleixner1-92/+42
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-02-27MIPS: Cleanup switches with cases that can be mergedRoel Kluin1-8/+1
2009-05-14MIPS: IP32: Fix needlessly global symbols in arch/mips/sgi-ip32/ip32-irq.cDmitri Vorobiev1-2/+2
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds1-2/+0
2009-03-30MIPS: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all platformsRalf Baechle1-18/+45
2009-03-30cpumask: remove references to struct irqaction's mask field.Rusty Russell1-2/+0
2008-07-03[MIPS] IP32: Fix unexpected irq 71Thomas Bogendoerfer1-0/+5
2008-01-07[MIPS] Fix IP32 breakageThomas Bogendoerfer1-1/+0
2007-11-26[MIPS] IP32: More interrupt renumbering fixes.Ralf Baechle1-10/+14
2007-10-29[MIPS] IP32: Fixes after interrupt renumbering.Ralf Baechle1-51/+77
2007-10-16[MIPS] IP32: Fix build by conversion to irq_cpu.c.Ralf Baechle1-89/+73
2007-10-11[MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle1-13/+13
2007-10-11[MIPS] Implement clockevents for R4000-style cp0 count/compare interruptRalf Baechle1-1/+1
2007-10-11[MIPS] cleanup struct irqaction initializersThomas Gleixner1-4/+12
2007-03-19[MIPS] Misc fixes for plat_irq_dispatch functionsThiemo Seufer1-1/+1
2007-02-06[MIPS] use name instead of typename for each irq_chipAtsushi Nemoto1-5/+5
2006-11-30[MIPS] IRQ cleanupsAtsushi Nemoto1-113/+20
2006-10-08[MIPS] Complete fixes after removal of pt_regs argument to int handlers.Ralf Baechle1-25/+23
2006-07-13[MIPS] IP32: Fix wreckage caused by recent SA_* constant replacement.Thiemo Seufer1-4/+4
2006-07-13[MIPS] Eleminate interrupt migration helper use.Ralf Baechle1-6/+6
2006-07-02[PATCH] irq-flags: MIPS: Use the new IRQF_ constantsThomas Gleixner1-6/+6
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-1/+1
2006-06-06[MIPS] IP32: Fix warnings.Ralf Baechle1-2/+2
2006-04-27[MIPS] Use __ffs() instead of ffs() in ip32_irq0().Atsushi Nemoto1-3/+4
2006-04-19[MIPS] Rewrite all the assembler interrupt handlers to C.Ralf Baechle1-9/+24
2005-10-29Convert struct hw_interrupt_type initializations to ISO C99 namedRalf Baechle1-40/+35
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+590