index
:
kernel-crypto.git
audit
bugfixes
herbert
integration
master
ncr-audit
ncr-integration
ncr-rhel5-patches
ncr-standalone-master
ncr-standalone-rename
ncr-submission-2
ncr-userspace-crypto
User-space crypto API development for Linux
Miloslav Trmac
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
*
genirq: use iterators for irq_desc loops
Thomas Gleixner
2008-10-16
1
-2
/
+3
*
genirq: cleanup the sparseirq modifications
Thomas Gleixner
2008-10-16
1
-2
/
+1
*
genirq: revert dynarray
Thomas Gleixner
2008-10-16
1
-105
/
+9
*
genirq: remove sparse irq code
Thomas Gleixner
2008-10-16
1
-114
/
+0
*
genirq: use inline function for irq_to_desc
Thomas Gleixner
2008-10-16
1
-14
/
+0
*
x86: fix typo in irq_desc array
Yinghai Lu
2008-10-16
1
-1
/
+1
*
fix warning: "x86: sparse_irq needs spin_lock in allocations"
Andrew Morton
2008-10-16
1
-2
/
+1
*
sparseirq: remove some debug print out
Yinghai Lu
2008-10-16
1
-18
/
+0
*
sparseirq: move kstat_irqs from kstat to irq_desc - fix
Yinghai Lu
2008-10-16
1
-0
/
+10
*
x86: sparse_irq needs spin_lock in allocations
Yinghai Lu
2008-10-16
1
-1
/
+12
*
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
[next]