aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/msi.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-23PCI/MSI: Allow an msi_controller to be associated to an irq domainMarc Zyngier1-0/+3
2014-11-23PCI/MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomainJiang Liu1-0/+3
2014-11-23PCI/MSI: Enhance core to support hierarchy irqdomainJiang Liu1-0/+14
2014-11-23genirq: Provide default callbacks for msi_domain_opsJiang Liu1-5/+37
2014-11-23genirq: Introduce msi_domain_alloc/free_irqs()Jiang Liu1-0/+29
2014-11-23genirq: Add generic msi irq domain supportJiang Liu1-0/+45
2014-11-23PCI/MSI: Introduce helpers to hide struct msi_desc implementation detailsJiang Liu1-0/+19
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq et alThomas Gleixner1-5/+13
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu1-2/+12
2014-11-23PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg()Jiang Liu1-2/+3
2014-11-12PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang1-3/+3
2014-11-11s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq()Yijing Wang1-2/+0
2014-11-11Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()"Yijing Wang1-2/+4
2014-11-06PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask BitsYijing Wang1-0/+1
2014-10-01PCI/MSI: Remove "pos" from the struct msi_desc msi_attribYijing Wang1-1/+0
2014-10-01PCI/MSI: Remove unused kobject from struct msi_descYijing Wang1-2/+0
2014-10-01PCI/MSI: Remove arch_msi_check_device()Alexander Gordeev1-3/+0
2014-07-03PCI/MSI: Cache Multiple Message Capable in struct msi_descYijing Wang1-1/+2
2013-12-13PCI: Drop "irq" param from *_restore_msi_irqs()DuanZhenzhong1-2/+2
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-5/+5
2013-11-06PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()Konrad Rzeszutek Wilk1-0/+2
2013-08-12of: pci: add registry of MSI chipsThomas Petazzoni1-0/+2
2013-08-12PCI: Introduce new MSI chip infrastructureThierry Reding1-0/+11
2013-08-12PCI: use weak functions for MSI arch-specific functionsThomas Petazzoni1-1/+7
2013-05-28PCI: Allocate only as many MSI vectors as requested by driverAlexander Gordeev1-0/+1
2013-04-23PCI: Remove "extern" from function declarationsBjorn Helgaas1-12/+11
2011-12-05PCI/sysfs: add per pci device msi[x] irq listing (v5)Neil Horman1-0/+3
2010-10-12pci: Cleanup the irq_desc mess in msiThomas Gleixner1-4/+4
2010-10-12pci: Convert msi to new irq_chip functionsThomas Gleixner1-2/+3
2010-07-30PCI: MSI: Restore read_msi_msg_desc(); add get_cached_msi_msg_desc()Ben Hutchings1-0/+2
2009-03-20PCI MSI: Add support for multiple MSIMatthew Wilcox1-0/+1
2009-03-20PCI MSI: Refactor interrupt masking codeMatthew Wilcox1-3/+2
2009-03-20PCI MSI: Use mask_pos instead of mask_base when appropriateMatthew Wilcox1-1/+4
2009-03-20PCI MSI: Replace 'type' with 'is_msix'Matthew Wilcox1-2/+2
2008-12-08x86, MSI: pass irq_cfg and irq_descYinghai Lu1-0/+3
2008-04-29pci/irq: restore mask_bits in msi shutdown -v3Yinghai Lu1-0/+1
2007-05-02MSI: Give archs the option to free all MSI/Xs at once.Michael Ellerman1-0/+1
2007-05-02MSI: Give archs the option to allocate all MSI/Xs at once.Michael Ellerman1-0/+1
2007-05-02MSI: Use a list instead of the custom link structureMichael Ellerman1-4/+4
2007-05-02MSI: Add an arch_msi_check_device()Michael Ellerman1-0/+1
2007-03-12[PATCH] msi: Safer state caching.Eric W. Biederman1-5/+3
2007-02-07msi: Make MSI useable more architecturesEric W. Biederman1-1/+1
2007-02-07PCI: cleanup MSI codeSatoru Takeuchi1-2/+1
2006-10-04[PATCH] msi: refactor and move the msi irq_chip into the arch codeEric W. Biederman1-0/+49