index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
irq
/
handle.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sparseirq: fix lockdep
Ingo Molnar
2008-10-16
1
-5
/
+0
*
irq: separate sparse_irqs from sparse_irqs_free
Yinghai Lu
2008-10-16
1
-54
/
+61
*
x86_64: rename irq_desc/irq_desc_alloc
Yinghai Lu
2008-10-16
1
-18
/
+5
*
generic: add irq_desc in function in parameter
Yinghai Lu
2008-10-16
1
-0
/
+30
*
irq: add irq_desc_without_new
Yinghai Lu
2008-10-16
1
-4
/
+24
*
x86: move kstat_irqs from kstat to irq_desc
Yinghai Lu
2008-10-16
1
-27
/
+70
*
generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...
Yinghai Lu
2008-10-16
1
-13
/
+125
*
irq: sparse irqs, export nr_irqs
Ingo Molnar
2008-10-16
1
-0
/
+1
*
irq: make irq_desc to use dyn_array
Yinghai Lu
2008-10-16
1
-0
/
+31
*
irq: introduce nr_irqs
Yinghai Lu
2008-10-16
1
-1
/
+2
*
genirq: remove last NO_IDLE_HZ leftovers
Thomas Gleixner
2008-07-22
1
-2
/
+0
*
kernel: remove fastcall in kernel/*
Harvey Harrison
2008-02-08
1
-2
/
+2
*
__do_IRQ does not check IRQ_DISABLED when IRQ_PER_CPU is set
Russ Anderson
2007-11-14
1
-3
/
+5
*
Fix Linuxdoc comment
Jeff Dike
2007-05-09
1
-1
/
+0
*
Add IRQF_IRQPOLL flag (common code)
Bernhard Walle
2007-05-08
1
-0
/
+2
*
Pad irq_desc to internode cacheline size
Ravikiran G Thirumalai
2007-05-08
1
-1
/
+1
*
[PATCH] lockdep: name some old style locks
Peter Zijlstra
2006-12-07
1
-1
/
+1
*
Don't call "note_interrupt()" with irq descriptor lock held
Linus Torvalds
2006-11-22
1
-2
/
+2
*
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2006-10-05
1
-11
/
+8
*
[PATCH] FRV: permit __do_IRQ() to be dispensed with
David Howells
2006-09-26
1
-0
/
+2
*
[PATCH] kerneldoc for handle_bad_irq()
Henrik Kretzschmar
2006-09-01
1
-0
/
+5
*
[PATCH] lockdep: annotate enable_in_hardirq()
Ingo Molnar
2006-07-03
1
-1
/
+1
*
[PATCH] lockdep: annotate genirq
Ingo Molnar
2006-07-03
1
-0
/
+16
*
[PATCH] genirq: ARM dyntick cleanup
Thomas Gleixner
2006-07-02
1
-12
/
+1
*
Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2006-07-02
1
-0
/
+29
|
\
|
*
[ARM] 3690/1: genirq: Introduce and make use of dummy irq chip
Thomas Gleixner
2006-07-01
1
-0
/
+16
|
*
[ARM] 3679/1: ARM: Make ARM dyntick implementation work with genirq
Thomas Gleixner
2006-07-01
1
-0
/
+13
*
|
[PATCH] irq-flags: generic irq: Use the new IRQF_ constants
Thomas Gleixner
2006-07-02
1
-2
/
+2
|
/
*
[PATCH] genirq: more verbose debugging on unexpected IRQ vectors
Ingo Molnar
2006-06-29
1
-0
/
+2
*
[PATCH] genirq: cleanup: no_irq_type -> no_irq_chip rename
Ingo Molnar
2006-06-29
1
-3
/
+3
*
[PATCH] genirq: add handle_bad_irq()
Ingo Molnar
2006-06-29
1
-0
/
+1
*
[PATCH] genirq: core
Thomas Gleixner
2006-06-29
1
-0
/
+10
*
[PATCH] genirq: update copyrights
Ingo Molnar
2006-06-29
1
-1
/
+5
*
[PATCH] genirq: add IRQ_NOAUTOEN support
Thomas Gleixner
2006-06-29
1
-0
/
+1
*
[PATCH] genirq: cleanup: no_irq_type cleanups
Ingo Molnar
2006-06-29
1
-20
/
+25
*
[PATCH] genirq: doc: handle_IRQ_event() and __do_IRQ() comments
Ingo Molnar
2006-06-29
1
-4
/
+16
*
[PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsolete
Ingo Molnar
2006-06-29
1
-2
/
+2
*
[PATCH] genirq: cleanup: misc code cleanups
Ingo Molnar
2006-06-29
1
-2
/
+2
*
[PATCH] genirq: cleanup: remove fastcall
Ingo Molnar
2006-06-29
1
-2
/
+2
*
[PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]
Ingo Molnar
2006-06-29
1
-1
/
+4
*
[PATCH] genirq: rename desc->handler to desc->chip
Ingo Molnar
2006-06-29
1
-7
/
+7
*
[PATCH] adjust handle_IRR_event() return type
Jan Beulich
2006-06-23
1
-2
/
+3
*
Don't call a NULL ack function in the generic IRQ code.
Paul Mackerras
2005-09-28
1
-2
/
+4
*
[PATCH] CHECK_IRQ_PER_CPU() to avoid dead code in __do_IRQ()
Karsten Wiese
2005-09-07
1
-1
/
+1
*
[PATCH] irqpoll
Alan Cox
2005-06-28
1
-1
/
+1
*
[PATCH] drop note_interrupt() for per-CPU for proper scaling
John Hawkes
2005-05-28
1
-2
/
+0
*
[PATCH] spurious interrupt fix
Zhang, Yanmin
2005-05-17
1
-0
/
+1
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+193