Gitiles Standalone
repos
/
linux-4.4
/
802bf931f2688ad125b73db597ce63cc842fb27a
/
kernel
/
irq
/
handle.c
802bf93
cpumask: fix bug in use cpumask_var_t in irq_desc
by Mike Travis
· 17 years ago
7f7ace0
cpumask: update irq_desc to use cpumask_var_t
by Mike Travis
· 17 years ago
b2e2fe9
sparseirq: work around __weak alias bug
by Ingo Molnar
· 17 years ago
12026ea
sparseirq: fix hang with !SPARSE_IRQ
by Yinghai Lu
· 17 years ago
fa6beb3
sparseirq: set lock_class for legacy irq when sparse_irq is selected
by Yinghai Lu
· 17 years ago
13a0c3c
sparseirq: work around compiler optimizing away __weak functions
by Yinghai Lu
· 17 years ago
793f7b1
sparseirq: fix desc->lock init
by Ingo Molnar
· 17 years ago
00c2363
sparseirq: remove duplicated arch_early_irq_init()
by Yinghai Lu
· 17 years ago
18eefed
irq: simplify for_each_irq_desc() usage
by KOSAKI Motohiro
· 17 years ago
26ddd8d
proc: remove ifdef CONFIG_SPARSE_IRQ from stat.c
by KOSAKI Motohiro
· 17 years ago
f9af0e7
irq: for_each_irq_desc() move to irqnr.h
by KOSAKI Motohiro
· 17 years ago
74c8a61
locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEP
by KOSAKI Motohiro
· 17 years ago
48a1b10
x86, sparseirq: move irq_desc according to smp_affinity, v7
by Yinghai Lu
· 17 years ago
99d093d
x86: use NR_IRQS_LEGACY
by Yinghai Lu
· 17 years ago
0b8f1ef
sparse irq_desc[] array: core kernel and x86 changes
by Yinghai Lu
· 17 years ago
10e5808
genirq: use iterators for irq_desc loops
by Thomas Gleixner
· 17 years ago
d3c6004
genirq: cleanup the sparseirq modifications
by Thomas Gleixner
· 17 years ago
d6c88a5
genirq: revert dynarray
by Thomas Gleixner
· 17 years ago
2cc21ef
genirq: remove sparse irq code
by Thomas Gleixner
· 17 years ago
c6b7674
genirq: use inline function for irq_to_desc
by Thomas Gleixner
· 17 years ago
aac3f2b
x86: fix typo in irq_desc array
by Yinghai Lu
· 17 years ago
2976fe2
fix warning: "x86: sparse_irq needs spin_lock in allocations"
by Andrew Morton
· 17 years ago
9d98598
sparseirq: remove some debug print out
by Yinghai Lu
· 17 years ago
8c464a4
sparseirq: move kstat_irqs from kstat to irq_desc - fix
by Yinghai Lu
· 17 years ago
e89eb43
x86: sparse_irq needs spin_lock in allocations
by Yinghai Lu
· 17 years ago
e955b53
sparseirq: fix lockdep
by Ingo Molnar
· 17 years ago
67fb283
irq: separate sparse_irqs from sparse_irqs_free
by Yinghai Lu
· 17 years ago
cb5bc83
x86_64: rename irq_desc/irq_desc_alloc
by Yinghai Lu
· 17 years ago
46926b6
generic: add irq_desc in function in parameter
by Yinghai Lu
· 17 years ago
9059d8f
irq: add irq_desc_without_new
by Yinghai Lu
· 17 years ago
7f95ec9
x86: move kstat_irqs from kstat to irq_desc
by Yinghai Lu
· 17 years ago
08678b0
generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]
by Yinghai Lu
· 17 years ago
fa42d10
irq: sparse irqs, export nr_irqs
by Ingo Molnar
· 17 years ago
d60458b
irq: make irq_desc to use dyn_array
by Yinghai Lu
· 17 years ago
85c0f90
irq: introduce nr_irqs
by Yinghai Lu
· 17 years ago
8d00a6c
genirq: remove last NO_IDLE_HZ leftovers
by Thomas Gleixner
· 17 years ago
7ad5b3a
kernel: remove fastcall in kernel/*
by Harvey Harrison
· 18 years ago
c642b83
__do_IRQ does not check IRQ_DISABLED when IRQ_PER_CPU is set
by Russ Anderson
· 18 years ago
cb0c78c
Fix Linuxdoc comment
by Jeff Dike
· 18 years ago
d85a60d
Add IRQF_IRQPOLL flag (common code)
by Bernhard Walle
· 18 years ago
e729aa1
Pad irq_desc to internode cacheline size
by Ravikiran G Thirumalai
· 18 years ago
6cfd76a
[PATCH] lockdep: name some old style locks
by Peter Zijlstra
· 19 years ago
b42172f
Don't call "note_interrupt()" with irq descriptor lock held
by Linus Torvalds
· 19 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 19 years ago
af8c65b
[PATCH] FRV: permit __do_IRQ() to be dispensed with
by David Howells
· 19 years ago
43a1dd5
[PATCH] kerneldoc for handle_bad_irq()
by Henrik Kretzschmar
· 19 years ago
366c7f5
[PATCH] lockdep: annotate enable_in_hardirq()
by Ingo Molnar
· 19 years ago
243c762
[PATCH] lockdep: annotate genirq
by Ingo Molnar
· 19 years ago
d061daa
[PATCH] genirq: ARM dyntick cleanup
by Thomas Gleixner
· 19 years ago
b4b9034
Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 19 years ago
3cca53b
[PATCH] irq-flags: generic irq: Use the new IRQF_ constants
by Thomas Gleixner
· 19 years ago
f8b5473
[ARM] 3690/1: genirq: Introduce and make use of dummy irq chip
by Thomas Gleixner
· 19 years ago
a2166ab
[ARM] 3679/1: ARM: Make ARM dyntick implementation work with genirq
by Thomas Gleixner
· 19 years ago
43f7775
[PATCH] genirq: more verbose debugging on unexpected IRQ vectors
by Ingo Molnar
· 19 years ago
f1c2662
[PATCH] genirq: cleanup: no_irq_type -> no_irq_chip rename
by Ingo Molnar
· 19 years ago
7a55713
[PATCH] genirq: add handle_bad_irq()
by Ingo Molnar
· 19 years ago
6a6de9e
[PATCH] genirq: core
by Thomas Gleixner
· 19 years ago
a34db9b
[PATCH] genirq: update copyrights
by Ingo Molnar
· 19 years ago
94d39e1
[PATCH] genirq: add IRQ_NOAUTOEN support
by Thomas Gleixner
· 19 years ago
77a5afe
[PATCH] genirq: cleanup: no_irq_type cleanups
by Ingo Molnar
· 19 years ago
8d28bc7
[PATCH] genirq: doc: handle_IRQ_event() and __do_IRQ() comments
by Ingo Molnar
· 19 years ago
34ffdb7
[PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsolete
by Ingo Molnar
· 19 years ago
06fcb0c
[PATCH] genirq: cleanup: misc code cleanups
by Ingo Molnar
· 19 years ago
2e60bbb
[PATCH] genirq: cleanup: remove fastcall
by Ingo Molnar
· 19 years ago
a53da52
[PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]
by Ingo Molnar
· 19 years ago
d1bef4e
[PATCH] genirq: rename desc->handler to desc->chip
by Ingo Molnar
· 19 years ago
908dcec
[PATCH] adjust handle_IRR_event() return type
by Jan Beulich
· 19 years ago
beeca08
Don't call a NULL ack function in the generic IRQ code.
by Paul Mackerras
· 20 years ago
f26fdd5
[PATCH] CHECK_IRQ_PER_CPU() to avoid dead code in __do_IRQ()
by Karsten Wiese
· 20 years ago
200803d
[PATCH] irqpoll
by Alan Cox
· 20 years ago
b60c1f6
[PATCH] drop note_interrupt() for per-CPU for proper scaling
by John Hawkes
· 20 years ago
4f167fb
[PATCH] spurious interrupt fix
by Zhang, Yanmin
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago