aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-05asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior1-1/+1
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-0/+2
2022-07-07genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland1-3/+4
2022-06-15arch/*: Disable softirq stacks on PREEMPT_RT.Sebastian Andrzej Siewior1-0/+2
2021-02-10softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner1-0/+1
2020-11-24sh/irq: Add missing closing parentheses in arch_show_interrupts()Geert Uytterhoeven1-1/+1
2020-11-23sh: Get rid of nmi_count()Thomas Gleixner1-1/+1
2018-05-14softirq/sh: Use nmi_count() on /proc/interrupts print outFrederic Weisbecker1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-02-27scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-07-29sh/irq: Use access helper irq_data_get_affinity_mask()Thomas Gleixner1-3/+4
2015-07-29sh/irq: Use accessor irq_data_get_node()Jiang Liu1-1/+1
2015-04-12sh: Remove signal translation and exec_domainRichard Weinberger1-2/+0
2014-03-04sh: Use irq_set_affinity instead of homebrewn codeThomas Gleixner1-17/+1
2013-10-01irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker1-36/+21
2012-05-24sh: Kill off now unused arch_probe_nr_irqs().Paul Mundt1-10/+0
2012-05-21sh: Kill off machvec IRQ hinting.Paul Mundt1-2/+4
2011-06-30sh: use printk_ratelimited instead of printk_ratelimitPaul Mundt1-3/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-17sh: Convert to generic show_interrupts.Paul Mundt1-59/+2
2010-10-28sh: fix up cpu hotplug IRQ migration for irq_data changes.Paul Mundt1-10/+14
2010-10-27sh: update show_interrupts() for irq_data chip lookup.Paul Mundt1-1/+6
2010-10-26sh: Switch dynamic IRQ creation to generic irq allocator.Paul Mundt1-6/+0
2010-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-0/+2
2010-10-12genirq: Query arch for number of early descriptorsThomas Gleixner1-1/+1
2010-10-05sh: intc: Support virtual mappings for IRQ subgroups.Paul Mundt1-0/+2
2010-04-26sh: CPU hotplug support.Paul Mundt1-0/+42
2010-04-15sh: intc: IRQ auto-distribution support.Paul Mundt1-20/+29
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