index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
Merge branch 'topic/sebastian-devinit-fixups' into next
Bjorn Helgaas
2012-06-18
1
-9
/
+9
|
|
\
\
\
|
|
*
|
|
PCI: move fixup hooks from __init to __devinit
Sebastian Andrzej Siewior
2012-06-12
1
-9
/
+9
|
|
|
/
/
|
*
|
|
Merge branch 'topic/stowe-cap-cleanup' into next
Bjorn Helgaas
2012-06-18
1
-48
/
+67
|
|
\
\
\
|
|
*
|
|
PCI: remove redundant capabilities checking in pci_{save, restore}_pcie_state
Myron Stowe
2012-06-11
1
-18
/
+15
|
|
*
|
|
PCI: add pci_pcie_cap2() check for PCIe feature capabilities >= v2
Myron Stowe
2012-06-11
1
-15
/
+50
|
|
*
|
|
PCI: remove redundant checking in PCI Express capability routines
Myron Stowe
2012-06-11
1
-13
/
+1
|
|
*
|
|
PCI: make pci_ltr_supported() static
Myron Stowe
2012-06-11
1
-2
/
+1
|
|
|
/
/
|
*
|
|
Merge branch 'topic/alex-vfio-prep' into next
Bjorn Helgaas
2012-06-13
4
-9
/
+157
|
|
\
\
\
|
|
*
|
|
PCI: export pci_user functions for use by other drivers
Alex Williamson
2012-06-12
2
-9
/
+4
|
|
*
|
|
PCI: add ACS validation utility
Alex Williamson
2012-06-12
2
-0
/
+102
|
|
*
|
|
PCI: add PCI DMA source ID quirk
Alex Williamson
2012-06-11
1
-0
/
+51
|
|
|
/
/
|
*
|
|
Merge branch 'topic/bjorn-remove-unused' into next
Bjorn Helgaas
2012-06-13
2
-68
/
+1
|
|
\
\
\
|
|
*
|
|
PCI/AER: use pci_is_pcie() instead of obsolete pci_dev.is_pcie
Bjorn Helgaas
2012-06-11
1
-1
/
+1
|
|
*
|
|
PCI: remove pci_max_busnr() (was already commented out)
Bjorn Helgaas
2012-06-11
1
-24
/
+0
|
|
*
|
|
PCI: remove pci_bus_find_ext_capability() (unused)
Bjorn Helgaas
2012-06-11
1
-43
/
+0
|
|
|
/
/
|
*
|
|
PCI: acpiphp: remove all functions in slot, even without ACPI _EJx
Amos Kong
2012-06-13
2
-10
/
+34
|
*
|
|
PCI: acpiphp: fix function 0 leak when disabling a slot
Amos Kong
2012-06-13
1
-0
/
+1
|
|
|
/
|
|
/
|
|
*
|
PCI: hotplug: remove pci_do_scan_bus()
Yinghai Lu
2012-06-13
2
-16
/
+0
|
*
|
PCI: sgihp: use generic pci_hp_add_bridge()
Yinghai Lu
2012-06-13
1
-9
/
+5
|
*
|
PCI: ibmhp: use generic pci_hp_add_bridge()
Yinghai Lu
2012-06-13
1
-6
/
+4
|
*
|
PCI: cpqhp: use generic pci_hp_add_bridge()
Yinghai Lu
2012-06-13
1
-6
/
+4
|
*
|
PCI: shpchp: use generic pci_hp_add_bridge()
Yinghai Lu
2012-06-13
1
-32
/
+15
|
*
|
PCI: cpci_hotplug: use generic pci_hp_add_bridge()
Yinghai Lu
2012-06-13
1
-31
/
+6
|
*
|
PCI: pciehp: use generic pci_hp_add_bridge()
Yinghai Lu
2012-06-13
1
-26
/
+2
|
*
|
PCI: add generic pci_hp_add_bridge()
Yinghai Lu
2012-06-13
2
-0
/
+24
|
*
|
PCI: sgihp: register busn_res
Yinghai Lu
2012-06-13
1
-1
/
+3
|
*
|
PCI: ibmhp: register busn_res
Yinghai Lu
2012-06-13
1
-1
/
+3
|
*
|
PCI: cpqhp: register busn_res
Yinghai Lu
2012-06-13
1
-1
/
+3
|
*
|
PCI: shpchp: register busn_res
Yinghai Lu
2012-06-13
1
-1
/
+3
|
*
|
PCI: cpci_hotplug: register busn_res
Yinghai Lu
2012-06-13
1
-1
/
+3
|
*
|
PCI: insert busn_res for child bus
Yinghai Lu
2012-06-13
1
-2
/
+3
|
*
|
PCI: register busn_res for iov bus
Yinghai Lu
2012-06-13
1
-1
/
+1
|
*
|
PCI: add default busn_res for pci_scan_bus()
Yinghai Lu
2012-06-13
1
-2
/
+4
|
*
|
PCI: add default busn_resource
Yinghai Lu
2012-06-13
1
-0
/
+7
|
*
|
PCI: checking busn_res in pci_scan_root_bus()
Yinghai Lu
2012-06-13
1
-1
/
+21
|
*
|
PCI: insert busn_res in pci_create_root_bus()
Yinghai Lu
2012-06-13
1
-1
/
+4
|
*
|
PCI: release busn_res when removing bus
Yinghai Lu
2012-06-13
1
-0
/
+1
|
*
|
PCI: add busn_res operation functions
Yinghai Lu
2012-06-13
1
-0
/
+68
|
*
|
PCI: build a bus number resource tree for every domain
Yinghai Lu
2012-06-13
1
-0
/
+30
|
*
|
PCI: replace struct pci_bus secondary/subordinate with busn_res
Yinghai Lu
2012-06-13
9
-59
/
+59
|
|
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2012-07-24
4
-4
/
+4
|
\
\
|
*
|
pci: hotplug: Fix typo in pci
Masanari Iida
2012-07-24
4
-4
/
+4
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Linus Torvalds
2012-07-23
1
-3
/
+3
|
\
\
\
|
*
|
|
arch/tile: tilegx PCI root complex support
Chris Metcalf
2012-07-18
1
-3
/
+3
*
|
|
|
PCI: EHCI: fix crash during suspend on ASUS computers
Alan Stern
2012-07-10
3
-31
/
+12
|
/
/
/
*
|
|
USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2
Alan Stern
2012-06-13
2
-0
/
+31
|
|
/
|
/
|
*
|
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2012-05-29
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
OF: PCI: const usage needed by MIPS
John Crispin
2012-05-21
1
-1
/
+1
*
|
Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-05-24
1
-0
/
+5
|
\
\
|
*
\
Merge tag 'v3.4-rc6' into drm-intel-next
Daniel Vetter
2012-05-07
3
-11
/
+18
|
|
\
\
|
|
|
/
[prev]
[next]