index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
irq
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-13
genirq/irq_sim: Initialize work context pointers properly
Gyeyoung Baek
1
-1
/
+1
2025-06-13
genirq/cpuhotplug: Restore affinity even for suspended IRQ
Brian Norris
1
-7
/
+0
2025-06-13
genirq/cpuhotplug: Rebalance managed interrupts across multi-CPU hotplug
Brian Norris
1
-0
/
+8
2025-05-27
Merge tag 'irq-msi-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-77
/
+115
2025-05-27
Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-71
/
+3
2025-05-27
Merge tag 'irq-drivers-2025-05-25' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-31
/
+16
2025-05-27
Merge tag 'irq-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
12
-1367
/
+1014
2025-05-21
genirq/irqdesc: Remove double locking in hwirq_show()
Claudiu Beznea
1
-1
/
+0
2025-05-16
genirq/msi: Add helper for creating MSI-parent irq domains
Marc Zyngier
1
-0
/
+26
2025-05-16
irqdomain: Fix kernel-doc and add it to Documentation
Jiri Slaby (SUSE)
1
-2
/
+2
2025-05-16
irqdomain: Drop irq_domain_add_*() functions
Jiri Slaby (SUSE)
1
-27
/
+0
2025-05-16
irqdomain: Make irq_domain_create_hierarchy() an inline
Jiri Slaby (SUSE)
1
-41
/
+0
2025-05-16
irqdomain: Drop of_node_to_fwnode()
Jiri Slaby (SUSE)
1
-2
/
+2
2025-05-15
genirq: Retain disable depth for managed interrupts across CPU hotplug
Brian Norris
3
-2
/
+23
2025-05-15
genirq: Bump the size of the local variable for sprintf()
Andy Shevchenko
1
-1
/
+1
2025-05-14
genirq/msi: Engage the .msi_teardown() callback on domain removal
Marc Zyngier
1
-0
/
+3
2025-05-14
genirq/msi: Move prepare() call to per-device allocation
Marc Zyngier
1
-4
/
+31
2025-05-14
irqchip/gic-v3-its: Implement .msi_teardown() callback
Marc Zyngier
1
-2
/
+1
2025-05-14
genirq/msi: Add .msi_teardown() callback as the reverse of .msi_prepare()
Marc Zyngier
1
-0
/
+8
2025-05-14
genirq/manage: Use the correct lock guard in irq_set_irq_wake()
Jon Hunter
1
-1
/
+1
2025-05-13
genirq: Consistently use '%u' format specifier for unsigned int variables
Andy Shevchenko
2
-3
/
+3
2025-05-13
genirq: Ensure flags in lock guard is consistently initialized
Nathan Chancellor
1
-4
/
+4
2025-05-09
genirq: Fix inverted condition in handle_nested_irq()
Thomas Gleixner
1
-1
/
+1
2025-05-08
genirq/cpuhotplug: Fix up lock guards conversion brainf..t
Thomas Gleixner
1
-1
/
+1
2025-05-07
genirq: Use scoped_guard() to shut clang up
Thomas Gleixner
1
-2
/
+2
2025-05-07
genirq: Remove unused remove_percpu_irq()
Dr. David Alan Gilbert
1
-15
/
+0
2025-05-07
genirq: Remove irq_[get|put]_desc*()
Thomas Gleixner
1
-24
/
+0
2025-05-07
genirq/manage: Rework irq_set_irqchip_state()
Thomas Gleixner
1
-28
/
+15
2025-05-07
genirq/manage: Rework irq_get_irqchip_state()
Thomas Gleixner
1
-16
/
+6
2025-05-07
genirq/manage: Rework teardown_percpu_nmi()
Thomas Gleixner
1
-14
/
+5
2025-05-07
genirq/manage: Rework prepare_percpu_nmi()
Thomas Gleixner
1
-21
/
+8
2025-05-07
genirq/manage: Rework disable_percpu_irq()
Thomas Gleixner
1
-9
/
+2
2025-05-07
genirq/manage: Rework irq_percpu_is_enabled()
Thomas Gleixner
1
-13
/
+3
2025-05-07
genirq/manage: Rework enable_percpu_irq()
Thomas Gleixner
1
-26
/
+16
2025-05-07
genirq/manage: Rework irq_set_parent()
Thomas Gleixner
1
-10
/
+5
2025-05-07
genirq/manage: Rework can_request_irq()
Thomas Gleixner
1
-13
/
+8
2025-05-07
genirq/manage: Rework irq_set_irq_wake()
Thomas Gleixner
1
-35
/
+30
2025-05-07
genirq/manage: Rework enable_irq()
Thomas Gleixner
1
-11
/
+6
2025-05-07
genirq/manage: Rework __disable_irq_nosync()
Thomas Gleixner
1
-8
/
+5
2025-05-07
genirq/manage: Rework irq_set_vcpu_affinity()
Thomas Gleixner
1
-23
/
+16
2025-05-07
genirq/manage: Rework __irq_apply_affinity_hint()
Thomas Gleixner
1
-12
/
+10
2025-05-07
genirq/manage: Rework irq_update_affinity_desc()
Thomas Gleixner
1
-40
/
+28
2025-05-07
genirq/manage: Convert to lock guards
Thomas Gleixner
1
-97
/
+58
2025-05-07
genirq/manage: Cleanup kernel doc comments
Thomas Gleixner
1
-289
/
+271
2025-05-07
genirq/chip: Rework irq_modify_status()
Thomas Gleixner
1
-27
/
+23
2025-05-07
genirq/chip: Rework irq_set_handler() variants
Thomas Gleixner
1
-23
/
+11
2025-05-07
genirq/chip: Rework irq_set_chip_data()
Thomas Gleixner
1
-12
/
+9
2025-05-07
genirq/chip: Rework irq_set_msi_desc_off()
Thomas Gleixner
1
-21
/
+17
2025-05-07
genirq/chip: Rework irq_set_handler_data()
Thomas Gleixner
1
-12
/
+9
2025-05-07
genirq/chip: Rework irq_set_irq_type()
Thomas Gleixner
1
-13
/
+6
[next]