summaryrefslogtreecommitdiffstats
path: root/drivers/pci/iov.c
AgeCommit message (Expand)AuthorLines
2014-11-19PCI: Remove fixed parameter in pci_iov_resource_bar()Myron Stowe-8/+3
2014-09-16PCI: Use device flag helper functionsEthan Zhao-1/+1
2014-05-30PCI: Make pci_bus_add_device() voidYijing Wang-1/+1
2014-02-19PCI: Remove unused SR-IOV VF Migration supportBjorn Helgaas-119/+0
2014-01-10PCI: Never treat a VF as a multifunction deviceAlex Williamson-0/+1
2013-11-22PCI: Clear NumVFs when disabling SR-IOV in sriov_init()ethan.zhao-0/+1
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas-1/+1
2013-07-31PCI: Return -ENOSYS for SR-IOV operations on non-SR-IOV devicesStefan Assmann-7/+10
2013-07-30PCI: Update NumVFs register when disabling SR-IOVYijing Wang-1/+3
2013-07-25PCI: Fix comment typo in iov.cJonghwan Choi-1/+1
2013-06-14Merge branch 'pci/jiang-bus-lock-v3' into nextBjorn Helgaas-35/+25
2013-06-14PCI: Simplify IOV implementation and fix reference count racesJiang Liu-35/+24
2013-06-14PCI: Drop redundant setting of bus->is_added in virtfn_add_bus()Jiang Liu-1/+0
2013-06-05PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus)Gu Zheng-3/+5
2013-05-31PCI: Finish SR-IOV VF setup before adding the deviceXudong Hao-3/+2
2013-04-24pci: Add SRIOV helper function to determine if VFs are assigned to guestAlexander Duyck-0/+41
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-9/+1
2013-02-01PCI: Remove unused "rc" in virtfn_add_bus()Yijing Wang-1/+0
2013-01-25PCI: Put pci_dev in device tree as early as possibleYinghai Lu-8/+1
2013-01-10pci: fix iov.c kernel-doc warningsRandy Dunlap-1/+1
2012-11-09PCI: Remove useless "!dev" testsBjorn Helgaas-7/+7
2012-11-09PCI: Use spec names for SR-IOV capability fieldsBjorn Helgaas-24/+24
2012-11-09PCI: Provide method to reduce the number of total VFs supportedDonald Dutile-0/+47
2012-09-20Revert "PCI: Use hotplug-safe pci_get_domain_bus_and_slot()"Bjorn Helgaas-2/+6
2012-09-17Merge branch 'pci/jiang-get-domain-bus-slot' into nextBjorn Helgaas-6/+2
2012-09-12PCI: Use hotplug-safe pci_get_domain_bus_and_slot()Jiang Liu-6/+2
2012-08-23PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang-3/+3
2012-06-13PCI: register busn_res for iov busYinghai Lu-1/+1
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu-2/+2
2012-02-27PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu-2/+2
2012-02-17PCI: Fix /sys warning when sriov enabled and card is hot removedYinghai Lu-1/+7
2012-02-10PCI: set pci sriov page size before reading SRIOV BARVaidyanathan Srinivasan-2/+1
2012-01-06PCI: delay configuration of SRIOV capabilityRam Pai-2/+2
2012-01-06PCI: Rework config space blocking servicesJan Kiszka-6/+6
2011-12-05PCI: defer enablement of SRIOV BARSRam Pai-0/+7
2011-10-31pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker-0/+1
2011-10-14PCI: Move ATS implementation into own fileJoerg Roedel-142/+0
2011-04-11PCI: Move ATS declarations in seperate header fileJoerg Roedel-0/+1
2010-09-09PCI: fix pci_resource_alignment prototypeCam Macdonell-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-02-12pci: Add SR-IOV convenience functions and macrosWilliams, Mitch A-0/+15
2009-11-24PCI: use pci_is_pcie() in pci coreKenji Kaneshige-1/+1
2009-08-30PCI SR-IOV: correct broken resource alignment calculationsChris Wright-0/+23
2009-06-22Merge git://git.infradead.org/~dwmw2/iommu-2.6.31Linus Torvalds-6/+149
2009-06-16PCI: cleanup Function Level ResetYu Zhao-2/+2
2009-06-11PCI: fix SR-IOV function dependency link problemYu Zhao-0/+2
2009-05-18PCI: handle Virtual Function ATS enablingYu Zhao-14/+52
2009-05-18PCI: support the ATS capabilityYu Zhao-0/+105
2009-04-06PCI-IOV: fix missing kernel-docRandy Dunlap-0/+1
2009-03-20PCI: handle SR-IOV Virtual Function MigrationYu Zhao-0/+119