index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
irq
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-07
genirq: Provide conditional lock guards
Thomas Gleixner
1
-6
/
+29
2025-05-05
genirq/irqdesc: Decrease indentation level in __irq_get_desc_lock()
Andy Shevchenko
1
-17
/
+17
2025-04-30
genirq/msi: Prevent NULL pointer dereference in msi_domain_debug_show()
Andrew Jones
1
-1
/
+1
2025-04-16
genirq/irqdesc: Use sysfs_emit() to instead of s*printf()
Andy Shevchenko
1
-14
/
+10
2025-04-09
genirq/msi: Rename msi_[un]lock_descs()
Thomas Gleixner
1
-6
/
+10
2025-04-09
genirq/msi: Use lock guards for MSI descriptor locking
Thomas Gleixner
1
-69
/
+40
2025-04-08
genirq/generic-chip: Fix incorrect lock guard conversions
Geert Uytterhoeven
1
-2
/
+2
2025-04-07
genirq/generic-chip: Convert core code to lock guards
Thomas Gleixner
1
-31
/
+16
2025-04-07
irqdomain: Support three-cell scheme interrupts
Yixun Lan
1
-0
/
+56
2025-04-04
genirq/migration: Use irqd_get_parent_data() in irq_force_complete_move()
Thomas Gleixner
1
-1
/
+1
2025-04-04
irqdomain: Rename irq_get_default_host() to irq_get_default_domain()
Jiri Slaby (SUSE)
1
-3
/
+3
2025-04-04
irqdomain: Rename irq_set_default_host() to irq_set_default_domain()
Jiri Slaby (SUSE)
1
-4
/
+4
2025-03-28
Revert "Merge tag 'irq-msi-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-55
/
+106
2025-03-27
Merge tag 'powerpc-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2
-51
/
+0
2025-03-26
Merge tag 'iommu-updates-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2025-03-25
Merge tag 'for-linus-6.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2025-03-25
Merge tag 'irq-drivers-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-0
/
+22
2025-03-25
Merge tag 'irq-msi-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-106
/
+55
2025-03-21
PCI/MSI: Convert pci_msi_ignore_mask to per MSI domain flag
Roger Pau Monne
1
-1
/
+1
2025-03-13
genirq/msi: Rename msi_[un]lock_descs()
Thomas Gleixner
1
-6
/
+10
2025-03-13
genirq/msi: Use lock guards for MSI descriptor locking
Thomas Gleixner
1
-69
/
+40
2025-03-13
genirq/msi: Make a few functions static
Thomas Gleixner
1
-33
/
+7
2025-03-10
genirq: Make a few functions static
Thomas Gleixner
5
-31
/
+22
2025-03-03
genirq/msi: Expose MSI message data in debugfs
Hans Zhang
1
-0
/
+19
2025-02-28
Merge tag 'for-joerg' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/io...
Joerg Roedel
1
-0
/
+1
2025-02-26
genirq: Remove IRQ_EDGE_EOI_HANDLER
Michael Ellerman
2
-51
/
+0
2025-02-21
irqchip: Have CONFIG_IRQ_MSI_IOMMU be selected by irqchips that need it
Jason Gunthorpe
1
-0
/
+1
2025-02-20
genirq: Introduce irq_can_move_in_process_context()
Anup Patel
1
-0
/
+10
2025-02-20
genirq: Introduce common irq_force_complete_move() implementation
Thomas Gleixner
2
-0
/
+12
2025-02-13
genirq: Remove unused CONFIG_GENERIC_PENDING_IRQ_CHIPFLAGS
Anup Patel
1
-4
/
+0
2025-01-21
Merge tag 'irq-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
12
-46
/
+71
2025-01-16
genirq/generic_chip: Export irq_gc_mask_disable_and_ack_set()
Dr. David Alan Gilbert
1
-0
/
+1
2025-01-15
genirq/timings: Add kernel-doc for a function parameter
Randy Dunlap
1
-0
/
+1
2025-01-15
genirq: Remove IRQ_MOVE_PCNTXT and related code
Thomas Gleixner
4
-22
/
+1
2025-01-15
genirq: Provide IRQCHIP_MOVE_DEFERRED
Thomas Gleixner
3
-3
/
+20
2025-01-15
genirq: Remove handle_enforce_irqctx() wrapper
Thomas Gleixner
3
-7
/
+2
2025-01-15
genirq: Make handle_enforce_irqctx() unconditionally available
Thomas Gleixner
1
-6
/
+3
2024-12-11
genirq/kexec: Prevent redundant IRQ masking by checking state before shutdown
Eliav Farber
1
-6
/
+2
2024-12-11
kexec: Consolidate machine_kexec_mask_interrupts() implementation
Eliav Farber
3
-1
/
+47
2024-12-03
genirq/proc: Add missing space separator back
Thomas Gleixner
1
-3
/
+4
2024-12-03
genirq: Reuse irq_thread_fn() for forced thread case
Andy Shevchenko
1
-5
/
+1
2024-12-03
genirq: Move irq_thread_fn() further up in the code
Andy Shevchenko
1
-19
/
+16
2024-11-19
Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-11
/
+36
2024-11-13
genirq/proc: Use seq_put_decimal_ull_width() for decimal values
David Wang
1
-3
/
+6
2024-10-27
genirq/irqdesc: Use str_enabled_disabled() helper in wakeup_show()
Thorsten Blum
1
-2
/
+2
2024-10-27
genirq/msi: Fix off-by-one error in msi_domain_alloc()
Jinjie Ruan
1
-1
/
+1
2024-10-24
genirq/devres: Don't free interrupt which is not managed by devres
Zijun Hu
1
-2
/
+1
2024-10-16
genirq: Unexport nr_irqs
Bart Van Assche
1
-2
/
+1
2024-10-16
genirq: Switch to irq_get_nr_irqs()
Bart Van Assche
2
-2
/
+3
2024-10-16
genirq: Introduce irq_get_nr_irqs() and irq_set_nr_irqs()
Bart Van Assche
1
-0
/
+23
[prev]
[next]