summaryrefslogtreecommitdiff
path: root/drivers/pci/iov.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-30PCI: Handle Enhanced Allocation capability for SR-IOV devicesDavid Daney1-2/+9
2015-10-30PCI: Remove redundant validation of SR-IOV offset/stride registersAlexander Duyck1-9/+1
2015-10-30PCI: Set SR-IOV NumVFs to zero after enumerationAlexander Duyck1-19/+22
2015-10-30PCI: 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-20PCI: Remove fixed parameter in pci_iov_resource_bar()Myron Stowe1-8/+3
2014-09-17PCI: 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-23PCI: 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-08-01PCI: 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-15Merge branch 'pci/jiang-bus-lock-v3' into nextBjorn Helgaas1-35/+25
2013-06-15PCI: Simplify IOV implementation and fix reference count racesJiang Liu1-35/+24
2013-06-15PCI: 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-06-01PCI: Finish SR-IOV VF setup before adding the deviceXudong Hao1-3/+2
2013-04-25pci: Add SRIOV helper function to determine if VFs are assigned to guestAlexander Duyck1-0/+41
2013-02-26Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+1
2013-02-02PCI: Remove unused "rc" in virtfn_add_bus()Yijing Wang1-1/+0
2013-01-26PCI: Put pci_dev in device tree as early as possibleYinghai Lu1-8/+1
2013-01-11pci: fix iov.c kernel-doc warningsRandy Dunlap1-1/+1
2012-11-10PCI: Remove useless "!dev" testsBjorn Helgaas1-7/+7
2012-11-10PCI: Use spec names for SR-IOV capability fieldsBjorn Helgaas1-24/+24
2012-11-10PCI: Provide method to reduce the number of total VFs supportedDonald Dutile1-0/+47
2012-09-21Revert "PCI: Use hotplug-safe pci_get_domain_bus_and_slot()"Bjorn Helgaas1-2/+6
2012-09-18Merge branch 'pci/jiang-get-domain-bus-slot' into nextBjorn Helgaas1-6/+2
2012-09-13PCI: 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-14PCI: register busn_res for iov busYinghai Lu1-1/+1
2012-06-14PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu1-2/+2
2012-02-28PCI: 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-11PCI: set pci sriov page size before reading SRIOV BARVaidyanathan Srinivasan1-2/+1
2012-01-07PCI: delay configuration of SRIOV capabilityRam Pai1-2/+2
2012-01-07PCI: Rework config space blocking servicesJan Kiszka1-6/+6
2011-12-05PCI: defer enablement of SRIOV BARSRam Pai1-0/+7
2011-11-01pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-10-14PCI: Move ATS implementation into own fileJoerg Roedel1-142/+0