summaryrefslogtreecommitdiff
path: root/kernel/irq/irqdomain.c
AgeCommit message (Expand)Author
2023-06-30irqdomain: Use return value of strreplace()Andy Shevchenko
2023-06-17irqdomain: Include internals.h for function prototypesArnd Bergmann
2023-03-05Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-24Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-23irqdomain: Add missing NULL pointer check in irq_domain_create_hierarchy()Juergen Gross
2023-02-23Merge branch 'irq/core' into irq/urgentThomas Gleixner
2023-02-21Merge tag 'irq-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-21Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe
2023-02-13irqdomain: Switch to per-domain lockingJohan Hovold
2023-02-13irqdomain: Clean up irq_domain_push/pop_irq()Johan Hovold
2023-02-13irqdomain: Drop leftover bracketsJohan Hovold
2023-02-13irqdomain: Drop dead domain-name assignmentJohan Hovold
2023-02-13irqdomain: Drop revmap mutexJohan Hovold
2023-02-13irqdomain: Fix domain registration raceMarc Zyngier
2023-02-13irqdomain: Fix mapping-creation raceJohan Hovold
2023-02-13irqdomain: Refactor __irq_domain_alloc_irqs()Johan Hovold
2023-02-13irqdomain: Look for existing mapping only onceJohan Hovold
2023-02-13irqdomain: Drop bogus fwspec-mapping error handlingJohan Hovold
2023-02-13irqdomain: Fix disassociation raceJohan Hovold
2023-02-13irqdomain: Fix association raceJohan Hovold
2023-02-05Merge tag 'char-misc-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-03kernel/irq/irqdomain.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-01-17genirq/msi: Free the fwnode created by msi_create_device_irq_domain()Jason Gunthorpe
2023-01-11genirq/irqdomain: Remove unused irq_domain_check_msi_remap() codeJason Gunthorpe
2022-07-19irqdomain: Use hwirq_max instead of revmap_size for NOMAP domainsXu Qiang
2022-07-19irqdomain: Report irq number for NOMAP domainsXu Qiang
2022-02-15irqdomain: Let irq_domain_set_{info,hwirq_and_chip} take a const irq_chipMarc Zyngier
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-04PCI: apple: Add INTx and per-port interrupt supportMarc Zyngier
2021-11-04irqdomain: Make of_phandle_args_to_fwspec() generally availableMarc Zyngier
2021-09-24Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner
2021-09-22irqdomain: Change the type of 'size' in __irq_domain_add() to be consistentBixuan Cui
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-08-23irqdomain: Export irq_domain_disconnect_hierarchy()Maulik Shah
2021-08-10KVM: PPC: Book3S HV: XIVE: Fix mapping of passthrough interruptsCédric Le Goater
2021-06-10irqdomain: Introduce irq_resolve_mapping()Marc Zyngier
2021-06-10irqdomain: Protect the linear revmap with RCUMarc Zyngier
2021-06-10irqdomain: Cache irq_data instead of a virq number in the revmapMarc Zyngier
2021-06-10irqdomain: Use struct_size() helper when allocating irqdomainMarc Zyngier
2021-06-10irqdomain: Make normal and nomap irqdomains exclusiveMarc Zyngier
2021-06-10powerpc: Move the use of irq_domain_add_nomap() behind a config optionMarc Zyngier
2021-06-10irqdomain: Reimplement irq_linear_revmap() with irq_find_mapping()Marc Zyngier
2021-05-05Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-04-24Merge tag 'irqchip-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2021-04-22irqdomain: Drop references to recusive irqdomain setupMarc Zyngier
2021-04-22irqdomain: Get rid of irq_create_strict_mappings()Marc Zyngier
2021-04-07irqdomain: Get rid of irq_create_identity_mapping()Marc Zyngier
2021-03-26irqdomain: Introduce irq_domain_create_simple() APIAndy Shevchenko
2021-03-22irq: Fix typos in commentsIngo Molnar
2021-03-08irqdomain: Remove debugfs_file from struct irq_domainGreg Kroah-Hartman