index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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 branch 'pci/misc' into next
Bjorn Helgaas
2014-05-28
1
-1
/
+38
|
\
|
*
PCI: Test for std config alias when testing extended config space
Alex Williamson
2014-05-27
1
-1
/
+38
|
|
|
\
|
\
|
\
*
-
-
-
.
\
Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...
Bjorn Helgaas
2014-05-28
1
-2
/
+2
|
\
\
\
\
|
|
|
*
|
PCI: Introduce new device binding path using pci_dev.driver_override
Alex Williamson
2014-05-28
1
-0
/
+1
|
|
|
/
/
|
|
/
|
|
|
|
*
|
PCI: Use pci_is_bridge() to simplify code
Yijing Wang
2014-05-27
1
-2
/
+1
|
|
/
/
|
|
|
|
\
\
*
-
.
\
\
Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pc...
Bjorn Helgaas
2014-05-26
1
-19
/
+29
|
\
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
_
|
/
|
/
|
|
|
|
*
PCI: Don't add disabled subtractive decode bus resources
Bjorn Helgaas
2014-05-23
1
-1
/
+1
|
|
*
PCI: Don't print anything while decoding is disabled
Bjorn Helgaas
2014-05-23
1
-4
/
+6
|
|
*
PCI: Don't set BAR to zero if dma_addr_t is too small
Bjorn Helgaas
2014-05-23
1
-6
/
+7
|
|
*
PCI: Don't convert BAR address to resource if dma_addr_t is too small
Bjorn Helgaas
2014-05-23
1
-2
/
+3
|
|
*
PCI: Reject BAR above 4GB if dma_addr_t is too small
Bjorn Helgaas
2014-05-23
1
-1
/
+1
|
|
*
PCI: Fail safely if we can't handle BARs larger than 4GB
Bjorn Helgaas
2014-05-23
1
-6
/
+12
|
|
/
*
|
PCI: Fix use of uninitialized MPS value
Bjorn Helgaas
2014-04-29
1
-1
/
+1
*
|
PCI: Remove unnecessary __ref annotations
Bjorn Helgaas
2014-04-29
1
-4
/
+4
|
/
*
Merge branch 'pci/resource' into next
Bjorn Helgaas
2014-03-19
1
-4
/
+13
|
\
|
*
PCI: Log IDE resource quirk in dmesg
Bjorn Helgaas
2014-03-19
1
-4
/
+12
|
*
PCI: Mark 64-bit resource as IORESOURCE_UNSET if we only support 32-bit
Bjorn Helgaas
2014-02-27
1
-0
/
+1
*
|
PCI: Don't scan random busses in pci_scan_bridge()
Andreas Noever
2014-02-11
1
-3
/
+7
*
|
PCI: Check for child busses which use more bus numbers than allocated
Andreas Noever
2014-02-11
1
-4
/
+6
*
|
PCI: Remove pci_fixup_parent_subordinate_busnr()
Andreas Noever
2014-02-11
1
-30
/
+0
*
|
PCI: Make sure bus number resources stay within their parents bounds
Andreas Noever
2014-02-10
1
-2
/
+8
*
|
PCI: Use request_resource_conflict() instead of insert_ for bus numbers
Andreas Noever
2014-02-10
1
-1
/
+1
*
|
PCI: Assign CardBus bus number only during the second pass
Andreas Noever
2014-02-10
1
-1
/
+1
*
|
PCI: Clarify the "scan anyway" comment in pci_scan_bridge()
Andreas Noever
2014-02-10
1
-5
/
+4
*
|
PCI: Increment max correctly in pci_scan_bridge()
Andreas Noever
2014-02-10
1
-2
/
+3
|
/
*
Revert "PCI: Remove from bus_list and release resources in pci_release_dev()"
Rafael J. Wysocki
2014-02-01
1
-19
/
+2
*
PCI: Add global pci_lock_rescan_remove()
Rafael J. Wysocki
2014-01-13
1
-0
/
+18
*
Merge branch 'pci/dead-code' into next
Bjorn Helgaas
2014-01-13
1
-61
/
+56
|
\
|
*
PCI: Make local functions static
Stephen Hemminger
2014-01-13
1
-55
/
+56
|
*
PCI: Remove unused alloc_pci_dev()
Stephen Hemminger
2014-01-13
1
-6
/
+0
*
|
Merge branch 'pci/resource' into next
Bjorn Helgaas
2014-01-10
1
-9
/
+9
|
\
\
|
*
|
PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_dev
Yinghai Lu
2013-12-21
1
-9
/
+9
|
|
/
*
|
PCI: Remove from bus_list and release resources in pci_release_dev()
Yinghai Lu
2013-12-18
1
-2
/
+19
*
|
PCI: Move pci_proc_attach_device() to pci_bus_add_device()
Yinghai Lu
2013-12-18
1
-2
/
+0
|
/
*
PCI: Fix whitespace, capitalization, and spelling errors
Bjorn Helgaas
2013-11-14
1
-5
/
+5
*
Merge branch 'pci/misc' into next
Bjorn Helgaas
2013-09-27
1
-1
/
+0
|
\
|
*
PCI: Remove unused "is_pcie" from pci_dev structure
Yijing Wang
2013-09-25
1
-1
/
+0
*
|
PCI: Use pci_is_pcie() to simplify code
Yijing Wang
2013-09-23
1
-2
/
+1
|
/
*
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
[next]