summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-25PCI hotplug: use pci_pcie_cap()Kenji Kaneshige1-1/+1
2009-11-25PCIe ASPM: use pci_pcie_cap()Kenji Kaneshige1-10/+10
2009-11-25PCIe port bus: use pci_pcie_cap()Kenji Kaneshige1-7/+7
2009-11-25PCIe AER: use pci_pcie_cap()Kenji Kaneshige2-5/+5
2009-11-25PCI: use pci_pcie_cap() in pci coreKenji Kaneshige2-8/+8
2009-11-25PCI: introduce pci_pcie_cap()Kenji Kaneshige1-0/+16
2009-11-11PCI: allow matching of prefetchable resources to non-prefetchable windowsLinus Torvalds1-2/+6
2009-11-07PCI: Replace old style lock initializerThomas Gleixner1-1/+1
2009-11-07ia64/xen: compilation fixIsaku Yamahata1-27/+1
2009-11-07PCI hotplug: fix oshp evaluationKenji Kaneshige1-2/+3
2009-11-07PCI: derive nearby CPUs from device's instead of bus' NUMA informationAndreas Herrmann1-0/+8
2009-11-07x86/PCI: remove 64-bit divisionBjorn Helgaas1-3/+3
2009-11-07PCI: cache PCIe capability offsetKenji Kaneshige2-0/+2
2009-11-05resources: when allocate_resource() fails, leave resource untouchedBjorn Helgaas1-12/+14
2009-11-05x86/PCI: fix bogus host bridge window start/end alignment from _CRSBjorn Helgaas1-0/+25
2009-11-05x86/PCI: for debuggability, show host bridge windows even when ignoring _CRSBjorn Helgaas1-8/+18
2009-11-05PCI: improve discovery/configuration messagesBjorn Helgaas5-42/+63
2009-11-05PCI: replace pr_debug with dev_dbgBjorn Helgaas1-8/+7
2009-11-05x86/PCI: print domain:bus in conventional formatBjorn Helgaas1-3/+5
2009-11-05PCI: make PME# messages KERN_DEBUGBjorn Helgaas1-2/+3
2009-11-05PCI: remove pci_find_slot from PCI_LEGACY config descriptionThadeu Lima de Souza Cascardo1-4/+4
2009-11-05vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas13-107/+114
2009-11-05PCI: avoid boot interrupt quirk for AMD 813x B1 devicesStefan Assmann1-3/+7
2009-11-05PCI Hotplug: acpiphp: clean up list traversalsAlex Chiang1-41/+17
2009-11-05PCI hotplug: move IOAPIC support from acpiphp to ioapic driverBjorn Helgaas5-196/+136
2009-11-05PCI: fix memory leak in aer_injectAndrew Patterson1-1/+1
2009-11-05PCI: use better error return values in aer_injectAndrew Patterson1-4/+4
2009-11-05PCI: add support for PCI domains to aer_injectAndrew Patterson1-12/+34
2009-11-05PCI: add pci_get_domain_bus_and_slot functionAndrew Patterson2-18/+24
2009-11-05PCI: populate subsystem vendor and device IDs for PCI bridgesGabe Black2-0/+11
2009-11-05PCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST modeMatt Domsch6-2/+179
2009-11-04PCI: pciehp: prevent unnecessary power offKenji Kaneshige1-16/+10
2009-11-04PCI: pciehp: fix typo in pciehp_probeKenji Kaneshige1-1/+1
2009-11-04PCI: pciehp: return error on read/write failureKenji Kaneshige3-92/+22
2009-11-04PCI: pciehp: create files only for existing capabilitiesKenji Kaneshige1-16/+22
2009-11-04PCI: pciehp: remove wrong workaround for bad DLLPKenji Kaneshige1-50/+3
2009-11-04PCI: pciehp: disable DLL state changed event notificationKenji Kaneshige1-1/+2
2009-11-04PCI: fix nit in ROM BAR size probingMichael S. Tsirkin1-2/+2
2009-11-04x86/PCI: use -DDEBUG when CONFIG_PCI_DEBUG setBjorn Helgaas1-0/+4
2009-11-04PCI: add xen dom0 checking before ACS initializationAllen Kay1-1/+2
2009-11-04PCI: acs p2p upsteram forwarding enablingAllen Kay4-0/+55
2009-11-04xen: move Xen-testing predicates to common headerJeremy Fitzhardinge15-27/+54
2009-11-04x86/PCI: allow MMCONFIG above 4GBBjorn Helgaas1-11/+20
2009-11-04x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabledSuresh Siddha1-0/+9
2009-11-04PNP: print resources consistently with %pRtBjorn Helgaas4-61/+18
2009-11-04ia64/PCI: print resources consistently with %pRtBjorn Helgaas1-5/+16
2009-11-04x86/PCI: print resources consistently with %pRtBjorn Helgaas2-10/+16
2009-11-04PCI: print resources consistently with %pRtBjorn Helgaas4-43/+24
2009-11-04vsprintf: add %pRt, %pRf to print struct resource detailsBjorn Helgaas1-7/+44
2009-11-04vsprintf: add %pR support for IRQ and DMA resourcesBjorn Helgaas1-10/+21