aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-0/+5
2009-06-15PCI: add power-state name stringsAlan Stern1-0/+5
2009-06-15PCIE: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-1/+1
2009-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+2
2009-06-15Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+0
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller9-100/+94
2009-06-12trivial: pci hotplug: adding __init/__exit macros to sgi_hotplugPeter Huewe1-2/+2
2009-06-12Merge commit 'origin/master' into nextBenjamin Herrenschmidt7-97/+90
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-10Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-59/+62
2009-06-04PCI: use fixed-up device class when configuring deviceYu Zhao1-0/+2
2009-06-01Merge branch 'linus' into irq/numaIngo Molnar7-46/+47
2009-05-29Merge branch 'merge' into nextBenjamin Herrenschmidt1-1/+2
2009-05-27PCI Hotplug: acpiphp: don't store a pci_dev in acpiphp_funcAlex Chiang2-38/+26
2009-05-21powerpc/pci: Cleanup some minor cruftKumar Gala1-1/+0
2009-05-19PCI PM: Fix initialization and kexec breakage for some devicesRafael J. Wysocki1-1/+2
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller12-37/+93
2009-05-18VT-d: support the device IOTLBYu Zhao1-9/+100
2009-05-18VT-d: cleanup iommu_flush_iotlb_psi and flush_unmapsYu Zhao1-21/+17
2009-05-18VT-d: add device IOTLB invalidation supportYu Zhao1-8/+69
2009-05-18VT-d: parse ATSR in DMA Remapping Reporting StructureYu Zhao1-6/+106
2009-05-18PCI: handle Virtual Function ATS enablingYu Zhao2-15/+55
2009-05-18PCI: support the ATS capabilityYu Zhao2-0/+142