summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2009-06-16PCI: use pci_is_root_bus() in pci_find_upstream_pcie_bridge()Kenji Kaneshige1-1/+1
2009-06-16PCI quirk: HP hides SMBus controller in Compaq nx9500 laptopsMichal Miroslaw1-0/+1
2009-06-16PCI quirk: unhide 'Overflow' device on i828{6,7}5P/PE chipsetsMichal Miroslaw1-0/+22
2009-06-11PCI: expose SMBus on Asus notebook A6LMats Erik Andersson1-0/+1
2009-06-11PCI: Add support for turning PCIe ECRC on or offAndrew Patterson5-7/+157
2009-06-11PCI PM: Follow PCI_PM_CTRL_NO_SOFT_RESET during transitions from D3Rafael J. Wysocki1-0/+2
2009-06-11PCI: fix SR-IOV function dependency link problemYu Zhao1-0/+2
2009-06-11PCI: eliminate redundant pci_stop_dev() call from pci_destroy_dev()Alex Chiang1-2/+0
2009-06-11PCI MSI: let drivers retry when not enough vectorsMichael S. Tsirkin1-3/+3
2009-06-11PCI: disable ASPM on VIA root-port-under-bridge configurationsShaohua Li1-0/+4
2009-06-11PCI: remove deprecated pci_find_slot() interfaceAlex Chiang1-30/+0
2009-06-11PCI Hotplug: cpqphp: don't use pci_find_slot()Alex Chiang2-6/+12
2009-06-11PCI Hotplug: cpqphp: constify slot_name()Alex Chiang1-1/+1
2009-06-11PCI Hotplug: cpqphp: eliminate dead code - PCI_ScanBusNonBridgeAlex Chiang1-12/+2
2009-06-11PCI Hotplug: cpqphp: clean up accesses to pcibios_get_irq_routing_table()Alex Chiang3-70/+47
2009-06-11PCI Hotplug: cpqphp: refactor cpqhp_save_configAlex Chiang1-91/+91
2009-06-11PCI Hotplug: cpqphp: style cleanupsAlex Chiang1-11/+6
2009-06-11PCI Hotplug: cpqphp: refactor cpqphp_save_slot_configAlex Chiang1-46/+39
2009-06-11PCI Hotplug: cpqphp: clean up cpqphp_ctrl.cAlex Chiang1-91/+79
2009-06-11PCI Hotplug: cpqphp: refactor cpqhp_probeAlex Chiang1-197/+185
2009-06-11PCI Hotplug: cpqphp: eliminate stray bracesAlex Chiang1-33/+22
2009-06-11PCI Hotplug: cpqphp: remove useless prototypes in cpqphp_core.cAlex Chiang1-237/+224
2009-06-11PCI Hotplug: cpqphp: obey 80 column convention in cpqphp.hAlex Chiang1-31/+45
2009-06-11PCI Hotplug: cpqphp: fix comment styleAlex Chiang5-315/+387
2009-06-11PCI Hotplug: cpqphp: stray whitespace cleanupsAlex Chiang5-122/+110
2009-06-11PCI: improve resource allocation under transparent bridgesYinghai Lu2-14/+36
2009-06-11PCI/x86: don't assume prefetchable ranges are 64bitYinghai Lu3-13/+55
2009-06-11PCI MSI: Define PCI_MSI_MASK_32/64Hidetoshi Seto2-4/+4
2009-06-11PCI: ibmphp_core.c: fix warning due to missing module_exit()akpm@linux-foundation.org1-0/+1
2009-06-11PCIE: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-1/+1
2009-06-11PCI MSI: Remove unused/obsolete macros and definitionsHidetoshi Seto1-7/+1
2009-06-04PCI: use fixed-up device class when configuring deviceYu Zhao1-0/+2
2009-05-27PCI Hotplug: acpiphp: don't store a pci_dev in acpiphp_funcAlex Chiang2-38/+26
2009-05-19PCI PM: Fix initialization and kexec breakage for some devicesRafael J. Wysocki1-1/+2
2009-05-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds3-3/+10
2009-05-11PCI MSI: Fix MSI-X with NIU cardsMatthew Wilcox1-2/+6
2009-05-11intel-iommu: PAE memory corruption fixDavid Woodhouse1-4/+9
2009-05-05PCI: Fix pci-e port driver slot_reset bad default return valueZhang, Yanmin2-1/+4
2009-04-22PCI: only save/restore existent registers in the PCIe capabilityYu Zhao1-14/+56
2009-04-22docbooks: add/fix PCI kernel-docRandy Dunlap4-8/+13
2009-04-22PCI: cleanup debug output resourcesYinghai Lu1-2/+4
2009-04-22x86/PCI: Move set_pci_bus_resources_arch_default into arch/x86Matthew Wilcox1-6/+0
2009-04-22PCI quirk: disable MSI on VIA VT3364 chipsetsThomas Renninger1-0/+1
2009-04-13Merge git://git.infradead.org/iommu-2.6Linus Torvalds2-3/+12
2009-04-10intel-iommu: Avoid panic() for DRHD at address zero.David Woodhouse1-1/+10
2009-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds8-15/+78
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-4/+4
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-1/+1
2009-04-07PCI: Fix oops in pci_vpd_truncateAnton Vorontsov1-1/+2
2009-04-06Intel-IOMMU Alignment Issue in dma_pte_clear_range()Fenghua Yu1-2/+2