Thomas Gleixner
|
99bfce5db9
genirq: Cleanup top of file comments
|
7 vuotta sitten |
Sergey Senozhatsky
|
22ad305741
genirq: remove unneeded kallsyms include
|
7 vuotta sitten |
Kees Cook
|
24ed960abf
treewide: Switch DEFINE_TIMER callbacks to struct timer_list *
|
8 vuotta sitten |
Linus Torvalds
|
2bcc673101
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
7 vuotta sitten |
Greg Kroah-Hartman
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 vuotta sitten |
Kees Cook
|
1d27e3e225
timer: Remove expires and data arguments from DEFINE_TIMER
|
7 vuotta sitten |
Jeremy Kerr
|
5d4bac9a5f
genirq: Clarify logic calculating bogus irqreturn_t values
|
8 vuotta sitten |
Daniel Lezcano
|
f944b5a7af
genirq: Use a common macro to go through the actions list
|
9 vuotta sitten |
Jiang Liu
|
0dcdbc9755
genirq: Remove the irq argument from note_interrupt()
|
10 vuotta sitten |
Jiang Liu
|
c1e5bd8cc5
genirq: Remove irq argument from try_one_irq()
|
10 vuotta sitten |
Jiang Liu
|
02d00eaa64
genirq: Remove irq argument from report_bad_irq()
|
10 vuotta sitten |
Thomas Gleixner
|
1e77d0a1ed
genirq: Sanitize spurious interrupt detection of threaded irqs
|
12 vuotta sitten |
Thomas Gleixner
|
b39898cd40
genirq: Prevent spurious detection for unconditionally polled interrupts
|
11 vuotta sitten |
Thomas Gleixner
|
e716efde75
genirq: Avoid deadlock in spurious handling
|
12 vuotta sitten |
Rusty Russell
|
2329abfa34
module_param: make bool parameters really bool (core code)
|
13 vuotta sitten |
Edward Donovan
|
52553ddffa
genirq: fix regression in irqfixup, irqpoll
|
13 vuotta sitten |
Edward Donovan
|
c75d720fca
genirq: Fix irqfixup, irqpoll regression
|
13 vuotta sitten |
Sebastian Andrzej Siewior
|
3a43e05f4d
irq: Handle spurios irq detection for threaded irqs
|
14 vuotta sitten |
Sebastian Andrzej Siewior
|
ef26f20cd1
genirq: Print threaded handler in spurious debug output
|
14 vuotta sitten |
Thomas Gleixner
|
0c6f8a8b91
genirq: Remove compat code
|
14 vuotta sitten |
Thomas Gleixner
|
a6aeddd1c4
genirq: Fix typo and remove unused variable
|
14 vuotta sitten |
Thomas Gleixner
|
32f4125ebf
genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data
|
14 vuotta sitten |
Thomas Gleixner
|
1ccb4e612f
genirq: Wrap the remaning IRQ_* flags
|
14 vuotta sitten |
Thomas Gleixner
|
a005677b3d
genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state
|
14 vuotta sitten |
Thomas Gleixner
|
2a0d6fb335
genirq: Move IRQ_PENDING flag to core
|
14 vuotta sitten |
Thomas Gleixner
|
c1594b77e4
genirq: Move IRQ_DISABLED to core
|
14 vuotta sitten |
Thomas Gleixner
|
009b4c3b8a
genirq: Add IRQ_INPROGRESS to core
|
14 vuotta sitten |
Thomas Gleixner
|
6954b75b48
genirq: Move IRQ_POLL_INPROGRESS to core
|
14 vuotta sitten |
Thomas Gleixner
|
7acdd53e5b
genirq: Move IRQ_SPURIOUS_DISABLED to core state
|
14 vuotta sitten |
Thomas Gleixner
|
0877d66257
genirq: Use handle_irq_event() in the spurious poll code
|
14 vuotta sitten |