index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
iov.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI: Add pcibios_iov_resource_alignment() interface
Wei Yang
2015-03-31
1
-1
/
+7
*
PCI: Add pcibios_sriov_enable() and pcibios_sriov_disable()
Wei Yang
2015-03-31
1
-0
/
+19
*
PCI: Export pci_iov_virtfn_bus() and pci_iov_virtfn_devfn()
Wei Yang
2015-03-31
1
-12
/
+16
*
PCI: Calculate maximum number of buses required for VFs
Wei Yang
2015-03-31
1
-4
/
+27
*
PCI: Refresh First VF Offset and VF Stride when updating NumVFs
Wei Yang
2015-03-31
1
-4
/
+19
*
PCI: Index IOV resources in the conventional style
Bjorn Helgaas
2015-03-31
1
-4
/
+4
*
PCI: Keep individual VF BAR size in struct pci_sriov
Wei Yang
2015-03-31
1
-19
/
+20
*
PCI: Print PF SR-IOV resource that contains all VF(n) BAR space
Wei Yang
2015-03-31
1
-0
/
+2
*
PCI: Print more info in sriov_enable() error message
Bjorn Helgaas
2015-03-31
1
-2
/
+5
*
PCI: Remove fixed parameter in pci_iov_resource_bar()
Myron Stowe
2014-11-19
1
-8
/
+3
*
PCI: Use device flag helper functions
Ethan Zhao
2014-09-16
1
-1
/
+1
*
PCI: Make pci_bus_add_device() void
Yijing Wang
2014-05-30
1
-1
/
+1
*
PCI: Remove unused SR-IOV VF Migration support
Bjorn Helgaas
2014-02-19
1
-119
/
+0
*
PCI: Never treat a VF as a multifunction device
Alex Williamson
2014-01-10
1
-0
/
+1
*
PCI: Clear NumVFs when disabling SR-IOV in sriov_init()
ethan.zhao
2013-11-22
1
-0
/
+1
*
PCI: Fix whitespace, capitalization, and spelling errors
Bjorn Helgaas
2013-11-14
1
-1
/
+1
*
PCI: Return -ENOSYS for SR-IOV operations on non-SR-IOV devices
Stefan Assmann
2013-07-31
1
-7
/
+10
*
PCI: Update NumVFs register when disabling SR-IOV
Yijing Wang
2013-07-30
1
-1
/
+3
*
PCI: Fix comment typo in iov.c
Jonghwan Choi
2013-07-25
1
-1
/
+1
*
Merge branch 'pci/jiang-bus-lock-v3' into next
Bjorn Helgaas
2013-06-14
1
-35
/
+25
|
\
|
*
PCI: Simplify IOV implementation and fix reference count races
Jiang Liu
2013-06-14
1
-35
/
+24
|
*
PCI: Drop redundant setting of bus->is_added in virtfn_add_bus()
Jiang Liu
2013-06-14
1
-1
/
+0
|
*
PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus)
Gu Zheng
2013-06-05
1
-3
/
+5
*
|
PCI: Finish SR-IOV VF setup before adding the device
Xudong Hao
2013-05-31
1
-3
/
+2
|
/
*
pci: Add SRIOV helper function to determine if VFs are assigned to guest
Alexander Duyck
2013-04-24
1
-0
/
+41
*
Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2013-02-25
1
-9
/
+1
|
\
|
*
PCI: Remove unused "rc" in virtfn_add_bus()
Yijing Wang
2013-02-01
1
-1
/
+0
|
*
PCI: Put pci_dev in device tree as early as possible
Yinghai Lu
2013-01-25
1
-8
/
+1
*
|
pci: fix iov.c kernel-doc warnings
Randy Dunlap
2013-01-10
1
-1
/
+1
|
/
*
PCI: Remove useless "!dev" tests
Bjorn Helgaas
2012-11-09
1
-7
/
+7
*
PCI: Use spec names for SR-IOV capability fields
Bjorn Helgaas
2012-11-09
1
-24
/
+24
*
PCI: Provide method to reduce the number of total VFs supported
Donald Dutile
2012-11-09
1
-0
/
+47
*
Revert "PCI: Use hotplug-safe pci_get_domain_bus_and_slot()"
Bjorn Helgaas
2012-09-20
1
-2
/
+6
*
Merge branch 'pci/jiang-get-domain-bus-slot' into next
Bjorn Helgaas
2012-09-17
1
-6
/
+2
|
\
|
*
PCI: Use hotplug-safe pci_get_domain_bus_and_slot()
Jiang Liu
2012-09-12
1
-6
/
+2
*
|
PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_type
Yijing Wang
2012-08-23
1
-3
/
+3
|
/
*
PCI: register busn_res for iov bus
Yinghai Lu
2012-06-13
1
-1
/
+1
*
PCI: replace struct pci_bus secondary/subordinate with busn_res
Yinghai Lu
2012-06-13
1
-2
/
+2
*
PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device
Yinghai Lu
2012-02-27
1
-2
/
+2
*
PCI: Fix /sys warning when sriov enabled and card is hot removed
Yinghai Lu
2012-02-17
1
-1
/
+7
*
PCI: set pci sriov page size before reading SRIOV BAR
Vaidyanathan Srinivasan
2012-02-10
1
-2
/
+1
*
PCI: delay configuration of SRIOV capability
Ram Pai
2012-01-06
1
-2
/
+2
*
PCI: Rework config space blocking services
Jan Kiszka
2012-01-06
1
-6
/
+6
*
PCI: defer enablement of SRIOV BARS
Ram Pai
2011-12-05
1
-0
/
+7
*
pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
PCI: Move ATS implementation into own file
Joerg Roedel
2011-10-14
1
-142
/
+0
*
PCI: Move ATS declarations in seperate header file
Joerg Roedel
2011-04-11
1
-0
/
+1
*
PCI: fix pci_resource_alignment prototype
Cam Macdonell
2010-09-09
1
-1
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
pci: Add SR-IOV convenience functions and macros
Williams, Mitch A
2010-02-12
1
-0
/
+15
[next]