index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
irq.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] genirq: clean up irq-flow-type naming, fix
Ingo Molnar
2006-10-20
1
-0
/
+3
*
[PATCH] genirq: clean up irq-flow-type naming
Ingo Molnar
2006-10-17
1
-12
/
+10
*
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2006-10-05
1
-25
/
+15
*
IRQ: Typedef the IRQ flow handler function type
David Howells
2006-10-05
1
-18
/
+12
*
[PATCH] msi: simplify msi sanity checks by adding with generic irq code
Eric W. Biederman
2006-10-04
1
-0
/
+7
*
[PATCH] genirq: irq: remove msi hacks
Eric W. Biederman
2006-10-04
1
-36
/
+0
*
[PATCH] genirq: irq: add a dynamic irq creation API
Eric W. Biederman
2006-10-04
1
-1
/
+8
*
[PATCH] genirq: irq: add moved_masked_irq
Eric W. Biederman
2006-10-04
1
-0
/
+6
*
[PATCH] genirq: irq: convert the move_irq flag from a 32bit word to a single bit
Eric W. Biederman
2006-10-04
1
-2
/
+1
*
[PATCH] FRV: permit __do_IRQ() to be dispensed with
David Howells
2006-09-26
1
-0
/
+6
*
[PATCH] always define IRQ_PER_CPU
Yoichi Yuasa
2006-07-31
1
-1
/
+1
*
[PATCH] genirq: {en,dis}able_irq_wake() need refcounting too
David Brownell
2006-07-31
1
-0
/
+3
*
[PATCH] genirq: ARM dyntick cleanup
Thomas Gleixner
2006-07-02
1
-0
/
+4
*
Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2006-07-02
1
-1
/
+2
|
\
|
*
[ARM] 3690/1: genirq: Introduce and make use of dummy irq chip
Thomas Gleixner
2006-07-01
1
-1
/
+2
*
|
[PATCH] irq-flags: consolidate flags for request_irq
Thomas Gleixner
2006-07-02
1
-28
/
+27
|
/
*
[PATCH] genirq: add chip->eoi(), fastack -> fasteoi
Ingo Molnar
2006-06-29
1
-2
/
+4
*
[PATCH] genirq: add IRQ_TYPE_SENSE_MASK
Benjamin Herrenschmidt
2006-06-29
1
-0
/
+1
*
[PATCH] genirq: add irq-chip support
Thomas Gleixner
2006-06-29
1
-0
/
+11
*
[PATCH] genirq MSI fixes
Ingo Molnar
2006-06-29
1
-11
/
+16
*
[PATCH] genirq: core
Thomas Gleixner
2006-06-29
1
-19
/
+141
*
[PATCH] genirq: add IRQ_NOAUTOEN support
Thomas Gleixner
2006-06-29
1
-0
/
+1
*
[PATCH] genirq: add IRQ_NOREQUEST support
Thomas Gleixner
2006-06-29
1
-0
/
+1
*
[PATCH] genirq: add IRQ_NOPROBE support
Thomas Gleixner
2006-06-29
1
-0
/
+1
*
[PATCH] genirq: add genirq sw IRQ-retrigger
Thomas Gleixner
2006-06-29
1
-0
/
+3
*
[PATCH] genirq: doc: comment include/linux/irq.h structures
Ingo Molnar
2006-06-29
1
-7
/
+37
*
[PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()
Ingo Molnar
2006-06-29
1
-0
/
+2
*
[PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPU
Ingo Molnar
2006-06-29
1
-1
/
+1
*
[PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[]
Ingo Molnar
2006-06-29
1
-1
/
+1
*
[PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[]
Ingo Molnar
2006-06-29
1
-0
/
+5
*
[PATCH] genirq: cleanup: include/linux/irq.h
Ingo Molnar
2006-06-29
1
-28
/
+28
*
[PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsolete
Ingo Molnar
2006-06-29
1
-5
/
+13
*
[PATCH] genirq: cleanup: misc code cleanups
Ingo Molnar
2006-06-29
1
-22
/
+32
*
[PATCH] genirq: cleanup: remove fastcall
Ingo Molnar
2006-06-29
1
-3
/
+7
*
[PATCH] genirq: cleanup: remove irq_descp()
Ingo Molnar
2006-06-29
1
-7
/
+0
*
[PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]
Ingo Molnar
2006-06-29
1
-3
/
+4
*
[PATCH] genirq: rename desc->handler to desc->chip
Ingo Molnar
2006-06-29
1
-2
/
+2
*
[PATCH] adjust handle_IRR_event() return type
Jan Beulich
2006-06-23
1
-1
/
+2
*
[PATCH] x86: kernel irq balance doesn't work
Zhang Yanmin
2006-06-23
1
-0
/
+8
*
Don't include linux/config.h from anywhere else in include/
David Woodhouse
2006-04-26
1
-1
/
+0
*
[PATCH] irq: uninline migration functions
Andrew Morton
2006-03-25
1
-47
/
+2
*
[PATCH] s390: cleanup Kconfig
Martin Schwidefsky
2006-01-06
1
-1
/
+1
*
[PATCH] Alpha: convert to generic irq framework (generic part)
Ivan Kokshaysky
2006-01-06
1
-0
/
+11
*
[PATCH] include/linux/irq.h: #include <linux/smp.h>
Adrian Bunk
2005-12-21
1
-1
/
+1
*
[PATCH] fix remaining missing includes
Tim Schmielau
2005-11-07
1
-0
/
+1
*
[PATCH] CHECK_IRQ_PER_CPU() to avoid dead code in __do_IRQ()
Karsten Wiese
2005-09-07
1
-1
/
+6
*
[PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinity
Ashok Raj
2005-09-07
1
-0
/
+123
*
[PATCH] irqpoll
Alan Cox
2005-06-28
1
-2
/
+3
*
[PATCH] make various thing static
Adrian Bunk
2005-06-24
1
-1
/
+0
*
[PATCH] uml: make hw_controller_type->release exist only for archs needing it
Paolo 'Blaisorblade' Giarrusso
2005-06-21
1
-0
/
+3
[next]