index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
iov.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-04
PCI/IOV: Add sysfs MSI-X vector assignment interface
Leon Romanovsky
1
-6
/
+96
2020-09-21
PCI/IOV: Mark VFs as not implementing PCI_COMMAND_MEMORY
Matthew Rosato
1
-0
/
+1
2020-05-20
s390/pci: create links between PFs and VFs
Niklas Schnelle
1
-3
/
+0
2020-05-20
PCI/IOV: Introduce pci_iov_sysfs_link() function
Niklas Schnelle
1
-11
/
+25
2019-12-09
PCI/IOV: Fix memory leak in pci_iov_add_virtfn()
Navid Emamdoost
1
-5
/
+4
2019-11-28
Merge branch 'pci/trivial'
Bjorn Helgaas
1
-1
/
+0
2019-10-17
PCI: Remove unnecessary includes
Bjorn Helgaas
1
-1
/
+0
2019-10-15
PCI/IOV: Serialize sysfs sriov_numvfs reads vs writes
Pierre Crégut
1
-1
/
+7
2019-09-23
Merge branch 'pci/resource'
Bjorn Helgaas
1
-2
/
+2
2019-09-05
PCI/IOV: Remove group write permission from sriov_numvfs, sriov_drivers_autop...
Kelsey Skunberg
1
-3
/
+2
2019-08-20
PCI/IOV: Move sysfs SR-IOV functions to iov.c
Kelsey Skunberg
1
-0
/
+168
2019-08-08
PCI: Use PCI_SRIOV_NUM_BARS in loops instead of PCI_IOV_RESOURCE_END
Denis Efremov
1
-2
/
+2
2019-07-03
Revert "PCI/IOV: Use VF0 cached config space size for other VFs"
Alex Williamson
1
-2
/
+0
2019-01-01
PCI/IOV: Add flag so platforms can skip VF scanning
Sebastian Ott
1
-0
/
+6
2019-01-01
PCI/IOV: Factor out sriov_add_vfs()
Sebastian Ott
1
-13
/
+31
2018-10-11
PCI/IOV: Remove unnecessary include of <linux/pci-ats.h>
Bjorn Helgaas
1
-1
/
+0
2018-10-11
PCI/IOV: Use VF0 cached config space size for other VFs
KarimAllah Ahmed
1
-0
/
+2
2018-08-15
Merge branch 'pci/virtualization'
Bjorn Helgaas
1
-2
/
+2
2018-07-19
PCI/IOV: Tidy pci_sriov_set_totalvfs()
Bjorn Helgaas
1
-2
/
+2
2018-06-29
PCI/IOV: Reset total_VFs limit after detaching PF driver
Jakub Kicinski
1
-0
/
+16
2018-05-25
PCI/IOV: Allow PF drivers to limit total_VFs to 0
Jakub Kicinski
1
-4
/
+2
2018-04-24
PCI/IOV: Add pci_sriov_configure_simple()
Alexander Duyck
1
-0
/
+36
2018-04-04
Merge branch 'pci/virtualization'
Bjorn Helgaas
1
-7
/
+35
2018-03-31
PCI/IOV: Use VF0 cached config registers for other VFs
KarimAllah Ahmed
1
-7
/
+35
2018-03-19
PCI: Tidy comments
Bjorn Helgaas
1
-5
/
+3
2018-02-06
Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-5
/
+6
2018-02-01
Merge branch 'pci/spdx' into next
Bjorn Helgaas
1
-0
/
+1
2018-01-26
PCI: Add SPDX GPL-2.0 when no license was specified
Bjorn Helgaas
1
-0
/
+1
2018-01-18
PCI: Add wrappers for dev_printk()
Frederick Lawler
1
-5
/
+5
2017-12-11
PCI/IOV: Add pci_vf_drivers_autoprobe() interface
Bryant G. Ly
1
-0
/
+11
2017-10-10
PCI: Restore ARI Capable Hierarchy before setting numVFs
Tony Nguyen
1
-0
/
+8
2017-10-10
PCI: Create SR-IOV virtfn/physfn links before attaching driver
Stuart Hayes
1
-1
/
+2
2017-10-05
PCI: Cache the VF device ID in the SR-IOV structure
Filippo Sironi
1
-2
/
+3
2017-10-05
PCI: Remove reset argument from pci_iov_{add,remove}_virtfn()
Jan H. Schönherr
1
-13
/
+5
2017-08-29
PCI: Disable VF decoding before pcibios_sriov_disable() updates resources
Gavin Shan
1
-3
/
+4
2017-06-14
PCI: Protect pci_driver->sriov_configure() usage with device_lock()
Jakub Kicinski
1
-4
/
+0
2017-04-20
PCI: Add sysfs sriov_drivers_autoprobe to control VF driver binding
Bodong Wang
1
-0
/
+1
2017-02-03
PCI: Lock each enable/disable num_vfs operation in sysfs
Emil Tantilov
1
-7
/
+0
2016-11-29
PCI: Remove pci_resource_bar() and pci_iov_resource_bar()
Bjorn Helgaas
1
-18
/
+0
2016-11-29
PCI: Don't update VF BARs while VF memory space is enabled
Bjorn Helgaas
1
-0
/
+8
2016-11-29
PCI: Separate VF BAR updates from standard BAR updates
Bjorn Helgaas
1
-0
/
+50
2016-11-23
PCI: Do any VF BAR updates before enabling the BARs
Gavin Shan
1
-7
/
+7
2016-09-12
PCI: Check for pci_setup_device() failure in pci_iov_add_virtfn()
Po Liu
1
-1
/
+4
2016-03-19
Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-5
/
+5
2016-03-09
PCI/IOV: Rename and export virtfn_{add, remove}
Wei Yang
1
-5
/
+5
2016-02-29
PCI: Support SR-IOV on any function type
Kelly Zytaruk
1
-4
/
+0
2015-11-02
Merge branches 'pci/aer', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/resource...
Bjorn Helgaas
1
-49
/
+52
2015-10-30
PCI: Fix sriov_enable() error path for pcibios_enable_sriov() failures
Alexander Duyck
1
-5
/
+6
2015-10-30
PCI: Wait 1 second between disabling VFs and clearing NumVFs
Alexander Duyck
1
-1
/
+1
2015-10-30
PCI: Reorder pcibios_sriov_disable()
Alexander Duyck
1
-6
/
+6
[next]