summaryrefslogtreecommitdiffstats
path: root/drivers/pci/msi.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Fail MSI-X mappings if there's no space assigned to MSI-X BARYijing Wang2015-01-281-0/+5
* Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-101-87/+307
|\
| * PCI/MSI: Allow an msi_controller to be associated to an irq domainMarc Zyngier2014-11-231-2/+14
| * PCI/MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomainJiang Liu2014-11-231-3/+64
| * PCI/MSI: Enhance core to support hierarchy irqdomainJiang Liu2014-11-231-0/+168
| * PCI/MSI: Move cached entry functions to irq coreJiang Liu2014-11-231-18/+0
| * PCI/MSI: Rename mask/unmask_msi_irq et alThomas Gleixner2014-11-231-8/+16
| * PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu2014-11-231-5/+5
| * PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg()Jiang Liu2014-11-231-8/+1
| * PCI/MSI: Kill redundant call of irq_set_msi_desc() for MSI-X interruptsJiang Liu2014-11-231-1/+0
| * 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
OpenPOWER on IntegriCloud