summaryrefslogtreecommitdiffstats
path: root/drivers/pci/msi.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | PCI/MSI: Allow the MSI domain to be device-specificMarc Zyngier2015-10-161-0/+17
| * | PCI/MSI: Add helper function pci_msi_domain_get_msi_rid().David Daney2015-10-161-0/+32
| * | irqdomain/msi: Use fwnode instead of of_nodeMarc Zyngier2015-10-131-7/+7
| |/
* | genirq/msi: Do not use pci_msi_[un]mask_irq as default methodsMarc Zyngier2015-10-161-0/+4
|/
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-48/+58
|\
| * PCI/MSI: Drop domain field from msi_controllerMarc Zyngier2015-07-301-3/+0
| * PCI/MSI: Let pci_msi_get_domain use struct device::msi_domainMarc Zyngier2015-07-301-6/+8
| * PCI/MSI: Register irq domain with specific tokenMarc Zyngier2015-07-301-1/+8
| * genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI codeJiang Liu2015-07-221-14/+2
| * genirq/MSI: Store 'struct device' instead of 'struct pci_dev' in struct msi_descJiang Liu2015-07-221-1/+6
| * genirq/MSI: Move msi_list from struct pci_dev to struct deviceJiang Liu2015-07-221-2/+1
| * PCI: Use helper functions to access fields in struct msi_descJiang Liu2015-07-221-5/+8
| * PCI: Use for_each_pci_msi_entry() to access MSI device listJiang Liu2015-07-221-19/+20
| * PCI: Add helper function msi_desc_to_pci_sysdata()Jiang Liu2015-07-221-0/+8
| * treewide: Use helper function to access irq_data->msi_descJiang Liu2015-07-161-1/+1
| * genirq: Rename irq_data_get_msi() as irq_data_get_msi_desc()Jiang Liu2015-07-161-1/+1
| |
| \
*-. \ Merge branches 'pci/enumeration' and 'pci/misc' into nextBjorn Helgaas2015-08-281-16/+1
|\ \ \ | | |/
| * | PCI/MSI: Remove unused pcibios_msi_controller() hookLorenzo Pieralisi2015-08-201-16/+1
| |/
* | PCI/MSI: Free legacy IRQ when enabling MSI/MSI-XJiang Liu2015-07-301-1/+4
|/
* PCI/MSI: Disable MSI at enumeration even if kernel doesn't support MSIMichael S. Tsirkin2015-05-071-12/+0
* PCI/MSI: Export pci_msi_set_enable(), pci_msix_clear_and_set_ctrl()Michael S. Tsirkin2015-05-071-21/+0
* PCI/MSI: Rename msi_set_enable(), msix_clear_and_set_ctrl()Michael S. Tsirkin2015-05-071-14/+14
* 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
OpenPOWER on IntegriCloud