aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-22PCI: push deprecated pci_find_device() function to last userTilman Schmidt3-48/+0
2010-02-22PCI: don't dump resource when bus resource flags indicates unusedYinghai Lu1-1/+2
2010-02-22PCI: separate pci_setup_bridge to small functionsYinghai Lu1-16/+50
2010-02-22PCI hotplug: ibmphp: read the length of ebda and map entire ebda regionChandru1-2/+9
2010-02-22PCI hotplug: fix memory leaksJiri Slaby2-0/+2
2010-02-22resource/PCI: mark struct resource as constDominik Brodowski1-1/+1
2010-02-22resource/PCI: align functions now return start of resourceDominik Brodowski1-2/+4
2010-02-22PCI: Clean up build for CONFIG_PCI_QUIRKS unsetRafael J. Wysocki4-14/+18
2010-02-22PCI hotplug: remove obsolete usage of get_bus_speed from rpaphp hotplug opsJesse Barnes1-1/+0
2010-02-22PCI: Add support for reporting PCIe 3.0 speedsMatthew Wilcox2-1/+2
2010-02-22PCI: Add support for AGP in cur/max bus speedMatthew Wilcox2-5/+50
2010-02-22PCI: Add support for detection of PCIe and PCI-X bus speedsMatthew Wilcox1-0/+66
2010-02-22PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox15-485/+241
2010-02-22PCI: Unify pcie_link_speed and pci_bus_speedMatthew Wilcox1-8/+8
2010-02-22PCI: Rewrite pci_scan_slotMatthew Wilcox1-9/+47
2010-02-22pci: add support for 82576NS serdes to existing SR-IOV quirkAlexander Duyck1-0/+1
2010-02-19PCI: Add pci_bus_find_ext_capabilityJesse Barnes1-0/+43
2010-02-18Merge branches 'bugzilla-14886', 'bugzilla-15000', 'bugzilla-15040', 'bugzilla-15108', 'pdc', 'hotplug-null-ref' and 'thinkpad' into releaseLen Brown1-6/+0
2010-02-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-8/+25
2010-02-12pci: Add SR-IOV convenience functions and macrosWilliams, Mitch A1-0/+15
2010-02-10ibmphp: Rename add_range() to add_bus_range() to avoid conflictH. Peter Anvin1-7/+7
2010-02-05pci: Update pci_set_vga_state() to call arch functionsMike Travis1-1/+24
2010-02-05CS5536: apply pci quirk for BIOS SMBUS bugAndres Salomon1-0/+17
2010-02-01Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-2/+2
2010-01-31ACPI: acpi_bus_{scan,bus,add}: return -ENODEV if no device was foundThomas Renninger1-6/+0
2010-01-29powerpc/pci: Add calls to set_pcie_port_type() and set_pcie_hotplug_bridge()Benjamin Herrenschmidt1-2/+2
2010-01-28ACPI: replace acpi_integer by u64Lin Ming1-1/+1
2010-01-25PCI: fix nested spinlock hang in aer_injectAndrew Patterson1-6/+6
2010-01-04PCIe AER: prevent AER injection if hardware masks error reportingYouquan,Song1-1/+19
2010-01-04PCI/PM: Use per-device D3 delaysRafael J. Wysocki1-4/+15
2010-01-04PCI: Check the node argument passed to cpumask_of_nodeDavid John1-2/+4
2010-01-04PCI: AER: fix aer inject result in kernel oopsYouquan,Song1-1/+7
2010-01-04PCI: pcie portdrv: style cleanupHidetoshi Seto2-18/+15
2009-12-31pci: avoid compiler warning in quirks.cLinus Torvalds1-1/+1
2009-12-31PCI: Fix build if quirks are not enabledRafael J. Wysocki3-17/+19
2009-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds16-35/+116
2009-12-16PCI/cardbus: Add a fixup hook and fix powerpcBenjamin Herrenschmidt1-0/+5
2009-12-16PCI: change PCI nomenclature in drivers/pci/ (non-comment changes)Stefan Assmann4-6/+6
2009-12-16PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann10-20/+20
2009-12-16PCI: add Intel 82599 Virtual Function specific reset methodDexuan Cui1-0/+22
2009-12-16PCI: add Intel USB specific reset methodDexuan Cui1-0/+24
2009-12-16PCI: support device-specific reset methodsDexuan Cui3-0/+36
2009-12-16PCI: Handle case when no pci device can provide cache line size hintCsaba Henk1-1/+1
2009-12-16PCI/PM: Propagate wake-up enable for PCIe devices tooRafael J. Wysocki1-8/+2
2009-12-16Merge git://git.infradead.org/iommu-2.6Linus Torvalds3-51/+140
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds37-968/+818
2009-12-09Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds3-13/+13
2009-12-08Merge branch 'timers-for-linus-hpet' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-4/+92
2009-12-08Revert "Intel IOMMU: Avoid memory allocation failures in dma map api calls"KOSAKI Motohiro1-22/+3