index
:
kernel_samsung_smdk4412.git
replicant-4.2
replicant-6.0
kernel/samsung/smdk4412
git repository hosting
about
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
*
headers: remove sched.h from interrupt.h
Alexey Dobriyan
2009-10-11
1
-0
/
+1
*
irq: Make sure irq_desc for legacy irq get correct node setting
Yinghai Lu
2009-08-29
1
-1
/
+4
*
irq: slab alloc for default irq_affinity
Yinghai Lu
2009-06-12
1
-1
/
+1
*
irq: use kcalloc() instead of the bootmem allocator
Pekka Enberg
2009-06-11
1
-1
/
+1
*
irq/cpumask: make memoryless node zero happy
Yinghai Lu
2009-06-11
1
-4
/
+5
*
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2009-06-10
1
-4
/
+1
|
\
|
*
Merge branch 'linus' into tracing/core
Ingo Molnar
2009-05-07
1
-2
/
+0
|
|
\
|
*
|
tracing: fix build failure on s390
Heiko Carstens
2009-04-29
1
-2
/
+0
|
*
|
tracing/events: move trace point headers into include/trace/events
Steven Rostedt
2009-04-14
1
-1
/
+1
|
*
|
tracing: create automated trace defines
Steven Rostedt
2009-04-14
1
-4
/
+3
*
|
|
sparseirq: Allow early irq_desc allocation
Paul Mundt
2009-05-23
1
-4
/
+14
*
|
|
Merge branch 'x86/apic' into irq/numa
Ingo Molnar
2009-05-12
1
-2
/
+0
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Revert "genirq: assert that irq handlers are indeed running in hardirq context"
Thomas Gleixner
2009-05-01
1
-2
/
+0
|
|
/
*
|
x86/irq: change irq_desc_alloc() to take node instead of cpu
Yinghai Lu
2009-04-28
1
-17
/
+11
*
|
x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESC
Yinghai Lu
2009-04-28
1
-7
/
+2
*
|
irq, cpumask: correct CPUMASKS_OFFSTACK typo and fix fallout
Yinghai Lu
2009-04-28
1
-3
/
+6
|
/
*
Merge branch 'linus' into irq/threaded
Ingo Molnar
2009-04-06
1
-0
/
+6
|
\
|
*
Merge branch 'tracing/core-v2' into tracing-for-linus
Ingo Molnar
2009-04-02
1
-0
/
+6
|
|
\
|
|
*
Merge branch 'x86/core' into tracing/textedit
Ingo Molnar
2009-03-06
1
-22
/
+35
|
|
|
\
|
|
*
|
tracing, genirq: add irq enter and exit trace events
Jason Baron
2009-02-26
1
-0
/
+6
|
*
|
|
Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2
Ingo Molnar
2009-03-27
1
-21
/
+33
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Merge branch 'linus' into core/percpu
Ingo Molnar
2009-01-30
1
-0
/
+16
|
|
|
\
\
|
|
|
|
/
*
|
|
|
genirq: threaded irq handlers review fixups
Thomas Gleixner
2009-03-24
1
-5
/
+24
*
|
|
|
genirq: add threaded interrupt handler support
Thomas Gleixner
2009-03-24
1
-1
/
+30
*
|
|
|
Merge branch 'cpus4096' into irq/threaded
Thomas Gleixner
2009-03-23
1
-21
/
+33
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Merge branch 'core/percpu' into x86/core
Ingo Molnar
2009-01-28
1
-22
/
+35
|
|
\
\
\
|
|
|
/
/
|
|
|
/
|
|
|
/
|
|
/
|
|
|
*
x86: arch_probe_nr_irqs
Yinghai Lu
2009-01-12
1
-7
/
+2
|
|
*
cpumask, irq: non-x86 build failures
Mike Travis
2009-01-11
1
-0
/
+5
|
|
*
kstat: modify kstat_irqs_legacy to be variable sized
Mike Travis
2009-01-11
1
-3
/
+7
|
|
*
irq: initialize nr_irqs based on nr_cpu_ids
Mike Travis
2009-01-11
1
-0
/
+3
|
|
*
irq: allocate irq_desc_ptrs array based on nr_irqs
Mike Travis
2009-01-11
1
-2
/
+9
|
|
*
irq: use WARN() instead of WARN_ON().
Mike Travis
2009-01-11
1
-3
/
+2
|
|
*
irq: change references from NR_IRQS to nr_irqs
Mike Travis
2009-01-11
1
-5
/
+9
|
|
*
cpumask: fix bug in use cpumask_var_t in irq_desc
Mike Travis
2009-01-11
1
-7
/
+1
|
|
*
cpumask: update irq_desc to use cpumask_var_t
Mike Travis
2009-01-11
1
-12
/
+14
|
|
|
|
\
\
*
-
.
\
\
Merge branches 'irq/genirq' and 'linus' into irq/core
Ingo Molnar
2009-03-16
1
-0
/
+7
|
\
\
\
\
|
|
|
/
/
|
*
|
|
genirq: deprecate __do_IRQ
Thomas Gleixner
2009-03-13
1
-0
/
+5
|
*
|
|
genirq: assert that irq handlers are indeed running in hardirq context
Peter Zijlstra
2009-03-03
1
-0
/
+2
|
|
/
/
|
|
|
|
\
\
*
-
.
\
\
Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/core
Ingo Molnar
2009-02-13
1
-12
/
+20
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
|
*
irq: optimize init_kstat_irqs/init_copy_kstat_irqs
Yinghai Lu
2009-02-09
1
-9
/
+11
|
|
*
irq: clear kstat_irqs
Yinghai Lu
2009-02-09
1
-0
/
+5
|
|
*
sparseirq: make some func to be used with genirq
Yinghai Lu
2009-01-11
1
-3
/
+4
|
|
/
*
|
cpumask fallout: Initialize irq_default_affinity earlier
David Daney
2009-01-27
1
-0
/
+16
|
/
*
sparseirq: work around __weak alias bug
Ingo Molnar
2008-12-29
1
-5
/
+0
*
sparseirq: fix hang with !SPARSE_IRQ
Yinghai Lu
2008-12-27
1
-0
/
+15
*
sparseirq: set lock_class for legacy irq when sparse_irq is selected
Yinghai Lu
2008-12-27
1
-0
/
+1
*
sparseirq: work around compiler optimizing away __weak functions
Yinghai Lu
2008-12-27
1
-3
/
+4
*
sparseirq: fix desc->lock init
Ingo Molnar
2008-12-27
1
-0
/
+2
*
sparseirq: remove duplicated arch_early_irq_init()
Yinghai Lu
2008-12-26
1
-4
/
+0
*
irq: simplify for_each_irq_desc() usage
KOSAKI Motohiro
2008-12-26
1
-3
/
+0
[next]