summaryrefslogtreecommitdiff
path: root/include/linux/msi.h
AgeCommit message (Expand)Author
2019-06-13PCI/MSI: Support allocating virtual MSI interruptsLogan Gunthorpe
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-03genirq/msi: Add a new field in msi_desc to store an IOMMU cookieJulien Grall
2019-05-01soc: ti: Add MSI domain bus support for Interrupt AggregatorLokesh Vutla
2019-03-21PCI/MSI: Remove unused mask_msi_irq() and unmask_msi_irq()Bjorn Helgaas
2019-03-21PCI/MSI: Remove unused __write_msi_msg() and write_msi_msg()Bjorn Helgaas
2019-02-08genirq/msi: Clean up usage of __u8/__u16 typesLogan Gunthorpe
2018-12-19genirq/core: Introduce struct irq_affinity_descDou Liyang
2018-12-13platform-msi: Free descriptors in platform_msi_domain_free()Miquel Raynal
2018-10-02genirq/msi: Allow creation of a tree-based irqdomain for platform-msiMarc Zyngier
2018-05-13genirq/msi: Allow level-triggered MSIs to be exposed by MSI providersMarc Zyngier
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-25genirq/irqdomain: Add force reactivation flag to irq domainsThomas Gleixner
2017-07-30staging: fsl-mc: add missing fsl_mc comment in struct msi_descLaurentiu Tudor
2017-02-23Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-02-16genirq/msi: Add stubs for get_cached_msi_msg/pci_write_msi_msgArnd Bergmann
2017-02-10PCI/MSI: Remove pci_msi_domain_{alloc,free}_irqs()Christoph Hellwig
2017-02-10PCI/MSI: Remove unused pci_msi_create_default_irq_domain()Christoph Hellwig
2016-09-14genirq/msi: Add cpumask allocation to alloc_msi_entryThomas Gleixner
2016-08-09genirq/msi: Make sure PCI MSIs are activated earlyMarc Zyngier
2016-07-04genirq/msi: Make use of affinity aware allocationsThomas Gleixner
2016-07-04genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAPThomas Gleixner
2016-02-07fsl-mc: msi: Added FSL-MC-specific member to the msi_desc's unionJ. German Rivera
2016-01-21Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-01-07PCI/MSI: Fix typos in <linux/msi.h>Thomas Petazzoni
2015-12-16platform-msi: Allow creation of a MSI-based stacked irq domainMarc Zyngier
2015-12-16genirq/msi: Add msi_domain_populate_irqsMarc Zyngier
2015-12-16genirq/msi: Make the .prepare callback reusableMarc Zyngier
2015-11-06Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-10-16PCI/MSI: Allow the MSI domain to be device-specificMarc Zyngier
2015-10-16PCI/MSI: Add helper function pci_msi_domain_get_msi_rid().David Daney
2015-10-13irqdomain/msi: Use fwnode instead of of_nodeMarc Zyngier
2015-09-18PCI: Add msi_controller setup_irqs() method for special multivector setupLucas Stach
2015-07-30PCI/MSI: Drop domain field from msi_controllerMarc Zyngier
2015-07-30drivers/base: Add MSI domain support for non-PCI devicesMarc Zyngier
2015-07-22genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI codeJiang Liu
2015-07-22genirq/MSI: Reorginize struct msi_desc to prepare for support of generic MSIJiang Liu
2015-07-22genirq/MSI: Store 'struct device' instead of 'struct pci_dev' in struct msi_descJiang Liu
2015-07-22genirq/MSI: Move msi_list from struct pci_dev to struct deviceJiang Liu
2015-07-22PCI: Add helper function msi_desc_to_pci_sysdata()Jiang Liu
2014-11-23PCI/MSI: Allow an msi_controller to be associated to an irq domainMarc Zyngier
2014-11-23PCI/MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomainJiang Liu
2014-11-23PCI/MSI: Enhance core to support hierarchy irqdomainJiang Liu
2014-11-23genirq: Provide default callbacks for msi_domain_opsJiang Liu
2014-11-23genirq: Introduce msi_domain_alloc/free_irqs()Jiang Liu
2014-11-23genirq: Add generic msi irq domain supportJiang Liu
2014-11-23PCI/MSI: Introduce helpers to hide struct msi_desc implementation detailsJiang Liu
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq et alThomas Gleixner
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu