summaryrefslogtreecommitdiff
path: root/include/linux/msi.h
AgeCommit message (Expand)Author
2021-08-26PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner
2018-02-25genirq/msi: Add stubs for get_cached_msi_msg/pci_write_msi_msgArnd Bergmann
2016-09-07genirq/msi: Make sure PCI MSIs are activated earlyMarc Zyngier
2016-09-07genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAPThomas Gleixner
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
2014-11-23PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg()Jiang Liu
2014-11-12PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang
2014-11-11s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq()Yijing Wang
2014-11-11Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()"Yijing Wang
2014-11-06PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask BitsYijing Wang
2014-10-01PCI/MSI: Remove "pos" from the struct msi_desc msi_attribYijing Wang
2014-10-01PCI/MSI: Remove unused kobject from struct msi_descYijing Wang
2014-10-01PCI/MSI: Remove arch_msi_check_device()Alexander Gordeev
2014-07-03PCI/MSI: Cache Multiple Message Capable in struct msi_descYijing Wang
2013-12-13PCI: Drop "irq" param from *_restore_msi_irqs()DuanZhenzhong
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas
2013-11-06PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()Konrad Rzeszutek Wilk
2013-08-12of: pci: add registry of MSI chipsThomas Petazzoni
2013-08-12PCI: Introduce new MSI chip infrastructureThierry Reding
2013-08-12PCI: use weak functions for MSI arch-specific functionsThomas Petazzoni
2013-05-28PCI: Allocate only as many MSI vectors as requested by driverAlexander Gordeev
2013-04-23PCI: Remove "extern" from function declarationsBjorn Helgaas
2011-12-05PCI/sysfs: add per pci device msi[x] irq listing (v5)Neil Horman
2010-10-12pci: Cleanup the irq_desc mess in msiThomas Gleixner
2010-10-12pci: Convert msi to new irq_chip functionsThomas Gleixner
2010-07-30PCI: MSI: Restore read_msi_msg_desc(); add get_cached_msi_msg_desc()Ben Hutchings
2009-03-20PCI MSI: Add support for multiple MSIMatthew Wilcox
2009-03-20PCI MSI: Refactor interrupt masking codeMatthew Wilcox
2009-03-20PCI MSI: Use mask_pos instead of mask_base when appropriateMatthew Wilcox
2009-03-20PCI MSI: Replace 'type' with 'is_msix'Matthew Wilcox