summaryrefslogtreecommitdiff
path: root/kernel/irq
AgeCommit message (Expand)AuthorFilesLines
2024-03-26genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amdRafael J. Wysocki1-2/+7
2024-03-12Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-56/+184
2024-02-23genirq/matrix: Dynamic bitmap allocationBjörn Töpel1-11/+17
2024-02-20genirq/irqdomain: Don't call ops->select for DOMAIN_BUS_ANY tokensMarc Zyngier1-1/+1
2024-02-19genirq: Wake interrupt threads immediately when changing affinityCrystal Wood1-54/+55
2024-02-15genirq/msi: Provide MSI_FLAG_PARENT_PM_DEVThomas Gleixner1-1/+4
2024-02-15genirq/irqdomain: Reroute device MSI create_mappingThomas Gleixner1-6/+20
2024-02-15genirq/msi: Provide allocation/free functions for "wired" MSI interruptsThomas Gleixner1-0/+68
2024-02-15genirq/msi: Optionally use dev->fwnode for device domainThomas Gleixner1-4/+16
2024-02-15genirq/msi: Split msi_domain_alloc_irq_at()Thomas Gleixner1-33/+43
2024-02-15genirq/msi: Provide optional translation opThomas Gleixner1-0/+15
2024-02-15genirq/irqdomain: Remove the param count restriction from select()Thomas Gleixner1-1/+1
2024-01-29genirq/irq_sim: Shrink code by using <linux/cleanup.h> helpersBartosz Golaszewski1-15/+10
2024-01-26genirq/irq_sim: Order headers alphabeticallyBartosz Golaszewski1-1/+1
2024-01-26genirq/irq_sim: Remove unused field from struct irq_sim_irq_ctxBartosz Golaszewski1-1/+0
2024-01-24genirq: Deduplicate interrupt descriptor initializationDawei Li1-48/+64
2024-01-24genirq: Initialize resend_node hlist for all interrupt descriptorsDawei Li1-1/+1
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-10/+5
2023-10-31Merge tag 'x86-apic-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-12/+1
2023-10-27genirq/generic_chip: Make irq_remove_generic_chip() irqdomain awareHerve Codina1-6/+19
2023-10-26x86/apic/msi: Fix misconfigured non-maskable MSI quirkKoichiro Den2-12/+1
2023-10-25genirq/matrix: Exclude managed interrupts in irq_matrix_allocated()Chen Yu1-3/+3
2023-10-13genirq/generic-chip: Fix the irq_chip name for /proc/interruptsKeguang Zhang1-1/+5
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher1-10/+5
2023-08-29Merge tag 'irq-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-21/+20
2023-08-26genirq: Fix software resend lockup and nested resendJohan Hovold1-1/+6
2023-07-31genirq: Remove unused extern declarationYueHaibing1-2/+0
2023-07-31genirq: Prevent nested thread vs synchronize_hardirq() deadlockVincent Whitchurch3-19/+20
2023-06-30irqdomain: Use return value of strreplace()Andy Shevchenko1-3/+1
2023-06-26Merge tag 'irqchip-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner5-5/+26
2023-06-21Merge branch irq/misc-6.5 into irq/irqchip-nextMarc Zyngier1-0/+2
2023-06-17irqdomain: Include internals.h for function prototypesArnd Bergmann1-0/+2
2023-06-16genirq: Allow fasteoi handler to resend interrupts on concurrent handlingJames Gowans2-1/+17
2023-06-16genirq: Expand doc for PENDING and REPLAY flagsJames Gowans1-2/+5
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2023-05-24x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne1-2/+2
2023-05-24genirq: Use a maple tree for interrupt descriptor managementShanker Donthineni2-26/+33
2023-05-24genirq: Encapsulate sparse bitmap handlingShanker Donthineni2-12/+22
2023-05-24genirq: Use hlist for managing resend handlersShanker Donthineni4-17/+35
2023-04-15genirq: Update affinity of secondary threadsJohn Keeping1-1/+4
2023-03-05Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-13/+39
2023-03-02genirq/msi, platform-msi: Ensure that MSI descriptors are unreferencedThomas Gleixner1-1/+22
2023-02-25Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-39/+27
2023-02-24genirq/msi: Drop dead domain name assignmentJohan Hovold1-4/+1
2023-02-23irqdomain: Add missing NULL pointer check in irq_domain_create_hierarchy()Juergen Gross1-1/+2
2023-02-23Merge branch 'irq/core' into irq/urgentThomas Gleixner6-560/+470
2023-02-21Merge tag 'irq-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-560/+470
2023-02-21Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe2-3/+7
2023-02-21genirq/irqdesc: Make kobj_type structures constantThomas Weißschuh1-2/+2
2023-02-21genirq/msi: Take the per-device MSI lock before validating the control structureMarc Zyngier1-3/+6