aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-19MIPS: irq: Allocate accurate order pages for irq stackLiu Xiang1-2/+2
2017-01-03MIPS: Introduce irq_stackMatt Redfearn1-0/+11
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-05-28MIPS: Clear Status IPL field when using EICPaul Burton1-0/+3
2015-06-21MIPS: IRQ/IP27: Move IRQ allocation API to platform code.Ralf Baechle1-38/+0
2015-06-21MIPS: Get rid of 'kgdb_early_setup' cruft.Sergei Shtylyov1-14/+0
2015-06-06MIPS: Fix enabling of DEBUG_STACKOVERFLOWJames Hogan1-1/+1
2015-05-26MIPS: irq: Use DECLARE_BITMAPJoe Perches1-1/+1
2014-06-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-17/+0
2014-05-24MIPS: MT: Remove SMTC supportRalf Baechle1-17/+0
2014-04-18arch,mips: Convert smp_mb__*()Peter Zijlstra1-2/+2
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-1/+1
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells1-1/+0
2011-10-31mips: remove needless include of module.h from core kernel files.Paul Gortmaker1-1/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-29MIPS: Convert the irq functions to the new namesThomas Gleixner1-1/+1
2011-03-25MIPS: Use generic show_interrupts()Thomas Gleixner1-41/+2
2011-03-25MIPS: SMTC: Cleanup the hook mess and use irq_dataThomas Gleixner1-3/+3
2010-10-29MIPS: IRQ: Add stackoverflow detectionFrom: jiang.adam@gmail.com1-0/+24
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
2009-12-17MIPS: Tracing: Add IRQENTRY_EXIT section for MIPSWu Zhangjin1-0/+30
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-2/+2
2009-03-16Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar1-1/+0
2009-02-27Revert "MIPS: Print irq handler description"Ralf Baechle1-1/+0
2009-02-13Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar1-1/+1
2009-01-12sparseirq: use kstat_irqs_cpu on non-x86 architectures tooYinghai Lu1-1/+1
2009-01-11sparseirq: use kstat_irqs_cpu insteadYinghai Lu1-1/+1
2009-01-11MIPS: Print irq handler descriptionManuel Lauss1-0/+1
2008-07-30[MIPS] kgdb: add arch support for the kernel's kgdb coreJason Wessel1-0/+15
2008-07-30[MIPS] kgdb: Remove existing implementationJason Wessel1-21/+0
2008-07-15[MIPS] unexport {allocate,free}_irqnoDmitri Vorobiev1-4/+0
2008-02-08MIPS: Mark all but i8259 interrupts as no-probe.Ralf Baechle1-0/+5
2007-10-11[MIPS] checkfiles: Fix "need space after that ','" errors.Ralf Baechle1-2/+2
2007-09-24[MIPS] SMTC: Make ack_bad_irq() safe with no IM backstop.Ralf Baechle1-9/+1
2007-05-11[MIPS] Drop __devinit tag from allocate_irqno() and free_irqno()Atsushi Nemoto1-2/+2
2006-12-06[MIPS] genirq: use name instead of typenameAtsushi Nemoto1-1/+1
2006-11-30[MIPS] do_IRQ cleanupAtsushi Nemoto1-19/+0
2006-11-30[MIPS] IRQ cleanupsAtsushi Nemoto1-13/+0
2006-11-06[MIPS] Make irq number allocator generally available for fixing EV64120.Ralf Baechle1-0/+42
2006-10-08[MIPS] Complete fixes after removal of pt_regs argument to int handlers.Ralf Baechle1-4/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+3
2006-07-13[MIPS] Eleminate interrupt migration helper use.Ralf Baechle1-1/+1
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] MT: Improved multithreading support.Ralf Baechle1-0/+13
2006-04-19[MIPS] Rewrite spurious_interrupt from assembler to C.Ralf Baechle1-0/+5
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton1-6/+4
2005-09-05[PATCH] mips: nuke trailing whitespaceRalf Baechle1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+140