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
/
x86
/
kernel
/
irq_64.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-26
x86: Replace __get_cpu_var uses
Christoph Lameter
1
-3
/
+3
2013-10-01
irq: Consolidate do_softirq() arch overriden implementations
Frederic Weisbecker
1
-21
/
+0
2011-12-07
x86: Add stack top margin for stack overflow checking
Mitsuo Hayasaka
1
-3
/
+5
2011-12-05
x86: Clean up the range of stack overflow checking
Mitsuo Hayasaka
1
-4
/
+3
2011-12-05
x86: Panic on detection of stack overflow
Mitsuo Hayasaka
1
-0
/
+5
2011-12-05
x86: Check stack overflow in detail
Mitsuo Hayasaka
1
-6
/
+23
2011-12-05
x86: Add user_mode_vm check in stack_overflow_check
Mitsuo Hayasaka
1
-0
/
+3
2009-11-02
x86: Unify fixup_irqs() for 32-bit and 64-bit kernels
Suresh Siddha
1
-58
/
+0
2009-02-09
x86: unify do_IRQ()
Jeremy Fitzhardinge
1
-33
/
+0
2009-02-09
x86: add handle_irq() to allow interrupt injection
Jeremy Fitzhardinge
1
-7
/
+16
2009-01-23
x86: remove include of apic.h from hardirq_64.h
Brian Gerst
1
-0
/
+1
2009-01-21
x86: merge irq_regs.h
Brian Gerst
1
-0
/
+3
2009-01-18
x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit.
Brian Gerst
1
-0
/
+3
2009-01-11
cpumask: update irq_desc to use cpumask_var_t
Mike Travis
1
-1
/
+1
2009-01-04
x86: irq_64.c fix style problems
Jaswinder Singh Rajput
1
-11
/
+11
2009-01-02
Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-7
/
+8
2008-12-31
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+2
2008-12-28
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+2
2008-12-17
x86: fixup_irqs() doesnt need an argument.
Mike Travis
1
-7
/
+8
2008-12-13
Merge ../linux-2.6-x86
Rusty Russell
1
-0
/
+2
2008-12-13
cpumask: make irq_set_affinity() take a const struct cpumask
Rusty Russell
1
-1
/
+1
2008-12-12
tracing/function-graph-tracer: annotate do_IRQ and smp_apic_timer_interrupt
Frederic Weisbecker
1
-1
/
+2
2008-12-08
sparse irq_desc[] array: core kernel and x86 changes
Yinghai Lu
1
-0
/
+2
2008-11-23
x86: clean up stack overflow debug check
Ingo Molnar
1
-15
/
+10
2008-11-23
x86_64: fix the check in stack_overflow_check
jia zhang
1
-3
/
+4
2008-10-16
x86: move ack_bad_irq() to irq.c
Thomas Gleixner
1
-20
/
+0
2008-10-16
x86: unify show_interrupts() and proc helpers
Thomas Gleixner
1
-132
/
+0
2008-10-16
x86: cleanup show_interrupts
Thomas Gleixner
1
-76
/
+77
2008-10-16
genirq: remove sparse irq code
Thomas Gleixner
1
-8
/
+0
2008-10-16
x86: irq no should not use hex in /proc/interrupts
Yinghai Lu
1
-1
/
+1
2008-10-16
x86: make HAVE_SPARSE_IRQ support selectable
Yinghai Lu
1
-1
/
+1
2008-10-16
x86: use 28 bits irq NR for pci msi/msix and ht
Yinghai Lu
1
-1
/
+1
2008-10-16
x86_64: make /proc/interrupts work with dyn irq_desc
Yinghai Lu
1
-7
/
+24
2008-10-16
x86_64: rename irq_desc/irq_desc_alloc
Yinghai Lu
1
-2
/
+2
2008-10-16
x86: check with without_new in show_interrupts
Yinghai Lu
1
-1
/
+4
2008-10-16
generic: add irq_desc in function in parameter
Yinghai Lu
1
-2
/
+4
2008-10-16
irq: remove >= nr_irqs checking with config_have_sparse_irq
Yinghai Lu
1
-1
/
+1
2008-10-16
irq: replace loop with nr_irqs with for_each_irq_desc
Yinghai Lu
1
-3
/
+2
2008-10-16
x86: move kstat_irqs from kstat to irq_desc
Yinghai Lu
1
-2
/
+2
2008-10-16
generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...
Yinghai Lu
1
-16
/
+19
2008-10-16
x86: use nr_irqs
Yinghai Lu
1
-4
/
+4
2008-09-04
x86: capitalize function call interrupts consistently
Andi Kleen
1
-1
/
+1
2008-05-25
x86: make /proc/stat account for all interrupts
Jan Beulich
1
-0
/
+28
2008-01-30
x86: rename the struct pt_regs members for 32/64-bit consistency
H. Peter Anvin
1
-5
/
+5
2008-01-30
x86: move ack_bad_irq into irq code
Thomas Gleixner
1
-0
/
+20
2007-10-17
x86: also show non-zero IRQ counts for vectors that currently don't have a ha...
Jan Beulich
1
-4
/
+14
2007-10-17
x86: expand /proc/interrupts to include missing vectors, v2
Joe Korty
1
-2
/
+28
2007-10-13
Delete filenames in comments.
Dave Jones
1
-2
/
+0
2007-10-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Linus Torvalds
1
-1
/
+0
2007-10-11
x86_64: move kernel
Thomas Gleixner
1
-0
/
+213