aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/iov.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-02Merge branches 'pci/aer', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/resource' and 'pci/virtualization' into nextBjorn Helgaas1-49/+52
2015-10-30PCI: Fix sriov_enable() error path for pcibios_enable_sriov() failuresAlexander Duyck1-5/+6
2015-10-30PCI: Wait 1 second between disabling VFs and clearing NumVFsAlexander Duyck1-1/+1
2015-10-30PCI: Reorder pcibios_sriov_disable()Alexander Duyck1-6/+6
2015-10-30PCI: Remove VFs in reverse order if virtfn_add() failsAlexander Duyck1-3/+3
2015-10-29PCI: Handle Enhanced Allocation capability for SR-IOV devicesDavid Daney1-2/+9
2015-10-29PCI: Remove redundant validation of SR-IOV offset/stride registersAlexander Duyck1-9/+1
2015-10-29PCI: Set SR-IOV NumVFs to zero after enumerationAlexander Duyck1-19/+22
2015-10-29PCI: Enable SR-IOV ARI Capable Hierarchy before reading TotalVFsBen Shelton1-4/+4
2015-03-31PCI: Add pcibios_iov_resource_alignment() interfaceWei Yang1-1/+7
2015-03-31PCI: Add pcibios_sriov_enable() and pcibios_sriov_disable()Wei Yang1-0/+19
2015-03-31PCI: Export pci_iov_virtfn_bus() and pci_iov_virtfn_devfn()Wei Yang1-12/+16
2015-03-31PCI: Calculate maximum number of buses required for VFsWei Yang1-4/+27
2015-03-31PCI: Refresh First VF Offset and VF Stride when updating NumVFsWei Yang1-4/+19
2015-03-31PCI: Index IOV resources in the conventional styleBjorn Helgaas1-4/+4
2015-03-31PCI: Keep individual VF BAR size in struct pci_sriovWei Yang1-19/+20
2015-03-31PCI: Print PF SR-IOV resource that contains all VF(n) BAR spaceWei Yang1-0/+2
2015-03-31PCI: Print more info in sriov_enable() error messageBjorn Helgaas1-2/+5
2014-11-19PCI: Remove fixed parameter in pci_iov_resource_bar()Myron Stowe1-8/+3
2014-09-16PCI: Use device flag helper functionsEthan Zhao1-1/+1
2014-05-30PCI: Make pci_bus_add_device() voidYijing Wang1-1/+1
2014-02-19PCI: Remove unused SR-IOV VF Migration supportBjorn Helgaas1-119/+0
2014-01-10PCI: Never treat a VF as a multifunction deviceAlex Williamson1-0/+1
2013-11-22PCI: Clear NumVFs when disabling SR-IOV in sriov_init()ethan.zhao1-0/+1
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-1/+1
2013-07-31PCI: Return -ENOSYS for SR-IOV operations on non-SR-IOV devicesStefan Assmann1-7/+10
2013-07-30PCI: Update NumVFs register when disabling SR-IOVYijing Wang1-1/+3
2013-07-25PCI: Fix comment typo in iov.cJonghwan Choi1-1/+1
2013-06-14Merge branch 'pci/jiang-bus-lock-v3' into nextBjorn Helgaas1-35/+25
2013-06-14PCI: Simplify IOV implementation and fix reference count racesJiang Liu1-35/+24
2013-06-14PCI: Drop redundant setting of bus->is_added in virtfn_add_bus()Jiang Liu1-1/+0
2013-06-05PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus)Gu Zheng1-3/+5
2013-05-31PCI: Finish SR-IOV VF setup before adding the deviceXudong Hao1-3/+2
2013-04-24pci: Add SRIOV helper function to determine if VFs are assigned to guestAlexander Duyck1-0/+41
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-9/+1
2013-02-01PCI: Remove unused "rc" in virtfn_add_bus()Yijing Wang1-1/+0
2013-01-25PCI: Put pci_dev in device tree as early as possibleYinghai Lu1-8/+1
2013-01-10pci: fix iov.c kernel-doc warningsRandy Dunlap1-1/+1
2012-11-09PCI: Remove useless "!dev" testsBjorn Helgaas1-7/+7
2012-11-09PCI: Use spec names for SR-IOV capability fieldsBjorn Helgaas1-24/+24
2012-11-09PCI: Provide method to reduce the number of total VFs supportedDonald Dutile1-0/+47
2012-09-20Revert "PCI: Use hotplug-safe pci_get_domain_bus_and_slot()"Bjorn Helgaas1-2/+6
2012-09-17Merge branch 'pci/jiang-get-domain-bus-slot' into nextBjorn Helgaas1-6/+2
2012-09-12PCI: Use hotplug-safe pci_get_domain_bus_and_slot()Jiang Liu1-6/+2
2012-08-23PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang1-3/+3
2012-06-13PCI: register busn_res for iov busYinghai Lu1-1/+1
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu1-2/+2
2012-02-27PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu1-2/+2
2012-02-17PCI: Fix /sys warning when sriov enabled and card is hot removedYinghai Lu1-1/+7
2012-02-10PCI: set pci sriov page size before reading SRIOV BARVaidyanathan Srinivasan1-2/+1