Age | Commit message (Expand) | Author |
2023-01-18 | PCI/IOV: Enlarge virtfn sysfs name buffer | Alexey V. Vissarionov |
2022-03-07 | PCI/IOV: Fix wrong kernel-doc identifier | Leon Romanovsky |
2022-02-27 | PCI/IOV: Add pci_iov_get_pf_drvdata() to allow VF reaching the drvdata of a PF | Jason Gunthorpe |
2022-02-27 | PCI/IOV: Add pci_iov_vf_id() to get VF index | Jason Gunthorpe |
2021-11-11 | Revert "PCI: Use to_pci_driver() instead of pci_dev->driver" | Bjorn Helgaas |
2021-11-05 | Merge branch 'pci/sysfs' | Bjorn Helgaas |
2021-10-18 | PCI: Use to_pci_driver() instead of pci_dev->driver | Uwe Kleine-König |
2021-09-28 | PCI/sysfs: Return -EINVAL consistently from "store" functions | Krzysztof Wilczyński |
2021-07-06 | Merge branch 'pci/virtualization' | Bjorn Helgaas |
2021-06-10 | PCI/IOV: Clarify error message for unbound devices | Moritz Fischer |
2021-06-03 | PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functions | Krzysztof Wilczyński |
2021-04-04 | PCI/IOV: Add sysfs MSI-X vector assignment interface | Leon Romanovsky |
2020-09-21 | PCI/IOV: Mark VFs as not implementing PCI_COMMAND_MEMORY | Matthew Rosato |
2020-05-20 | s390/pci: create links between PFs and VFs | Niklas Schnelle |
2020-05-20 | PCI/IOV: Introduce pci_iov_sysfs_link() function | Niklas Schnelle |
2019-12-09 | PCI/IOV: Fix memory leak in pci_iov_add_virtfn() | Navid Emamdoost |
2019-11-28 | Merge branch 'pci/trivial' | Bjorn Helgaas |
2019-10-17 | PCI: Remove unnecessary includes | Bjorn Helgaas |
2019-10-15 | PCI/IOV: Serialize sysfs sriov_numvfs reads vs writes | Pierre Crégut |
2019-09-23 | Merge branch 'pci/resource' | Bjorn Helgaas |
2019-09-05 | PCI/IOV: Remove group write permission from sriov_numvfs, sriov_drivers_autop... | Kelsey Skunberg |
2019-08-20 | PCI/IOV: Move sysfs SR-IOV functions to iov.c | Kelsey Skunberg |
2019-08-08 | PCI: Use PCI_SRIOV_NUM_BARS in loops instead of PCI_IOV_RESOURCE_END | Denis Efremov |
2019-07-03 | Revert "PCI/IOV: Use VF0 cached config space size for other VFs" | Alex Williamson |
2019-01-01 | PCI/IOV: Add flag so platforms can skip VF scanning | Sebastian Ott |
2019-01-01 | PCI/IOV: Factor out sriov_add_vfs() | Sebastian Ott |
2018-10-11 | PCI/IOV: Remove unnecessary include of <linux/pci-ats.h> | Bjorn Helgaas |
2018-10-11 | PCI/IOV: Use VF0 cached config space size for other VFs | KarimAllah Ahmed |
2018-08-15 | Merge branch 'pci/virtualization' | Bjorn Helgaas |
2018-07-19 | PCI/IOV: Tidy pci_sriov_set_totalvfs() | Bjorn Helgaas |
2018-06-29 | PCI/IOV: Reset total_VFs limit after detaching PF driver | Jakub Kicinski |
2018-05-25 | PCI/IOV: Allow PF drivers to limit total_VFs to 0 | Jakub Kicinski |
2018-04-24 | PCI/IOV: Add pci_sriov_configure_simple() | Alexander Duyck |
2018-04-04 | Merge branch 'pci/virtualization' | Bjorn Helgaas |
2018-03-31 | PCI/IOV: Use VF0 cached config registers for other VFs | KarimAllah Ahmed |
2018-03-19 | PCI: Tidy comments | Bjorn Helgaas |
2018-02-06 | Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2018-02-01 | Merge branch 'pci/spdx' into next | Bjorn Helgaas |
2018-01-26 | PCI: Add SPDX GPL-2.0 when no license was specified | Bjorn Helgaas |
2018-01-18 | PCI: Add wrappers for dev_printk() | Frederick Lawler |
2017-12-11 | PCI/IOV: Add pci_vf_drivers_autoprobe() interface | Bryant G. Ly |
2017-10-10 | PCI: Restore ARI Capable Hierarchy before setting numVFs | Tony Nguyen |
2017-10-10 | PCI: Create SR-IOV virtfn/physfn links before attaching driver | Stuart Hayes |
2017-10-05 | PCI: Cache the VF device ID in the SR-IOV structure | Filippo Sironi |
2017-10-05 | PCI: Remove reset argument from pci_iov_{add,remove}_virtfn() | Jan H. Schönherr |
2017-08-29 | PCI: Disable VF decoding before pcibios_sriov_disable() updates resources | Gavin Shan |
2017-06-14 | PCI: Protect pci_driver->sriov_configure() usage with device_lock() | Jakub Kicinski |
2017-04-20 | PCI: Add sysfs sriov_drivers_autoprobe to control VF driver binding | Bodong Wang |
2017-02-03 | PCI: Lock each enable/disable num_vfs operation in sysfs | Emil Tantilov |
2016-11-29 | PCI: Remove pci_resource_bar() and pci_iov_resource_bar() | Bjorn Helgaas |