summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* PCI: Disable MPS configuration by defaultJon Mason2011-10-041-1/+5
* PCI: Remove MRRS modification from MPS setting codeJon Mason2011-09-101-1/+1
* pci: fix new kernel-doc warning in pci.cRandy Dunlap2011-08-211-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-091-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-121-0/+149
* | PCI: add OBFF enable/disable supportJesse Barnes2011-05-121-0/+92
* | PCI: add ID-based ordering enable/disable supportJesse Barnes2011-05-121-0/+53
* | PCI/PM: Add kerneldoc description of pci_pm_reset()Rafael J. Wysocki2011-05-111-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/+0Star
* PCI: make pci_restore_state return voidJon Mason2010-12-231-5/+2Star
* 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-181-0/+77
* PCI: Adjust confusing if indentation in pcie_get_readrqJulia Lawall2010-10-151-1/+1
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-08-061-4/+0Star
|\
| * PCI: remove unused HAVE_ARCH_PCI_SET_DMA_MAX_SEGMENT_{SIZE|BOUNDARY}FUJITA Tomonori2010-07-301-4/+0Star
* | PM: Make it possible to avoid races between wakeup and system sleepRafael J. Wysocki2010-07-191-1/+19
|/
* virtio-pci: disable msi at startupMichael S. Tsirkin2010-06-231-0/+1
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-05-221-3/+1Star
|\
| * PCI: fix typos pci_device_dis/enable to pci_dis/enable_device in commentsRoman Fietze2010-05-181-1/+1
| * PCI: clearing wakeup flags not neededAlan Stern2010-05-111-2/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-201-1/+1
|\ \ | |/ |/|
| * Merge branch 'master' into for-nextJiri Kosina2010-04-231-24/+21Star
| |\
| * | Fix typos in commentsThomas Weber2010-03-161-1/+1
* | | PCI: Ensure we re-enable devices on resumeMatthew Garrett2010-04-231-5/+1Star
| |/ |/|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | PCI: cleanup error return for pcix get and set mmrbc functionsDean Nelson2010-03-191-20/+16Star