index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
irq
/
handle.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-06
Merge branch 'x86/core' into tracing/textedit
Ingo Molnar
1
-22
/
+35
2009-02-26
tracing, genirq: add irq enter and exit trace events
Jason Baron
1
-0
/
+6
2009-01-30
Merge branch 'linus' into core/percpu
Ingo Molnar
1
-0
/
+16
2009-01-27
cpumask fallout: Initialize irq_default_affinity earlier
David Daney
1
-0
/
+16
2009-01-12
x86: arch_probe_nr_irqs
Yinghai Lu
1
-7
/
+2
2009-01-11
cpumask, irq: non-x86 build failures
Mike Travis
1
-0
/
+5
2009-01-11
kstat: modify kstat_irqs_legacy to be variable sized
Mike Travis
1
-3
/
+7
2009-01-11
irq: initialize nr_irqs based on nr_cpu_ids
Mike Travis
1
-0
/
+3
2009-01-11
irq: allocate irq_desc_ptrs array based on nr_irqs
Mike Travis
1
-2
/
+9
2009-01-11
irq: use WARN() instead of WARN_ON().
Mike Travis
1
-3
/
+2
2009-01-11
irq: change references from NR_IRQS to nr_irqs
Mike Travis
1
-5
/
+9
2009-01-11
cpumask: fix bug in use cpumask_var_t in irq_desc
Mike Travis
1
-7
/
+1
2009-01-11
cpumask: update irq_desc to use cpumask_var_t
Mike Travis
1
-12
/
+14
2008-12-29
sparseirq: work around __weak alias bug
Ingo Molnar
1
-5
/
+0
2008-12-27
sparseirq: fix hang with !SPARSE_IRQ
Yinghai Lu
1
-0
/
+15
2008-12-27
sparseirq: set lock_class for legacy irq when sparse_irq is selected
Yinghai Lu
1
-0
/
+1
2008-12-27
sparseirq: work around compiler optimizing away __weak functions
Yinghai Lu
1
-3
/
+4
2008-12-27
sparseirq: fix desc->lock init
Ingo Molnar
1
-0
/
+2
2008-12-26
sparseirq: remove duplicated arch_early_irq_init()
Yinghai Lu
1
-4
/
+0
2008-12-26
irq: simplify for_each_irq_desc() usage
KOSAKI Motohiro
1
-3
/
+0
2008-12-26
proc: remove ifdef CONFIG_SPARSE_IRQ from stat.c
KOSAKI Motohiro
1
-1
/
+1
2008-12-26
irq: for_each_irq_desc() move to irqnr.h
KOSAKI Motohiro
1
-2
/
+11
2008-12-18
locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEP
KOSAKI Motohiro
1
-5
/
+0
2008-12-17
x86, sparseirq: move irq_desc according to smp_affinity, v7
Yinghai Lu
1
-5
/
+10
2008-12-08
x86: use NR_IRQS_LEGACY
Yinghai Lu
1
-3
/
+3
2008-12-08
sparse irq_desc[] array: core kernel and x86 changes
Yinghai Lu
1
-6
/
+175
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-14
__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
[next]