summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | PCIe PME: use pci_pcie_cap()Kenji Kaneshige2010-02-221-4/+4
| | | | * | | PCI PM: Run-time callbacks for PCI bus typeRafael J. Wysocki2010-02-223-33/+171
| | | | * | | PCIe PME: use pci_is_pcie()Kenji Kaneshige2010-02-221-3/+3
| | | | * | | PCI / ACPI / PM: Platform support for PCI PME wake-upRafael J. Wysocki2010-02-223-0/+285
| | | | * | | PCI PM: Make it possible to force using INTx for PCIe PME signalingRafael J. Wysocki2010-02-224-3/+67
| | | | * | | PCI PM: PCIe PME root port service driverRafael J. Wysocki2010-02-226-0/+589
| | | | * | | PCI PM: Add function for checking PME status of devicesRafael J. Wysocki2010-02-222-0/+36
| | | | * | | PCI: set PCI_PREF_RANGE_TYPE_64 in pci_bridge_check_rangesYinghai Lu2010-02-221-1/+4
| | | | * | | PCI: pciehp: second try to get big range for pcie devicesYinghai Lu2010-02-221-1/+50
| | | | * | | PCI: pciehp: cleanup flow in pciehp_configure_deviceYinghai Lu2010-02-221-6/+17
| | | | * | | PCI: introduce pci_assign_unassigned_bridge_resourcesYinghai Lu2010-02-221-27/+89
| | | | * | | PCI: update bridge resources to get more big ranges in PCI assign unssignedYinghai Lu2010-02-221-2/+112
| | | | * | | PCI: don't shrink bridge resourcesYinghai Lu2010-02-221-2/+12
| | | | * | | PCI: reject mmio ranges starting at 0 on pci_bridge readYinghai Lu2010-02-221-3/+15
| | | | * | | PCI: add failed_list to pci_bus_assign_resourcesYinghai Lu2010-02-221-4/+57
| | | | * | | PCI: add pci_bridge_release_resources and pci_bus_release_bridge_resourcesYinghai Lu2010-02-221-0/+82
| | | | * | | PCI hotplug: check ioremap() return value in ibmphp_ebda.cAndrew Morton2010-02-221-0/+2
| | | | * | | PCI hotplug: fix ibmphp build errorRandy Dunlap2010-02-221-0/+1
| | | | * | | PCI: Make pci_scan_slot more robustMatthew Wilcox2010-02-221-4/+14
| | | | * | | PCI: hotplug/cpcihp, fix pci device refcountingJiri Slaby2010-02-221-0/+1
| | | | * | | PCI: push deprecated pci_find_device() function to last userTilman Schmidt2010-02-223-48/+0
| | | | * | | PCI: don't dump resource when bus resource flags indicates unusedYinghai Lu2010-02-221-1/+2
| | | | * | | PCI: separate pci_setup_bridge to small functionsYinghai Lu2010-02-221-16/+50
| | | | * | | PCI hotplug: ibmphp: read the length of ebda and map entire ebda regionChandru2010-02-221-2/+9
| | | | * | | PCI hotplug: fix memory leaksJiri Slaby2010-02-222-0/+2
| | | | * | | resource/PCI: mark struct resource as constDominik Brodowski2010-02-221-1/+1
| | | | * | | resource/PCI: align functions now return start of resourceDominik Brodowski2010-02-221-2/+4
| | | | * | | PCI: Clean up build for CONFIG_PCI_QUIRKS unsetRafael J. Wysocki2010-02-224-14/+18
| | | | * | | PCI hotplug: remove obsolete usage of get_bus_speed from rpaphp hotplug opsJesse Barnes2010-02-221-1/+0
| | | | * | | PCI: Add support for reporting PCIe 3.0 speedsMatthew Wilcox2010-02-222-1/+2
| | | | * | | PCI: Add support for AGP in cur/max bus speedMatthew Wilcox2010-02-222-5/+50
| | | | * | | PCI: Add support for detection of PCIe and PCI-X bus speedsMatthew Wilcox2010-02-221-0/+66
| | | | * | | PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox2010-02-2215-485/+241
| | | | * | | PCI: Unify pcie_link_speed and pci_bus_speedMatthew Wilcox2010-02-221-8/+8
| | | | * | | PCI: Rewrite pci_scan_slotMatthew Wilcox2010-02-221-9/+47
| | | |/ / / | | |/| | |
| * | | | | acpiphp: Execute ACPI _REG method for hotadded devicesShaohua Li2010-03-141-0/+19
| |/ / / /
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'bugzilla-14886', 'bugzilla-15000', 'bugzilla-15040', 'bugzill...Len Brown2010-02-181-6/+0
| |\ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| | * | | ACPI: acpi_bus_{scan,bus,add}: return -ENODEV if no device was foundThomas Renninger2010-01-311-6/+0
| | | |/ | | |/|
| * | | CS5536: apply pci quirk for BIOS SMBUS bugAndres Salomon2010-02-051-0/+17
| * | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-02-011-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | powerpc/pci: Add calls to set_pcie_port_type() and set_pcie_hotplug_bridge()Benjamin Herrenschmidt2010-01-291-2/+2
| |/ / |/| |
| * | PCI: fix nested spinlock hang in aer_injectAndrew Patterson2010-01-251-6/+6
|/ /
* | PCIe AER: prevent AER injection if hardware masks error reportingYouquan,Song2010-01-041-1/+19
* | PCI/PM: Use per-device D3 delaysRafael J. Wysocki2010-01-041-4/+15
* | PCI: Check the node argument passed to cpumask_of_nodeDavid John2010-01-041-2/+4
* | PCI: AER: fix aer inject result in kernel oopsYouquan,Song2010-01-041-1/+7
* | PCI: pcie portdrv: style cleanupHidetoshi Seto2010-01-042-18/+15
* | pci: avoid compiler warning in quirks.cLinus Torvalds2009-12-311-1/+1
* | PCI: Fix build if quirks are not enabledRafael J. Wysocki2009-12-313-17/+19
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-12-3016-35/+116
|\ \ | |/ |/|
OpenPOWER on IntegriCloud