summaryrefslogtreecommitdiffstats
path: root/include/linux/msi.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+0Star
* 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-071-0/+1
* PCI/MSI: Remove "pos" from the struct msi_desc msi_attribYijing Wang2014-10-011-1/+0Star
* PCI/MSI: Remove unused kobject from struct msi_descYijing Wang2014-10-011-2/+0Star
* PCI/MSI: Remove arch_msi_check_device()Alexander Gordeev2014-10-011-3/+0Star
* PCI/MSI: Cache Multiple Message Capable in struct msi_descYijing Wang2014-07-041-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-071-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
* PCI: Allocate only as many MSI vectors as requested by driverAlexander Gordeev2013-05-281-0/+1
* PCI: Remove "extern" from function declarationsBjorn Helgaas2013-04-231-12/+11Star
* PCI/sysfs: add per pci device msi[x] irq listing (v5)Neil Horman2011-12-051-0/+3
* pci: Cleanup the irq_desc mess in msiThomas Gleixner2010-10-121-4/+4
* pci: Convert msi to new irq_chip functionsThomas Gleixner2010-10-121-2/+3
* PCI: MSI: Restore read_msi_msg_desc(); add get_cached_msi_msg_desc()Ben Hutchings2010-07-301-0/+2
* PCI MSI: Add support for multiple MSIMatthew Wilcox2009-03-201-0/+1
* PCI MSI: Refactor interrupt masking codeMatthew Wilcox2009-03-201-3/+2Star
* PCI MSI: Use mask_pos instead of mask_base when appropriateMatthew Wilcox2009-03-201-1/+4
* PCI MSI: Replace 'type' with 'is_msix'Matthew Wilcox2009-03-201-2/+2
* x86, MSI: pass irq_cfg and irq_descYinghai Lu2008-12-081-0/+3
* pci/irq: restore mask_bits in msi shutdown -v3Yinghai Lu2008-04-291-0/+1
* MSI: Give archs the option to free all MSI/Xs at once.Michael Ellerman2007-05-031-0/+1
* MSI: Give archs the option to allocate all MSI/Xs at once.Michael Ellerman2007-05-031-0/+1
* MSI: Use a list instead of the custom link structureMichael Ellerman2007-05-031-4/+4
* MSI: Add an arch_msi_check_device()Michael Ellerman2007-05-031-0/+1
* [PATCH] msi: Safer state caching.Eric W. Biederman2007-03-131-5/+3Star
* msi: Make MSI useable more architecturesEric W. Biederman2007-02-081-1/+1
* PCI: cleanup MSI codeSatoru Takeuchi2007-02-081-2/+1Star
* [PATCH] msi: refactor and move the msi irq_chip into the arch codeEric W. Biederman2006-10-041-0/+49