summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/misc'Bjorn Helgaas2020-10-211-0/+3
|\
| * PCI/LINK: Print IRQ number used by portDongdong Liu2020-09-171-0/+3
* | Merge branch 'pci/hotplug'Bjorn Helgaas2020-10-211-2/+5
|\ \
| * | PCI: pciehp: Reduce noisiness on hot removalLukas Wunner2020-09-171-2/+5
| |/
* | PCI/ASPM: Remove struct pcie_link_state.l1ssSaheed O. Bolarinwa2020-10-161-35/+49
* | PCI/ASPM: Remove struct aspm_register_info.l1ss_capSaheed O. Bolarinwa2020-10-161-32/+21
* | PCI/ASPM: Pass L1SS Capabilities value, not struct aspm_register_infoBjorn Helgaas2020-10-161-9/+8
* | PCI/ASPM: Remove struct aspm_register_info.l1ss_ctl1Saheed O. Bolarinwa2020-10-161-12/+14
* | PCI/ASPM: Remove struct aspm_register_info.l1ss_ctl2 (unused)Bjorn Helgaas2020-10-161-4/+1
* | PCI/ASPM: Remove struct aspm_register_info.l1ss_cap_ptrSaheed O. Bolarinwa2020-10-161-21/+15
* | PCI/ASPM: Remove struct aspm_register_info.latency_encodingSaheed O. Bolarinwa2020-10-161-14/+10
* | PCI/ASPM: Remove struct aspm_register_info.enabledSaheed O. Bolarinwa2020-10-161-8/+6
* | PCI/ASPM: Remove struct aspm_register_info.supportSaheed O. Bolarinwa2020-10-161-11/+14
* | PCI/ASPM: Use 'parent' and 'child' for readabilityBjorn Helgaas2020-10-161-4/+5
* | PCI/ASPM: Move LTR path check to where it's usedBjorn Helgaas2020-10-161-9/+8
* | PCI/ASPM: Move pci_clear_and_set_dword() earlierBjorn Helgaas2020-10-161-11/+11
|/
* 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