summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-039-176/+349
|\
| * Merge branch 'pci/edr'Bjorn Helgaas2020-04-028-173/+346
| |\
| | * PCI/AER: Rationalize error status register clearingKuppuswamy Sathyanarayanan2020-03-283-6/+6
| | * PCI/DPC: Add Error Disconnect Recover (EDR) supportKuppuswamy Sathyanarayanan2020-03-283-0/+250
| | * PCI/DPC: Expose dpc_process_error(), dpc_reset_link() for use by EDRKuppuswamy Sathyanarayanan2020-03-281-3/+9
| | * PCI/AER: Add pci_aer_raw_clear_status() to unconditionally clear Error StatusKuppuswamy Sathyanarayanan2020-03-281-4/+18
| | * PCI/DPC: Cache DPC capabilities in pci_init_capabilities()Kuppuswamy Sathyanarayanan2020-03-281-12/+21
| | * PCI/ERR: Return status of pcie_do_recovery()Kuppuswamy Sathyanarayanan2020-03-281-4/+6
| | * PCI/ERR: Remove service dependency in pcie_do_recovery()Kuppuswamy Sathyanarayanan2020-03-285-80/+13
| | * PCI/DPC: Move DPC data into struct pci_devBjorn Helgaas2020-03-281-72/+31
| | * PCI/ERR: Update error status after reset_link()Kuppuswamy Sathyanarayanan2020-03-281-1/+2
| | * PCI/ERR: Combine pci_channel_io_frozen casesKuppuswamy Sathyanarayanan2020-03-281-6/+5
| * | PCI/ASPM: Reduce severity of common clock config messageChris Packham2020-03-281-1/+1
| * | PCI/ASPM: Clear the correct bits when enabling L1 substatesYicong Yang2020-03-181-2/+2
| |/
* / PCI/AER: Fix the broken interrupt injectionThomas Gleixner2020-03-082-4/+3
|/
* PCI/AER: Initialize aer_fifoDongdong Liu2020-01-231-0/+1
* PCI/AER: Factor message prefixes with dev_fmt()Bjorn Helgaas2020-01-231-3/+5
* PCI/AER: Log which device prevents error recoveryYicong Yang2020-01-231-2/+4
* Merge branch 'pci/misc'Bjorn Helgaas2019-11-282-4/+1
|\
| * PCI: Remove PCIe Kconfig dependencies on PCIBjorn Helgaas2019-11-211-2/+0
| * PCI/ASPM: Remove dependency on PCIEPORTBUSBjorn Helgaas2019-11-211-1/+1
| * PCI/PTM: Remove dependency on PCIEPORTBUSBjorn Helgaas2019-11-211-1/+0
| * PCI/PTM: Remove spurious "d" from granularity messageBjorn Helgaas2019-11-211-1/+1
* | Merge branch 'pci/aspm'Bjorn Helgaas2019-11-282-98/+154
|\ \
| * | PCI/ASPM: Remove PCIEASPM_DEBUG Kconfig option and related codeHeiner Kallweit2019-11-212-112/+0
| * | PCI/ASPM: Add sysfs attributes for controlling ASPM link statesHeiner Kallweit2019-11-211-0/+149
| * | PCI/ASPM: Add pcie_aspm_get_link()Heiner Kallweit2019-10-151-12/+18
| * | PCI/ASPM: Allow re-enabling Clock PMHeiner Kallweit2019-10-151-7/+11
| * | PCI/ASPM: Add L1 PM substate support to pci_disable_link_state()Heiner Kallweit2019-10-151-1/+10
| * | PCI/ASPM: Remove pcie_aspm_enabled() unnecessary lockingBjorn Helgaas2019-10-151-6/+6
| |/
* | PCI/DPC: Add "pcie_ports=dpc-native" to allow DPC without AER controlOlof Johansson2019-10-254-2/+17
* | PCI/AER: Fix kernel-doc warningsAndy Shevchenko2019-10-181-1/+3
* | PCI/AER: Use for_each_set_bit() to simplify codeAndy Shevchenko2019-10-181-11/+8
* | PCI/AER: Add PoisonTLPBlocked to Uncorrectable error countersRajat Jain2019-10-181-1/+2
* | PCI/AER: Save AER Capability for suspend/resumePatel, Mayurkumar2019-10-181-2/+60
|/
* Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-232-6/+5
|\
| * Merge branch 'pci/enumeration'Bjorn Helgaas2019-09-232-5/+5
| |\
| | * PCI: Get rid of dev->has_secondary_link flagMika Westerberg2019-09-072-5/+5
| * | PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski2019-08-281-1/+0
| |/
* | PCI/ASPM: Add pcie_aspm_enabled()Rafael J. Wysocki2019-08-121-0/+20
* | Revert "PCI: Add missing link delays required by the PCIe spec"Mika Westerberg2019-08-071-66/+0
|/
* Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-151-1/+1
|\
| * PCI: Fix typos and whitespace errorsBjorn Helgaas2019-07-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-9/+11
|\ \
| * | PCI: let pci_disable_link_state propagate errorsHeiner Kallweit2019-06-211-9/+11
| |/
* / PCI: Add missing link delays required by the PCIe specMika Westerberg2019-06-181-0/+66
|/
* Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-146-63/+95
|\
| * Merge branch 'pci/printk-portdrv'Bjorn Helgaas2019-05-134-47/+50
| |\
| | * PCI/AER: Log messages with pci_dev, not pcie_deviceFrederick Lawler2019-05-092-17/+22
| | * PCI/DPC: Log messages with pci_dev, not pcie_deviceFrederick Lawler2019-05-091-19/+18