index
:
Linux Stable
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.13.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
*
Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-09-17
8
-112
/
+149
|
\
|
*
genirq: Use cpumask_intersects()
Costa Shulyupin
2024-09-08
2
-3
/
+3
|
*
genirq/cpuhotplug: Use cpumask_intersects()
Costa Shulyupin
2024-09-06
1
-2
/
+2
|
*
irqdomain: Use IS_ERR_OR_NULL() in irq_domain_trim_hierarchy()
Hongbo Li
2024-08-29
1
-1
/
+1
|
*
genirq/msi: Use kmemdup_array() instead of kmemdup()
Jinjie Ruan
2024-08-29
1
-1
/
+1
|
*
genirq/proc: Change the return value for set affinity permission error
Jeff Xie
2024-08-29
1
-1
/
+1
|
*
genirq/proc: Use irq_move_pending() in show_irq_affinity()
Jinjie Ruan
2024-08-29
1
-4
/
+2
|
*
genirq/proc: Correctly set file permissions for affinity control files
Jeff Xie
2024-08-29
1
-2
/
+7
|
*
genirq: Get rid of global lock in irq_do_set_affinity()
Marc Zyngier
2024-08-27
1
-12
/
+9
|
*
irqdomain: Always associate interrupts for legacy domains
Matti Vaittinen
2024-08-20
1
-6
/
+10
|
*
irqdomain: Remove stray '-' in the domain name
Andy Shevchenko
2024-08-13
1
-2
/
+2
|
*
irqdomain: Clarify checks for bus_token
Andy Shevchenko
2024-08-13
1
-8
/
+14
|
*
Merge tag 'irq-domain-24-08-09' into irq/core
Thomas Gleixner
2024-08-09
1
-85
/
+113
|
|
\
|
|
*
irqdomain: Allow giving name suffix for domain
Matti Vaittinen
2024-08-09
1
-7
/
+23
|
|
*
irqdomain: Cleanup domain name allocation
Thomas Gleixner
2024-08-09
1
-51
/
+55
|
|
*
irqdomain: Simplify simple and legacy domain creation
Matti Vaittinen
2024-08-09
1
-33
/
+41
|
*
|
genirq/irq_sim: Remove unused irq_sim_work_ctx:: Irq_base
Jiri Slaby (SUSE)
2024-08-08
1
-1
/
+0
|
|
/
*
/
genirq/irqdesc: Honor caller provided affinity in alloc_desc()
Shay Drory
2024-08-07
1
-0
/
+1
|
/
*
Merge tag 'irq-msi-2024-07-22' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-07-22
2
-76
/
+22
|
\
|
*
genirq/msi: Move msi_device_data to core
Thomas Gleixner
2024-07-18
1
-2
/
+18
|
*
genirq/msi: Remove platform MSI leftovers
Thomas Gleixner
2024-07-18
1
-73
/
+2
|
*
irqdomain: Fix formatting irq_find_matching_fwspec() kerneldoc comment
Anna-Maria Behnsen
2024-06-23
1
-1
/
+2
*
|
Merge tag 'irq-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-07-22
6
-128
/
+338
|
\
\
|
*
|
irqdomain: Remove __irq_domain_add()
Herve Codina
2024-06-17
1
-33
/
+0
|
*
|
irqdomain: Convert domain creation functions to irq_domain_instantiate()
Herve Codina
2024-06-17
1
-5
/
+21
|
*
|
irqdomain: Add a resource managed version of irq_domain_instantiate()
Herve Codina
2024-06-17
1
-0
/
+41
|
*
|
irqdomain: Add support for generic irq chips creation before publishing a domain
Herve Codina
2024-06-17
1
-1
/
+13
|
*
|
genirq/generic_chip: Introduce init() and exit() hooks
Herve Codina
2024-06-17
1
-2
/
+22
|
*
|
genirq/generic_chip: Introduce irq_domain_{alloc,remove}_generic_chips()
Herve Codina
2024-06-17
1
-23
/
+68
|
*
|
irqdomain: Introduce init() and exit() hooks
Herve Codina
2024-06-17
1
-0
/
+15
|
*
|
irqdomain: Handle domain bus token in irq_domain_create()
Herve Codina
2024-06-17
1
-6
/
+24
|
*
|
irqdomain: Make __irq_domain_create() return an error code
Herve Codina
2024-06-17
1
-5
/
+5
|
*
|
irqdomain: Use irq_domain_instantiate() for hierarchy domain creation
Herve Codina
2024-06-17
1
-12
/
+5
|
*
|
irqdomain: Handle domain hierarchy parent in irq_domain_instantiate()
Herve Codina
2024-06-17
1
-0
/
+7
|
*
|
irqdomain: Handle additional domain flags in irq_domain_instantiate()
Herve Codina
2024-06-17
1
-0
/
+2
|
*
|
irqdomain: Convert __irq_domain_create() to use struct irq_domain_info
Herve Codina
2024-06-17
1
-24
/
+24
|
*
|
irqdomain: Use a dedicated function to set the domain name
Herve Codina
2024-06-17
1
-31
/
+38
|
*
|
irqdomain: Introduce irq_domain_instantiate()
Herve Codina
2024-06-17
1
-7
/
+32
|
*
|
irqdomain: Introduce irq_domain_free()
Herve Codina
2024-06-17
1
-6
/
+10
|
*
|
irqdomain: Fixed unbalanced fwnode get and put
Herve Codina
2024-06-17
1
-5
/
+2
|
*
|
irqdomain: Add missing parameter descriptions in kernel-doc comments
Herve Codina
2024-06-05
1
-0
/
+27
|
*
|
genirq/debugfs: Print irqdomain flags as human-readable strings
Jinjie Ruan
2024-06-03
3
-10
/
+27
|
*
|
genirq/proc: Simplify irqdesc::kstat_irqs handling further
Adrian Huang
2024-06-03
1
-5
/
+2
|
|
/
*
|
Merge tag 'perf-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-07-16
1
-1
/
+1
|
\
\
|
*
|
task_work: s/task_work_cancel()/task_work_cancel_func()/
Frederic Weisbecker
2024-07-09
1
-1
/
+1
|
|
/
*
/
genirq/irq_sim: add an extended irq_sim initializer
Bartosz Golaszewski
2024-07-04
1
-3
/
+57
|
/
*
genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after()
dicken.ding
2024-05-24
1
-1
/
+4
*
genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offline
Dongli Zhang
2024-05-23
1
-8
/
+8
*
Merge tag 'vfio-v6.10-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2024-05-20
1
-0
/
+2
|
\
|
*
genirq/msi: Add MSI allocation helper and export MSI functions
Nipun Gupta
2024-04-23
1
-0
/
+2
[next]