aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-23PCI: Export pcie_find_root_portJohannes Thumshirn1-14/+0
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
2016-06-13PCI: Don't clear d3cold_allowed for PCIe portsMika Westerberg1-5/+0
2016-06-10PCI/ASPM: Remove redundant check of pcie_set_clkpmShawn Lin1-1/+1
2016-05-17Merge branches 'pci/hotplug' and 'pci/resource' into nextBjorn Helgaas1-14/+8
2016-05-04PCI: Use cached copy of PCI_EXP_SLTCAP_HPC bitLukas Wunner1-14/+8
2016-05-03Merge branches 'pci/dpc', 'pci/resource' and 'pci/thunderbolt' into nextBjorn Helgaas6-5/+186
2016-05-03PCI: Add Downstream Port Containment driverKeith Busch3-0/+179
2016-05-03PCI: Add Downstream Port Containment portdrv service typeKeith Busch3-3/+5
2016-05-03PCI: Widen portdrv service type from 4 bits to 8 bitsKeith Busch2-2/+2
2016-04-08PCI: Remove return values from pcie_port_platform_notify() and relativesJon Derrick3-19/+10
2016-04-08PCI/ACPI: Allow all PCIe services on non-ACPI host bridgesJon Derrick1-2/+2
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-35/+73
2016-03-15Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/virtualization' and 'pci/vpd' into nextBjorn Helgaas2-11/+25
2016-03-15PCI: Cleanup pci/pcie/Kconfig whitespaceAndreas Ziegler1-3/+4
2016-03-08PCI/AER: Log aer_inject error injectionsJean Delvare1-0/+3
2016-03-08PCI/AER: Log actual error causes in aer_injectJean Delvare1-1/+7
2016-03-08PCI/AER: Use dev_warn() in aer_injectJean Delvare1-3/+7
2016-03-08PCI/AER: Fix aer_inject error codesJean Delvare1-4/+4
2016-02-09Merge branches 'pci/aer', 'pci/misc' and 'pci/virtualization' into nextBjorn Helgaas2-24/+48
2016-02-05PCI/PME: Restructure pcie_pme_suspend() to prevent compiler warningBjorn Helgaas1-3/+6
2016-02-05PCI/PME: Remove redundant port lookupBjorn Helgaas1-2/+0
2016-02-04PCI/AER: Use list_first_entry_or_null() to simplify codeGeliang Tang1-8/+5
2016-02-04PCI/AER: Restore pci_ops pointer while calling original pci_opsDavid Daney1-2/+28
2016-02-04PCI/AER: Rename pci_ops_aer to aer_inj_pci_opsBjorn Helgaas1-9/+9
2016-01-25PCI/AER: Flush workqueue on device remove to avoid use-after-freeSebastian Andrzej Siewior3-6/+1
2016-01-15Merge branch 'pci/host-vmd' into nextBjorn Helgaas1-8/+8
2016-01-15PCI/AER: Use 32 bit PCI domain numbersKeith Busch1-8/+8
2015-12-10Merge branches 'pci/aspm', 'pci/hotplug', 'pci/misc' and 'pci/msi' into nextBjorn Helgaas2-16/+10