index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
iov.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-31
PCI: Add pcibios_iov_resource_alignment() interface
Wei Yang
1
-1
/
+7
2015-03-31
PCI: Add pcibios_sriov_enable() and pcibios_sriov_disable()
Wei Yang
1
-0
/
+19
2015-03-31
PCI: Export pci_iov_virtfn_bus() and pci_iov_virtfn_devfn()
Wei Yang
1
-12
/
+16
2015-03-31
PCI: Calculate maximum number of buses required for VFs
Wei Yang
1
-4
/
+27
2015-03-31
PCI: Refresh First VF Offset and VF Stride when updating NumVFs
Wei Yang
1
-4
/
+19
2015-03-31
PCI: Index IOV resources in the conventional style
Bjorn Helgaas
1
-4
/
+4
2015-03-31
PCI: Keep individual VF BAR size in struct pci_sriov
Wei Yang
1
-19
/
+20
2015-03-31
PCI: Print PF SR-IOV resource that contains all VF(n) BAR space
Wei Yang
1
-0
/
+2
2015-03-31
PCI: Print more info in sriov_enable() error message
Bjorn Helgaas
1
-2
/
+5
2014-11-20
PCI: Remove fixed parameter in pci_iov_resource_bar()
Myron Stowe
1
-8
/
+3
2014-09-17
PCI: Use device flag helper functions
Ethan Zhao
1
-1
/
+1
2014-05-30
PCI: Make pci_bus_add_device() void
Yijing Wang
1
-1
/
+1
2014-02-19
PCI: Remove unused SR-IOV VF Migration support
Bjorn Helgaas
1
-119
/
+0
2014-01-10
PCI: Never treat a VF as a multifunction device
Alex Williamson
1
-0
/
+1
2013-11-23
PCI: Clear NumVFs when disabling SR-IOV in sriov_init()
ethan.zhao
1
-0
/
+1
2013-11-14
PCI: Fix whitespace, capitalization, and spelling errors
Bjorn Helgaas
1
-1
/
+1
2013-08-01
PCI: Return -ENOSYS for SR-IOV operations on non-SR-IOV devices
Stefan Assmann
1
-7
/
+10
2013-07-30
PCI: Update NumVFs register when disabling SR-IOV
Yijing Wang
1
-1
/
+3
2013-07-25
PCI: Fix comment typo in iov.c
Jonghwan Choi
1
-1
/
+1
2013-06-15
Merge branch 'pci/jiang-bus-lock-v3' into next
Bjorn Helgaas
1
-35
/
+25
2013-06-15
PCI: Simplify IOV implementation and fix reference count races
Jiang Liu
1
-35
/
+24
2013-06-15
PCI: Drop redundant setting of bus->is_added in virtfn_add_bus()
Jiang Liu
1
-1
/
+0
2013-06-05
PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus)
Gu Zheng
1
-3
/
+5
2013-06-01
PCI: Finish SR-IOV VF setup before adding the device
Xudong Hao
1
-3
/
+2
2013-04-25
pci: Add SRIOV helper function to determine if VFs are assigned to guest
Alexander Duyck
1
-0
/
+41
2013-02-26
Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-9
/
+1
2013-02-02
PCI: Remove unused "rc" in virtfn_add_bus()
Yijing Wang
1
-1
/
+0
2013-01-26
PCI: Put pci_dev in device tree as early as possible
Yinghai Lu
1
-8
/
+1
2013-01-11
pci: fix iov.c kernel-doc warnings
Randy Dunlap
1
-1
/
+1
2012-11-10
PCI: Remove useless "!dev" tests
Bjorn Helgaas
1
-7
/
+7
2012-11-10
PCI: Use spec names for SR-IOV capability fields
Bjorn Helgaas
1
-24
/
+24
2012-11-10
PCI: Provide method to reduce the number of total VFs supported
Donald Dutile
1
-0
/
+47
2012-09-21
Revert "PCI: Use hotplug-safe pci_get_domain_bus_and_slot()"
Bjorn Helgaas
1
-2
/
+6
2012-09-18
Merge branch 'pci/jiang-get-domain-bus-slot' into next
Bjorn Helgaas
1
-6
/
+2
2012-09-13
PCI: Use hotplug-safe pci_get_domain_bus_and_slot()
Jiang Liu
1
-6
/
+2
2012-08-23
PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_type
Yijing Wang
1
-3
/
+3
2012-06-14
PCI: register busn_res for iov bus
Yinghai Lu
1
-1
/
+1
2012-06-14
PCI: replace struct pci_bus secondary/subordinate with busn_res
Yinghai Lu
1
-2
/
+2
2012-02-28
PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device
Yinghai Lu
1
-2
/
+2
2012-02-17
PCI: Fix /sys warning when sriov enabled and card is hot removed
Yinghai Lu
1
-1
/
+7
2012-02-11
PCI: set pci sriov page size before reading SRIOV BAR
Vaidyanathan Srinivasan
1
-2
/
+1
2012-01-07
PCI: delay configuration of SRIOV capability
Ram Pai
1
-2
/
+2
2012-01-07
PCI: Rework config space blocking services
Jan Kiszka
1
-6
/
+6
2011-12-05
PCI: defer enablement of SRIOV BARS
Ram Pai
1
-0
/
+7
2011-11-01
pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
1
-0
/
+1
2011-10-14
PCI: Move ATS implementation into own file
Joerg Roedel
1
-142
/
+0
2011-04-11
PCI: Move ATS declarations in seperate header file
Joerg Roedel
1
-0
/
+1
2010-09-10
PCI: fix pci_resource_alignment prototype
Cam Macdonell
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-13
pci: Add SR-IOV convenience functions and macros
Williams, Mitch A
1
-0
/
+15
[next]