index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
irq
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-02
Merge tag 'irq-msi-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2025-12-02
Merge tag 'irq-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-112
/
+161
2025-11-22
Merge tag 'v6.18-rc3' into irq/msi
Thomas Gleixner
2
-3
/
+3
2025-11-22
genirq: Remove cpumask availability check on kthread affinity setting
Frederic Weisbecker
1
-13
/
+4
2025-11-22
genirq: Fix interrupt threads affinity vs. cpuset isolated partitions
Frederic Weisbecker
1
-8
/
+15
2025-11-22
genirq: Prevent early spurious wake-ups of interrupt threads
Frederic Weisbecker
1
-1
/
+9
2025-11-18
genirq: Use raw_spinlock_irq() in irq_set_affinity_notifier()
Chengkaitao
1
-1
/
+1
2025-11-01
genirq/manage: Reduce priority of forced secondary interrupt handler
Lukas Wunner
1
-1
/
+4
2025-10-31
genirq/proc: Fix race in show_irq_affinity()
Muchun Song
1
-0
/
+2
2025-10-27
genirq: Kill irq_{g,s}et_percpu_devid_partition()
Marc Zyngier
1
-23
/
+1
2025-10-27
genirq: Allow per-cpu interrupt sharing for non-overlapping affinities
Marc Zyngier
2
-14
/
+61
2025-10-27
genirq: Update request_percpu_nmi() to take an affinity
Marc Zyngier
1
-5
/
+7
2025-10-27
genirq: Add affinity to percpu_devid interrupt requests
Marc Zyngier
1
-4
/
+10
2025-10-27
genirq: Factor-in percpu irqaction creation
Marc Zyngier
1
-16
/
+24
2025-10-27
genirq: Kill handle_percpu_devid_fasteoi_nmi()
Marc Zyngier
1
-25
/
+0
2025-10-27
irqdomain: Add firmware info reporting interface
Marc Zyngier
1
-5
/
+27
2025-10-24
genirq/manage: Add buslock back in to enable_irq()
Charles Keepax
1
-1
/
+1
2025-10-24
genirq/manage: Add buslock back in to __disable_irq_nosync()
Charles Keepax
1
-1
/
+1
2025-10-24
genirq/chip: Add buslock back in to irq_set_handler()
Charles Keepax
1
-1
/
+1
2025-10-20
genirq/msi: Slightly simplify msi_domain_alloc()
Christophe JAILLET
1
-1
/
+1
2025-09-30
Merge tag 'irq-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-77
/
+204
2025-09-23
genirq/msi: Remove msi_post_free()
Nam Cao
1
-3
/
+0
2025-09-03
genirq/test: Ensure CPU 1 is online for hotplug test
Brian Norris
1
-0
/
+2
2025-09-03
genirq/test: Drop CONFIG_GENERIC_IRQ_MIGRATION assumptions
Brian Norris
1
-4
/
+0
2025-09-03
genirq/test: Depend on SPARSE_IRQ
Brian Norris
1
-0
/
+1
2025-09-03
genirq/test: Fail early if interrupt request fails
Brian Norris
1
-5
/
+5
2025-09-03
genirq/test: Factor out fake-virq setup
Brian Norris
1
-25
/
+20
2025-09-03
genirq/test: Select IRQ_DOMAIN
Brian Norris
1
-0
/
+1
2025-09-03
genirq/test: Fix depth tests on architectures with NOREQUEST by default.
David Gow
1
-0
/
+12
2025-09-03
genirq: Add support for warning on long-running interrupt handlers
Wladislav Wiebe
1
-1
/
+48
2025-08-24
genirq/devres: Add error handling in devm_request_*_irq()
Pan Chuang
1
-40
/
+87
2025-08-23
genirq: Add irq_chip_(startup/shutdown)_parent()
Inochi Amaoto
1
-0
/
+37
2025-08-23
genirq: Remove GENERIC_IRQ_LEGACY
Sebastian Andrzej Siewior
2
-11
/
+0
2025-08-06
genirq/test: Resolve irq lock inversion warnings
Brian Norris
1
-1
/
+3
2025-08-01
Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
Linus Torvalds
1
-1
/
+7
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-0
/
+1
2025-07-29
Merge tag 'irq-drivers-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-1
/
+3
2025-07-29
Merge tag 'irq-core-2025-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
7
-58
/
+312
2025-07-22
genirq: Teach handle_simple_irq() to resend an in-progress interrupt
Marc Zyngier
1
-1
/
+7
2025-07-22
genirq: Prevent migration live lock in handle_edge_irq()
Thomas Gleixner
1
-2
/
+39
2025-07-22
genirq: Split up irq_pm_check_wakeup()
Thomas Gleixner
3
-13
/
+11
2025-07-22
genirq: Move irq_wait_for_poll() to call site
Thomas Gleixner
3
-45
/
+25
2025-07-22
genirq: Remove pointless local variable
Thomas Gleixner
1
-3
/
+1
2025-07-11
irqdomain: Export irq_domain_free_irqs_top()
Nam Cao
1
-0
/
+1
2025-07-03
irqdomain: Add device pointer to irq_domain_info and msi_domain_info
Thomas Gleixner
2
-1
/
+3
2025-07-01
lib/group_cpus: Let group_cpu_evenly() return the number of initialized masks
Daniel Wagner
1
-6
/
+5
2025-06-13
genirq/irq_sim: Initialize work context pointers properly
Gyeyoung Baek
1
-1
/
+1
2025-06-13
genirq: Add kunit tests for depth counts
Brian Norris
3
-0
/
+241
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
[next]