summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-05-291-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-04-301-10/+17
|/
* PCI: Retry BARs restoration for Type 0 headers onlyRafael J. Wysocki2012-04-161-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/+2
* 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/+20
* PCI: Disable MPS configuration by defaultJon Mason2011-10-041-1/+5
* PCI: Remove MRRS modification from MPS setting codeJon Mason2011-09-091-1/+1
* pci: fix new kernel-doc warning in pci.cRandy Dunlap2011-08-201-1/+1
* PCI: Set PCI-E Max Payload Size on fabricJon Mason2011-08-011-0/+67
* PCI: correct pcie_set_readrq write sizeJon Mason2011-07-221-2/+2
* PCI: ARI is a PCIe v2 featureChris Wright2011-07-221-1/+6
* PCI: conditional resource-reallocation through kernel parameter pci=reallocRam Pai2011-07-081-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2011-06-241-1/+1
|\
| * PCI: fix new kernel-doc warningRandy Dunlap2011-06-011-1/+1
* | x86/uv/x2apic: update for change in pci bridge handling.Dave Airlie2011-06-141-2/+2
|/
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-05-241-11/+14
|\
| * vgaarb: use bridges to control VGA routing where possible.Dave Airlie2011-05-041-11/+14
* | PCI: Add interfaces to store and load the device saved stateAlex Williamson2011-05-211-0/+98
* | PCI: Track the size of each saved capability data areaAlex Williamson2011-05-211-5/+7
* | PCI: add latency tolerance reporting enable/disable supportJesse Barnes2011-05-111-0/+149
* | PCI: add OBFF enable/disable supportJesse Barnes2011-05-111-0/+92
* | PCI: add ID-based ordering enable/disable supportJesse Barnes2011-05-111-0/+53
* | PCI/PM: Add kerneldoc description of pci_pm_reset()Rafael J. Wysocki2011-05-101-0/+15
|/
* PCI: PCIe links may not get configured for ASPM under POWERSAVE modeNaga Chumbalkar2011-03-211-0/+6
* PCI/PM: Report wakeup events before resuming devicesRafael J. Wysocki2011-01-141-1/+1
* PCI/PM: Use pm_wakeup_event() directly for reporting wakeup eventsRafael J. Wysocki2011-01-141-16/+0
* PCI: make pci_restore_state return voidJon Mason2010-12-231-5/+2
* PCI: read current power state at enable timeJesse Barnes2010-11-111-0/+12
* PCI: Add support for polling PME state on suspended legacy PCI devicesMatthew Garrett2010-10-171-0/+77