| Commit message (Expand) | Author | Age |
* | PCI: Restore ARI Capable Hierarchy before setting numVFs | Tony Nguyen | 2017-10-10 |
* | PCI: Create SR-IOV virtfn/physfn links before attaching driver | Stuart Hayes | 2017-10-10 |
* | PCI: Cache the VF device ID in the SR-IOV structure | Filippo Sironi | 2017-10-05 |
* | PCI: Remove reset argument from pci_iov_{add,remove}_virtfn() | Jan H. Schönherr | 2017-10-05 |
* | PCI: Disable VF decoding before pcibios_sriov_disable() updates resources | Gavin Shan | 2017-08-29 |
* | PCI: Protect pci_driver->sriov_configure() usage with device_lock() | Jakub Kicinski | 2017-06-14 |
* | PCI: Add sysfs sriov_drivers_autoprobe to control VF driver binding | Bodong Wang | 2017-04-20 |
* | PCI: Lock each enable/disable num_vfs operation in sysfs | Emil Tantilov | 2017-02-03 |
* | PCI: Remove pci_resource_bar() and pci_iov_resource_bar() | Bjorn Helgaas | 2016-11-29 |
* | PCI: Don't update VF BARs while VF memory space is enabled | Bjorn Helgaas | 2016-11-29 |
* | PCI: Separate VF BAR updates from standard BAR updates | Bjorn Helgaas | 2016-11-29 |
* | PCI: Do any VF BAR updates before enabling the BARs | Gavin Shan | 2016-11-23 |
* | PCI: Check for pci_setup_device() failure in pci_iov_add_virtfn() | Po Liu | 2016-09-12 |
* | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2016-03-19 |
|\ |
|
| * | PCI/IOV: Rename and export virtfn_{add, remove} | Wei Yang | 2016-03-09 |
* | | PCI: Support SR-IOV on any function type | Kelly Zytaruk | 2016-02-29 |
|/ |
|
*-. | Merge branches 'pci/aer', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/resource... | Bjorn Helgaas | 2015-11-02 |
|\ \ |
|
| | * | PCI: Fix sriov_enable() error path for pcibios_enable_sriov() failures | Alexander Duyck | 2015-10-30 |
| | * | PCI: Wait 1 second between disabling VFs and clearing NumVFs | Alexander Duyck | 2015-10-30 |
| | * | PCI: Reorder pcibios_sriov_disable() | Alexander Duyck | 2015-10-30 |
| | * | PCI: Remove VFs in reverse order if virtfn_add() fails | Alexander Duyck | 2015-10-30 |
| | * | PCI: Remove redundant validation of SR-IOV offset/stride registers | Alexander Duyck | 2015-10-29 |
| | * | PCI: Set SR-IOV NumVFs to zero after enumeration | Alexander Duyck | 2015-10-29 |
| | * | PCI: Enable SR-IOV ARI Capable Hierarchy before reading TotalVFs | Ben Shelton | 2015-10-29 |
| |/
|/| |
|
| * | PCI: Handle Enhanced Allocation capability for SR-IOV devices | David Daney | 2015-10-29 |
|/ |
|
* | PCI: Add pcibios_iov_resource_alignment() interface | Wei Yang | 2015-03-31 |
* | PCI: Add pcibios_sriov_enable() and pcibios_sriov_disable() | Wei Yang | 2015-03-31 |
* | PCI: Export pci_iov_virtfn_bus() and pci_iov_virtfn_devfn() | Wei Yang | 2015-03-31 |
* | PCI: Calculate maximum number of buses required for VFs | Wei Yang | 2015-03-31 |
* | PCI: Refresh First VF Offset and VF Stride when updating NumVFs | Wei Yang | 2015-03-31 |
* | PCI: Index IOV resources in the conventional style | Bjorn Helgaas | 2015-03-31 |
* | PCI: Keep individual VF BAR size in struct pci_sriov | Wei Yang | 2015-03-31 |
* | PCI: Print PF SR-IOV resource that contains all VF(n) BAR space | Wei Yang | 2015-03-31 |
* | PCI: Print more info in sriov_enable() error message | Bjorn Helgaas | 2015-03-31 |
* | PCI: Remove fixed parameter in pci_iov_resource_bar() | Myron Stowe | 2014-11-19 |
* | PCI: Use device flag helper functions | Ethan Zhao | 2014-09-16 |
* | PCI: Make pci_bus_add_device() void | Yijing Wang | 2014-05-30 |
* | PCI: Remove unused SR-IOV VF Migration support | Bjorn Helgaas | 2014-02-19 |
* | PCI: Never treat a VF as a multifunction device | Alex Williamson | 2014-01-10 |
* | PCI: Clear NumVFs when disabling SR-IOV in sriov_init() | ethan.zhao | 2013-11-22 |
* | PCI: Fix whitespace, capitalization, and spelling errors | Bjorn Helgaas | 2013-11-14 |
* | PCI: Return -ENOSYS for SR-IOV operations on non-SR-IOV devices | Stefan Assmann | 2013-07-31 |
* | PCI: Update NumVFs register when disabling SR-IOV | Yijing Wang | 2013-07-30 |
* | PCI: Fix comment typo in iov.c | Jonghwan Choi | 2013-07-25 |
* | Merge branch 'pci/jiang-bus-lock-v3' into next | Bjorn Helgaas | 2013-06-14 |
|\ |
|
| * | PCI: Simplify IOV implementation and fix reference count races | Jiang Liu | 2013-06-14 |
| * | PCI: Drop redundant setting of bus->is_added in virtfn_add_bus() | Jiang Liu | 2013-06-14 |
| * | PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus) | Gu Zheng | 2013-06-05 |
* | | PCI: Finish SR-IOV VF setup before adding the device | Xudong Hao | 2013-05-31 |
|/ |
|
* | pci: Add SRIOV helper function to determine if VFs are assigned to guest | Alexander Duyck | 2013-04-24 |