aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-5/+5
2013-02-02Merge branch 'pci/misc' into nextBjorn Helgaas1-1/+1
2013-02-01PCI/ASPM: Don't touch ASPM if forcibly disabledJoe Lawrence1-0/+3
2013-02-01PCI/ASPM: Deallocate upstream link state even if device is not PCIeMyron Stowe1-4/+1
2013-01-30PCI: Use PCI Express Capability accessorMyron Stowe1-1/+1
2013-01-24Merge tag 'please-pull-aer-trace' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into perf/coreIngo Molnar1-29/+34
2013-01-17PCI: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-01-14PCI: Allow pcie_aspm=force even when FADT indicates it is unsupportedColin Ian King1-0/+3
2013-01-13PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put()Betty Dall1-0/+1
2013-01-03aerdrv: Cleanup log output for AERLance Ortiz1-28/+26
2013-01-03aerdrv: Enhanced AER loggingLance Ortiz1-1/+8
2012-12-26PCI/PM: Do not suspend port if any subordinate device needs PME pollingHuang Ying1-1/+19
2012-12-13Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds4-17/+31
2012-12-07Merge branch 'pci/bjorn-pcie-cap' into nextBjorn Helgaas2-7/+7
2012-12-07PCI: Add standard PCIe Capability Link ASPM field namesBjorn Helgaas1-5/+6
2012-12-07PCI/portdrv: Use PCI Express Capability accessorsBjorn Helgaas1-2/+1
2012-11-28PCI: Remove __dev* markingsBill Pemberton2-3/+3
2012-11-28Merge branch 'pci/misc' into nextBjorn Helgaas2-5/+22
2012-11-26PCI/AER: Report success only when every device has AER-aware driverVijay Mohan Pandarathil2-4/+22
2012-11-26Merge branch 'for-linus' into nextBjorn Helgaas2-5/+18
2012-11-07PCI: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-5/+2
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