summaryrefslogtreecommitdiffstats
path: root/include/linux/msi.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-231-6/+0
|\
| * PCI/MSI: Remove pci_msi_domain_{alloc,free}_irqs()Christoph Hellwig2017-02-101-3/+0
| * PCI/MSI: Remove unused pci_msi_create_default_irq_domain()Christoph Hellwig2017-02-101-3/+0
* | genirq/msi: Add stubs for get_cached_msi_msg/pci_write_msi_msgArnd Bergmann2017-02-161-1/+10
|/
* genirq/msi: Add cpumask allocation to alloc_msi_entryThomas Gleixner2016-09-141-2/+3
* genirq/msi: Make sure PCI MSIs are activated earlyMarc Zyngier2016-08-091-0/+2
* genirq/msi: Make use of affinity aware allocationsThomas Gleixner2016-07-041-0/+2
* genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAPThomas Gleixner2016-07-041-4/+2
* fsl-mc: msi: Added FSL-MC-specific member to the msi_desc's unionJ. German Rivera2016-02-071-0/+9
* Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-211-2/+2
|\
| * PCI/MSI: Fix typos in <linux/msi.h>Thomas Petazzoni2016-01-071-2/+2
* | platform-msi: Allow creation of a MSI-based stacked irq domainMarc Zyngier2015-12-161-0/+12
* | genirq/msi: Add msi_domain_populate_irqsMarc Zyngier2015-12-161-0/+2
* | genirq/msi: Make the .prepare callback reusableMarc Zyngier2015-12-161-0/+4
|/
* Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-061-0/+2
|\
| * PCI: Add msi_controller setup_irqs() method for special multivector setupLucas Stach2015-09-181-0/+2
* | PCI/MSI: Allow the MSI domain to be device-specificMarc Zyngier2015-10-161-0/+6
* | PCI/MSI: Add helper function pci_msi_domain_get_msi_rid().David Daney2015-10-161-0/+1
* | irqdomain/msi: Use fwnode instead of of_nodeMarc Zyngier2015-10-131-4/+5
|/
* PCI/MSI: Drop domain field from msi_controllerMarc Zyngier2015-07-301-3/+0
* drivers/base: Add MSI domain support for non-PCI devicesMarc Zyngier2015-07-301-0/+22
* genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI codeJiang Liu2015-07-221-0/+2
* genirq/MSI: Reorginize struct msi_desc to prepare for support of generic MSIJiang Liu2015-07-221-20/+50
* genirq/MSI: Store 'struct device' instead of 'struct pci_dev' in struct msi_descJiang Liu2015-07-221-7/+4
* genirq/MSI: Move msi_list from struct pci_dev to struct deviceJiang Liu2015-07-221-1/+1
* PCI: Add helper function msi_desc_to_pci_sysdata()Jiang Liu2015-07-221-0/+7
* PCI/MSI: Allow an msi_controller to be associated to an irq domainMarc Zyngier2014-11-231-0/+3
* PCI/MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomainJiang Liu2014-11-231-0/+3
* PCI/MSI: Enhance core to support hierarchy irqdomainJiang Liu2014-11-231-0/+14
* genirq: Provide default callbacks for msi_domain_opsJiang Liu2014-11-231-5/+37
* genirq: Introduce msi_domain_alloc/free_irqs()Jiang Liu2014-11-231-0/+29
* genirq: Add generic msi irq domain supportJiang Liu2014-11-231-0/+45
* PCI/MSI: Introduce helpers to hide struct msi_desc implementation detailsJiang Liu2014-11-231-0/+19
* PCI/MSI: Rename mask/unmask_msi_irq et alThomas Gleixner2014-11-231-5/+13
* PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu2014-11-231-2/+12
* PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg()Jiang Liu2014-11-231-2/+3
* PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang2014-11-121-3/+3
* s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq()Yijing Wang2014-11-111-2/+0
* Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()"Yijing Wang2014-11-111-2/+4
* PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask BitsYijing Wang2014-11-061-0/+1
* PCI/MSI: Remove "pos" from the struct msi_desc msi_attribYijing Wang2014-10-011-1/+0
* PCI/MSI: Remove unused kobject from struct msi_descYijing Wang2014-10-011-2/+0
* PCI/MSI: Remove arch_msi_check_device()Alexander Gordeev2014-10-011-3/+0
* PCI/MSI: Cache Multiple Message Capable in struct msi_descYijing Wang2014-07-031-1/+2
* PCI: Drop "irq" param from *_restore_msi_irqs()DuanZhenzhong2013-12-131-2/+2
* PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-141-5/+5
* PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()Konrad Rzeszutek Wilk2013-11-061-0/+2
* of: pci: add registry of MSI chipsThomas Petazzoni2013-08-121-0/+2
* PCI: Introduce new MSI chip infrastructureThierry Reding2013-08-121-0/+11
* PCI: use weak functions for MSI arch-specific functionsThomas Petazzoni2013-08-121-1/+7