summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* PCI hotplug: fix oshp evaluationKenji Kaneshige2009-11-061-2/+3
* PCI: derive nearby CPUs from device's instead of bus' NUMA informationAndreas Herrmann2009-11-061-0/+8
* x86/PCI: remove 64-bit divisionBjorn Helgaas2009-11-061-3/+3
* PCI: cache PCIe capability offsetKenji Kaneshige2009-11-062-0/+2
* resources: when allocate_resource() fails, leave resource untouchedBjorn Helgaas2009-11-041-12/+14
* x86/PCI: fix bogus host bridge window start/end alignment from _CRSBjorn Helgaas2009-11-041-0/+25
* x86/PCI: for debuggability, show host bridge windows even when ignoring _CRSBjorn Helgaas2009-11-041-8/+18
* PCI: improve discovery/configuration messagesBjorn Helgaas2009-11-045-42/+63
* PCI: replace pr_debug with dev_dbgBjorn Helgaas2009-11-041-8/+7Star
* x86/PCI: print domain:bus in conventional formatBjorn Helgaas2009-11-041-3/+5
* PCI: make PME# messages KERN_DEBUGBjorn Helgaas2009-11-041-2/+3
* PCI: remove pci_find_slot from PCI_LEGACY config descriptionThadeu Lima de Souza Cascardo2009-11-041-4/+4
* vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas2009-11-0413-107/+114
* PCI: avoid boot interrupt quirk for AMD 813x B1 devicesStefan Assmann2009-11-041-3/+7
* PCI Hotplug: acpiphp: clean up list traversalsAlex Chiang2009-11-041-41/+17Star
* PCI hotplug: move IOAPIC support from acpiphp to ioapic driverBjorn Helgaas2009-11-045-196/+136Star
* PCI: fix memory leak in aer_injectAndrew Patterson2009-11-041-1/+1
* PCI: use better error return values in aer_injectAndrew Patterson2009-11-041-4/+4
* PCI: add support for PCI domains to aer_injectAndrew Patterson2009-11-041-12/+34
* PCI: add pci_get_domain_bus_and_slot functionAndrew Patterson2009-11-042-18/+24
* PCI: populate subsystem vendor and device IDs for PCI bridgesGabe Black2009-11-042-0/+11
* PCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST modeMatt Domsch2009-11-046-2/+179
* PCI: pciehp: prevent unnecessary power offKenji Kaneshige2009-11-041-16/+10Star
* PCI: pciehp: fix typo in pciehp_probeKenji Kaneshige2009-11-041-1/+1
* PCI: pciehp: return error on read/write failureKenji Kaneshige2009-11-043-92/+22Star
* PCI: pciehp: create files only for existing capabilitiesKenji Kaneshige2009-11-041-16/+22
* PCI: pciehp: remove wrong workaround for bad DLLPKenji Kaneshige2009-11-041-50/+3Star
* PCI: pciehp: disable DLL state changed event notificationKenji Kaneshige2009-11-041-1/+2
* PCI: fix nit in ROM BAR size probingMichael S. Tsirkin2009-11-041-2/+2
* x86/PCI: use -DDEBUG when CONFIG_PCI_DEBUG setBjorn Helgaas2009-11-041-0/+4
* PCI: add xen dom0 checking before ACS initializationAllen Kay2009-11-041-1/+2
* PCI: acs p2p upsteram forwarding enablingAllen Kay2009-11-044-0/+55
* xen: move Xen-testing predicates to common headerJeremy Fitzhardinge2009-11-0415-27/+54
* x86/PCI: allow MMCONFIG above 4GBBjorn Helgaas2009-11-041-11/+20
* x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabledSuresh Siddha2009-11-041-0/+9
* PNP: print resources consistently with %pRtBjorn Helgaas2009-11-044-61/+18Star
* ia64/PCI: print resources consistently with %pRtBjorn Helgaas2009-11-041-5/+16
* x86/PCI: print resources consistently with %pRtBjorn Helgaas2009-11-042-10/+16
* PCI: print resources consistently with %pRtBjorn Helgaas2009-11-044-43/+24Star
* vsprintf: add %pRt, %pRf to print struct resource detailsBjorn Helgaas2009-11-041-7/+44
* vsprintf: add %pR support for IRQ and DMA resourcesBjorn Helgaas2009-11-041-10/+21
* vsprintf: fix io/mem resource widthBjorn Helgaas2009-11-041-2/+2
* PCI hotplug: acpiphp should be linked after vendor driversMatthew Garrett2009-11-041-4/+8
* PCI hotplug: change PCI nomenclatureStefan Assmann2009-11-041-11/+11
* x86/PCI: Use generic cacheline sizing instead of per-vendor tests.Dave Jones2009-11-041-7/+11
* PCI: pci_dfl_cache_line_size is __devinitdataTejun Heo2009-11-041-1/+1
* pccard: configure CLS on attachTejun Heo2009-11-043-28/+36
* sparc64/PCI: drop PCI_CACHE_LINE_BYTESTejun Heo2009-11-043-7/+8
* PCI: determine CLS more intelligentlyJesse Barnes2009-11-045-19/+49
* x86/PCI: read root resources from IOH on IntelYinghai Lu2009-11-044-27/+135