Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7c06a8dc64a2d1884bd19b4c6353d9267ae4e3e1
/
include
/
linux
/
irq.h
5ac4d82
irq.h fix kernel-doc
by Randy Dunlap
· 17 years ago
4f27c00
Improve behaviour of spurious IRQ detect
by Alan Cox
· 17 years ago
e729aa1
Pad irq_desc to internode cacheline size
by Ravikiran G Thirumalai
· 18 years ago
77904fd
[PATCH] FRV: Missing error defs
by David Howells
· 18 years ago
9f0a5ba
[PATCH] irq: Remove set_native_irq_info
by Eric W. Biederman
· 18 years ago
6168a70
[PATCH] Declare init_irq_proc before we use it.
by Andrew Morton
· 18 years ago
472900b
[PATCH] IRQ kernel-doc fixes
by Randy Dunlap
· 18 years ago
d7e25f3
[PATCH] genirq: remove IRQ_DISABLED
by Ingo Molnar
· 18 years ago
771ee3b
[PATCH] Add a function to handle interrupt affinity setting
by Thomas Gleixner
· 18 years ago
950f442
[PATCH] Add irq flag to disable balancing for an interrupt
by Thomas Gleixner
· 18 years ago
5b912c1
msi: Kill the msi_desc array.
by Eric W. Biederman
· 18 years ago
145fc65
[PATCH] genirq: clean up irq-flow-type naming, fix
by Ingo Molnar
· 18 years ago
a460e74
[PATCH] genirq: clean up irq-flow-type naming
by Ingo Molnar
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
57a58a9
IRQ: Typedef the IRQ flow handler function type
by David Howells
· 18 years ago
1f80025
[PATCH] msi: simplify msi sanity checks by adding with generic irq code
by Eric W. Biederman
· 18 years ago
323a01c
[PATCH] genirq: irq: remove msi hacks
by Eric W. Biederman
· 18 years ago
3a16d71
[PATCH] genirq: irq: add a dynamic irq creation API
by Eric W. Biederman
· 18 years ago
e7b946e
[PATCH] genirq: irq: add moved_masked_irq
by Eric W. Biederman
· 18 years ago
a24ceab
[PATCH] genirq: irq: convert the move_irq flag from a 32bit word to a single bit
by Eric W. Biederman
· 18 years ago
af8c65b
[PATCH] FRV: permit __do_IRQ() to be dispensed with
by David Howells
· 18 years ago
b8bdb46
[PATCH] always define IRQ_PER_CPU
by Yoichi Yuasa
· 18 years ago
15a647e
[PATCH] genirq: {en,dis}able_irq_wake() need refcounting too
by David Brownell
· 18 years ago
d061daa
[PATCH] genirq: ARM dyntick cleanup
by Thomas Gleixner
· 18 years ago
b4b9034
Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 18 years ago
6e21361
[PATCH] irq-flags: consolidate flags for request_irq
by Thomas Gleixner
· 18 years ago
f8b5473
[ARM] 3690/1: genirq: Introduce and make use of dummy irq chip
by Thomas Gleixner
· 18 years ago
47c2a3a
[PATCH] genirq: add chip->eoi(), fastack -> fasteoi
by Ingo Molnar
· 18 years ago
f210be1
[PATCH] genirq: add IRQ_TYPE_SENSE_MASK
by Benjamin Herrenschmidt
· 18 years ago
dd87eb3
[PATCH] genirq: add irq-chip support
by Thomas Gleixner
· 18 years ago
dae8620
[PATCH] genirq MSI fixes
by Ingo Molnar
· 18 years ago
6a6de9e
[PATCH] genirq: core
by Thomas Gleixner
· 18 years ago
94d39e1
[PATCH] genirq: add IRQ_NOAUTOEN support
by Thomas Gleixner
· 18 years ago
6550c77
[PATCH] genirq: add IRQ_NOREQUEST support
by Thomas Gleixner
· 18 years ago
3418d72
[PATCH] genirq: add IRQ_NOPROBE support
by Thomas Gleixner
· 18 years ago
a4633adc
[PATCH] genirq: add genirq sw IRQ-retrigger
by Thomas Gleixner
· 18 years ago
8fee5c3
[PATCH] genirq: doc: comment include/linux/irq.h structures
by Ingo Molnar
· 18 years ago
c0ad90a
[PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()
by Ingo Molnar
· 18 years ago
0d7012a
[PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPU
by Ingo Molnar
· 18 years ago
cd916d3
[PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[]
by Ingo Molnar
· 18 years ago
4a733ee
[PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[]
by Ingo Molnar
· 18 years ago
71d218b
[PATCH] genirq: cleanup: include/linux/irq.h
by Ingo Molnar
· 18 years ago
34ffdb7
[PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsolete
by Ingo Molnar
· 18 years ago
06fcb0c
[PATCH] genirq: cleanup: misc code cleanups
by Ingo Molnar
· 18 years ago
2e60bbb
[PATCH] genirq: cleanup: remove fastcall
by Ingo Molnar
· 18 years ago
a8553ac
[PATCH] genirq: cleanup: remove irq_descp()
by Ingo Molnar
· 18 years ago
a53da52
[PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]
by Ingo Molnar
· 18 years ago
d1bef4e
[PATCH] genirq: rename desc->handler to desc->chip
by Ingo Molnar
· 18 years ago
908dcec
[PATCH] adjust handle_IRR_event() return type
by Jan Beulich
· 18 years ago
1b61b91
[PATCH] x86: kernel irq balance doesn't work
by Zhang Yanmin
· 18 years ago
62c4f0a
Don't include linux/config.h from anywhere else in include/
by David Woodhouse
· 19 years ago
c777ac5
[PATCH] irq: uninline migration functions
by Andrew Morton
· 19 years ago
347a8dc
[PATCH] s390: cleanup Kconfig
by Martin Schwidefsky
· 19 years ago
eee4526
[PATCH] Alpha: convert to generic irq framework (generic part)
by Ivan Kokshaysky
· 19 years ago
23f9b31
[PATCH] include/linux/irq.h: #include <linux/smp.h>
by Adrian Bunk
· 19 years ago
8c65b4a
[PATCH] fix remaining missing includes
by Tim Schmielau
· 19 years ago
f26fdd5
[PATCH] CHECK_IRQ_PER_CPU() to avoid dead code in __do_IRQ()
by Karsten Wiese
· 19 years ago
54d5d42
[PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinity
by Ashok Raj
· 19 years ago
200803d
[PATCH] irqpoll
by Alan Cox
· 19 years ago
52c1da3
[PATCH] make various thing static
by Adrian Bunk
· 19 years ago
b77d6ad
[PATCH] uml: make hw_controller_type->release exist only for archs needing it
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
dbce706
[PATCH] uml: add and use generic hw_controller_type->release
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago