summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-076-38/+63
|\
| * Merge branch 'pci/misc'Bjorn Helgaas2020-08-053-5/+10
| |\
| | * PCI: Replace http:// links with https://Alexander A. Klimov2020-06-302-2/+2
| | * PCI: Convert PCIe capability PCIBIOS errors to errnoBolarinwa Olayemi Saheed2020-06-261-3/+8
| * | Merge branch 'pci/error'Bjorn Helgaas2020-08-053-33/+52
| |\ \
| | * | PCI/ERR: Clear PCIe Device Status errors only if OS owns AERJonathan Cameron2020-07-222-2/+4
| | * | PCI/ERR: Rename pci_aer_clear_device_status() to pcie_clear_device_status()Bjorn Helgaas2020-07-222-10/+2
| | * | PCI/AER: Log correctable errors as warning, not errorMatt Jolly2020-07-071-10/+15
| | * | PCI/AER: Simplify __aer_print_error()Bjorn Helgaas2020-07-071-14/+34
| | * | PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck2020-07-072-3/+3
| | |/
| * / PCI/ASPM: Add missing newline in sysfs 'policy'Xiongfeng Wang2020-07-171-0/+1
| |/
* / treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
|/
* Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-068-276/+121
|\
| * Merge branch 'pci/misc'Bjorn Helgaas2020-06-041-2/+2
| |\
| | * PCI/PME: Fix kernel-doc of pcie_pme_resume() and pcie_pme_remove()Jay Fang2020-05-211-2/+2
| * | Merge branch 'pci/kconfig'Bjorn Helgaas2020-06-041-1/+0
| |\ \
| | * | PCI/AER: Don't select CONFIG_PCIEAER by defaultBjorn Helgaas2020-04-241-1/+0
| | |/
| * | Merge branch 'pci/error'Bjorn Helgaas2020-06-044-258/+102
| |\ \
| | * | PCI/DPC: Print IRQ number used by portYicong Yang2020-06-011-0/+1
| | * | PCI/AER: Use "aer" variable for capability offsetBjorn Helgaas2020-06-011-95/+84
| | * | PCI/AER: Remove redundant dev->aer_cap checksKuppuswamy Sathyanarayanan2020-06-011-10/+2
| | * | PCI/AER: Remove redundant pci_is_pcie() checksKuppuswamy Sathyanarayanan2020-06-011-9/+0
| | * | PCI/AER: Remove HEST/FIRMWARE_FIRST parsing for AER ownershipKuppuswamy Sathyanarayanan2020-06-013-119/+14
| | * | PCI/AER: Use only _OSC to determine AER ownershipAlexandru Gagniuc2020-04-301-25/+1
| | * | PCI/EDR: Log only ACPI_NOTIFY_DISCONNECT_RECOVER eventsKuppuswamy Sathyanarayanan2020-04-241-2/+2
| | |/
| * | Merge branch 'pci/enumeration'Bjorn Helgaas2020-06-041-5/+17
| |\ \
| | * | PCI/PTM: Inherit Switch Downstream Port PTM settings from Upstream PortBjorn Helgaas2020-05-211-5/+17
| | |/
| * / PCI/ASPM: Allow ASPM on links to PCIe-to-PCI/PCI-X BridgesKai-Heng Feng2020-05-071-10/+0
| |/
* / PM: sleep: core: Rename DPM_FLAG_NEVER_SKIPRafael J. Wysocki2020-04-241-1/+1
|/
* 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