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