index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rapidio
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-11-25
PCI pciehp: fix power fault interrupt storm problem
Kenji Kaneshige
2
-36
/
+17
2009-11-25
PCI hotplug: use pci_is_pcie()
Kenji Kaneshige
1
-1
/
+1
2009-11-25
PCIe AER: use pci_is_pcie()
Kenji Kaneshige
2
-3
/
+3
2009-11-25
PCIe ASPM: use pci_is_pcie()
Kenji Kaneshige
1
-9
/
+12
2009-11-25
PCI: use pci_is_pcie() in pci core
Kenji Kaneshige
7
-16
/
+16
2009-11-25
PCI: introduce pci_is_pcie()
Kenji Kaneshige
1
-0
/
+11
2009-11-25
pciehp: use pci_pcie_cap()
Kenji Kaneshige
3
-25
/
+25
2009-11-25
PCI hotplug: use pci_pcie_cap()
Kenji Kaneshige
1
-1
/
+1
2009-11-25
PCIe ASPM: use pci_pcie_cap()
Kenji Kaneshige
1
-10
/
+10
2009-11-25
PCIe port bus: use pci_pcie_cap()
Kenji Kaneshige
1
-7
/
+7
2009-11-25
PCIe AER: use pci_pcie_cap()
Kenji Kaneshige
2
-5
/
+5
2009-11-25
PCI: use pci_pcie_cap() in pci core
Kenji Kaneshige
2
-8
/
+8
2009-11-25
PCI: introduce pci_pcie_cap()
Kenji Kaneshige
1
-0
/
+16
2009-11-11
PCI: allow matching of prefetchable resources to non-prefetchable windows
Linus Torvalds
1
-2
/
+6
2009-11-07
PCI: Replace old style lock initializer
Thomas Gleixner
1
-1
/
+1
2009-11-07
ia64/xen: compilation fix
Isaku Yamahata
1
-27
/
+1
2009-11-06
PCI hotplug: fix oshp evaluation
Kenji Kaneshige
1
-2
/
+3
2009-11-06
PCI: derive nearby CPUs from device's instead of bus' NUMA information
Andreas Herrmann
1
-0
/
+8
2009-11-06
x86/PCI: remove 64-bit division
Bjorn Helgaas
1
-3
/
+3
2009-11-06
PCI: cache PCIe capability offset
Kenji Kaneshige
2
-0
/
+2
2009-11-04
resources: when allocate_resource() fails, leave resource untouched
Bjorn Helgaas
1
-12
/
+14
2009-11-04
x86/PCI: fix bogus host bridge window start/end alignment from _CRS
Bjorn Helgaas
1
-0
/
+25
2009-11-04
x86/PCI: for debuggability, show host bridge windows even when ignoring _CRS
Bjorn Helgaas
1
-8
/
+18
2009-11-04
PCI: improve discovery/configuration messages
Bjorn Helgaas
5
-42
/
+63
2009-11-04
PCI: replace pr_debug with dev_dbg
Bjorn Helgaas
1
-8
/
+7
2009-11-04
x86/PCI: print domain:bus in conventional format
Bjorn Helgaas
1
-3
/
+5
2009-11-04
PCI: make PME# messages KERN_DEBUG
Bjorn Helgaas
1
-2
/
+3
2009-11-04
PCI: remove pci_find_slot from PCI_LEGACY config description
Thadeu Lima de Souza Cascardo
1
-4
/
+4
2009-11-04
vsprintf: use %pR, %pr instead of %pRt, %pRf
Bjorn Helgaas
13
-107
/
+114
2009-11-04
PCI: avoid boot interrupt quirk for AMD 813x B1 devices
Stefan Assmann
1
-3
/
+7
2009-11-04
PCI Hotplug: acpiphp: clean up list traversals
Alex Chiang
1
-41
/
+17
2009-11-04
PCI hotplug: move IOAPIC support from acpiphp to ioapic driver
Bjorn Helgaas
5
-196
/
+136
2009-11-04
PCI: fix memory leak in aer_inject
Andrew Patterson
1
-1
/
+1
2009-11-04
PCI: use better error return values in aer_inject
Andrew Patterson
1
-4
/
+4
2009-11-04
PCI: add support for PCI domains to aer_inject
Andrew Patterson
1
-12
/
+34
2009-11-04
PCI: add pci_get_domain_bus_and_slot function
Andrew Patterson
2
-18
/
+24
2009-11-04
PCI: populate subsystem vendor and device IDs for PCI bridges
Gabe Black
2
-0
/
+11
2009-11-04
PCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST mode
Matt Domsch
6
-2
/
+179
2009-11-04
PCI: pciehp: prevent unnecessary power off
Kenji Kaneshige
1
-16
/
+10
2009-11-04
PCI: pciehp: fix typo in pciehp_probe
Kenji Kaneshige
1
-1
/
+1
2009-11-04
PCI: pciehp: return error on read/write failure
Kenji Kaneshige
3
-92
/
+22
2009-11-04
PCI: pciehp: create files only for existing capabilities
Kenji Kaneshige
1
-16
/
+22
2009-11-04
PCI: pciehp: remove wrong workaround for bad DLLP
Kenji Kaneshige
1
-50
/
+3
2009-11-04
PCI: pciehp: disable DLL state changed event notification
Kenji Kaneshige
1
-1
/
+2
2009-11-04
PCI: fix nit in ROM BAR size probing
Michael S. Tsirkin
1
-2
/
+2
2009-11-04
x86/PCI: use -DDEBUG when CONFIG_PCI_DEBUG set
Bjorn Helgaas
1
-0
/
+4
2009-11-04
PCI: add xen dom0 checking before ACS initialization
Allen Kay
1
-1
/
+2
2009-11-04
PCI: acs p2p upsteram forwarding enabling
Allen Kay
4
-0
/
+55
2009-11-04
xen: move Xen-testing predicates to common header
Jeremy Fitzhardinge
15
-27
/
+54
2009-11-04
x86/PCI: allow MMCONFIG above 4GB
Bjorn Helgaas
1
-11
/
+20
[next]