summaryrefslogtreecommitdiffstats
path: root/drivers/pci/iov.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Return -ENOSYS for SR-IOV operations on non-SR-IOV devicesStefan Assmann2013-07-311-7/+10
* PCI: Update NumVFs register when disabling SR-IOVYijing Wang2013-07-301-1/+3
* PCI: Fix comment typo in iov.cJonghwan Choi2013-07-251-1/+1
* Merge branch 'pci/jiang-bus-lock-v3' into nextBjorn Helgaas2013-06-141-35/+25
|\
| * PCI: Simplify IOV implementation and fix reference count racesJiang Liu2013-06-141-35/+24
| * PCI: Drop redundant setting of bus->is_added in virtfn_add_bus()Jiang Liu2013-06-141-1/+0
| * PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus)Gu Zheng2013-06-051-3/+5
* | PCI: Finish SR-IOV VF setup before adding the deviceXudong Hao2013-05-311-3/+2
|/
* pci: Add SRIOV helper function to determine if VFs are assigned to guestAlexander Duyck2013-04-241-0/+41
* Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-251-9/+1
|\
| * PCI: Remove unused "rc" in virtfn_add_bus()Yijing Wang2013-02-011-1/+0
| * PCI: Put pci_dev in device tree as early as possibleYinghai Lu2013-01-251-8/+1
* | pci: fix iov.c kernel-doc warningsRandy Dunlap2013-01-101-1/+1
|/
* PCI: Remove useless "!dev" testsBjorn Helgaas2012-11-091-7/+7
* PCI: Use spec names for SR-IOV capability fieldsBjorn Helgaas2012-11-091-24/+24
* PCI: Provide method to reduce the number of total VFs supportedDonald Dutile2012-11-091-0/+47
* Revert "PCI: Use hotplug-safe pci_get_domain_bus_and_slot()"Bjorn Helgaas2012-09-201-2/+6
* Merge branch 'pci/jiang-get-domain-bus-slot' into nextBjorn Helgaas2012-09-171-6/+2
|\
| * PCI: Use hotplug-safe pci_get_domain_bus_and_slot()Jiang Liu2012-09-121-6/+2
* | PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang2012-08-231-3/+3
|/
* PCI: register busn_res for iov busYinghai Lu2012-06-131-1/+1
* PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu2012-06-131-2/+2
* PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu2012-02-271-2/+2
* PCI: Fix /sys warning when sriov enabled and card is hot removedYinghai Lu2012-02-171-1/+7
* PCI: set pci sriov page size before reading SRIOV BARVaidyanathan Srinivasan2012-02-101-2/+1
* PCI: delay configuration of SRIOV capabilityRam Pai2012-01-061-2/+2
* PCI: Rework config space blocking servicesJan Kiszka2012-01-061-6/+6
* PCI: defer enablement of SRIOV BARSRam Pai2011-12-051-0/+7
* pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
* PCI: Move ATS implementation into own fileJoerg Roedel2011-10-141-142/+0
* PCI: Move ATS declarations in seperate header fileJoerg Roedel2011-04-111-0/+1
* PCI: fix pci_resource_alignment prototypeCam Macdonell2010-09-091-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* pci: Add SR-IOV convenience functions and macrosWilliams, Mitch A2010-02-121-0/+15
* PCI: use pci_is_pcie() in pci coreKenji Kaneshige2009-11-241-1/+1
* PCI SR-IOV: correct broken resource alignment calculationsChris Wright2009-08-301-0/+23
* Merge git://git.infradead.org/~dwmw2/iommu-2.6.31Linus Torvalds2009-06-221-6/+149
|\
| * PCI: handle Virtual Function ATS enablingYu Zhao2009-05-181-14/+52
| * PCI: support the ATS capabilityYu Zhao2009-05-181-0/+105
* | PCI: cleanup Function Level ResetYu Zhao2009-06-161-2/+2
* | PCI: fix SR-IOV function dependency link problemYu Zhao2009-06-111-0/+2
|/
* PCI-IOV: fix missing kernel-docRandy Dunlap2009-04-061-0/+1
* PCI: handle SR-IOV Virtual Function MigrationYu Zhao2009-03-201-0/+119
* PCI: add SR-IOV API for Physical Function driverYu Zhao2009-03-201-0/+314
* PCI: reserve bus range for SR-IOV deviceYu Zhao2009-03-201-0/+36
* PCI: restore saved SR-IOV stateYu Zhao2009-03-201-0/+29
* PCI: initialize and release SR-IOV capabilityYu Zhao2009-03-201-0/+182