summaryrefslogtreecommitdiff
path: root/kernel/irq
Commit message (Expand)AuthorAgeFilesLines
* genirq: Update affinity of secondary threadsJohn Keeping2023-04-151-1/+4
* Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-054-13/+39
|\
| * genirq/msi, platform-msi: Ensure that MSI descriptors are unreferencedThomas Gleixner2023-03-021-1/+22
| * genirq/msi: Drop dead domain name assignmentJohan Hovold2023-02-241-4/+1
| * irqdomain: Add missing NULL pointer check in irq_domain_create_hierarchy()Juergen Gross2023-02-231-1/+2
| * Merge branch 'irq/core' into irq/urgentThomas Gleixner2023-02-236-560/+470
| |\
| * | genirq/irqdesc: Make kobj_type structures constantThomas Weißschuh2023-02-211-2/+2
| * | genirq/msi: Take the per-device MSI lock before validating the control structureMarc Zyngier2023-02-201-3/+6
| * | genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask()Sergey Shtylyov2023-02-201-2/+6
* | | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-242-39/+27
|\ \ \
| * \ \ Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe2023-02-212-3/+7
| |\ \ \ | | |/ /
| * | | irq/s390: Add arch_is_isolated_msi() for s390Jason Gunthorpe2023-01-111-1/+1
| * | | genirq/msi: Rename IRQ_DOMAIN_MSI_REMAP to IRQ_DOMAIN_ISOLATED_MSIJason Gunthorpe2023-01-111-1/+1
| * | | genirq/irqdomain: Remove unused irq_domain_check_msi_remap() codeJason Gunthorpe2023-01-111-39/+0
| * | | genirq/msi: Add msi_device_has_isolated_msi()Jason Gunthorpe2023-01-111-0/+27
* | | | Merge tag 'irq-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-216-560/+470
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Merge tag 'irqchip-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2023-02-194-163/+457
| |\ \
| | * \ Merge branch irq/irqdomain-locking into irq/irqchip-nextMarc Zyngier2023-02-131-163/+245
| | |\ \
| | | * | irqdomain: Switch to per-domain lockingJohan Hovold2023-02-131-20/+39
| | | * | irqdomain: Clean up irq_domain_push/pop_irq()Johan Hovold2023-02-131-33/+32
| | | * | irqdomain: Drop leftover bracketsJohan Hovold2023-02-131-4/+2
| | | * | irqdomain: Drop dead domain-name assignmentJohan Hovold2023-02-131-8/+0
| | | * | irqdomain: Drop revmap mutexJohan Hovold2023-02-131-7/+6
| | | * | irqdomain: Fix domain registration raceMarc Zyngier2023-02-131-19/+43
| | | * | irqdomain: Fix mapping-creation raceJohan Hovold2023-02-131-18/+46
| | | * | irqdomain: Refactor __irq_domain_alloc_irqs()Johan Hovold2023-02-131-40/+48
| | | * | irqdomain: Look for existing mapping only onceJohan Hovold2023-02-131-27/+33
| | | * | irqdomain: Drop bogus fwspec-mapping error handlingJohan Hovold2023-02-131-6/+1
| | | * | irqdomain: Fix disassociation raceJohan Hovold2023-02-131-0/+5
| | | * | irqdomain: Fix association raceJohan Hovold2023-02-131-5/+14
| | | |/
| | * | genirq/ipi-mux: Use irq_domain_alloc_irqs()Marc Zyngier2023-02-061-2/+1
| | * | genirq: Add mechanism to multiplex a single HW IPIAnup Patel2023-02-053-0/+213
| | |/
| * | genirq/affinity: Move group_cpus_evenly() into lib/Ming Lei2023-01-171-397/+1
| * | genirq/affinity: Rename irq_build_affinity_masks as group_cpus_evenlyMing Lei2023-01-171-121/+121
| * | genirq/affinity: Don't pass irq_affinity_desc array to irq_build_affinity_masksMing Lei2023-01-171-10/+24
| * | genirq/affinity: Pass affinity managed mask array to irq_build_affinity_masksMing Lei2023-01-171-16/+12
| * | genirq/affinity: Remove the 'firstvec' parameter from irq_build_affinity_masksMing Lei2023-01-171-3/+2
| * | genirq: Add might_sleep() to disable_irq()Manfred Spraul2023-01-111-1/+4
| |/
* | Merge tag 'char-misc-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-051-1/+1
|\ \
| * | kernel/irq/irqdomain.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-031-1/+1
| |/
* | genirq/msi: Free the fwnode created by msi_create_device_irq_domain()Jason Gunthorpe2023-01-172-2/+6
|/
* genirq/msi: Return MSI_XA_DOMAIN_SIZE as the maximum MSI index when no domain...Thomas Gleixner2022-12-161-2/+2
* genirq/msi: Check for the presence of an irq domain when validating msi_ctrlMarc Zyngier2022-12-161-1/+2
* genirq/msi: Provide msi_domain_alloc_irq_at()Thomas Gleixner2022-12-051-10/+95
* genirq/msi: Provide msi_domain_ops:: Prepare_desc()Thomas Gleixner2022-12-051-0/+3
* genirq/msi: Provide BUS_DEVICE_PCI_MSI[X]Thomas Gleixner2022-12-051-0/+4
* genirq/msi: Add range checking to msi_insert_desc()Thomas Gleixner2022-12-051-10/+43
* genirq/msi: Provide msi_match_device_domain()Thomas Gleixner2022-12-051-0/+25
* genirq/msi: Provide msi_create/free_device_irq_domain()Thomas Gleixner2022-12-051-0/+138
* genirq/msi: Split msi_create_irq_domain()Thomas Gleixner2022-12-051-12/+20