summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/PCI: MMCONFIG: use a private structure rather than the ACPI MCFG oneBjorn Helgaas2009-11-254-10/+17
* x86/PCI: MMCONFIG: add PCI_MMCFG_BUS_OFFSET() to factor common expressionBjorn Helgaas2009-11-254-17/+18
* x86/PCI: MMCONFIG: reject MMCONFIG apertures at address zeroBjorn Helgaas2009-11-251-6/+6
* x86/PCI: MMCONFIG: simplify tests for empty pci_mmcfg_config tableBjorn Helgaas2009-11-251-3/+0
* x86/PCI: MMCONFIG: centralize MCFG structure managementBjorn Helgaas2009-11-251-46/+39
* x86/PCI: MMCONFIG: step through MCFG table, not pci_mmcfg_config[]Bjorn Helgaas2009-11-251-1/+4
* x86/PCI: MMCONFIG: count MCFG structures with local variableBjorn Helgaas2009-11-251-5/+7
* x86/PCI: MMCONFIG: remove unused definitionsBjorn Helgaas2009-11-251-4/+0
* x86/pci: seperate x86_pci_rootbus_res_quirks from amd_bus.cYinghai Lu2009-11-254-100/+103
* PCI: fix comment typo in bus_numa.hJiri Kosina2009-11-251-1/+1
* x86/PCI: remove early PCI pr_debug statementsAlex Chiang2009-11-251-7/+0
* PCI pciehp: fix power fault interrupt storm problemKenji Kaneshige2009-11-252-36/+17
* PCI hotplug: use pci_is_pcie()Kenji Kaneshige2009-11-251-1/+1
* PCIe AER: use pci_is_pcie()Kenji Kaneshige2009-11-252-3/+3
* PCIe ASPM: use pci_is_pcie()Kenji Kaneshige2009-11-251-9/+12
* PCI: use pci_is_pcie() in pci coreKenji Kaneshige2009-11-257-16/+16
* PCI: introduce pci_is_pcie()Kenji Kaneshige2009-11-251-0/+11
* pciehp: use pci_pcie_cap()Kenji Kaneshige2009-11-253-25/+25
* PCI hotplug: use pci_pcie_cap()Kenji Kaneshige2009-11-251-1/+1
* PCIe ASPM: use pci_pcie_cap()Kenji Kaneshige2009-11-251-10/+10
* PCIe port bus: use pci_pcie_cap()Kenji Kaneshige2009-11-251-7/+7
* PCIe AER: use pci_pcie_cap()Kenji Kaneshige2009-11-252-5/+5
* PCI: use pci_pcie_cap() in pci coreKenji Kaneshige2009-11-252-8/+8
* PCI: introduce pci_pcie_cap()Kenji Kaneshige2009-11-251-0/+16
* PCI: allow matching of prefetchable resources to non-prefetchable windowsLinus Torvalds2009-11-111-2/+6
* PCI: Replace old style lock initializerThomas Gleixner2009-11-071-1/+1
* ia64/xen: compilation fixIsaku Yamahata2009-11-071-27/+1
* 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/+7
* 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/+17
* PCI hotplug: move IOAPIC support from acpiphp to ioapic driverBjorn Helgaas2009-11-045-196/+136
* 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/+10