aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/irq
AgeCommit message (Expand)AuthorFilesLines
2025-03-03genirq/msi: Expose MSI message data in debugfsHans Zhang1-0/+19
2025-02-28Merge tag 'for-joerg' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd into coreJoerg Roedel1-0/+1
2025-02-26genirq: Remove IRQ_EDGE_EOI_HANDLERMichael Ellerman2-51/+0
2025-02-21irqchip: Have CONFIG_IRQ_MSI_IOMMU be selected by irqchips that need itJason Gunthorpe1-0/+1
2025-02-20genirq: Introduce irq_can_move_in_process_context()Anup Patel1-0/+10
2025-02-20genirq: Introduce common irq_force_complete_move() implementationThomas Gleixner2-0/+12
2025-02-13genirq: Remove unused CONFIG_GENERIC_PENDING_IRQ_CHIPFLAGSAnup Patel1-4/+0
2025-01-21Merge tag 'irq-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-46/+71
2025-01-16genirq/generic_chip: Export irq_gc_mask_disable_and_ack_set()Dr. David Alan Gilbert1-0/+1
2025-01-15genirq/timings: Add kernel-doc for a function parameterRandy Dunlap1-0/+1
2025-01-15genirq: Remove IRQ_MOVE_PCNTXT and related codeThomas Gleixner4-22/+1
2025-01-15genirq: Provide IRQCHIP_MOVE_DEFERREDThomas Gleixner3-3/+20
2025-01-15genirq: Remove handle_enforce_irqctx() wrapperThomas Gleixner3-7/+2
2025-01-15genirq: Make handle_enforce_irqctx() unconditionally availableThomas Gleixner1-6/+3
2024-12-11genirq/kexec: Prevent redundant IRQ masking by checking state before shutdownEliav Farber1-6/+2
2024-12-11kexec: Consolidate machine_kexec_mask_interrupts() implementationEliav Farber3-1/+47
2024-12-03genirq/proc: Add missing space separator backThomas Gleixner1-3/+4
2024-12-03genirq: Reuse irq_thread_fn() for forced thread caseAndy Shevchenko1-5/+1
2024-12-03genirq: Move irq_thread_fn() further up in the codeAndy Shevchenko1-19/+16
2024-11-19Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-11/+36
2024-11-13genirq/proc: Use seq_put_decimal_ull_width() for decimal valuesDavid Wang1-3/+6
2024-10-27genirq/irqdesc: Use str_enabled_disabled() helper in wakeup_show()Thorsten Blum1-2/+2
2024-10-27genirq/msi: Fix off-by-one error in msi_domain_alloc()Jinjie Ruan1-1/+1
2024-10-24genirq/devres: Don't free interrupt which is not managed by devresZijun Hu1-2/+1
2024-10-16genirq: Unexport nr_irqsBart Van Assche1-2/+1
2024-10-16genirq: Switch to irq_get_nr_irqs()Bart Van Assche2-2/+3
2024-10-16genirq: Introduce irq_get_nr_irqs() and irq_set_nr_irqs()Bart Van Assche1-0/+23
2024-09-23Merge tag 'pci-v6.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-1/+1
2024-09-17Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-112/+149
2024-09-08genirq: Use cpumask_intersects()Costa Shulyupin2-3/+3
2024-09-06genirq/cpuhotplug: Use cpumask_intersects()Costa Shulyupin1-2/+2
2024-08-29irqdomain: Use IS_ERR_OR_NULL() in irq_domain_trim_hierarchy()Hongbo Li1-1/+1
2024-08-29genirq/msi: Use kmemdup_array() instead of kmemdup()Jinjie Ruan1-1/+1
2024-08-29genirq/proc: Change the return value for set affinity permission errorJeff Xie1-1/+1
2024-08-29genirq/proc: Use irq_move_pending() in show_irq_affinity()Jinjie Ruan1-4/+2
2024-08-29genirq/proc: Correctly set file permissions for affinity control filesJeff Xie1-2/+7
2024-08-27genirq: Get rid of global lock in irq_do_set_affinity()Marc Zyngier1-12/+9
2024-08-20irqdomain: Always associate interrupts for legacy domainsMatti Vaittinen1-6/+10
2024-08-13irqdomain: Remove stray '-' in the domain nameAndy Shevchenko1-2/+2
2024-08-13irqdomain: Clarify checks for bus_tokenAndy Shevchenko1-8/+14
2024-08-09Merge tag 'irq-domain-24-08-09' into irq/coreThomas Gleixner1-85/+113
2024-08-09irqdomain: Allow giving name suffix for domainMatti Vaittinen1-7/+23
2024-08-09irqdomain: Cleanup domain name allocationThomas Gleixner1-51/+55
2024-08-09irqdomain: Simplify simple and legacy domain creationMatti Vaittinen1-33/+41
2024-08-08genirq/irq_sim: Remove unused irq_sim_work_ctx:: Irq_baseJiri Slaby (SUSE)1-1/+0
2024-08-07genirq/irqdesc: Honor caller provided affinity in alloc_desc()Shay Drory1-0/+1
2024-07-29genirq/msi: Silence 'set affinity failed' warningMarek Vasut1-1/+1
2024-07-22Merge tag 'irq-msi-2024-07-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-76/+22
2024-07-22Merge tag 'irq-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-128/+338
2024-07-18genirq/msi: Move msi_device_data to coreThomas Gleixner1-2/+18