aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-21PCI/PM: Enable D3/D3cold by default for most devicesHuang Ying1-0/+1
2012-07-05Merge branch 'pci/rafael-pci_set_power_state-rebase' into nextBjorn Helgaas1-1/+18
2012-07-05Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas1-0/+12
2012-07-05PCI / PM: restore the original behavior of pci_set_power_state()Rafael J. Wysocki1-1/+18
2012-06-26PCI: pull pcibios_setup() up into coreMyron Stowe1-0/+12
2012-06-23Merge branch 'topic/huang-d3cold-v7' into nextBjorn Helgaas1-9/+115
2012-06-23PCI/PM: add PCIe runtime D3cold supportHuang Ying1-9/+105
2012-06-23PCI/PM: add runtime PM support to PCIe portZheng Yan1-0/+10
2012-06-22Merge branch 'topic/bjorn-trivial' into nextBjorn Helgaas1-8/+7
2012-06-20PCI: remove useless pcix_set_mmrbc() dev->bus checkBjorn Helgaas1-2/+1
2012-06-20PCI: fix upstream P2P bridge checks when enabling OBFF and LTRBjorn Helgaas1-2/+2
2012-06-20PCI: use __weak consistentlyBjorn Helgaas1-4/+4
2012-06-18Merge branch 'topic/jan-intx-masking' into nextBjorn Helgaas1-0/+3
2012-06-18Merge branch 'topic/stowe-cap-cleanup' into nextBjorn Helgaas1-48/+67
2012-06-16PCI: add infrastructure for devices with broken INTx maskingBjorn Helgaas1-0/+3
2012-06-13Merge branch 'topic/alex-vfio-prep' into nextBjorn Helgaas1-0/+69
2012-06-13Merge branch 'topic/bjorn-remove-unused' into nextBjorn Helgaas1-67/+0
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu1-1/+1
2012-06-12PCI: add ACS validation utilityAlex Williamson1-0/+69
2012-06-11PCI: remove redundant capabilities checking in pci_{save, restore}_pcie_stateMyron Stowe1-18/+15
2012-06-11PCI: add pci_pcie_cap2() check for PCIe feature capabilities >= v2Myron Stowe1-15/+50
2012-06-11PCI: remove redundant checking in PCI Express capability routinesMyron Stowe1-13/+1
2012-06-11PCI: make pci_ltr_supported() staticMyron Stowe1-2/+1
2012-06-11PCI: remove pci_max_busnr() (was already commented out)Bjorn Helgaas1-24/+0
2012-06-11PCI: remove pci_bus_find_ext_capability() (unused)Bjorn Helgaas1-43/+0
2012-05-29Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2012-05-21OF: PCI: const usage needed by MIPSJohn Crispin1-1/+1
2012-05-07Merge branch 'topic/stratus' into nextBjorn Helgaas1-0/+3
2012-04-30PCI: move mutex locking out of pci_dev_reset functionKonrad Rzeszutek Wilk1-10/+17
2012-04-30PCI: work around Stratus ftServer broken PCIe hierarchyBjorn Helgaas1-0/+3
2012-04-16PCI: Retry BARs restoration for Type 0 headers onlyRafael J. Wysocki1-9/+15
2012-04-15PCI: Fix regression in pci_restore_state(), v3Rafael J. Wysocki1-18/+39
2012-03-01PCI / PCIe: Introduce command line option to disable ARIRafael J. Wysocki1-1/+6
2012-02-24PCI: Move "pci reassigndev resource alignment" out of quirks.cYinghai Lu1-0/+62
2012-02-24PCI: prepare pci=realloc for multiple optionsYinghai Lu1-1/+3
2012-02-23PCI: move pci_find_saved_cap out of linux/pci.hYinghai Lu1-0/+19
2012-02-23PCI: fix memleak for pci dev removing during hotplugYinghai Lu1-0/+9
2012-02-14PCI: check for pci bar restore completion and retryKay, Allen M1-1/+6
2012-02-14PCI: Introduce __pci_reset_function_locked to be used when holding device_lock.Konrad Rzeszutek Wilk1-0/+25
2012-01-23kernel-doc: fix new warnings in pciRandy Dunlap1-3/+3
2012-01-06PCI: Enable ATS at the device state restoreHao, Xudong1-0/+1
2012-01-06PCI/PM/Runtime: make PCI traces quieterVincent Palatin1-3/+2
2012-01-06PCI: latency timer doesn't apply to PCIeMyron Stowe1-0/+4
2012-01-06PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe1-0/+29
2012-01-06PCI: Introduce INTx check & mask APIJan Kiszka1-0/+110
2012-01-06PCI: Rework config space blocking servicesJan Kiszka1-2/+2
2011-12-18pci: Fix hotplug of Express Module with pci bridgesYinghai Lu1-1/+5
2011-12-14PCI: Set device power state to PCI_D0 for device without native PM supportAjaykumar Hotchandani1-0/+3
2011-12-05PCI: defer enablement of SRIOV BARSRam Pai1-1/+1
2011-10-27pci: Clamp pcie_set_readrq() when using "performance" settingsBenjamin Herrenschmidt1-2/+16