aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/msi.c
Commit message (Expand)AuthorAge
* PCI: Fail MSI-X mappings if there's no space assigned to MSI-X BARYijing Wang2015-01-28
* Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-10
|\
| * PCI/MSI: Allow an msi_controller to be associated to an irq domainMarc Zyngier2014-11-23
| * PCI/MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomainJiang Liu2014-11-23
| * PCI/MSI: Enhance core to support hierarchy irqdomainJiang Liu2014-11-23
| * PCI/MSI: Move cached entry functions to irq coreJiang Liu2014-11-23
| * PCI/MSI: Rename mask/unmask_msi_irq et alThomas Gleixner2014-11-23
| * PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu2014-11-23
| * PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg()Jiang Liu2014-11-23
| * PCI/MSI: Kill redundant call of irq_set_msi_desc() for MSI-X interruptsJiang Liu2014-11-23
| * PCI/MSI: Simplify PCI MSI code by initializing msi_desc.nvec_used earlierJiang Liu2014-11-23
| * PCI/MSI: Remove unnecessary braces around single statementsJiang Liu2014-11-23
| * PCI/MSI: Add weak pcibios_msi_controller()Yijing Wang2014-11-12
| * PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang2014-11-12
| * Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()"Yijing Wang2014-11-11
| * PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask BitsYijing Wang2014-11-06
* | PCI/MSI: Add device flag indicating that 64-bit MSIs don't workBenjamin Herrenschmidt2014-11-23
|/
* Merge tag 'vfio-v3.18-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2014-10-11
|\
| * PCI: Export MSI message relevant functionsGavin Shan2014-09-29
* | PCI/MSI: Remove unnecessary temporary variableBjorn Helgaas2014-10-01
* | PCI/MSI: Use __write_msi_msg() instead of write_msi_msg()Yijing Wang2014-10-01
* | PCI/MSI: Remove "pos" from the struct msi_desc msi_attribYijing Wang2014-10-01
* | PCI/MSI: Remove unused kobject from struct msi_descYijing Wang2014-10-01
* | PCI/MSI: Rename pci_msi_check_device() to pci_msi_supported()Alexander Gordeev2014-10-01
* | PCI/MSI: Move D0 check into pci_msi_check_device()Alexander Gordeev2014-10-01
* | PCI/MSI: Remove arch_msi_check_device()Alexander Gordeev2014-10-01
|/
* PCI/MSI: Use irq_get_msi_desc() to simplify codeYijing Wang2014-07-16
* PCI/MSI: Remove unused list access in __pci_restore_msix_state()Yijing Wang2014-07-16
* PCI/MSI: Retrieve first MSI IRQ from msi_desc rather than pci_devYijing Wang2014-07-16
* PCI/MSI: Remove unused function msi_remove_pci_irq_vectors()Yijing Wang2014-07-16
* PCI/MSI: Add msi_setup_entry() to clean up MSI initializationYijing Wang2014-07-16
* PCI/MSI: Cache Multiple Message Capable in struct msi_descYijing Wang2014-07-03
* PCI/MSI: Remove unused msi_enabled_mask()Yijing Wang2014-07-03
* PCI/MSI: Add internal msix_clear_and_set_ctrl() functionYijing Wang2014-07-03
*---. Merge branches 'pci/msi', 'pci/iommu' and 'pci/cleanup' into nextBjorn Helgaas2014-06-11
|\ \ \
| | | * PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-10
| |_|/ |/| |
| * | PCI/MSI: Fix memory leak in free_msi_irqs()Alexei Starovoitov2014-06-11
|/ /
| |
| \
| \
| \
*---. \ Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pc...Bjorn Helgaas2014-05-26
|\ \ \ \ | | |_|/ | |/| |
| | * | PCI/MSI: Remove pci_enable_msi_block()Alexander Gordeev2014-04-30
| | | |
| \ \ \
*-. \ \ \ Merge branches 'pci/hotplug', 'pci/msi', 'pci/virtualization' and 'pci/misc' ...Bjorn Helgaas2014-04-29
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| / | | |/
| | * PCI: Remove unnecessary includes of <linux/init.h>Paul Gortmaker2014-04-14
| |/ |/|
| * PCI/MSI: Simplify populate_msi_sysfs()Jan Beulich2014-04-14
|/
* PCI/MSI: Fix pci_msix_vec_count() htmldocs failureMasanari Iida2014-02-13
* PCI/MSI: Fix leak of msi_attrsGreg Kroah-Hartman2014-02-13
* PCI/MSI: Check kmalloc() return value, fix leak of nameGreg Kroah-Hartman2014-02-13
* Merge branch 'pci/msi' into nextBjorn Helgaas2014-01-07
|\
| * PCI/MSI: Add pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev2014-01-03
| * PCI/MSI: Add pci_msix_vec_count()Alexander Gordeev2014-01-03
| * PCI/MSI: Remove pci_enable_msi_block_auto()Alexander Gordeev2014-01-03
| * PCI/MSI: Add pci_msi_vec_count()Alexander Gordeev2014-01-03