summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
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-11Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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-20PCI PM: Fix initialization and kexec breakage for some devicesRafael J. Wysocki1-1/+2
2009-05-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller12-37/+93
2009-05-18x86, apic: introduce io_apic_irq_attrYinghai Lu1-4/+2
2009-05-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds3-3/+10
2009-05-12x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector(), fixCyrill Gorcunov1-1/+1
2009-05-12Merge branch 'x86/apic' into irq/numaIngo Molnar8-30/+74
2009-05-12PCI MSI: Fix MSI-X with NIU cardsMatthew Wilcox1-2/+6
2009-05-11intel-iommu: PAE memory corruption fixDavid Woodhouse1-4/+9
2009-05-11x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector()Yinghai Lu1-26/+30
2009-05-11Merge commit 'v2.6.30-rc5' into x86/apicIngo Molnar8-30/+74
2009-05-07pci: update 82576 sr-iov quirk with latest device IDsAlexander Duyck1-0/+2
2009-05-05PCI: Fix pci-e port driver slot_reset bad default return valueZhang, Yanmin2-1/+4
2009-05-01Merge branch 'x86/apic' into irq/numaIngo Molnar2-23/+25
2009-04-28irq: make ht irq_desc more numa awareYinghai Lu1-1/+3
2009-04-28x86/irq: change irq_desc_alloc() to take node instead of cpuYinghai Lu1-9/+6
2009-04-23PCI: only save/restore existent registers in the PCIe capabilityYu Zhao1-14/+56