summaryrefslogtreecommitdiff
path: root/drivers/pci/msi.c
Commit message (Expand)AuthorAgeFilesLines
* PCI/MSI: Skip masking MSI-X on Xen PVMarek Marczykowski-Górecki2021-09-221-0/+3
* PCI/MSI: Enforce MSI[X] entry updates to be visibleThomas Gleixner2021-08-261-0/+5
* PCI/MSI: Enforce that MSI-X table entry is masked for updateThomas Gleixner2021-08-261-0/+15
* PCI/MSI: Mask all unused MSI-X entriesThomas Gleixner2021-08-261-11/+28
* PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner2021-08-261-9/+10
* PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown()Thomas Gleixner2021-08-261-1/+1
* PCI/MSI: Correct misleading commentsThomas Gleixner2021-08-261-4/+1
* PCI/MSI: Do not set invalid bits in MSI maskThomas Gleixner2021-08-261-4/+4
* PCI/MSI: Enable and mask MSI-X earlyThomas Gleixner2021-08-261-13/+15
* PCI/MSI: Fix incorrect MSI-X masking on resumeJian-Hong Pan2019-12-211-1/+1
* PCI/MSI: Warn and return error if driver enables MSI/MSI-X twiceTonghao Zhang2018-11-131-3/+6
* PCI/MSI: Return failure when msix_setup_entries() failsChristophe JAILLET2017-11-081-1/+1
* PCI/MSI: Check for NULL affinity mask in pci_irq_get_affinity()Jan Beulich2017-01-121-1/+2
* 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