index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
irq
/
internals.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-14
genirq: Fix for_each_action_of_desc() macro
Masahiro Yamada
1
-1
/
+1
2017-07-17
genirq/PM: Properly pretend disabled state when force resuming interrupts
Juergen Gross
1
-0
/
+10
2017-07-04
genirq/debugfs: Fix build for !CONFIG_IRQ_DOMAIN
Sebastian Ott
1
-1
/
+3
2017-06-24
genirq/timings: Add infrastructure for estimating the next interrupt arrival ...
Daniel Lezcano
1
-0
/
+19
2017-06-24
genirq/timings: Add infrastructure to track the interrupt timings
Daniel Lezcano
1
-0
/
+90
2017-06-24
genirq/debugfs: Remove pointless NULL pointer check
Thomas Gleixner
1
-1
/
+6
2017-06-22
genirq: Add force argument to irq_startup()
Thomas Gleixner
1
-1
/
+8
2017-06-22
genirq: Introduce IRQD_MANAGED_SHUTDOWN
Thomas Gleixner
1
-0
/
+10
2017-06-22
genirq: Move irq_fixup_move_pending() to core
Thomas Gleixner
1
-0
/
+5
2017-06-22
genirq/cpuhotplug: Add support for cleaning up move in progress
Thomas Gleixner
1
-1
/
+9
2017-06-22
genirq: Move pending helpers to internal.h
Christoph Hellwig
1
-0
/
+38
2017-06-22
genirq: Rename setup_affinity() to irq_setup_affinity()
Thomas Gleixner
1
-0
/
+6
2017-06-22
genirq: Remove mask argument from setup_affinity()
Thomas Gleixner
1
-1
/
+1
2017-06-22
genirq/debugfs: Add proper debugfs interface
Thomas Gleixner
1
-0
/
+22
2017-06-21
irq/generic-chip: Export irq_init_generic_chip() locally
Bartosz Golaszewski
1
-0
/
+11
2016-07-04
Merge branch 'irq/for-block' into irq/core
Thomas Gleixner
1
-0
/
+2
2016-07-04
genirq: Introduce IRQD_AFFINITY_MANAGED flag
Thomas Gleixner
1
-0
/
+2
2016-06-18
genirq: Add untracked irq handler
Keith Busch
1
-0
/
+1
2016-06-13
genirq: Add runtime power management support for IRQ chips
Jon Hunter
1
-0
/
+1
2016-03-15
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+3
2016-02-23
irq: Privatize irq_common_data::state_use_accessors
Boqun Feng
1
-0
/
+4
2016-02-15
genirq: Use a common macro to go through the actions list
Daniel Lezcano
1
-0
/
+3
2015-11-10
genirq/PM: Restore system wake up from chained interrupts
Grygorii Strashko
1
-0
/
+5
2015-10-09
genirq: Allow migration of chained interrupts by installing default action
Mika Westerberg
1
-0
/
+2
2015-09-22
genirq: Remove the second parameter from handle_irq_event_percpu()
Huang Shijie
1
-1
/
+1
2015-09-16
genirq: Move field 'node' from irq_data into irq_common_data
Jiang Liu
1
-1
/
+1
2015-07-30
Merge branch 'linus' into irq/core
Thomas Gleixner
1
-4
/
+0
2015-07-11
genirq: Remove irq argument from __enable/__disable_irq()
Jiang Liu
1
-2
/
+2
2015-07-11
genirq: Remove irq arg from __irq_set_trigger()
Jiang Liu
1
-2
/
+1
2015-07-11
genirq: Remove the irq argument from check_irq_resend()
Jiang Liu
1
-1
/
+1
2015-07-11
genirq: Remove the parameter 'irq' of kstat_incr_irqs_this_cpu()
Jiang Liu
1
-1
/
+1
2015-07-08
hotplug: Prevent alloc/free of irq descriptors during cpu up/down
Thomas Gleixner
1
-4
/
+0
2015-06-12
genirq: Introduce helper function irq_data_get_node()
Jiang Liu
1
-0
/
+5
2015-06-12
genirq: Introduce struct irq_common_data to host shared irq data
Jiang Liu
1
-5
/
+5
2015-06-12
genirq: Enhance irq_data_to_desc() to support hierarchy irqdomain
Jiang Liu
1
-2
/
+0
2014-12-13
genirq: Prevent proc race against freeing of irq descriptors
Thomas Gleixner
1
-0
/
+4
2014-09-01
genirq: Simplify wakeup mechanism
Thomas Gleixner
1
-0
/
+2
2014-09-01
genirq: Add sanity checks for PM options on shared interrupt lines
Thomas Gleixner
1
-0
/
+10
2014-09-01
genirq: Move suspend/resume logic into irq/pm code
Thomas Gleixner
1
-2
/
+2
2014-05-27
genirq: Improve documentation to match current implementation
Jiang Liu
1
-1
/
+1
2014-05-16
genirq: Replace reserve_irqs in core code
Thomas Gleixner
1
-0
/
+6
2014-03-14
genirq: Add a new IRQCHIP_EOI_THREADED flag
Thomas Gleixner
1
-0
/
+1
2014-03-04
genirq: Move kstat_incr_irqs_this_cpu() to core
Thomas Gleixner
1
-0
/
+7
2014-02-19
genirq: Provide irq_wake_thread()
Thomas Gleixner
1
-0
/
+1
2012-05-24
genirq: Introduce irq_do_set_affinity() to reduce duplicated code
Jiang Liu
1
-0
/
+3
2012-03-13
Merge branch 'linus' into irq/core
Thomas Gleixner
1
-1
/
+1
2012-03-09
genirq: Get rid of unnecessary IRQTF_DIED flag
Alexander Gordeev
1
-2
/
+0
2012-02-15
genirq: Handle pending irqs in irq_startup()
Thomas Gleixner
1
-1
/
+1
2012-01-13
module_param: make bool parameters really bool (core code)
Rusty Russell
1
-1
/
+1
2011-10-03
genirq: Add support for per-cpu dev_id interrupts
Marc Zyngier
1
-5
/
+14
[next]