index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
irq
Commit message (
Expand
)
Author
Age
Files
Lines
*
genirq/affinity: Handle affinity setting on inactive interrupts correctly
Thomas Gleixner
2020-07-22
1
-2
/
+35
*
genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy()
Alexander Sverdlin
2020-04-17
1
-5
/
+5
*
genirq: Fix reference leaks on irq affinity notifiers
Edward Cree
2020-04-02
1
-2
/
+9
*
genirq/proc: Reject invalid affinity masks (again)
Thomas Gleixner
2020-02-28
3
-18
/
+24
*
x86/apic/msi: Plug non-maskable MSI affinity race
Thomas Gleixner
2020-02-11
2
-1
/
+5
*
irqdomain: Fix a memory leak in irq_domain_push_irq()
Kevin Hao
2020-02-11
1
-0
/
+1
*
irqdomain: Add the missing assignment of domain->fwnode for named fwnode
Dexuan Cui
2020-01-27
1
-0
/
+1
*
genirq/debugfs: Reinstate full OF path for domain name
Marc Zyngier
2020-01-27
1
-1
/
+1
*
irq/matrix: Fix memory overallocation
Michael Kelley
2019-12-01
1
-1
/
+1
*
genirq: Prevent NULL pointer dereference in resend_irqs()
Yunfeng Ye
2019-09-19
1
-0
/
+2
*
genirq: Properly pair kobject_del() with kobject_add()
Michael Kelley
2019-08-29
1
-1
/
+14
*
genirq: Add optional hardware synchronization for shutdown
Thomas Gleixner
2019-07-21
2
-19
/
+60
*
genirq: Fix misleading synchronize_irq() documentation
Thomas Gleixner
2019-07-21
1
-1
/
+2
*
genirq: Delay deactivation in free_irq()
Thomas Gleixner
2019-07-21
5
-4
/
+21
*
genirq: Prevent use-after-free and work list corruption
Prasad Sodagudi
2019-05-10
1
-1
/
+3
*
genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=n
Kefeng Wang
2019-04-17
1
-0
/
+1
*
genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()
Stephen Boyd
2019-04-17
1
-0
/
+4
*
genirq: Avoid summation loops for /proc/stat
Thomas Gleixner
2019-04-05
3
-4
/
+23
*
genirq: Make sure the initial affinity is not empty
Srinivas Ramana
2019-03-05
1
-0
/
+3
*
genirq/matrix: Improve target CPU selection for managed interrupts.
Long Li
2019-03-05
1
-4
/
+30
*
irq/matrix: Spread managed interrupts on allocation
Dou Liyang
2019-03-05
1
-3
/
+14
*
irq/matrix: Split out the CPU selection code into a helper
Dou Liyang
2019-03-05
1
-27
/
+38
*
genirq/affinity: Spread IRQs to all available NUMA nodes
Long Li
2019-02-12
1
-3
/
+2
*
genirq: Fix race on spurious interrupt detection
Lukas Wunner
2018-11-13
1
-2
/
+6
*
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-08-13
4
-36
/
+47
|
\
|
*
Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...
Thomas Gleixner
2018-08-06
1
-0
/
+1
|
|
\
|
*
|
genirq/irqchip: Remove MULTI_IRQ_HANDLER as it's now obselete
Palmer Dabbelt
2018-08-03
1
-1
/
+0
|
*
|
genirq: Remove redundant NULL pointer check in __free_irq()
RAGHU Halharvi
2018-07-17
1
-3
/
+0
|
*
|
genirq: Synchronize only with single thread on free_irq()
Lukas Wunner
2018-06-24
1
-10
/
+23
|
*
|
genirq: Update code comments wrt recycled thread_mask
Lukas Wunner
2018-06-24
1
-5
/
+4
|
*
|
genirq: Speedup show_interrupts()
Eric Dumazet
2018-06-22
1
-10
/
+12
|
*
|
genirq: Fix editing error in a comment
Jonathan Neuschäfer
2018-06-19
1
-1
/
+1
|
*
|
genirq: Use rcu in kstat_irqs_usr()
Eric Dumazet
2018-06-19
1
-6
/
+7
*
|
|
genirq: Make force irq threading setup more robust
Thomas Gleixner
2018-08-03
1
-1
/
+8
|
|
/
|
/
|
*
|
genirq/debugfs: Add missing IRQCHIP_SUPPORTS_LEVEL_MSI debug
Marc Zyngier
2018-06-22
1
-0
/
+1
|
/
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-06-10
2
-13
/
+55
|
\
|
*
genirq/affinity: Defer affinity setting if irq chip is busy
Thomas Gleixner
2018-06-06
1
-2
/
+35
|
*
genirq/migration: Avoid out of line call if pending is not set
Thomas Gleixner
2018-06-06
1
-4
/
+1
|
*
genirq/generic_pending: Do not lose pending affinity update
Thomas Gleixner
2018-06-06
1
-7
/
+19
*
|
ide: don't enable/disable interrupts in force threaded-IRQ mode
Sebastian Andrzej Siewior
2018-06-05
1
-0
/
+1
*
|
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-06-04
2
-15
/
+25
|
\
\
|
*
|
genirq/msi: Allow level-triggered MSIs to be exposed by MSI providers
Marc Zyngier
2018-05-13
1
-9
/
+24
|
*
|
genirq/irq_sim: Remove the license boilerplate
Bartosz Golaszewski
2018-04-26
1
-6
/
+1
|
|
/
*
/
proc: introduce proc_create_single{,_data}
Christoph Hellwig
2018-05-16
1
-72
/
+10
|
/
*
genirq/affinity: Spread irq vectors among present CPUs as far as possible
Ming Lei
2018-04-06
1
-6
/
+37
*
genirq/affinity: Allow irq spreading from a given starting point
Ming Lei
2018-04-06
1
-15
/
+20
*
genirq/affinity: Move actual irq vector spreading into a helper function
Ming Lei
2018-04-06
1
-42
/
+55
*
genirq/affinity: Rename *node_to_possible_cpumask as *node_to_cpumask
Ming Lei
2018-04-06
1
-13
/
+13
*
genirq/affinity: Don't return with empty affinity masks on error
Thomas Gleixner
2018-04-06
1
-7
/
+8
*
genirq: Make GENERIC_IRQ_MULTI_HANDLER depend on !MULTI_IRQ_HANDLER
Palmer Dabbelt
2018-04-04
1
-0
/
+1
[next]