| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'pci/spdx' into next | Bjorn Helgaas | 2018-02-01 | 1 | -0/+1 |
|\ |
|
| * | PCI: Add SPDX GPL-2.0 when no license was specified | Bjorn Helgaas | 2018-01-26 | 1 | -0/+1 |
* | | PCI: Add wrappers for dev_printk() | Frederick Lawler | 2018-01-18 | 1 | -4/+3 |
|/ |
|
* | PCI/MSI: Set MSI_FLAG_MUST_REACTIVATE in core code | Thomas Gleixner | 2017-10-18 | 1 | -0/+2 |
* | Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-09-08 | 1 | -5/+22 |
|\ |
|
| * | PCI/MSI: Assume MSIs use real Requester ID, not an alias | Robin Murphy | 2017-08-14 | 1 | -5/+22 |
* | | PCI/MSI: Don't warn when irq_create_affinity_masks() returns NULL | Christoph Hellwig | 2017-08-25 | 1 | -10/+3 |
|/ |
|
* | Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-07-08 | 1 | -12/+2 |
|\ |
|
| * | PCI/MSI: Ignore affinity if pre/post vector count is more than min_vecs | Michael Hernandez | 2017-05-22 | 1 | -12/+2 |
* | | irqchip/MSI: Use irq_domain_update_bus_token instead of an open coded access | Marc Zyngier | 2017-06-22 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-05-08 | 1 | -5/+12 |
|\ |
|
| * | Merge branch 'pci/msi' into next | Bjorn Helgaas | 2017-04-28 | 1 | -4/+6 |
| |\ |
|
| | * | PCI/MSI: Use dev_printk() when possible | Bjorn Helgaas | 2017-03-23 | 1 | -2/+4 |
| | * | PCI/MSI: Make pci_msi_shutdown() and pci_msix_shutdown() static | Bjorn Helgaas | 2017-03-09 | 1 | -2/+2 |
| * | | PCI/MSI: Skip disabling disconnected devices | Keith Busch | 2017-03-29 | 1 | -1/+6 |
| |/ |
|
* | | PCI: remove pci_enable_msix | Christoph Hellwig | 2017-04-11 | 1 | -21/+0 |
|/ |
|
* | PCI: add an API to get node from vector | Shaohua Li | 2017-03-02 | 1 | -0/+16 |
* | Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-02-23 | 1 | -100/+22 |
|\ |
|
| * | PCI/MSI: Fix msi_desc->affinity memory leak when freeing MSI IRQs | Prarit Bhargava | 2017-02-17 | 1 | -1/+1 |
| * | PCI/MSI: Return -ENOSPC if pci_enable_msi_range() can't get enough vectors | Dennis Chen | 2017-02-10 | 1 | -1/+1 |
| * | PCI/MSI: Check that we have a legacy interrupt line before using it | Christoph Hellwig | 2017-02-10 | 1 | -3/+5 |
| * | PCI/MSI: Remove pci_msi_domain_{alloc,free}_irqs() | Christoph Hellwig | 2017-02-10 | 1 | -28/+2 |
| * | PCI/MSI: Remove unused pci_msi_create_default_irq_domain() | Christoph Hellwig | 2017-02-10 | 1 | -48/+2 |
| * | PCI/MSI: Return failure when msix_setup_entries() fails | Christophe JAILLET | 2017-02-10 | 1 | -1/+1 |
| * | PCI/MSI: Remove pci_enable_msi_{exact,range}() | Christoph Hellwig | 2017-01-13 | 1 | -17/+9 |
| * | PCI/MSI: Fix msi_capability_init() kernel-doc warnings | Randy Dunlap | 2017-01-11 | 1 | -1/+1 |
* | | PCI/MSI: Don't apply affinity if there aren't enough vectors left | Christoph Hellwig | 2017-02-02 | 1 | -0/+10 |
|/ |
|
* | Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-12-15 | 1 | -1/+2 |
|\ |
|
| * | PCI/MSI: Check for NULL affinity mask in pci_irq_get_affinity() | Jan Beulich | 2016-11-08 | 1 | -1/+2 |
* | | PCI/MSI: Provide pci_alloc_irq_vectors_affinity() | Christoph Hellwig | 2016-11-09 | 1 | -7/+13 |
* | | PCI/MSI: Propagate IRQ affinity description through the MSI code | Christoph Hellwig | 2016-11-09 | 1 | -33/+33 |
* | | genirq/affinity: Handle pre/post vectors in irq_create_affinity_masks() | Christoph Hellwig | 2016-11-09 | 1 | -2/+4 |
* | | genirq/affinity: Handle pre/post vectors in irq_calc_affinity_vectors() | Christoph Hellwig | 2016-11-09 | 1 | -4/+4 |
* | | doc: Add missing parameter for msi_setup | Stephen Hemminger | 2016-10-26 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'irq/for-block' into irq/core | Thomas Gleixner | 2016-09-15 | 1 | -58/+103 |
|\ |
|
| * | pci/msi: Retrieve affinity for a vector | Thomas Gleixner | 2016-09-14 | 1 | -0/+31 |
| * | genirq/msi: Switch to new irq spreading infrastructure | Thomas Gleixner | 2016-09-14 | 1 | -56/+72 |
| * | genirq/msi: Add cpumask allocation to alloc_msi_entry | Thomas Gleixner | 2016-09-14 | 1 | -4/+2 |
* | | PCI/MSI: Setup MSI domain on a per-device basis using IORT ACPI table | Tomasz Nowicki | 2016-09-12 | 1 | -3/+8 |
|/ |
|
* | Merge tag 'pci-v4.8-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-08-26 | 1 | -8/+10 |
|\ |
|
| * | PCI: Call pci_intx() when using legacy interrupts in pci_alloc_irq_vectors() | Christoph Hellwig | 2016-08-18 | 1 | -1/+4 |
| * | PCI: Use positive flags in pci_alloc_irq_vectors() | Christoph Hellwig | 2016-08-16 | 1 | -8/+7 |
* | | genirq/msi: Make sure PCI MSIs are activated early | Marc Zyngier | 2016-08-09 | 1 | -0/+2 |
|/ |
|
* | PCI: Spread interrupt vectors in pci_alloc_irq_vectors() | Christoph Hellwig | 2016-07-21 | 1 | -45/+89 |
* | PCI: Provide sensible IRQ vector alloc/free routines | Christoph Hellwig | 2016-07-21 | 1 | -0/+89 |
* | PCI: Make the "entries" argument to pci_enable_msix() optional | Christoph Hellwig | 2016-07-21 | 1 | -14/+16 |
* | PCI: Switch msix_program_entries() to use pci_msix_desc_addr() | Christoph Hellwig | 2016-07-21 | 1 | -4/+2 |
* | PCI: Add pci_msix_desc_addr() helper | Christoph Hellwig | 2016-07-21 | 1 | -8/+9 |
* | Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-01-21 | 1 | -4/+0 |
|\ |
|
| * | PCI/MSI: Remove empty pci_msi_init_pci_dev() | Bjorn Helgaas | 2015-11-30 | 1 | -4/+0 |