summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/rafael-pci_set_power_state-rebase' into nextBjorn Helgaas2012-07-061-1/+18
|\
| * PCI / PM: restore the original behavior of pci_set_power_state()Rafael J. Wysocki2012-07-051-1/+18
* | Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas2012-07-051-0/+12
|\ \
| * | PCI: pull pcibios_setup() up into coreMyron Stowe2012-06-261-0/+12
* | | Merge branch 'topic/huang-d3cold-v7' into nextBjorn Helgaas2012-06-231-9/+115
|\ \ \ | | |/ | |/|
| * | PCI/PM: add PCIe runtime D3cold supportHuang Ying2012-06-231-9/+105
| * | PCI/PM: add runtime PM support to PCIe portZheng Yan2012-06-231-0/+10
| |/
* | Merge branch 'topic/bjorn-trivial' into nextBjorn Helgaas2012-06-221-8/+7Star
|\ \
| * | PCI: remove useless pcix_set_mmrbc() dev->bus checkBjorn Helgaas2012-06-211-2/+1Star
| * | PCI: fix upstream P2P bridge checks when enabling OBFF and LTRBjorn Helgaas2012-06-211-2/+2
| * | PCI: use __weak consistentlyBjorn Helgaas2012-06-201-4/+4
| |/
* | Merge branch 'topic/jan-intx-masking' into nextBjorn Helgaas2012-06-181-0/+3
|\ \
| * | PCI: add infrastructure for devices with broken INTx maskingBjorn Helgaas2012-06-161-0/+3
| |/
* | Merge branch 'topic/stowe-cap-cleanup' into nextBjorn Helgaas2012-06-181-48/+67
|\ \
| * | PCI: remove redundant capabilities checking in pci_{save, restore}_pcie_stateMyron Stowe2012-06-121-18/+15Star
| * | PCI: add pci_pcie_cap2() check for PCIe feature capabilities >= v2Myron Stowe2012-06-121-15/+50
| * | PCI: remove redundant checking in PCI Express capability routinesMyron Stowe2012-06-121-13/+1Star
| * | PCI: make pci_ltr_supported() staticMyron Stowe2012-06-121-2/+1Star
| |/
* | Merge branch 'topic/alex-vfio-prep' into nextBjorn Helgaas2012-06-141-0/+69
|\ \
| * | PCI: add ACS validation utilityAlex Williamson2012-06-121-0/+69
| |/
* | Merge branch 'topic/bjorn-remove-unused' into nextBjorn Helgaas2012-06-141-67/+0Star
|\ \
| * | PCI: remove pci_max_busnr() (was already commented out)Bjorn Helgaas2012-06-111-24/+0Star
| * | PCI: remove pci_bus_find_ext_capability() (unused)Bjorn Helgaas2012-06-111-43/+0Star
| |/
* / PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu2012-06-131-1/+1
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-05-301-1/+1
|\
| * OF: PCI: const usage needed by MIPSJohn Crispin2012-05-211-1/+1
* | Merge branch 'topic/stratus' into nextBjorn Helgaas2012-05-071-0/+3
|\ \
| * | PCI: work around Stratus ftServer broken PCIe hierarchyBjorn Helgaas2012-04-301-0/+3
| |/
* / PCI: move mutex locking out of pci_dev_reset functionKonrad Rzeszutek Wilk2012-05-011-10/+17
|/
* PCI: Retry BARs restoration for Type 0 headers onlyRafael J. Wysocki2012-04-171-9/+15
* PCI: Fix regression in pci_restore_state(), v3Rafael J. Wysocki2012-04-151-18/+39
* PCI / PCIe: Introduce command line option to disable ARIRafael J. Wysocki2012-03-011-1/+6
* PCI: Move "pci reassigndev resource alignment" out of quirks.cYinghai Lu2012-02-241-0/+62
* PCI: prepare pci=realloc for multiple optionsYinghai Lu2012-02-241-1/+3
* PCI: move pci_find_saved_cap out of linux/pci.hYinghai Lu2012-02-231-0/+19
* PCI: fix memleak for pci dev removing during hotplugYinghai Lu2012-02-231-0/+9
* PCI: check for pci bar restore completion and retryKay, Allen M2012-02-141-1/+6
* PCI: Introduce __pci_reset_function_locked to be used when holding device_lock.Konrad Rzeszutek Wilk2012-02-141-0/+25
* kernel-doc: fix new warnings in pciRandy Dunlap2012-01-231-3/+3
* PCI: Enable ATS at the device state restoreHao, Xudong2012-01-061-0/+1
* PCI/PM/Runtime: make PCI traces quieterVincent Palatin2012-01-061-3/+2Star
* PCI: latency timer doesn't apply to PCIeMyron Stowe2012-01-061-0/+4
* PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe2012-01-061-0/+29
* PCI: Introduce INTx check & mask APIJan Kiszka2012-01-061-0/+110
* PCI: Rework config space blocking servicesJan Kiszka2012-01-061-2/+2
* pci: Fix hotplug of Express Module with pci bridgesYinghai Lu2011-12-181-1/+5
* PCI: Set device power state to PCI_D0 for device without native PM supportAjaykumar Hotchandani2011-12-141-0/+3
* PCI: defer enablement of SRIOV BARSRam Pai2011-12-051-1/+1
* pci: Clamp pcie_set_readrq() when using "performance" settingsBenjamin Herrenschmidt2011-10-271-2/+16
* PCI / PM: Extend PME polling to all PCI devicesRafael J. Wysocki2011-10-141-21/+20Star