aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/msi.c
AgeCommit message (Expand)Author
2014-11-23PCI/MSI: Kill redundant call of irq_set_msi_desc() for MSI-X interruptsJiang Liu
2014-11-23PCI/MSI: Simplify PCI MSI code by initializing msi_desc.nvec_used earlierJiang Liu
2014-11-23PCI/MSI: Remove unnecessary braces around single statementsJiang Liu
2014-11-12PCI/MSI: Add weak pcibios_msi_controller()Yijing Wang
2014-11-12PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang
2014-11-11Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()"Yijing Wang
2014-11-06PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask BitsYijing Wang
2014-10-11Merge tag 'vfio-v3.18-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2014-10-01PCI/MSI: Remove unnecessary temporary variableBjorn Helgaas
2014-10-01PCI/MSI: Use __write_msi_msg() instead of write_msi_msg()Yijing Wang
2014-10-01PCI/MSI: Remove "pos" from the struct msi_desc msi_attribYijing Wang
2014-10-01PCI/MSI: Remove unused kobject from struct msi_descYijing Wang
2014-10-01PCI/MSI: Rename pci_msi_check_device() to pci_msi_supported()Alexander Gordeev
2014-10-01PCI/MSI: Move D0 check into pci_msi_check_device()Alexander Gordeev
2014-10-01PCI/MSI: Remove arch_msi_check_device()Alexander Gordeev
2014-09-29PCI: Export MSI message relevant functionsGavin Shan
2014-07-16PCI/MSI: Use irq_get_msi_desc() to simplify codeYijing Wang
2014-07-16PCI/MSI: Remove unused list access in __pci_restore_msix_state()Yijing Wang
2014-07-16PCI/MSI: Retrieve first MSI IRQ from msi_desc rather than pci_devYijing Wang
2014-07-16PCI/MSI: Remove unused function msi_remove_pci_irq_vectors()Yijing Wang
2014-07-16PCI/MSI: Add msi_setup_entry() to clean up MSI initializationYijing Wang
2014-07-03PCI/MSI: Cache Multiple Message Capable in struct msi_descYijing Wang
2014-07-03PCI/MSI: Remove unused msi_enabled_mask()Yijing Wang
2014-07-03PCI/MSI: Add internal msix_clear_and_set_ctrl() functionYijing Wang
2014-06-11Merge branches 'pci/msi', 'pci/iommu' and 'pci/cleanup' into nextBjorn Helgaas
2014-06-11PCI/MSI: Fix memory leak in free_msi_irqs()Alexei Starovoitov
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses
2014-05-26Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pc...Bjorn Helgaas
2014-04-30PCI/MSI: Remove pci_enable_msi_block()Alexander Gordeev
2014-04-29Merge branches 'pci/hotplug', 'pci/msi', 'pci/virtualization' and 'pci/misc' ...Bjorn Helgaas
2014-04-14PCI: Remove unnecessary includes of <linux/init.h>Paul Gortmaker
2014-04-14PCI/MSI: Simplify populate_msi_sysfs()Jan Beulich
2014-02-13PCI/MSI: Fix pci_msix_vec_count() htmldocs failureMasanari Iida
2014-02-13PCI/MSI: Fix leak of msi_attrsGreg Kroah-Hartman
2014-02-13PCI/MSI: Check kmalloc() return value, fix leak of nameGreg Kroah-Hartman
2014-01-07Merge branch 'pci/msi' into nextBjorn Helgaas
2014-01-03PCI/MSI: Add pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev
2014-01-03PCI/MSI: Add pci_msix_vec_count()Alexander Gordeev
2014-01-03PCI/MSI: Remove pci_enable_msi_block_auto()Alexander Gordeev
2014-01-03PCI/MSI: Add pci_msi_vec_count()Alexander Gordeev
2013-12-20Merge branch 'pci/msi' into nextBjorn Helgaas
2013-12-20PCI/MSI: Make pci_enable_msi/msix() 'nvec' argument type as intAlexander Gordeev
2013-12-20PCI/MSI: Return msix_capability_init() failure if populate_msi_sysfs() failsAlexander Gordeev
2013-12-19PCI/MSI: Export MSI mode using attributes, not kobjectsGreg Kroah-Hartman
2013-12-13PCI: Drop "irq" param from *_restore_msi_irqs()DuanZhenzhong
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas
2013-11-06PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()Konrad Rzeszutek Wilk
2013-10-29PCI: Fail MSI/MSI-X initialization if device is not in PCI_D0Yijing Wang
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky
2013-08-13PCI: msi: add default MSI operations for !HAVE_GENERIC_HARDIRQS platformsThomas Petazzoni