aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/irq.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-05-28MIPS: Clear Status IPL field when using EICGravatar Paul Burton 1-0/+3
2015-06-21MIPS: IRQ/IP27: Move IRQ allocation API to platform code.Gravatar Ralf Baechle 1-38/+0
2015-06-21MIPS: Get rid of 'kgdb_early_setup' cruft.Gravatar Sergei Shtylyov 1-14/+0
2015-06-06MIPS: Fix enabling of DEBUG_STACKOVERFLOWGravatar James Hogan 1-1/+1
2015-05-26MIPS: irq: Use DECLARE_BITMAPGravatar Joe Perches 1-1/+1
2014-06-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-17/+0
2014-05-24MIPS: MT: Remove SMTC supportGravatar Ralf Baechle 1-17/+0
2014-04-18arch,mips: Convert smp_mb__*()Gravatar Peter Zijlstra 1-2/+2
2013-02-01MIPS: Whitespace cleanup.Gravatar Ralf Baechle 1-1/+1
2012-03-28Disintegrate asm/system.h for MIPSGravatar David Howells 1-1/+0
2011-10-31mips: remove needless include of module.h from core kernel files.Gravatar Paul Gortmaker 1-1/+0
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-03-29MIPS: Convert the irq functions to the new namesGravatar Thomas Gleixner 1-1/+1
2011-03-25MIPS: Use generic show_interrupts()Gravatar Thomas Gleixner 1-41/+2
2011-03-25MIPS: SMTC: Cleanup the hook mess and use irq_dataGravatar Thomas Gleixner 1-3/+3
2010-10-29MIPS: IRQ: Add stackoverflow detectionGravatar From: jiang.adam@gmail.com 1-0/+24
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2009-12-17MIPS: Tracing: Add IRQENTRY_EXIT section for MIPSGravatar Wu Zhangjin 1-0/+30
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockGravatar Thomas Gleixner 1-2/+2
2009-03-16Merge branches 'irq/genirq' and 'linus' into irq/coreGravatar Ingo Molnar 1-1/+0
2009-02-27Revert "MIPS: Print irq handler description"Gravatar Ralf Baechle 1-1/+0
2009-02-13Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreGravatar Ingo Molnar 1-1/+1
2009-01-12sparseirq: use kstat_irqs_cpu on non-x86 architectures tooGravatar Yinghai Lu 1-1/+1
2009-01-11sparseirq: use kstat_irqs_cpu insteadGravatar Yinghai Lu 1-1/+1
2009-01-11MIPS: Print irq handler descriptionGravatar Manuel Lauss 1-0/+1
2008-07-30[MIPS] kgdb: add arch support for the kernel's kgdb coreGravatar Jason Wessel 1-0/+15
2008-07-30[MIPS] kgdb: Remove existing implementationGravatar Jason Wessel 1-21/+0
2008-07-15[MIPS] unexport {allocate,free}_irqnoGravatar Dmitri Vorobiev 1-4/+0
2008-02-08MIPS: Mark all but i8259 interrupts as no-probe.Gravatar Ralf Baechle 1-0/+5
2007-10-11[MIPS] checkfiles: Fix "need space after that ','" errors.Gravatar Ralf Baechle 1-2/+2
2007-09-24[MIPS] SMTC: Make ack_bad_irq() safe with no IM backstop.Gravatar Ralf Baechle 1-9/+1
2007-05-11[MIPS] Drop __devinit tag from allocate_irqno() and free_irqno()Gravatar Atsushi Nemoto 1-2/+2
2006-12-06[MIPS] genirq: use name instead of typenameGravatar Atsushi Nemoto 1-1/+1
2006-11-30[MIPS] do_IRQ cleanupGravatar Atsushi Nemoto 1-19/+0
2006-11-30[MIPS] IRQ cleanupsGravatar Atsushi Nemoto 1-13/+0
2006-11-06[MIPS] Make irq number allocator generally available for fixing EV64120.Gravatar Ralf Baechle 1-0/+42
2006-10-08[MIPS] Complete fixes after removal of pt_regs argument to int handlers.Gravatar Ralf Baechle 1-4/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-1/+3
2006-07-13[MIPS] Eleminate interrupt migration helper use.Gravatar Ralf Baechle 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipGravatar Ingo Molnar 1-2/+2
2006-04-19[MIPS] MT: Improved multithreading support.Gravatar Ralf Baechle 1-0/+13
2006-04-19[MIPS] Rewrite spurious_interrupt from assembler to C.Gravatar Ralf Baechle 1-0/+5
2006-03-23[PATCH] more for_each_cpu() conversionsGravatar Andrew Morton 1-6/+4
2005-09-05[PATCH] mips: nuke trailing whitespaceGravatar Ralf Baechle 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+140