summaryrefslogtreecommitdiffstats
path: root/drivers/pci/msi.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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/+2Star
* | 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-271-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/+7Star
* | 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/+2Star
* 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/+0Star
|\
| * PCI/MSI: Remove empty pci_msi_init_pci_dev()Bjorn Helgaas2015-12-011-4/+0Star
* | 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/+0Star
| * 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/+2Star
| * 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/+1Star
| * 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/+1Star
|\ \|
| * | PCI/MSI: Remove unused pcibios_msi_controller() hookLorenzo Pieralisi2015-08-201-16/+1Star
| |/
* / 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/+0Star
* PCI/MSI: Export pci_msi_set_enable(), pci_msix_clear_and_set_ctrl()Michael S. Tsirkin2015-05-071-21/+0Star
* 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/+0Star
| * PCI/MSI: Rename mask/unmask_msi_irq et alThomas Gleixner2014-11-231-8/+16