summaryrefslogtreecommitdiff
path: root/drivers/pci/msi.c
AgeCommit message (Expand)Author
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-08-28Merge branches 'pci/enumeration' and 'pci/misc' into nextBjorn Helgaas
2015-08-20PCI/MSI: Remove unused pcibios_msi_controller() hookLorenzo Pieralisi
2015-07-30PCI/MSI: Free legacy IRQ when enabling MSI/MSI-XJiang Liu
2015-07-30PCI/MSI: Drop domain field from msi_controllerMarc Zyngier
2015-07-30PCI/MSI: Let pci_msi_get_domain use struct device::msi_domainMarc Zyngier
2015-07-30PCI/MSI: Register irq domain with specific tokenMarc Zyngier
2015-07-22genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI codeJiang Liu
2015-07-22genirq/MSI: Store 'struct device' instead of 'struct pci_dev' in struct msi_descJiang Liu
2015-07-22genirq/MSI: Move msi_list from struct pci_dev to struct deviceJiang Liu
2015-07-22PCI: Use helper functions to access fields in struct msi_descJiang Liu
2015-07-22PCI: Use for_each_pci_msi_entry() to access MSI device listJiang Liu
2015-07-22PCI: Add helper function msi_desc_to_pci_sysdata()Jiang Liu
2015-07-16treewide: Use helper function to access irq_data->msi_descJiang Liu
2015-07-16genirq: Rename irq_data_get_msi() as irq_data_get_msi_desc()Jiang Liu
2015-05-07PCI/MSI: Disable MSI at enumeration even if kernel doesn't support MSIMichael S. Tsirkin
2015-05-07PCI/MSI: Export pci_msi_set_enable(), pci_msix_clear_and_set_ctrl()Michael S. Tsirkin
2015-05-07PCI/MSI: Rename msi_set_enable(), msix_clear_and_set_ctrl()Michael S. Tsirkin
2015-01-28PCI: Fail MSI-X mappings if there's no space assigned to MSI-X BARYijing Wang
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-11-24PCI/MSI: Add device flag indicating that 64-bit MSIs don't workBenjamin Herrenschmidt
2014-11-23PCI/MSI: Allow an msi_controller to be associated to an irq domainMarc Zyngier
2014-11-23PCI/MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomainJiang Liu
2014-11-23PCI/MSI: Enhance core to support hierarchy irqdomainJiang Liu
2014-11-23PCI/MSI: Move cached entry functions to irq coreJiang Liu
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq et alThomas Gleixner
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu
2014-11-23PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg()Jiang Liu
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