summaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2009-12-04PCI: portdrv: remove redundant pcie_port_device_probeKenji Kaneshige3-29/+8
2009-12-04PCI: Always set prefetchable base/limit upper32 registersAlex Williamson1-8/+3
2009-12-04PCI: read-modify-write the pcie device control register when initiating pcie flrShmulik Ravid1-3/+5
2009-12-04PCI: show dma_mask bits in /sysYinghai Lu1-0/+17
2009-12-04PCI: add debug output for DMA mask infoYinghai Lu1-0/+2
2009-12-04PCI: ibmphp_hpc: don't release hw sem twice if kthread stopsJesse Barnes1-1/+2
2009-11-24ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming3-13/+13
2009-11-24PCI pciehp: fix power fault interrupt storm problemKenji Kaneshige2-36/+17
2009-11-24PCI hotplug: use pci_is_pcie()Kenji Kaneshige1-1/+1
2009-11-24PCIe AER: use pci_is_pcie()Kenji Kaneshige2-3/+3
2009-11-24PCIe ASPM: use pci_is_pcie()Kenji Kaneshige1-9/+12
2009-11-24PCI: use pci_is_pcie() in pci coreKenji Kaneshige7-16/+16
2009-11-24pciehp: use pci_pcie_cap()Kenji Kaneshige3-25/+25
2009-11-24PCI hotplug: use pci_pcie_cap()Kenji Kaneshige1-1/+1
2009-11-24PCIe ASPM: use pci_pcie_cap()Kenji Kaneshige1-10/+10
2009-11-24PCIe port bus: use pci_pcie_cap()Kenji Kaneshige1-7/+7
2009-11-24PCIe AER: use pci_pcie_cap()Kenji Kaneshige2-5/+5
2009-11-24PCI: use pci_pcie_cap() in pci coreKenji Kaneshige2-8/+8
2009-11-19Fix handling of the HP/Acer 'DMAR at zero' BIOS error for machines with <4GiB...David Woodhouse1-0/+3
2009-11-17Merge commit 'v2.6.32-rc7' into core/iommuIngo Molnar1-2/+4
2009-11-14Merge git://git.infradead.org/users/dwmw2/iommu-2.6.32Linus Torvalds2-11/+77
2009-11-12intel-iommu: Support PCIe hot-plugFenghua Yu1-0/+29
2009-11-12intel-iommu: Obey coherent_dma_mask for alloc_coherent on passthroughAlex Williamson1-1/+9
2009-11-11PCI: allow matching of prefetchable resources to non-prefetchable windowsLinus Torvalds1-2/+6
2009-11-10x86: Handle HW IOMMU initialization failure gracefullyFUJITA Tomonori2-4/+5
2009-11-10x86: intel-iommu: Convert detect_intel_iommu to use iommu_init hookFUJITA Tomonori1-0/+4
2009-11-09intel-iommu: Check for 'DMAR at zero' BIOS error earlier.David Woodhouse1-10/+39
2009-11-06PCI: Replace old style lock initializerThomas Gleixner1-1/+1
2009-11-06PCI hotplug: fix oshp evaluationKenji Kaneshige1-2/+3
2009-11-06PCI: derive nearby CPUs from device's instead of bus' NUMA informationAndreas Herrmann1-0/+8
2009-11-06PCI ASPM: fix oops on root port removalKenji Kaneshige1-2/+4
2009-11-06PCI: cache PCIe capability offsetKenji Kaneshige1-0/+1
2009-11-04PCI: improve discovery/configuration messagesBjorn Helgaas4-39/+57
2009-11-04PCI: replace pr_debug with dev_dbgBjorn Helgaas1-8/+7
2009-11-04PCI: make PME# messages KERN_DEBUGBjorn Helgaas1-2/+3
2009-11-04PCI: remove pci_find_slot from PCI_LEGACY config descriptionThadeu Lima de Souza Cascardo1-4/+4
2009-11-04vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas5-62/+58
2009-11-04PCI: avoid boot interrupt quirk for AMD 813x B1 devicesStefan Assmann1-3/+7
2009-11-04PCI Hotplug: acpiphp: clean up list traversalsAlex Chiang1-41/+17
2009-11-04PCI hotplug: move IOAPIC support from acpiphp to ioapic driverBjorn Helgaas5-196/+136
2009-11-04PCI: fix memory leak in aer_injectAndrew Patterson1-1/+1
2009-11-04PCI: use better error return values in aer_injectAndrew Patterson1-4/+4
2009-11-04PCI: add support for PCI domains to aer_injectAndrew Patterson1-12/+34
2009-11-04PCI: add pci_get_domain_bus_and_slot functionAndrew Patterson1-17/+17
2009-11-04PCI: populate subsystem vendor and device IDs for PCI bridgesGabe Black1-0/+6
2009-11-04PCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST modeMatt Domsch2-2/+30
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