aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/iov.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-11Revert "PCI: Use to_pci_driver() instead of pci_dev->driver"Bjorn Helgaas1-15/+9
2021-11-05Merge branch 'pci/sysfs'Bjorn Helgaas1-8/+6
2021-10-18PCI: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König1-9/+15
2021-09-28PCI/sysfs: Return -EINVAL consistently from "store" functionsKrzysztof Wilczyński1-8/+6
2021-07-06Merge branch 'pci/virtualization'Bjorn Helgaas1-2/+9
2021-06-10PCI/IOV: Clarify error message for unbound devicesMoritz Fischer1-2/+9
2021-06-03PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functionsKrzysztof Wilczyński1-6/+6
2021-04-04PCI/IOV: Add sysfs MSI-X vector assignment interfaceLeon Romanovsky1-6/+96
2020-09-21PCI/IOV: Mark VFs as not implementing PCI_COMMAND_MEMORYMatthew Rosato1-0/+1
2020-05-20s390/pci: create links between PFs and VFsNiklas Schnelle1-3/+0
2020-05-20PCI/IOV: Introduce pci_iov_sysfs_link() functionNiklas Schnelle1-11/+25
2019-12-09PCI/IOV: Fix memory leak in pci_iov_add_virtfn()Navid Emamdoost1-5/+4
2019-11-28Merge branch 'pci/trivial'Bjorn Helgaas1-1/+0
2019-10-17PCI: Remove unnecessary includesBjorn Helgaas1-1/+0
2019-10-15PCI/IOV: Serialize sysfs sriov_numvfs reads vs writesPierre Crégut1-1/+7
2019-09-23Merge branch 'pci/resource'Bjorn Helgaas1-2/+2
2019-09-05PCI/IOV: Remove group write permission from sriov_numvfs, sriov_drivers_autoprobeKelsey Skunberg1-3/+2
2019-08-20PCI/IOV: Move sysfs SR-IOV functions to iov.cKelsey Skunberg1-0/+168
2019-08-08PCI: Use PCI_SRIOV_NUM_BARS in loops instead of PCI_IOV_RESOURCE_ENDDenis Efremov1-2/+2
2019-07-03Revert "PCI/IOV: Use VF0 cached config space size for other VFs"Alex Williamson1-2/+0
2019-01-01PCI/IOV: Add flag so platforms can skip VF scanningSebastian Ott1-0/+6
2019-01-01PCI/IOV: Factor out sriov_add_vfs()Sebastian Ott1-13/+31
2018-10-11PCI/IOV: Remove unnecessary include of <linux/pci-ats.h>Bjorn Helgaas1-1/+0
2018-10-11PCI/IOV: Use VF0 cached config space size for other VFsKarimAllah Ahmed1-0/+2
2018-08-15Merge branch 'pci/virtualization'Bjorn Helgaas1-2/+2
2018-07-19PCI/IOV: Tidy pci_sriov_set_totalvfs()Bjorn Helgaas1-2/+2
2018-06-29PCI/IOV: Reset total_VFs limit after detaching PF driverJakub Kicinski1-0/+16
2018-05-25PCI/IOV: Allow PF drivers to limit total_VFs to 0Jakub Kicinski1-4/+2
2018-04-24PCI/IOV: Add pci_sriov_configure_simple()Alexander Duyck1-0/+36
2018-04-04Merge branch 'pci/virtualization'Bjorn Helgaas1-7/+35
2018-03-31PCI/IOV: Use VF0 cached config registers for other VFsKarimAllah Ahmed1-7/+35
2018-03-19PCI: Tidy commentsBjorn Helgaas1-5/+3
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-5/+6
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas1-0/+1
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas1-0/+1
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler1-5/+5
2017-12-11PCI/IOV: Add pci_vf_drivers_autoprobe() interfaceBryant G. Ly1-0/+11
2017-10-10PCI: Restore ARI Capable Hierarchy before setting numVFsTony Nguyen1-0/+8
2017-10-10PCI: Create SR-IOV virtfn/physfn links before attaching driverStuart Hayes1-1/+2
2017-10-05PCI: Cache the VF device ID in the SR-IOV structureFilippo Sironi1-2/+3
2017-10-05PCI: Remove reset argument from pci_iov_{add,remove}_virtfn()Jan H. Schönherr1-13/+5
2017-08-29PCI: Disable VF decoding before pcibios_sriov_disable() updates resourcesGavin Shan1-3/+4
2017-06-14PCI: Protect pci_driver->sriov_configure() usage with device_lock()Jakub Kicinski1-4/+0
2017-04-20PCI: Add sysfs sriov_drivers_autoprobe to control VF driver bindingBodong Wang1-0/+1
2017-02-03PCI: Lock each enable/disable num_vfs operation in sysfsEmil Tantilov1-7/+0
2016-11-29PCI: Remove pci_resource_bar() and pci_iov_resource_bar()Bjorn Helgaas1-18/+0
2016-11-29PCI: Don't update VF BARs while VF memory space is enabledBjorn Helgaas1-0/+8
2016-11-29PCI: Separate VF BAR updates from standard BAR updatesBjorn Helgaas1-0/+50
2016-11-23PCI: Do any VF BAR updates before enabling the BARsGavin Shan1-7/+7
2016-09-12PCI: Check for pci_setup_device() failure in pci_iov_add_virtfn()Po Liu1-1/+4