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
/
kernel
/
irq
/
handle.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-16
genirq: use iterators for irq_desc loops
Thomas Gleixner
1
-2
/
+3
2008-10-16
genirq: cleanup the sparseirq modifications
Thomas Gleixner
1
-2
/
+1
2008-10-16
genirq: revert dynarray
Thomas Gleixner
1
-105
/
+9
2008-10-16
genirq: remove sparse irq code
Thomas Gleixner
1
-114
/
+0
2008-10-16
genirq: use inline function for irq_to_desc
Thomas Gleixner
1
-14
/
+0
2008-10-16
x86: fix typo in irq_desc array
Yinghai Lu
1
-1
/
+1
2008-10-16
fix warning: "x86: sparse_irq needs spin_lock in allocations"
Andrew Morton
1
-2
/
+1
2008-10-16
sparseirq: remove some debug print out
Yinghai Lu
1
-18
/
+0
2008-10-16
sparseirq: move kstat_irqs from kstat to irq_desc - fix
Yinghai Lu
1
-0
/
+10
2008-10-16
x86: sparse_irq needs spin_lock in allocations
Yinghai Lu
1
-1
/
+12
2008-10-16
sparseirq: fix lockdep
Ingo Molnar
1
-5
/
+0
2008-10-16
irq: separate sparse_irqs from sparse_irqs_free
Yinghai Lu
1
-54
/
+61
2008-10-16
x86_64: rename irq_desc/irq_desc_alloc
Yinghai Lu
1
-18
/
+5
2008-10-16
generic: add irq_desc in function in parameter
Yinghai Lu
1
-0
/
+30
2008-10-16
irq: add irq_desc_without_new
Yinghai Lu
1
-4
/
+24
2008-10-16
x86: move kstat_irqs from kstat to irq_desc
Yinghai Lu
1
-27
/
+70
2008-10-16
generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...
Yinghai Lu
1
-13
/
+125
2008-10-16
irq: sparse irqs, export nr_irqs
Ingo Molnar
1
-0
/
+1
2008-10-16
irq: make irq_desc to use dyn_array
Yinghai Lu
1
-0
/
+31
2008-10-16
irq: introduce nr_irqs
Yinghai Lu
1
-1
/
+2
2008-07-22
genirq: remove last NO_IDLE_HZ leftovers
Thomas Gleixner
1
-2
/
+0
2008-02-08
kernel: remove fastcall in kernel/*
Harvey Harrison
1
-2
/
+2
2007-11-15
__do_IRQ does not check IRQ_DISABLED when IRQ_PER_CPU is set
Russ Anderson
1
-3
/
+5
2007-05-09
Fix Linuxdoc comment
Jeff Dike
1
-1
/
+0
2007-05-08
Add IRQF_IRQPOLL flag (common code)
Bernhard Walle
1
-0
/
+2
2007-05-08
Pad irq_desc to internode cacheline size
Ravikiran G Thirumalai
1
-1
/
+1
2006-12-07
[PATCH] lockdep: name some old style locks
Peter Zijlstra
1
-1
/
+1
2006-11-22
Don't call "note_interrupt()" with irq descriptor lock held
Linus Torvalds
1
-2
/
+2
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-11
/
+8
2006-09-26
[PATCH] FRV: permit __do_IRQ() to be dispensed with
David Howells
1
-0
/
+2
2006-09-01
[PATCH] kerneldoc for handle_bad_irq()
Henrik Kretzschmar
1
-0
/
+5
2006-07-04
[PATCH] lockdep: annotate enable_in_hardirq()
Ingo Molnar
1
-1
/
+1
2006-07-04
[PATCH] lockdep: annotate genirq
Ingo Molnar
1
-0
/
+16
2006-07-03
[PATCH] genirq: ARM dyntick cleanup
Thomas Gleixner
1
-12
/
+1
2006-07-03
Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-0
/
+29
2006-07-03
[PATCH] irq-flags: generic irq: Use the new IRQF_ constants
Thomas Gleixner
1
-2
/
+2
2006-07-02
[ARM] 3690/1: genirq: Introduce and make use of dummy irq chip
Thomas Gleixner
1
-0
/
+16
2006-07-02
[ARM] 3679/1: ARM: Make ARM dyntick implementation work with genirq
Thomas Gleixner
1
-0
/
+13
2006-06-29
[PATCH] genirq: more verbose debugging on unexpected IRQ vectors
Ingo Molnar
1
-0
/
+2
2006-06-29
[PATCH] genirq: cleanup: no_irq_type -> no_irq_chip rename
Ingo Molnar
1
-3
/
+3
2006-06-29
[PATCH] genirq: add handle_bad_irq()
Ingo Molnar
1
-0
/
+1
2006-06-29
[PATCH] genirq: core
Thomas Gleixner
1
-0
/
+10
2006-06-29
[PATCH] genirq: update copyrights
Ingo Molnar
1
-1
/
+5
2006-06-29
[PATCH] genirq: add IRQ_NOAUTOEN support
Thomas Gleixner
1
-0
/
+1
2006-06-29
[PATCH] genirq: cleanup: no_irq_type cleanups
Ingo Molnar
1
-20
/
+25
2006-06-29
[PATCH] genirq: doc: handle_IRQ_event() and __do_IRQ() comments
Ingo Molnar
1
-4
/
+16
2006-06-29
[PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsolete
Ingo Molnar
1
-2
/
+2
2006-06-29
[PATCH] genirq: cleanup: misc code cleanups
Ingo Molnar
1
-2
/
+2
2006-06-29
[PATCH] genirq: cleanup: remove fastcall
Ingo Molnar
1
-2
/
+2
2006-06-29
[PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]
Ingo Molnar
1
-1
/
+4
[next]