aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-05PCI/portdrv: Don't create hotplug slots unless port supports hotplugTaku Izumi1-1/+2
2012-11-02PCI/PM: Fix deadlock when unbinding device if parent in D3coldHuang Ying1-4/+16
2012-09-13Merge branch 'pci/trivial' into nextBjorn Helgaas1-4/+2
2012-09-13Merge commit 'v3.6-rc5' into nextBjorn Helgaas1-0/+14
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas3-10/+10
2012-09-10Merge branch 'pci/shengzhou-irq' into nextBjorn Helgaas1-4/+11
2012-09-07PCI: Make pci_error_handlers constStephen Hemminger3-10/+10
2012-09-07PCI: Use dev->irq instead of dev->pin to enable non MSI/INTx interruptShengzhou Liu1-4/+11
2012-08-24PCI/AER: Print completion message at KERN_INFO to match starting messageLance Ortiz1-4/+2
2012-08-23PCI/ASPM: Use PCI Express Capability accessorsJiang Liu1-51/+26
2012-08-23PCI/AER: Use PCI Express Capability accessorsJiang Liu2-51/+17
2012-08-23PCI/PME: Use PCI Express Capability accessorsJiang Liu1-17/+6
2012-08-23PCI/portdrv: Use PCI Express Capability accessorsJiang Liu2-18/+6
2012-08-23PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang9-37/+38
2012-08-21PCI/PM: Fix config reg access for D3cold and bridge suspendingHuang Ying1-0/+9
2012-08-21PCI/PM: Enable D3/D3cold by default for most devicesHuang Ying1-0/+5
2012-06-23Merge branch 'topic/huang-d3cold-v7' into nextBjorn Helgaas1-0/+60
2012-06-23PCI/PM: add PCIe runtime D3cold supportHuang Ying1-4/+40
2012-06-23PCI/PM: add runtime PM support to PCIe portZheng Yan1-0/+24
2012-06-11PCI/AER: use pci_is_pcie() instead of obsolete pci_dev.is_pcieBjorn Helgaas1-1/+1
2012-05-07PCI: fix uninitialized variable 'cap_mask'Chunhe Lan1-1/+1
2012-03-31ASPM: Fix pcie devices with non-pcie childrenMatthew Garrett1-3/+10
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds4-2/+59
2012-03-07PCI: ignore pre-1.1 ASPM quirking when ASPM is disabledMatthew Garrett1-0/+3
2012-02-23PCI: Add pcie_hp=nomsi to disable MSI/MSI-X for pciehp driverMUNEDA Takahiro2-2/+26
2012-02-17PCI: pcie: Add support for setting default ASPM policyMatthew Garrett2-0/+33
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell2-3/+3
2012-01-06PCI: kconfig: English typo in pci/pcie/KconfigP. Christeas1-1/+1
2012-01-06PCI: Rework ASPM disable codeMatthew Garrett1-21/+37
2011-10-14PCI / PM: Extend PME polling to all PCI devicesRafael J. Wysocki1-0/+9
2011-07-29Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds2-8/+71
2011-07-22PCI: PCIe AER: add aer_recover_queueHuang Ying2-8/+71
2011-06-29PCIe ASPM: forcedly -> forciblyMichael Witten1-1/+1
2011-05-21PCI: remove unused AER functionsChen Gong1-9/+0
2011-05-21PCI/e1000e: Add and use pci_disable_link_state_locked()Yinghai Lu1-3/+16
2011-05-10PCI: Fix uninitialized variable bug in AER injection codeWanlong Gao1-1/+1
2011-05-10PCI: Enable ASPM state clearing regardless of policyAlex Williamson1-1/+1
2011-03-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds2-4/+34
2011-03-23Merge branch 'linus' into releaseLen Brown1-3/+28
2011-03-21ACPI, APEI, Add PCIe AER error information printing supportHuang Ying2-8/+60
2011-03-21PCIe, AER, use pre-generated prefix in error information printingHuang Ying1-75/+48
2011-03-21PCI: Disable ASPM when _OSC control is not granted for PCIe servicesNaga Chumbalkar1-4/+1
2011-03-21PCI: Changing ASPM policy, via /sys, to POWERSAVE could cause NMIsNaga Chumbalkar1-0/+4
2011-03-21PCI: PCIe links may not get configured for ASPM under POWERSAVE modeNaga Chumbalkar1-0/+22
2011-03-21PCI/ACPI: Report ASPM support to BIOS if not disabled from command lineRafael J. Wysocki1-0/+7
2011-03-04PCI: aer-inject: Override PCIe AER Mask RegistersPrarit Bhargava1-3/+28
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-1/+1
2011-01-14PCI/PM: Report wakeup events before resuming devicesRafael J. Wysocki1-2/+2
2011-01-14PCI/ACPI: Request _OSC control once for each root bridge (v3)Rafael J. Wysocki4-25/+5
2010-12-23PCI/PCIe: Clear Root PME Status bits early during system resumeRafael J. Wysocki4-38/+53