summaryrefslogtreecommitdiffstats
path: root/drivers/pci/msi.c
Commit message (Expand)AuthorAgeFilesLines
...
| * PCI/MSI: Simplify PCI MSI code by initializing msi_desc.nvec_used earlierJiang Liu2014-11-231-25/+15
| * PCI/MSI: Remove unnecessary braces around single statementsJiang Liu2014-11-231-6/+3
| * PCI/MSI: Add weak pcibios_msi_controller()Yijing Wang2014-11-121-1/+16
| * PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang2014-11-121-2/+2
| * Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()"Yijing Wang2014-11-111-16/+6
| * PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask BitsYijing Wang2014-11-061-1/+6
* | PCI/MSI: Add device flag indicating that 64-bit MSIs don't workBenjamin Herrenschmidt2014-11-241-0/+26
|/
* Merge tag 'vfio-v3.18-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2014-10-111-0/+2
|\
| * PCI: Export MSI message relevant functionsGavin Shan2014-09-291-0/+2
* | PCI/MSI: Remove unnecessary temporary variableBjorn Helgaas2014-10-011-3/+2
* | PCI/MSI: Use __write_msi_msg() instead of write_msi_msg()Yijing Wang2014-10-011-1/+1
* | PCI/MSI: Remove "pos" from the struct msi_desc msi_attribYijing Wang2014-10-011-2/+0
* | PCI/MSI: Remove unused kobject from struct msi_descYijing Wang2014-10-011-11/+0
* | PCI/MSI: Rename pci_msi_check_device() to pci_msi_supported()Alexander Gordeev2014-10-011-15/+12
* | PCI/MSI: Move D0 check into pci_msi_check_device()Alexander Gordeev2014-10-011-17/+10
* | PCI/MSI: Remove arch_msi_check_device()Alexander Gordeev2014-10-011-18/+3
|/
* PCI/MSI: Use irq_get_msi_desc() to simplify codeYijing Wang2014-07-161-7/+5
* PCI/MSI: Remove unused list access in __pci_restore_msix_state()Yijing Wang2014-07-161-1/+0
* PCI/MSI: Retrieve first MSI IRQ from msi_desc rather than pci_devYijing Wang2014-07-161-1/+1
* PCI/MSI: Remove unused function msi_remove_pci_irq_vectors()Yijing Wang2014-07-161-18/+0
* PCI/MSI: Add msi_setup_entry() to clean up MSI initializationYijing Wang2014-07-161-18/+33
* PCI/MSI: Cache Multiple Message Capable in struct msi_descYijing Wang2014-07-031-10/+5
* PCI/MSI: Remove unused msi_enabled_mask()Yijing Wang2014-07-031-5/+0
* PCI/MSI: Add internal msix_clear_and_set_ctrl() functionYijing Wang2014-07-031-23/+16
*---. Merge branches 'pci/msi', 'pci/iommu' and 'pci/cleanup' into nextBjorn Helgaas2014-06-111-3/+2
|\ \ \
| | | * PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-101-2/+1
| |_|/ |/| |
| * | PCI/MSI: Fix memory leak in free_msi_irqs()Alexei Starovoitov2014-06-111-1/+1
|/ /
| |
| \
| \
| \
*---. \ Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pc...Bjorn Helgaas2014-05-261-46/+33
|\ \ \ \ | | |_|/ | |/| |
| | * | PCI/MSI: Remove pci_enable_msi_block()Alexander Gordeev2014-04-301-46/+33
| | | |
| \ \ \
*-. \ \ \ Merge branches 'pci/hotplug', 'pci/msi', 'pci/virtualization' and 'pci/misc' ...Bjorn Helgaas2014-04-291-11/+6
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| / | | |/
| | * PCI: Remove unnecessary includes of <linux/init.h>Paul Gortmaker2014-04-141-1/+0
| |/ |/|
| * PCI/MSI: Simplify populate_msi_sysfs()Jan Beulich2014-04-141-10/+6
|/
* PCI/MSI: Fix pci_msix_vec_count() htmldocs failureMasanari Iida2014-02-131-1/+0
* PCI/MSI: Fix leak of msi_attrsGreg Kroah-Hartman2014-02-131-0/+1
* PCI/MSI: Check kmalloc() return value, fix leak of nameGreg Kroah-Hartman2014-02-131-1/+7
* Merge branch 'pci/msi' into nextBjorn Helgaas2014-01-071-34/+116
|\
| * PCI/MSI: Add pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev2014-01-031-0/+74
| * PCI/MSI: Add pci_msix_vec_count()Alexander Gordeev2014-01-031-5/+13
| * PCI/MSI: Remove pci_enable_msi_block_auto()Alexander Gordeev2014-01-031-25/+0
| * PCI/MSI: Add pci_msi_vec_count()Alexander Gordeev2014-01-031-8/+33
* | Merge branch 'pci/msi' into nextBjorn Helgaas2013-12-201-83/+98
|\ \ | |/
| * PCI/MSI: Make pci_enable_msi/msix() 'nvec' argument type as intAlexander Gordeev2013-12-201-2/+2
| * PCI/MSI: Return msix_capability_init() failure if populate_msi_sysfs() failsAlexander Gordeev2013-12-201-6/+5
| * PCI/MSI: Export MSI mode using attributes, not kobjectsGreg Kroah-Hartman2013-12-191-75/+91
* | PCI: Drop "irq" param from *_restore_msi_irqs()DuanZhenzhong2013-12-131-5/+14
|/
* PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-141-1/+1
* PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()Konrad Rzeszutek Wilk2013-11-061-6/+16
* PCI: Fail MSI/MSI-X initialization if device is not in PCI_D0Yijing Wang2013-10-291-3/+3
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-22/+0
* PCI: msi: add default MSI operations for !HAVE_GENERIC_HARDIRQS platformsThomas Petazzoni2013-08-131-0/+16
OpenPOWER on IntegriCloud