summaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
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
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-04PCI: add xen dom0 checking before ACS initializationAllen Kay1-1/+2
2009-11-04PCI: acs p2p upsteram forwarding enablingAllen Kay3-0/+42
2009-11-04PCI: print resources consistently with %pRtBjorn Helgaas4-43/+24
2009-11-04PCI hotplug: acpiphp should be linked after vendor driversMatthew Garrett1-4/+8
2009-11-04PCI hotplug: change PCI nomenclatureStefan Assmann1-11/+11
2009-11-04PCI: pci_dfl_cache_line_size is __devinitdataTejun Heo1-1/+1
2009-11-04pccard: configure CLS on attachTejun Heo1-20/+20
2009-11-04sparc64/PCI: drop PCI_CACHE_LINE_BYTESTejun Heo1-5/+1
2009-11-04PCI: determine CLS more intelligentlyJesse Barnes2-8/+41
2009-10-27Revert "PCI: get larger bridge ranges when space is available"Jesse Barnes1-11/+2
2009-10-16ahci / atiixp / pci quirks: rename AMD SB900 into Hudson-2Shane Huang1-3/+3
2009-10-13headers: Fix build after <linux/sched.h> removalIngo Molnar1-0/+1
2009-10-13Merge git://git.infradead.org/~dwmw2/iommu-2.6.32Linus Torvalds4-19/+102
2009-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds6-47/+41
2009-10-12Run pci_apply_final_quirks() sooner.David Woodhouse1-1/+1
2009-10-12Mark pci_apply_final_quirks() __init rather than __devinitDavid Woodhouse1-1/+1
2009-10-12Rename pci_init() to pci_apply_final_quirks(), move it to quirks.cDavid Woodhouse2-13/+13
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-10-07PCI: Prevent AER driver from being loaded on non-root port PCIE devicesKenji Kaneshige1-1/+1
2009-10-07PCI: get larger bridge ranges when space is availableYinghai Lu1-2/+11
2009-10-07PCI: pci.c: fix kernel-doc notationRandy Dunlap1-4/+4
2009-10-07PCI quirk: TI XIO200a erroneously reports support for fast b2b transfersGabe Black1-0/+19
2009-10-06PCI PM: Read device power state from register after updating itRafael J. Wysocki1-1/+5
2009-10-06PCI: remove pci_assign_resource_fixed()Bjorn Helgaas1-37/+0
2009-10-06PCI: PCIe portdrv: remove "-driver" from driver nameBjorn Helgaas1-2/+1
2009-09-30intel-iommu: Yet another BIOS workaround: Isoch DMAR unit with no TLB spaceDavid Woodhouse1-5/+77
2009-09-25ACPICA: fixup after acpi_get_object_info() changeBjorn Helgaas1-1/+0
2009-09-24intel-iommu: Decode (and ignore) RHSA entriesRoland Dreier1-0/+10
2009-09-24Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds8-314/+192
2009-09-23intel-iommu: Make "Unknown DMAR structure" message more informativeRoland Dreier1-1/+2
2009-09-23Merge git://git.infradead.org/iommu-2.6Linus Torvalds4-182/+202
2009-09-19intel-iommu: Disable PMRs after we enable translation, not beforeDavid Woodhouse1-2/+3
2009-09-19intel-iommu: Fix integer wrap on 32 bit kernelsBenjamin LaHaise1-4/+3