summaryrefslogtreecommitdiffstats
path: root/kernel/irq
AgeCommit message (Expand)AuthorLines
2023-06-30irqdomain: Use return value of strreplace()Andy Shevchenko-3/+1
2023-06-26Merge tag 'irqchip-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner-5/+26
2023-06-21Merge branch irq/misc-6.5 into irq/irqchip-nextMarc Zyngier-0/+2
2023-06-17irqdomain: Include internals.h for function prototypesArnd Bergmann-0/+2
2023-06-16genirq: Allow fasteoi handler to resend interrupts on concurrent handlingJames Gowans-1/+17
2023-06-16genirq: Expand doc for PENDING and REPLAY flagsJames Gowans-2/+5
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2023-05-24x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne-2/+2
2023-05-24genirq: Use a maple tree for interrupt descriptor managementShanker Donthineni-26/+33
2023-05-24genirq: Encapsulate sparse bitmap handlingShanker Donthineni-12/+22
2023-05-24genirq: Use hlist for managing resend handlersShanker Donthineni-17/+35
2023-04-15genirq: Update affinity of secondary threadsJohn Keeping-1/+4
2023-03-05Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-13/+39
2023-03-02genirq/msi, platform-msi: Ensure that MSI descriptors are unreferencedThomas Gleixner-1/+22
2023-02-24Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-39/+27
2023-02-24genirq/msi: Drop dead domain name assignmentJohan Hovold-4/+1
2023-02-23irqdomain: Add missing NULL pointer check in irq_domain_create_hierarchy()Juergen Gross-1/+2
2023-02-23Merge branch 'irq/core' into irq/urgentThomas Gleixner-560/+470
2023-02-21Merge tag 'irq-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-560/+470
2023-02-21Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe-3/+7
2023-02-21genirq/irqdesc: Make kobj_type structures constantThomas Weißschuh-2/+2
2023-02-20genirq/msi: Take the per-device MSI lock before validating the control structureMarc Zyngier-3/+6
2023-02-20genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask()Sergey Shtylyov-2/+6
2023-02-19Merge tag 'irqchip-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner-163/+457
2023-02-13Merge branch irq/irqdomain-locking into irq/irqchip-nextMarc Zyngier-163/+245
2023-02-13irqdomain: Switch to per-domain lockingJohan Hovold-20/+39
2023-02-13irqdomain: Clean up irq_domain_push/pop_irq()Johan Hovold-33/+32
2023-02-13irqdomain: Drop leftover bracketsJohan Hovold-4/+2
2023-02-13irqdomain: Drop dead domain-name assignmentJohan Hovold-8/+0
2023-02-13irqdomain: Drop revmap mutexJohan Hovold-7/+6
2023-02-13irqdomain: Fix domain registration raceMarc Zyngier-19/+43
2023-02-13irqdomain: Fix mapping-creation raceJohan Hovold-18/+46
2023-02-13irqdomain: Refactor __irq_domain_alloc_irqs()Johan Hovold-40/+48
2023-02-13irqdomain: Look for existing mapping only onceJohan Hovold-27/+33
2023-02-13irqdomain: Drop bogus fwspec-mapping error handlingJohan Hovold-6/+1
2023-02-13irqdomain: Fix disassociation raceJohan Hovold-0/+5
2023-02-13irqdomain: Fix association raceJohan Hovold-5/+14
2023-02-06genirq/ipi-mux: Use irq_domain_alloc_irqs()Marc Zyngier-2/+1
2023-02-05Merge tag 'char-misc-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2023-02-05genirq: Add mechanism to multiplex a single HW IPIAnup Patel-0/+213
2023-02-03kernel/irq/irqdomain.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman-1/+1
2023-01-17genirq/msi: Free the fwnode created by msi_create_device_irq_domain()Jason Gunthorpe-2/+6
2023-01-17genirq/affinity: Move group_cpus_evenly() into lib/Ming Lei-397/+1
2023-01-17genirq/affinity: Rename irq_build_affinity_masks as group_cpus_evenlyMing Lei-121/+121
2023-01-17genirq/affinity: Don't pass irq_affinity_desc array to irq_build_affinity_masksMing Lei-10/+24
2023-01-17genirq/affinity: Pass affinity managed mask array to irq_build_affinity_masksMing Lei-16/+12
2023-01-17genirq/affinity: Remove the 'firstvec' parameter from irq_build_affinity_masksMing Lei-3/+2
2023-01-11irq/s390: Add arch_is_isolated_msi() for s390Jason Gunthorpe-1/+1
2023-01-11genirq/msi: Rename IRQ_DOMAIN_MSI_REMAP to IRQ_DOMAIN_ISOLATED_MSIJason Gunthorpe-1/+1
2023-01-11genirq/irqdomain: Remove unused irq_domain_check_msi_remap() codeJason Gunthorpe-39/+0