aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-2/+2
2009-11-02sh: intc: Handle legacy IRQ reservation in vector map.Paul Mundt1-0/+6
2009-10-26Merge branch 'sh/stable-updates'Paul Mundt1-1/+2
2009-10-26sh: __irq_entry annotate do_IRQ().Paul Mundt1-1/+2
2009-10-14sh: Count NMIs in irq_cpustat_t.Paul Mundt1-0/+8
2009-09-21Use macros for .bss.page_aligned section.Tim Abbott1-4/+2
2009-09-01sh: nmi_debug support.Paul Mundt1-1/+1
2009-08-24sh: Simplify "multi-evt" interrupt handling.Pawel Moll1-1/+1
2009-08-17sh: unwinder: Move initialization to early_initcall() and tidy up locking.Paul Mundt1-4/+0
2009-08-14sh: dwarf unwinder support.Matt Fleming1-0/+4
2009-07-11sh: Replace DEBUG_STACKOVERFLOW with STACK_DEBUG.Paul Mundt1-17/+0
2009-05-22sh: irq: Provide an arch_probe_nr_irqs() that wraps the machvec def.Paul Mundt1-0/+8
2009-05-22sh: irq: Convert from irq_desc[] to irq_to_desc().Paul Mundt1-22/+47
2009-03-26Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2009-02-27sh: multiple vectors per irq - baseMagnus Damm1-1/+1
2009-01-11sparseirq: use kstat_irqs_cpu insteadYinghai Lu1-1/+1
2008-07-29sh: migrate to arch/sh/include/Paul Mundt1-1/+1
2008-04-29proper __do_softirq() prototypeAdrian Bunk1-2/+0
2008-02-14sh: Kill off more dead symbols.Paul Mundt1-3/+0
2007-11-07sh: Kill off duplicate includes.Paul Mundt1-1/+0
2007-11-02sh: Decouple 4k and soft/hardirq stacks.Paul Mundt1-4/+4
2007-10-10[SOFTIRQ]: Remove do_softirq() symbol export.Robert Olsson1-1/+0
2007-07-20sh: IPR/INTC2 IRQ setup consolidation.Magnus Damm1-8/+1
2007-07-12sh: Update the alignment when 4K stacks are used.Robert P. J. Day1-6/+2
2007-05-07sh: NR_IRQS consolidation.Paul Mundt1-2/+3
2007-03-14sh: Fix bogus regs pointer in do_IRQ().Paul Mundt1-13/+2
2006-12-06sh: sh775x/titan fixes for irq header changes.Jamie Lenehan1-2/+23
2006-12-06sh: Fixup 4K irq stacks.Paul Mundt1-7/+18
2006-12-06sh: gcc4 support.Stuart Menefy1-2/+3
2006-10-19sh: Updates for irq-flow-type naming changes.Paul Mundt1-1/+1
2006-10-12sh: interrupt exception handling reworkPaul Mundt1-16/+7
2006-10-06sh: Updates for IRQ handler changes.Paul Mundt1-6/+13
2006-09-27sh: Add support for 4K stacks.Paul Mundt1-4/+149
2006-09-27sh: stack debugging support.Paul Mundt1-1/+16
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-1/+1
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton1-3/+2
2006-01-16[PATCH] sh: IRQ handler updatesPaul Mundt1-38/+26
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+106