aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/msi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-11PCI: remove pci_enable_msixChristoph Hellwig1-21/+0
2017-03-02PCI: add an API to get node from vectorShaohua Li1-0/+16
2017-02-23Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-100/+22
2017-02-17PCI/MSI: Fix msi_desc->affinity memory leak when freeing MSI IRQsPrarit Bhargava1-1/+1
2017-02-10PCI/MSI: Return -ENOSPC if pci_enable_msi_range() can't get enough vectorsDennis Chen1-1/+1
2017-02-10PCI/MSI: Check that we have a legacy interrupt line before using itChristoph Hellwig1-3/+5
2017-02-10PCI/MSI: Remove pci_msi_domain_{alloc,free}_irqs()Christoph Hellwig1-28/+2
2017-02-10PCI/MSI: Remove unused pci_msi_create_default_irq_domain()Christoph Hellwig1-48/+2
2017-02-10PCI/MSI: Return failure when msix_setup_entries() failsChristophe JAILLET1-1/+1
2017-02-02PCI/MSI: Don't apply affinity if there aren't enough vectors leftChristoph Hellwig1-0/+10
2017-01-13PCI/MSI: Remove pci_enable_msi_{exact,range}()Christoph Hellwig1-17/+9
2017-01-11PCI/MSI: Fix msi_capability_init() kernel-doc warningsRandy Dunlap1-1/+1
2016-12-15Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+2
2016-11-09PCI/MSI: Provide pci_alloc_irq_vectors_affinity()Christoph Hellwig1-7/+13
2016-11-09PCI/MSI: Propagate IRQ affinity description through the MSI codeChristoph Hellwig1-33/+33
2016-11-09genirq/affinity: Handle pre/post vectors in irq_create_affinity_masks()Christoph Hellwig1-2/+4
2016-11-09genirq/affinity: Handle pre/post vectors in irq_calc_affinity_vectors()Christoph Hellwig1-4/+4
2016-11-08PCI/MSI: Check for NULL affinity mask in pci_irq_get_affinity()Jan Beulich1-1/+2
2016-10-26doc: Add missing parameter for msi_setupStephen Hemminger1-0/+2
2016-09-15Merge branch 'irq/for-block' into irq/coreThomas Gleixner1-58/+103
2016-09-14pci/msi: Retrieve affinity for a vectorThomas Gleixner1-0/+31
2016-09-14genirq/msi: Switch to new irq spreading infrastructureThomas Gleixner1-56/+72
2016-09-14genirq/msi: Add cpumask allocation to alloc_msi_entryThomas Gleixner1-4/+2
2016-09-12PCI/MSI: Setup MSI domain on a per-device basis using IORT ACPI tableTomasz Nowicki1-3/+8
2016-08-26Merge tag 'pci-v4.8-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-8/+10
2016-08-18PCI: Call pci_intx() when using legacy interrupts in pci_alloc_irq_vectors()Christoph Hellwig1-1/+4
2016-08-16PCI: Use positive flags in pci_alloc_irq_vectors()Christoph Hellwig1-8/+7
2016-08-09genirq/msi: Make sure PCI MSIs are activated earlyMarc Zyngier1-0/+2
2016-07-21PCI: Spread interrupt vectors in pci_alloc_irq_vectors()Christoph Hellwig1-45/+89
2016-07-21PCI: Provide sensible IRQ vector alloc/free routinesChristoph Hellwig1-0/+89
2016-07-21PCI: Make the "entries" argument to pci_enable_msix() optionalChristoph Hellwig1-14/+16
2016-07-21PCI: Switch msix_program_entries() to use pci_msix_desc_addr()Christoph Hellwig1-4/+2
2016-07-21PCI: Add pci_msix_desc_addr() helperChristoph Hellwig1-8/+9
2016-01-21Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+0
2015-12-20genirq/msi: Export functions to allow MSI domains in modulesJake Oshins1-0/+4
2015-12-04PCI/MSI: Only use the generic MSI layer when domain is hierarchicalMarc Zyngier1-2/+2
2015-11-30PCI/MSI: Remove empty pci_msi_init_pci_dev()Bjorn Helgaas1-4/+0
2015-11-06Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-14/+20
2015-11-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+56
2015-11-03Merge branches 'pci/host-altera', 'pci/host-designware', 'pci/host-generic', 'pci/host-imx6', 'pci/host-iproc', 'pci/host-mvebu', 'pci/host-rcar', 'pci/host-tegra' and 'pci/host-xgene' into nextBjorn Helgaas1-0/+3
2015-10-16PCI/MSI: Allow the MSI domain to be device-specificMarc Zyngier1-0/+17
2015-10-16PCI/MSI: Add helper function pci_msi_domain_get_msi_rid().David Daney1-0/+32
2015-10-16genirq/msi: Do not use pci_msi_[un]mask_irq as default methodsMarc Zyngier1-0/+4
2015-10-15PCI/MSI: Export all remapped MSIs to sysfs attributesRomain Bezut1-14/+17
2015-10-13irqdomain/msi: Use fwnode instead of of_nodeMarc Zyngier1-7/+7
2015-09-18PCI: Add msi_controller setup_irqs() method for special multivector setupLucas Stach1-0/+3
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-48/+58
2015-08-28Merge branches 'pci/enumeration' and 'pci/misc' into nextBjorn Helgaas1-16/+1
2015-08-20PCI/MSI: Remove unused pcibios_msi_controller() hookLorenzo Pieralisi1-16/+1
2015-07-30PCI/MSI: Free legacy IRQ when enabling MSI/MSI-XJiang Liu1-1/+4