aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/iov.c
AgeCommit message (Expand)Author
2017-04-20PCI: Add sysfs sriov_drivers_autoprobe to control VF driver bindingBodong Wang
2017-02-03PCI: Lock each enable/disable num_vfs operation in sysfsEmil Tantilov
2016-11-29PCI: Remove pci_resource_bar() and pci_iov_resource_bar()Bjorn Helgaas
2016-11-29PCI: Don't update VF BARs while VF memory space is enabledBjorn Helgaas
2016-11-29PCI: Separate VF BAR updates from standard BAR updatesBjorn Helgaas
2016-11-23PCI: Do any VF BAR updates before enabling the BARsGavin Shan
2016-09-12PCI: Check for pci_setup_device() failure in pci_iov_add_virtfn()Po Liu
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-03-09PCI/IOV: Rename and export virtfn_{add, remove}Wei Yang
2016-02-29PCI: Support SR-IOV on any function typeKelly Zytaruk
2015-11-02Merge branches 'pci/aer', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/resource...Bjorn Helgaas
2015-10-30PCI: Fix sriov_enable() error path for pcibios_enable_sriov() failuresAlexander Duyck
2015-10-30PCI: Wait 1 second between disabling VFs and clearing NumVFsAlexander Duyck
2015-10-30PCI: Reorder pcibios_sriov_disable()Alexander Duyck
2015-10-30PCI: Remove VFs in reverse order if virtfn_add() failsAlexander Duyck
2015-10-29PCI: Handle Enhanced Allocation capability for SR-IOV devicesDavid Daney
2015-10-29PCI: Remove redundant validation of SR-IOV offset/stride registersAlexander Duyck
2015-10-29PCI: Set SR-IOV NumVFs to zero after enumerationAlexander Duyck
2015-10-29PCI: Enable SR-IOV ARI Capable Hierarchy before reading TotalVFsBen Shelton
2015-03-31PCI: Add pcibios_iov_resource_alignment() interfaceWei Yang
2015-03-31PCI: Add pcibios_sriov_enable() and pcibios_sriov_disable()Wei Yang
2015-03-31PCI: Export pci_iov_virtfn_bus() and pci_iov_virtfn_devfn()Wei Yang
2015-03-31PCI: Calculate maximum number of buses required for VFsWei Yang
2015-03-31PCI: Refresh First VF Offset and VF Stride when updating NumVFsWei Yang
2015-03-31PCI: Index IOV resources in the conventional styleBjorn Helgaas
2015-03-31PCI: Keep individual VF BAR size in struct pci_sriovWei Yang
2015-03-31PCI: Print PF SR-IOV resource that contains all VF(n) BAR spaceWei Yang
2015-03-31PCI: Print more info in sriov_enable() error messageBjorn Helgaas
2014-11-19PCI: Remove fixed parameter in pci_iov_resource_bar()Myron Stowe
2014-09-16PCI: Use device flag helper functionsEthan Zhao
2014-05-30PCI: Make pci_bus_add_device() voidYijing Wang
2014-02-19PCI: Remove unused SR-IOV VF Migration supportBjorn Helgaas
2014-01-10PCI: Never treat a VF as a multifunction deviceAlex Williamson
2013-11-22PCI: Clear NumVFs when disabling SR-IOV in sriov_init()ethan.zhao
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas
2013-07-31PCI: Return -ENOSYS for SR-IOV operations on non-SR-IOV devicesStefan Assmann
2013-07-30PCI: Update NumVFs register when disabling SR-IOVYijing Wang
2013-07-25PCI: Fix comment typo in iov.cJonghwan Choi
2013-06-14Merge branch 'pci/jiang-bus-lock-v3' into nextBjorn Helgaas
2013-06-14PCI: Simplify IOV implementation and fix reference count racesJiang Liu
2013-06-14PCI: Drop redundant setting of bus->is_added in virtfn_add_bus()Jiang Liu
2013-06-05PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus)Gu Zheng
2013-05-31PCI: Finish SR-IOV VF setup before adding the deviceXudong Hao
2013-04-24pci: Add SRIOV helper function to determine if VFs are assigned to guestAlexander Duyck
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-02-01PCI: Remove unused "rc" in virtfn_add_bus()Yijing Wang
2013-01-25PCI: Put pci_dev in device tree as early as possibleYinghai Lu
2013-01-10pci: fix iov.c kernel-doc warningsRandy Dunlap
2012-11-09PCI: Remove useless "!dev" testsBjorn Helgaas
2012-11-09PCI: Use spec names for SR-IOV capability fieldsBjorn Helgaas