index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sh
/
kernel
/
irq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-05
asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.
Sebastian Andrzej Siewior
1
-1
/
+1
2022-08-05
Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+2
2022-07-07
genirq: Return a const cpumask from irq_data_get_affinity_mask
Samuel Holland
1
-3
/
+4
2022-06-15
arch/*: Disable softirq stacks on PREEMPT_RT.
Sebastian Andrzej Siewior
1
-0
/
+2
2021-02-11
softirq: Move do_softirq_own_stack() to generic asm header
Thomas Gleixner
1
-0
/
+1
2020-11-24
sh/irq: Add missing closing parentheses in arch_show_interrupts()
Geert Uytterhoeven
1
-1
/
+1
2020-11-23
sh: Get rid of nmi_count()
Thomas Gleixner
1
-1
/
+1
2018-05-14
softirq/sh: Use nmi_count() on /proc/interrupts print out
Frederic Weisbecker
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-02-28
scripts/spelling.txt: add "swith" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2015-07-29
sh/irq: Use access helper irq_data_get_affinity_mask()
Thomas Gleixner
1
-3
/
+4
2015-07-29
sh/irq: Use accessor irq_data_get_node()
Jiang Liu
1
-1
/
+1
2015-04-12
sh: Remove signal translation and exec_domain
Richard Weinberger
1
-2
/
+0
2014-03-04
sh: Use irq_set_affinity instead of homebrewn code
Thomas Gleixner
1
-17
/
+1
2013-10-01
irq: Consolidate do_softirq() arch overriden implementations
Frederic Weisbecker
1
-36
/
+21
2012-05-24
sh: Kill off now unused arch_probe_nr_irqs().
Paul Mundt
1
-10
/
+0
2012-05-21
sh: Kill off machvec IRQ hinting.
Paul Mundt
1
-2
/
+4
2011-06-30
sh: use printk_ratelimited instead of printk_ratelimit
Paul Mundt
1
-3
/
+3
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-17
sh: Convert to generic show_interrupts.
Paul Mundt
1
-59
/
+2
2010-10-28
sh: fix up cpu hotplug IRQ migration for irq_data changes.
Paul Mundt
1
-10
/
+14
2010-10-27
sh: update show_interrupts() for irq_data chip lookup.
Paul Mundt
1
-1
/
+6
2010-10-26
sh: Switch dynamic IRQ creation to generic irq allocator.
Paul Mundt
1
-6
/
+0
2010-10-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
1
-0
/
+2
2010-10-12
genirq: Query arch for number of early descriptors
Thomas Gleixner
1
-1
/
+1
2010-10-04
sh: intc: Support virtual mappings for IRQ subgroups.
Paul Mundt
1
-0
/
+2
2010-04-26
sh: CPU hotplug support.
Paul Mundt
1
-0
/
+42
2010-04-15
sh: intc: IRQ auto-distribution support.
Paul Mundt
1
-20
/
+29
2009-12-15
genirq: Convert irq_desc.lock to raw_spinlock
Thomas Gleixner
1
-2
/
+2
2009-11-02
sh: intc: Handle legacy IRQ reservation in vector map.
Paul Mundt
1
-0
/
+6
2009-10-26
Merge branch 'sh/stable-updates'
Paul Mundt
1
-1
/
+2
2009-10-26
sh: __irq_entry annotate do_IRQ().
Paul Mundt
1
-1
/
+2
2009-10-14
sh: Count NMIs in irq_cpustat_t.
Paul Mundt
1
-0
/
+8
2009-09-21
Use macros for .bss.page_aligned section.
Tim Abbott
1
-4
/
+2
2009-09-01
sh: nmi_debug support.
Paul Mundt
1
-1
/
+1
2009-08-24
sh: Simplify "multi-evt" interrupt handling.
Pawel Moll
1
-1
/
+1
2009-08-17
sh: unwinder: Move initialization to early_initcall() and tidy up locking.
Paul Mundt
1
-4
/
+0
2009-08-13
sh: dwarf unwinder support.
Matt Fleming
1
-0
/
+4
2009-07-11
sh: Replace DEBUG_STACKOVERFLOW with STACK_DEBUG.
Paul Mundt
1
-17
/
+0
2009-05-21
sh: irq: Provide an arch_probe_nr_irqs() that wraps the machvec def.
Paul Mundt
1
-0
/
+8
2009-05-21
sh: irq: Convert from irq_desc[] to irq_to_desc().
Paul Mundt
1
-22
/
+47
2009-03-27
Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2009-02-27
sh: multiple vectors per irq - base
Magnus Damm
1
-1
/
+1
2009-01-11
sparseirq: use kstat_irqs_cpu instead
Yinghai Lu
1
-1
/
+1
2008-07-29
sh: migrate to arch/sh/include/
Paul Mundt
1
-1
/
+1
2008-04-29
proper __do_softirq() prototype
Adrian Bunk
1
-2
/
+0
2008-02-14
sh: Kill off more dead symbols.
Paul Mundt
1
-3
/
+0
2007-11-07
sh: Kill off duplicate includes.
Paul Mundt
1
-1
/
+0
2007-11-02
sh: Decouple 4k and soft/hardirq stacks.
Paul Mundt
1
-4
/
+4
[next]