Jiang Liu
|
0dcdbc9755
genirq: Remove the irq argument from note_interrupt()
|
10 years ago |
Jiang Liu
|
c1e5bd8cc5
genirq: Remove irq argument from try_one_irq()
|
10 years ago |
Jiang Liu
|
02d00eaa64
genirq: Remove irq argument from report_bad_irq()
|
10 years ago |
Thomas Gleixner
|
1e77d0a1ed
genirq: Sanitize spurious interrupt detection of threaded irqs
|
12 years ago |
Thomas Gleixner
|
b39898cd40
genirq: Prevent spurious detection for unconditionally polled interrupts
|
11 years ago |
Thomas Gleixner
|
e716efde75
genirq: Avoid deadlock in spurious handling
|
12 years ago |
Rusty Russell
|
2329abfa34
module_param: make bool parameters really bool (core code)
|
13 years ago |
Edward Donovan
|
52553ddffa
genirq: fix regression in irqfixup, irqpoll
|
13 years ago |
Edward Donovan
|
c75d720fca
genirq: Fix irqfixup, irqpoll regression
|
13 years ago |
Sebastian Andrzej Siewior
|
3a43e05f4d
irq: Handle spurios irq detection for threaded irqs
|
14 years ago |
Sebastian Andrzej Siewior
|
ef26f20cd1
genirq: Print threaded handler in spurious debug output
|
14 years ago |
Thomas Gleixner
|
0c6f8a8b91
genirq: Remove compat code
|
14 years ago |
Thomas Gleixner
|
a6aeddd1c4
genirq: Fix typo and remove unused variable
|
14 years ago |
Thomas Gleixner
|
32f4125ebf
genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data
|
14 years ago |
Thomas Gleixner
|
1ccb4e612f
genirq: Wrap the remaning IRQ_* flags
|
14 years ago |
Thomas Gleixner
|
a005677b3d
genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state
|
14 years ago |
Thomas Gleixner
|
2a0d6fb335
genirq: Move IRQ_PENDING flag to core
|
14 years ago |
Thomas Gleixner
|
c1594b77e4
genirq: Move IRQ_DISABLED to core
|
14 years ago |
Thomas Gleixner
|
009b4c3b8a
genirq: Add IRQ_INPROGRESS to core
|
14 years ago |
Thomas Gleixner
|
6954b75b48
genirq: Move IRQ_POLL_INPROGRESS to core
|
14 years ago |
Thomas Gleixner
|
7acdd53e5b
genirq: Move IRQ_SPURIOUS_DISABLED to core state
|
14 years ago |
Thomas Gleixner
|
0877d66257
genirq: Use handle_irq_event() in the spurious poll code
|
14 years ago |
Thomas Gleixner
|
3aae994fb0
genirq: Consolidate IRQ_DISABLED
|
14 years ago |
Thomas Gleixner
|
87923470c7
genirq: Consolidate disable/enable
|
14 years ago |
Thomas Gleixner
|
fe200ae48e
genirq: Mark polled irqs and defer the real handler
|
14 years ago |
Thomas Gleixner
|
d05c65fff0
genirq: spurious: Run only one poller at a time
|
14 years ago |
Thomas Gleixner
|
c7259cd7af
genirq: Do not poll disabled, percpu and timer interrupts
|
14 years ago |
Thomas Gleixner
|
fa27271bc8
genirq: Fixup poll handling
|
14 years ago |
Thomas Gleixner
|
1082687e8d
genirq: Plug race in report_bad_irq()
|
14 years ago |
Thomas Gleixner
|
bd15141226
genirq: Provide config option to disable deprecated code
|
15 years ago |