aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-07PCI/ASPM: Always set link->downstream to avoid NULL dereference on removeYinghai Lu1-3/+2
2017-02-23Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds4-129/+365
2017-02-15Merge branch 'pci/msi' into nextBjorn Helgaas1-113/+48
2017-02-15Merge branch 'pci/dpc' into nextBjorn Helgaas1-3/+31
2017-02-15PCI/PME: Restore pcie_pme_driver.removeYinghai Lu1-0/+12
2017-02-14PCI/ASPM: Add comment about L1 substate latencyRajat Jain1-0/+8
2017-02-14PCI/ASPM: Configure L1 substate settingsRajat Jain1-2/+104
2017-02-14PCI/ASPM: Calculate and save the L1.2 timing parametersRajat Jain1-0/+79
2017-02-14PCI/ASPM: Read and set up L1 substate capabilitiesRajat Jain1-1/+58
2017-02-14PCI/ASPM: Add support for L1 substatesRajat Jain2-10/+37
2017-02-10PCI/portdrv: Use pci_irq_alloc_vectors()Christoph Hellwig1-113/+48
2017-02-10PCI/DPC: Wait for Root Port busy to clearKeith Busch1-1/+25
2017-02-10PCI/DPC: Decode extended reasonsKeith Busch1-2/+6
2017-01-27PCI/ASPM: Handle PCI-to-PCIe bridges as roots of PCIe hierarchiesBjorn Helgaas1-6/+13
2016-12-15Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds5-51/+34
2016-12-12Merge branch 'pci/pm' into nextBjorn Helgaas1-10/+3
2016-12-12Merge branch 'pci/misc' into nextBjorn Helgaas3-37/+13
2016-12-12PCI: Remove service driver load/unload messagesBjorn Helgaas1-3/+0
2016-12-12PCI/AER: Log AER IRQ when claiming Root PortBjorn Helgaas1-2/+2
2016-12-12PCI/AER: Log errors with PCI device, not PCIe service deviceBjorn Helgaas1-3/+4
2016-12-12PCI/AER: Remove unused version macrosBjorn Helgaas1-7/+0
2016-12-12PCI/PME: Log PME IRQ when claiming Root PortBjorn Helgaas1-6/+6
2016-12-12PCI/PME: Drop unused support for PMEs from Root Complex Event CollectorsBjorn Helgaas1-16/+1
2016-12-08PCI/ASPM: Don't retrain link if ASPM not possibleDavid Daney1-2/+16
2016-11-23PCI: Export pcie_find_root_portJohannes Thumshirn1-14/+0
2016-11-17PCI: Consolidate conditions to allow runtime PM on PCIe portsLukas Wunner1-10/+2
2016-11-17PCI: Activate runtime PM on a PCIe port only if it can suspendLukas Wunner1-2/+3
2016-11-14PCI/ASPM: Use permission-specific DEVICE_ATTR variantsJulia Lawall1-2/+2
2016-10-03Merge branch 'pci/aer' into nextBjorn Helgaas4-66/+28
2016-09-30PCI/AER: Fix aer_probe() kernel-doc commentCao jin1-1/+0
2016-09-27PCI/AER: Cache capability positionKeith Busch2-11/+17
2016-09-27PCI/AER: Avoid memory allocation in interrupt handling pathJon Derrick2-11/+3
2016-09-20PCI/AER: Remove duplicate AER severity translationTyler Baicar1-4/+2
2016-09-14PCI/AER: Remove aerdriver.forceload kernel parameterBjorn Helgaas3-33/+1
2016-09-14PCI/AER: Remove aerdriver.nosourceid kernel parameterBjorn Helgaas1-8/+4
2016-09-06PCI/AER: Add bus flag to skip source ID matchingJon Derrick1-2/+5
2016-09-01Merge branch 'pci/ptm' into nextBjorn Helgaas3-0/+154
2016-08-25PCI: Add PTM clock granularity informationBjorn Helgaas1-2/+29
2016-08-24PCI/AER: Make explicitly non-modularPaul Gortmaker1-17/+1
2016-08-24PCI/PME: Make explicitly non-modularPaul Gortmaker1-15/+1
2016-08-24PCI: Make DPC explicitly non-modularPaul Gortmaker1-14/+4
2016-08-23PCI: portdrv: Make explicitly non-modularPaul Gortmaker1-14/+3
2016-08-18PCI: Add pci_enable_ptm() for drivers to enable PTM on endpointsBjorn Helgaas1-0/+45
2016-08-15PCI: Add Precision Time Measurement (PTM) supportJonathan Yong3-0/+82
2016-08-01Merge branches 'pci/aspm', 'pci/dpc', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/pm' and 'pci/virtualization' into nextBjorn Helgaas5-20/+61
2016-07-25PCI: Remove DPC tristate module optionKeith Busch1-4/+1
2016-07-25PCI: Bind DPC to Root Ports as well as Downstream PortsKeith Busch1-1/+1
2016-06-21PCI: Fix whitespace in struct dpc_devMika Westerberg1-2/+2
2016-06-21PCI: Convert Downstream Port Containment driver to use devm_* functionsMika Westerberg1-9/+4
2016-06-13PCI: Add runtime PM support for PCIe portsMika Westerberg2-0/+54