Commits
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
Showing diff toc56d4450eb6
- Linus Torvalds committed 6ff33f3902cLinux 4.3-rc1
- Taku Izumi committed b07461a8e45PCI/AER: Clear error status registers during enumeration and restore AER errors might ...
- Guenter Roeck committed bee67756eb4PCI: pciehp: Queue power work requests in dedicated function Up to now, work items to ...
- Hariprasad Shenai committed c56d4450eb6PCI: Turn off Request Attributes to avoid Chelsio T5 Completion erratum The Chelsio T5...
- Joerg Roedel committed 8affb487d4ax86/PCI: Don't alloc pcibios-irq when MSI is enabled The pcibios-irq and MSI both use ...
- Yinghai Lu committed af86fa4001csparc/PCI: Add mem64 resource parsing for root bus David reported that a T5-8 sparc sy...
- Alexander Duyck committed c23b613507bPCI: Fix sriov_enable() error path for pcibios_enable_sriov() failures Disable VFs if ...