aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie
Commit message (Expand)AuthorAgeFilesLines
* PCI: Allow pcie_aspm=force even when FADT indicates it is unsupportedColin Ian King2013-01-271-0/+3
* ASPM: Fix pcie devices with non-pcie childrenMatthew Garrett2012-04-021-3/+10
* PCI: ignore pre-1.1 ASPM quirking when ASPM is disabledMatthew Garrett2012-03-191-0/+3
* PCI: Rework ASPM disable codeMatthew Garrett2012-02-061-21/+37
* PCI: remove unused AER functionsChen Gong2011-05-211-9/+0
* PCI/e1000e: Add and use pci_disable_link_state_locked()Yinghai Lu2011-05-211-3/+16
* PCI: Fix uninitialized variable bug in AER injection codeWanlong Gao2011-05-101-1/+1
* PCI: Enable ASPM state clearing regardless of policyAlex Williamson2011-05-101-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2011-03-252-4/+34
|\
| * PCI: Disable ASPM when _OSC control is not granted for PCIe servicesNaga Chumbalkar2011-03-211-4/+1
| * PCI: Changing ASPM policy, via /sys, to POWERSAVE could cause NMIsNaga Chumbalkar2011-03-211-0/+4
| * PCI: PCIe links may not get configured for ASPM under POWERSAVE modeNaga Chumbalkar2011-03-211-0/+22
| * PCI/ACPI: Report ASPM support to BIOS if not disabled from command lineRafael J. Wysocki2011-03-211-0/+7
* | Merge branch 'linus' into releaseLen Brown2011-03-231-3/+28
|\ \ | |/
| * PCI: aer-inject: Override PCIe AER Mask RegistersPrarit Bhargava2011-03-041-3/+28
* | ACPI, APEI, Add PCIe AER error information printing supportHuang Ying2011-03-212-8/+60
* | PCIe, AER, use pre-generated prefix in error information printingHuang Ying2011-03-211-75/+48
|/
* kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-201-1/+1
* PCI/PM: Report wakeup events before resuming devicesRafael J. Wysocki2011-01-141-2/+2
* PCI/ACPI: Request _OSC control once for each root bridge (v3)Rafael J. Wysocki2011-01-144-25/+5
* PCI/PCIe: Clear Root PME Status bits early during system resumeRafael J. Wysocki2010-12-234-38/+53
* PCI: Disable ASPM if BIOS asks us toMatthew Garrett2010-12-231-4/+17
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-10-285-3/+40
|\
| * PCI/PCIe/AER: Disable native AER service if BIOS has precedenceRafael J. Wysocki2010-10-154-2/+39
| * PCI: aerdrv: fix uninitialized variable warningBill Pemberton2010-10-151-1/+1
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
|/
* PCI: PCIe: Remove the port driver module exit routineKenji Kaneshige2010-08-241-7/+0
* PCI: PCIe: Move PCIe PME code to the pcie directoryRafael J. Wysocki2010-08-243-8/+3
* PCI: PCIe: Disable PCIe port services during port initializationRafael J. Wysocki2010-08-241-3/+26
* PCI: PCIe: Ask BIOS for control of all native services at onceRafael J. Wysocki2010-08-2411-201/+145
* ACPI/PCI: Negotiate _OSC control bits before requesting them Rafael J. Wysocki2010-08-242-6/+8
* PCI: PCIe: Introduce commad line switch for disabling port servicesRafael J. Wysocki2010-08-243-0/+20
* PCI: PCIe AER: Introduce pci_aer_available()Rafael J. Wysocki2010-08-241-3/+6
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-08-063-16/+37
|\
| * PCI: Default PCIe ASPM control to on and require !EMBEDDED to disableMatthew Garrett2010-07-301-6/+14
| * PCI: Don't enable aspm before drivers have had a chance to veto itMatthew Garrett2010-07-301-2/+14
| * PCI aerdrv: fix annoying warningsLinus Torvalds2010-07-301-8/+9
* | PM: Make it possible to avoid races between wakeup and system sleepRafael J. Wysocki2010-07-191-1/+4
|/
* PCI/PM: Do not use native PCIe PME by defaultRafael J. Wysocki2010-06-181-6/+13
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-05-283-4/+98
|\
| * ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setupHuang Ying2010-05-193-4/+98
* | PCI: aerdrv: trivial cleanup for aerdrv_core.cHidetoshi Seto2010-05-111-11/+10
* | PCI: aerdrv: trivial cleanup for aerdrv.cHidetoshi Seto2010-05-111-14/+10
* | PCI: aerdrv: introduce default_downstream_reset_linkHidetoshi Seto2010-05-113-39/+63
* | PCI: aerdrv: rework find_aer_serviceHidetoshi Seto2010-05-111-21/+16
* | PCI: aerdrv: remove is_downstreamHidetoshi Seto2010-05-111-21/+12
* | PCI: aerdrv: remove magical ROOT_ERR_STATUS_MASKSHidetoshi Seto2010-05-112-4/+1
* | PCI: aerdrv: redefine PCI_ERR_ROOT_*_SRCHidetoshi Seto2010-05-112-2/+2
* | PCI: aerdrv: rework do_recoveryHidetoshi Seto2010-05-111-21/+17
* | PCI: aerdrv: rework get_e_source()Hidetoshi Seto2010-05-111-32/+31