aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-13USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2Alan Stern1-0/+5
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
2011-10-14PCI / PM: Extend PME polling to all PCI devicesRafael J. Wysocki1-21/+20
2011-10-04PCI: Disable MPS configuration by defaultJon Mason1-1/+5
2011-09-09PCI: Remove MRRS modification from MPS setting codeJon Mason1-1/+1
2011-08-20pci: fix new kernel-doc warning in pci.cRandy Dunlap1-1/+1
2011-08-01PCI: Set PCI-E Max Payload Size on fabricJon Mason1-0/+67
2011-07-22PCI: correct pcie_set_readrq write sizeJon Mason1-2/+2
2011-07-22PCI: ARI is a PCIe v2 featureChris Wright1-1/+6
2011-07-08PCI: conditional resource-reallocation through kernel parameter pci=reallocRam Pai1-0/+2
2011-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-1/+1
2011-06-14x86/uv/x2apic: update for change in pci bridge handling.Dave Airlie1-2/+2
2011-06-01PCI: fix new kernel-doc warningRandy Dunlap1-1/+1
2011-05-24Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-11/+14
2011-05-21PCI: Add interfaces to store and load the device saved stateAlex Williamson1-0/+98
2011-05-21PCI: Track the size of each saved capability data areaAlex Williamson1-5/+7
2011-05-11PCI: add latency tolerance reporting enable/disable supportJesse Barnes1-0/+149
2011-05-11PCI: add OBFF enable/disable supportJesse Barnes1-0/+92
2011-05-11PCI: add ID-based ordering enable/disable supportJesse Barnes1-0/+53
2011-05-10PCI/PM: Add kerneldoc description of pci_pm_reset()Rafael J. Wysocki1-0/+15
2011-05-04vgaarb: use bridges to control VGA routing where possible.Dave Airlie1-11/+14
2011-03-21PCI: PCIe links may not get configured for ASPM under POWERSAVE modeNaga Chumbalkar1-0/+6
2011-01-14PCI/PM: Report wakeup events before resuming devicesRafael J. Wysocki1-1/+1
2011-01-14PCI/PM: Use pm_wakeup_event() directly for reporting wakeup eventsRafael J. Wysocki1-16/+0
2010-12-23PCI: make pci_restore_state return voidJon Mason1-5/+2
2010-11-11PCI: read current power state at enable timeJesse Barnes1-0/+12