summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/irq.c
Commit message (Expand)AuthorAgeFilesLines
* softirq/sh: Use nmi_count() on /proc/interrupts print outFrederic Weisbecker2018-05-141-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* sh/irq: Use access helper irq_data_get_affinity_mask()Thomas Gleixner2015-07-291-3/+4
* sh/irq: Use accessor irq_data_get_node()Jiang Liu2015-07-291-1/+1
* sh: Remove signal translation and exec_domainRichard Weinberger2015-04-121-2/+0
* sh: Use irq_set_affinity instead of homebrewn codeThomas Gleixner2014-03-041-17/+1
* irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker2013-10-011-36/+21
* sh: Kill off now unused arch_probe_nr_irqs().Paul Mundt2012-05-241-10/+0
* sh: Kill off machvec IRQ hinting.Paul Mundt2012-05-211-2/+4
* sh: use printk_ratelimited instead of printk_ratelimitPaul Mundt2011-06-301-3/+3
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* sh: Convert to generic show_interrupts.Paul Mundt2011-03-171-59/+2
* sh: fix up cpu hotplug IRQ migration for irq_data changes.Paul Mundt2010-10-281-10/+14
* sh: update show_interrupts() for irq_data chip lookup.Paul Mundt2010-10-271-1/+6
* sh: Switch dynamic IRQ creation to generic irq allocator.Paul Mundt2010-10-261-6/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-10-251-0/+2
|\
| * sh: intc: Support virtual mappings for IRQ subgroups.Paul Mundt2010-10-051-0/+2
* | genirq: Query arch for number of early descriptorsThomas Gleixner2010-10-121-1/+1
|/
* sh: CPU hotplug support.Paul Mundt2010-04-261-0/+42
* sh: intc: IRQ auto-distribution support.Paul Mundt2010-04-151-20/+29
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-2/+2
* sh: intc: Handle legacy IRQ reservation in vector map.Paul Mundt2009-11-021-0/+6
* Merge branch 'sh/stable-updates'Paul Mundt2009-10-261-1/+2
|\
| * sh: __irq_entry annotate do_IRQ().Paul Mundt2009-10-261-1/+2
* | sh: Count NMIs in irq_cpustat_t.Paul Mundt2009-10-141-0/+8
|/
* Use macros for .bss.page_aligned section.Tim Abbott2009-09-211-4/+2
* sh: nmi_debug support.Paul Mundt2009-09-011-1/+1
* sh: Simplify "multi-evt" interrupt handling.Pawel Moll2009-08-241-1/+1
* sh: unwinder: Move initialization to early_initcall() and tidy up locking.Paul Mundt2009-08-171-4/+0
* sh: dwarf unwinder support.Matt Fleming2009-08-141-0/+4
* sh: Replace DEBUG_STACKOVERFLOW with STACK_DEBUG.Paul Mundt2009-07-111-17/+0
* sh: irq: Provide an arch_probe_nr_irqs() that wraps the machvec def.Paul Mundt2009-05-221-0/+8
* sh: irq: Convert from irq_desc[] to irq_to_desc().Paul Mundt2009-05-221-22/+47
* Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-03-261-1/+1
|\
| * sparseirq: use kstat_irqs_cpu insteadYinghai Lu2009-01-111-1/+1
* | sh: multiple vectors per irq - baseMagnus Damm2009-02-271-1/+1
|/
* sh: migrate to arch/sh/include/Paul Mundt2008-07-291-1/+1
* proper __do_softirq() prototypeAdrian Bunk2008-04-291-2/+0
* sh: Kill off more dead symbols.Paul Mundt2008-02-141-3/+0
* sh: Kill off duplicate includes.Paul Mundt2007-11-071-1/+0
* sh: Decouple 4k and soft/hardirq stacks.Paul Mundt2007-11-021-4/+4
* [SOFTIRQ]: Remove do_softirq() symbol export.Robert Olsson2007-10-101-1/+0
* sh: IPR/INTC2 IRQ setup consolidation.Magnus Damm2007-07-201-8/+1
* sh: Update the alignment when 4K stacks are used.Robert P. J. Day2007-07-121-6/+2
* sh: NR_IRQS consolidation.Paul Mundt2007-05-071-2/+3
* sh: Fix bogus regs pointer in do_IRQ().Paul Mundt2007-03-141-13/+2
* sh: sh775x/titan fixes for irq header changes.Jamie Lenehan2006-12-061-2/+23
* sh: Fixup 4K irq stacks.Paul Mundt2006-12-061-7/+18