summaryrefslogtreecommitdiffstats
path: root/drivers/pci/msi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-151-1/+2
|\
| * PCI/MSI: Check for NULL affinity mask in pci_irq_get_affinity()Jan Beulich2016-11-081-1/+2
* | PCI/MSI: Provide pci_alloc_irq_vectors_affinity()Christoph Hellwig2016-11-091-7/+13
* | PCI/MSI: Propagate IRQ affinity description through the MSI codeChristoph Hellwig2016-11-091-33/+33
* | genirq/affinity: Handle pre/post vectors in irq_create_affinity_masks()Christoph Hellwig2016-11-091-2/+4
* | genirq/affinity: Handle pre/post vectors in irq_calc_affinity_vectors()Christoph Hellwig2016-11-091-4/+4
* | doc: Add missing parameter for msi_setupStephen Hemminger2016-10-261-0/+2
|/
* Merge branch 'irq/for-block' into irq/coreThomas Gleixner2016-09-151-58/+103
|\
| * pci/msi: Retrieve affinity for a vectorThomas Gleixner2016-09-141-0/+31
| * genirq/msi: Switch to new irq spreading infrastructureThomas Gleixner2016-09-141-56/+72
| * genirq/msi: Add cpumask allocation to alloc_msi_entryThomas Gleixner2016-09-141-4/+2
* | PCI/MSI: Setup MSI domain on a per-device basis using IORT ACPI tableTomasz Nowicki2016-09-121-3/+8
|/
* Merge tag 'pci-v4.8-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-261-8/+10
|\
| * PCI: Call pci_intx() when using legacy interrupts in pci_alloc_irq_vectors()Christoph Hellwig2016-08-181-1/+4
| * PCI: Use positive flags in pci_alloc_irq_vectors()Christoph Hellwig2016-08-161-8/+7
* | genirq/msi: Make sure PCI MSIs are activated earlyMarc Zyngier2016-08-091-0/+2
|/
* PCI: Spread interrupt vectors in pci_alloc_irq_vectors()Christoph Hellwig2016-07-211-45/+89
* PCI: Provide sensible IRQ vector alloc/free routinesChristoph Hellwig2016-07-211-0/+89
* PCI: Make the "entries" argument to pci_enable_msix() optionalChristoph Hellwig2016-07-211-14/+16
* PCI: Switch msix_program_entries() to use pci_msix_desc_addr()Christoph Hellwig2016-07-211-4/+2
* PCI: Add pci_msix_desc_addr() helperChristoph Hellwig2016-07-211-8/+9
* Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-211-4/+0
|\
| * PCI/MSI: Remove empty pci_msi_init_pci_dev()Bjorn Helgaas2015-11-301-4/+0
* | genirq/msi: Export functions to allow MSI domains in modulesJake Oshins2015-12-201-0/+4
* | PCI/MSI: Only use the generic MSI layer when domain is hierarchicalMarc Zyngier2015-12-041-2/+2
|/
* Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-061-14/+20
|\
| *-. Merge branches 'pci/host-altera', 'pci/host-designware', 'pci/host-generic', ...Bjorn Helgaas2015-11-031-0/+3
| |\ \
| | | * PCI: Add msi_controller setup_irqs() method for special multivector setupLucas Stach2015-09-181-0/+3
| | |/
| * | PCI/MSI: Export all remapped MSIs to sysfs attributesRomain Bezut2015-10-151-14/+17
| |/
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-031-7/+56
|\ \
| * | 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
OpenPOWER on IntegriCloud