aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/iov.c
AgeCommit message (Expand)Author
2020-05-04PCI/IOV: Fix memory leak in pci_iov_add_virtfn()Navid Emamdoost
2019-01-01PCI/IOV: Add flag so platforms can skip VF scanningSebastian Ott
2019-01-01PCI/IOV: Factor out sriov_add_vfs()Sebastian Ott
2018-10-11PCI/IOV: Remove unnecessary include of <linux/pci-ats.h>Bjorn Helgaas
2018-10-11PCI/IOV: Use VF0 cached config space size for other VFsKarimAllah Ahmed
2018-08-15Merge branch 'pci/virtualization'Bjorn Helgaas
2018-07-19PCI/IOV: Tidy pci_sriov_set_totalvfs()Bjorn Helgaas
2018-06-29PCI/IOV: Reset total_VFs limit after detaching PF driverJakub Kicinski
2018-05-25PCI/IOV: Allow PF drivers to limit total_VFs to 0Jakub Kicinski
2018-04-24PCI/IOV: Add pci_sriov_configure_simple()Alexander Duyck
2018-04-04Merge branch 'pci/virtualization'Bjorn Helgaas
2018-03-31PCI/IOV: Use VF0 cached config registers for other VFsKarimAllah Ahmed
2018-03-19PCI: Tidy commentsBjorn Helgaas
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler
2017-12-11PCI/IOV: Add pci_vf_drivers_autoprobe() interfaceBryant G. Ly
2017-10-10PCI: Restore ARI Capable Hierarchy before setting numVFsTony Nguyen
2017-10-10PCI: Create SR-IOV virtfn/physfn links before attaching driverStuart Hayes
2017-10-05PCI: Cache the VF device ID in the SR-IOV structureFilippo Sironi
2017-10-05PCI: Remove reset argument from pci_iov_{add,remove}_virtfn()Jan H. Schönherr
2017-08-29PCI: Disable VF decoding before pcibios_sriov_disable() updates resourcesGavin Shan
2017-06-14PCI: Protect pci_driver->sriov_configure() usage with device_lock()Jakub Kicinski
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