summaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)AuthorLines
2025-04-30genirq/msi: Prevent NULL pointer dereference in msi_domain_debug_show()Andrew Jones-1/+1
2025-04-04genirq/migration: Use irqd_get_parent_data() in irq_force_complete_move()Thomas Gleixner-1/+1
2025-04-04irqdomain: Rename irq_get_default_host() to irq_get_default_domain()Jiri Slaby (SUSE)-3/+3
2025-04-04irqdomain: Rename irq_set_default_host() to irq_set_default_domain()Jiri Slaby (SUSE)-4/+4
2025-03-28Revert "Merge tag 'irq-msi-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-55/+106
2025-03-27Merge tag 'powerpc-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-51/+0
2025-03-26Merge tag 'iommu-updates-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+1
2025-03-25Merge tag 'for-linus-6.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2025-03-25Merge tag 'irq-drivers-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+22
2025-03-25Merge tag 'irq-msi-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-106/+55
2025-03-21PCI/MSI: Convert pci_msi_ignore_mask to per MSI domain flagRoger Pau Monne-1/+1
2025-03-13genirq/msi: Rename msi_[un]lock_descs()Thomas Gleixner-6/+10
2025-03-13genirq/msi: Use lock guards for MSI descriptor lockingThomas Gleixner-69/+40
2025-03-13genirq/msi: Make a few functions staticThomas Gleixner-33/+7
2025-03-10genirq: Make a few functions staticThomas Gleixner-31/+22
2025-03-03genirq/msi: Expose MSI message data in debugfsHans Zhang-0/+19
2025-02-28Merge tag 'for-joerg' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/io...Joerg Roedel-0/+1
2025-02-26genirq: Remove IRQ_EDGE_EOI_HANDLERMichael Ellerman-51/+0
2025-02-21irqchip: Have CONFIG_IRQ_MSI_IOMMU be selected by irqchips that need itJason Gunthorpe-0/+1
2025-02-20genirq: Introduce irq_can_move_in_process_context()Anup Patel-0/+10
2025-02-20genirq: Introduce common irq_force_complete_move() implementationThomas Gleixner-0/+12
2025-02-13genirq: Remove unused CONFIG_GENERIC_PENDING_IRQ_CHIPFLAGSAnup Patel-4/+0
2025-01-21Merge tag 'irq-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-46/+71
2025-01-16genirq/generic_chip: Export irq_gc_mask_disable_and_ack_set()Dr. David Alan Gilbert-0/+1
2025-01-15genirq/timings: Add kernel-doc for a function parameterRandy Dunlap-0/+1
2025-01-15genirq: Remove IRQ_MOVE_PCNTXT and related codeThomas Gleixner-22/+1
2025-01-15genirq: Provide IRQCHIP_MOVE_DEFERREDThomas Gleixner-3/+20
2025-01-15genirq: Remove handle_enforce_irqctx() wrapperThomas Gleixner-7/+2
2025-01-15genirq: Make handle_enforce_irqctx() unconditionally availableThomas Gleixner-6/+3
2024-12-11genirq/kexec: Prevent redundant IRQ masking by checking state before shutdownEliav Farber-6/+2
2024-12-11kexec: Consolidate machine_kexec_mask_interrupts() implementationEliav Farber-1/+47
2024-12-03genirq/proc: Add missing space separator backThomas Gleixner-3/+4
2024-12-03genirq: Reuse irq_thread_fn() for forced thread caseAndy Shevchenko-5/+1
2024-12-03genirq: Move irq_thread_fn() further up in the codeAndy Shevchenko-19/+16
2024-11-19Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-11/+36
2024-11-13genirq/proc: Use seq_put_decimal_ull_width() for decimal valuesDavid Wang-3/+6
2024-10-27genirq/irqdesc: Use str_enabled_disabled() helper in wakeup_show()Thorsten Blum-2/+2
2024-10-27genirq/msi: Fix off-by-one error in msi_domain_alloc()Jinjie Ruan-1/+1
2024-10-24genirq/devres: Don't free interrupt which is not managed by devresZijun Hu-2/+1
2024-10-16genirq: Unexport nr_irqsBart Van Assche-2/+1
2024-10-16genirq: Switch to irq_get_nr_irqs()Bart Van Assche-2/+3
2024-10-16genirq: Introduce irq_get_nr_irqs() and irq_set_nr_irqs()Bart Van Assche-0/+23
2024-09-23Merge tag 'pci-v6.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2024-09-17Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-112/+149
2024-09-08genirq: Use cpumask_intersects()Costa Shulyupin-3/+3
2024-09-06genirq/cpuhotplug: Use cpumask_intersects()Costa Shulyupin-2/+2
2024-08-29irqdomain: Use IS_ERR_OR_NULL() in irq_domain_trim_hierarchy()Hongbo Li-1/+1
2024-08-29genirq/msi: Use kmemdup_array() instead of kmemdup()Jinjie Ruan-1/+1
2024-08-29genirq/proc: Change the return value for set affinity permission errorJeff Xie-1/+1
2024-08-29genirq/proc: Use irq_move_pending() in show_irq_affinity()Jinjie Ruan-4/+2