index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
probe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
2013-09-06
1
-0
/
+1
|
\
|
*
PCI: Introduce new MSI chip infrastructure
Thierry Reding
2013-08-12
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2013-09-05
1
-2
/
+2
|
\
\
|
*
|
PCI: expose pcie_link_speed and pcix_bus_speed arrays
Jacob Keller
2013-07-30
1
-2
/
+2
|
|
/
*
|
Merge branch 'pci/misc' into next
Bjorn Helgaas
2013-08-28
1
-3
/
+8
|
\
\
|
*
|
PCI: Disable decoding for BAR sizing only when it was actually enabled
Zoltan Kiss
2013-08-23
1
-3
/
+8
*
|
|
Merge branch 'pci/yijing-mps-v8' into next
Bjorn Helgaas
2013-08-26
1
-23
/
+43
|
\
\
\
|
*
|
|
PCI: Warn if unsafe MPS settings detected
Yijing Wang
2013-08-26
1
-3
/
+21
|
*
|
|
PCI: Fix MPS peer-to-peer DMA comment syntax
Jon Mason
2013-08-26
1
-1
/
+1
|
*
|
|
PCI: Don't restrict MPS for slots below Root Ports
Yijing Wang
2013-08-22
1
-16
/
+16
|
*
|
|
PCI: Simplify MPS test for Downstream Port
Bjorn Helgaas
2013-08-22
1
-2
/
+1
|
*
|
|
PCI: Simplify pcie_bus_configure_settings() interface
Bjorn Helgaas
2013-08-22
1
-2
/
+5
|
*
|
|
PCI: Drop "PCI-E" prefix from Max Payload Size message
Bjorn Helgaas
2013-08-22
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'pci/yinghai-assign-unassigned-v6' into next
Bjorn Helgaas
2013-08-26
1
-1
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
PCI: Delay enabling bridges until they're needed
Yinghai Lu
2013-07-25
1
-1
/
+0
|
|
/
*
|
PCI: Convert class code to use dev_groups
Greg Kroah-Hartman
2013-07-25
1
-1
/
+1
|
/
*
Merge branch 'pci/jiang-bus-lock-v3' into next
Bjorn Helgaas
2013-06-14
1
-36
/
+47
|
\
|
*
PCI: Return early on allocation failures to unindent mainline code
Bjorn Helgaas
2013-06-14
1
-14
/
+15
|
*
PCI: Rename pci_release_bus_bridge_dev() to pci_release_host_bridge_dev()
Jiang Liu
2013-06-07
1
-13
/
+13
|
*
PCI: Fix refcount issue in pci_create_root_bus() error recovery path
Jiang Liu
2013-06-07
1
-6
/
+8
|
*
PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus)
Gu Zheng
2013-06-05
1
-2
/
+3
|
*
PCI: Introduce pci_alloc_dev(struct pci_bus*) to replace alloc_pci_dev()
Gu Zheng
2013-05-27
1
-1
/
+8
*
|
Merge branch 'pci/misc' into next
Bjorn Helgaas
2013-06-14
1
-0
/
+1
|
\
\
|
*
|
PCI: Add pcibios_release_device()
Sebastian Ott
2013-06-04
1
-0
/
+1
|
|
/
*
|
PCI: Unset resource if initial BAR value is invalid
Kevin Hao
2013-05-25
1
-1
/
+21
*
|
PCI: Consolidate calls to pcibios_bus_to_resource() in __pci_read_base()
Kevin Hao
2013-05-25
1
-3
/
+2
*
|
PCI: Add 0x prefix to BAR register position in __pci_read_base()
Kevin Hao
2013-05-25
1
-2
/
+2
|
/
*
Merge tag 'pci-v3.10-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-05-09
1
-1
/
+0
|
\
|
*
PCI: Delay final fixups until resources are assigned
Yinghai Lu
2013-05-07
1
-1
/
+0
*
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2013-05-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
pci: Set dev->dev.type in alloc_pci_dev
Brian King
2013-04-18
1
-1
/
+1
*
|
PCI: Add pcibios hooks for adding and removing PCI buses
Jiang Liu
2013-04-12
1
-0
/
+12
*
|
PCI: Clean up usages of pci_bus->is_added
Jiang Liu
2013-04-12
1
-2
/
+1
|
/
*
Merge branch 'pci/yinghai-root-bus-hotplug' into next
Bjorn Helgaas
2013-01-26
1
-8
/
+29
|
\
|
*
PCI: Put pci_dev in device tree as early as possible
Yinghai Lu
2013-01-25
1
-7
/
+28
|
*
PCI: Make device create/destroy logic symmetric
Jiang Liu
2013-01-25
1
-1
/
+0
|
*
PCI: Set pci_dev dev_node early so IOAPIC irq_descs are allocated locally
Yinghai Lu
2013-01-25
1
-0
/
+1
*
|
Merge branch 'pci/yijing-ari' into next
Bjorn Helgaas
2013-01-26
1
-28
/
+22
|
\
\
|
*
|
PCI: Consolidate "next-function" functions
Yijing Wang
2013-01-25
1
-27
/
+21
|
*
|
PCI: Rename pci_enable_ari() to pci_configure_ari()
Yijing Wang
2013-01-25
1
-1
/
+1
*
|
|
ACPI / PCI: Set root bridge ACPI handle in advance
Rafael J. Wysocki
2013-01-13
1
-0
/
+16
|
|
/
|
/
|
*
|
ACPI / PCI: Rework the setup and cleanup of device wakeup
Rafael J. Wysocki
2013-01-03
1
-1
/
+0
|
/
*
Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
2012-12-13
1
-8
/
+34
|
\
|
*
Merge branch 'pci/bjorn-pcie-cap' into next
Bjorn Helgaas
2012-12-07
1
-8
/
+11
|
|
\
|
|
*
PCI: Use standard PCIe Capability Link register field names
Bjorn Helgaas
2012-12-07
1
-2
/
+2
|
|
*
PCI: Add and use standard PCI-X Capability register names
Bjorn Helgaas
2012-12-05
1
-6
/
+9
|
*
|
Merge branch 'pci/don-sriov' into next
Bjorn Helgaas
2012-11-13
1
-0
/
+1
|
|
\
\
|
|
*
|
PCI: Add pci_device_type to pdev's device struct
Yinghai Lu
2012-11-09
1
-0
/
+1
|
|
|
/
|
*
|
PCI: Move out pci_enable_bridges out of assign_unsigned_bus_res
Yinghai Lu
2012-11-03
1
-0
/
+1
|
*
|
PCI: Move pci_rescan_bus() back to probe.c
Yinghai Lu
2012-11-03
1
-0
/
+21
|
|
/
[next]