summaryrefslogtreecommitdiff
path: root/drivers/pci/pcie
AgeCommit message (Expand)AuthorFilesLines
2022-09-05Revert "PCI/portdrv: Don't disable AER reporting in get_port_device_capabilit...Greg Kroah-Hartman1-1/+8
2022-08-25PCI/ERR: Retain status from error notificationKeith Busch1-2/+1
2022-08-21PCI/AER: Iterate over error counters instead of error stringsMohamed Khalfella1-1/+6
2022-08-21PCI/ERR: Recover from RCEC AER errorsSean V Kelley2-21/+56
2022-08-21PCI/ERR: Add pci_walk_bridge() to pcie_do_recovery()Sean V Kelley1-7/+23
2022-08-21PCI/ERR: Avoid negated conditional for claritySean V Kelley1-4/+4
2022-08-21PCI/ERR: Use "bridge" for clarity in pcie_do_recovery()Sean V Kelley1-17/+20
2022-08-21PCI/ERR: Simplify by computing pci_pcie_type() onceSean V Kelley3-8/+11
2022-08-21PCI/ERR: Simplify by using pci_upstream_bridge()Sean V Kelley1-1/+1
2022-08-21PCI/ERR: Rename reset_link() to reset_subordinates()Sean V Kelley1-4/+4
2022-08-21PCI/ERR: Bind RCEC devices to the Root Port driverQiuxu Zhuo1-1/+4
2022-08-21PCI/AER: Write AER Capability only when we control itSean V Kelley1-13/+16
2022-08-21PCI/portdrv: Don't disable AER reporting in get_port_device_capability()Stefan Roese1-8/+1
2022-06-09PCI/AER: Clear MULTI_ERR_COR/UNCOR_RCV bitsKuppuswamy Sathyanarayanan1-1/+6
2021-09-18PCI/portdrv: Enable Bandwidth Notification only if port supports itStuart Hayes1-2/+7
2021-07-20PCI: pciehp: Ignore Link Down/Up caused by DPCLukas Wunner1-5/+69
2021-03-17PCI/LINK: Remove bandwidth notificationBjorn Helgaas5-154/+0
2020-10-21Merge branch 'pci/misc'Bjorn Helgaas1-0/+3
2020-10-21Merge branch 'pci/hotplug'Bjorn Helgaas1-2/+5
2020-10-16PCI/ASPM: Remove struct pcie_link_state.l1ssSaheed O. Bolarinwa1-35/+49
2020-10-16PCI/ASPM: Remove struct aspm_register_info.l1ss_capSaheed O. Bolarinwa1-32/+21
2020-10-16PCI/ASPM: Pass L1SS Capabilities value, not struct aspm_register_infoBjorn Helgaas1-9/+8
2020-10-16PCI/ASPM: Remove struct aspm_register_info.l1ss_ctl1Saheed O. Bolarinwa1-12/+14
2020-10-16PCI/ASPM: Remove struct aspm_register_info.l1ss_ctl2 (unused)Bjorn Helgaas1-4/+1
2020-10-16PCI/ASPM: Remove struct aspm_register_info.l1ss_cap_ptrSaheed O. Bolarinwa1-21/+15
2020-10-16PCI/ASPM: Remove struct aspm_register_info.latency_encodingSaheed O. Bolarinwa1-14/+10
2020-10-16PCI/ASPM: Remove struct aspm_register_info.enabledSaheed O. Bolarinwa1-8/+6
2020-10-16PCI/ASPM: Remove struct aspm_register_info.supportSaheed O. Bolarinwa1-11/+14
2020-10-16PCI/ASPM: Use 'parent' and 'child' for readabilityBjorn Helgaas1-4/+5
2020-10-16PCI/ASPM: Move LTR path check to where it's usedBjorn Helgaas1-9/+8
2020-10-16PCI/ASPM: Move pci_clear_and_set_dword() earlierBjorn Helgaas1-11/+11
2020-09-18PCI: pciehp: Reduce noisiness on hot removalLukas Wunner1-2/+5
2020-09-17PCI/LINK: Print IRQ number used by portDongdong Liu1-0/+3
2020-08-08Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-38/+63
2020-08-06Merge branch 'pci/misc'Bjorn Helgaas3-5/+10
2020-08-06Merge branch 'pci/error'Bjorn Helgaas3-33/+52
2020-07-22PCI/ERR: Clear PCIe Device Status errors only if OS owns AERJonathan Cameron2-2/+4
2020-07-22PCI/ERR: Rename pci_aer_clear_device_status() to pcie_clear_device_status()Bjorn Helgaas2-10/+2
2020-07-18PCI/ASPM: Add missing newline in sysfs 'policy'Xiongfeng Wang1-0/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-08PCI/AER: Log correctable errors as warning, not errorMatt Jolly1-10/+15
2020-07-08PCI/AER: Simplify __aer_print_error()Bjorn Helgaas1-14/+34
2020-07-08PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck2-3/+3
2020-06-30PCI: Replace http:// links with https://Alexander A. Klimov2-2/+2
2020-06-26PCI: Convert PCIe capability PCIBIOS errors to errnoBolarinwa Olayemi Saheed1-3/+8
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-276/+121
2020-06-04Merge branch 'pci/misc'Bjorn Helgaas1-2/+2
2020-06-04Merge branch 'pci/kconfig'Bjorn Helgaas1-1/+0
2020-06-04Merge branch 'pci/error'Bjorn Helgaas4-258/+102
2020-06-04Merge branch 'pci/enumeration'Bjorn Helgaas1-5/+17