diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2015-11-02 22:57:03 +0100 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2015-11-02 22:57:03 +0100 |
commit | 1f9a30ec2a4acee9a4d664e7405c7eb26a7c4b5e (patch) | |
tree | 1dca71b9b6bae44aaed900d327811ece1fa38ad7 /drivers/pci/setup-res.c | |
parent | Linux 4.3-rc1 (diff) | |
parent | PCI/AER: Clear error status registers during enumeration and restore (diff) | |
parent | PCI: pciehp: Queue power work requests in dedicated function (diff) | |
parent | PCI: Turn off Request Attributes to avoid Chelsio T5 Completion erratum (diff) | |
parent | x86/PCI: Don't alloc pcibios-irq when MSI is enabled (diff) | |
parent | sparc/PCI: Add mem64 resource parsing for root bus (diff) | |
parent | PCI: Fix sriov_enable() error path for pcibios_enable_sriov() failures (diff) | |
download | linux-1f9a30ec2a4acee9a4d664e7405c7eb26a7c4b5e.tar.xz linux-1f9a30ec2a4acee9a4d664e7405c7eb26a7c4b5e.zip |
Merge branches 'pci/aer', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/resource' and 'pci/virtualization' into next
* pci/aer:
PCI/AER: Clear error status registers during enumeration and restore
* pci/hotplug:
PCI: pciehp: Queue power work requests in dedicated function
* pci/misc:
PCI: Turn off Request Attributes to avoid Chelsio T5 Completion erratum
x86/PCI: Make pci_subsys_init() static
PCI: Add builtin_pci_driver() to avoid registration boilerplate
PCI: Remove unnecessary "if" statement
* pci/msi:
x86/PCI: Don't alloc pcibios-irq when MSI is enabled
PCI/MSI: Export all remapped MSIs to sysfs attributes
PCI: Disable MSI on SiS 761
* pci/resource:
sparc/PCI: Add mem64 resource parsing for root bus
PCI: Expand Enhanced Allocation BAR output
PCI: Make Enhanced Allocation bitmasks more obvious
PCI: Handle Enhanced Allocation capability for SR-IOV devices
PCI: Add support for Enhanced Allocation devices
PCI: Add Enhanced Allocation register entries
PCI: Handle IORESOURCE_PCI_FIXED when assigning resources
PCI: Handle IORESOURCE_PCI_FIXED when sizing resources
PCI: Clear IORESOURCE_UNSET when reverting to firmware-assigned address
* pci/virtualization:
PCI: Fix sriov_enable() error path for pcibios_enable_sriov() failures
PCI: Wait 1 second between disabling VFs and clearing NumVFs
PCI: Reorder pcibios_sriov_disable()
PCI: Remove VFs in reverse order if virtfn_add() fails
PCI: Remove redundant validation of SR-IOV offset/stride registers
PCI: Set SR-IOV NumVFs to zero after enumeration
PCI: Enable SR-IOV ARI Capable Hierarchy before reading TotalVFs
PCI: Don't try to restore VF BARs