summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie
AgeCommit message (Expand)Author
2021-01-27Revert "PCI/ASPM: Save/restore L1SS Capability for suspend/resume"Bjorn Helgaas
2020-12-15Merge branch 'pci/ptm'Bjorn Helgaas
2020-12-15Merge branch 'pci/err'Bjorn Helgaas
2020-12-10PCI: Disable PTM during suspend to save powerDavid E. Box
2020-12-10PCI/PTM: Save/restore Precision Time Measurement Capability for suspend/resumeDavid E. Box
2020-12-05PCI/AER: Add RCEC AER error injection supportQiuxu Zhuo
2020-12-05PCI/PME: Add pcie_walk_rcec() to RCEC PME handlingSean V Kelley
2020-12-05PCI/AER: Add pcie_walk_rcec() to RCEC AER handlingSean V Kelley
2020-12-05PCI/ERR: Recover from RCiEP AER errorsQiuxu Zhuo
2020-12-05PCI/ERR: Add pcie_link_rcec() to associate RCiEPsSean V Kelley
2020-12-05PCI/ERR: Recover from RCEC AER errorsSean V Kelley
2020-12-04PCI/ERR: Clear AER status only when we control AERSean V Kelley
2020-12-04PCI/ERR: Add pci_walk_bridge() to pcie_do_recovery()Sean V Kelley
2020-12-04PCI/ERR: Avoid negated conditional for claritySean V Kelley
2020-12-04PCI/ERR: Use "bridge" for clarity in pcie_do_recovery()Sean V Kelley
2020-12-04PCI/ERR: Simplify by computing pci_pcie_type() onceSean V Kelley
2020-12-04PCI/ERR: Simplify by using pci_upstream_bridge()Sean V Kelley
2020-12-04PCI/ERR: Rename reset_link() to reset_subordinates()Sean V Kelley
2020-12-04PCI/ERR: Cache RCEC EA Capability offset in pci_init_capabilities()Sean V Kelley
2020-12-04PCI/ERR: Bind RCEC devices to the Root Port driverQiuxu Zhuo
2020-12-01PCI/AER: Write AER Capability only when we control itSean V Kelley
2020-11-20PCI/ASPM: Save/restore L1SS Capability for suspend/resumeVidya Sagar
2020-10-21Merge branch 'pci/misc'Bjorn Helgaas
2020-10-21Merge branch 'pci/hotplug'Bjorn Helgaas
2020-10-16PCI/ASPM: Remove struct pcie_link_state.l1ssSaheed O. Bolarinwa
2020-10-16PCI/ASPM: Remove struct aspm_register_info.l1ss_capSaheed O. Bolarinwa
2020-10-16PCI/ASPM: Pass L1SS Capabilities value, not struct aspm_register_infoBjorn Helgaas
2020-10-16PCI/ASPM: Remove struct aspm_register_info.l1ss_ctl1Saheed O. Bolarinwa
2020-10-16PCI/ASPM: Remove struct aspm_register_info.l1ss_ctl2 (unused)Bjorn Helgaas
2020-10-16PCI/ASPM: Remove struct aspm_register_info.l1ss_cap_ptrSaheed O. Bolarinwa
2020-10-16PCI/ASPM: Remove struct aspm_register_info.latency_encodingSaheed O. Bolarinwa
2020-10-16PCI/ASPM: Remove struct aspm_register_info.enabledSaheed O. Bolarinwa
2020-10-16PCI/ASPM: Remove struct aspm_register_info.supportSaheed O. Bolarinwa
2020-10-16PCI/ASPM: Use 'parent' and 'child' for readabilityBjorn Helgaas
2020-10-16PCI/ASPM: Move LTR path check to where it's usedBjorn Helgaas
2020-10-16PCI/ASPM: Move pci_clear_and_set_dword() earlierBjorn Helgaas
2020-09-17PCI: pciehp: Reduce noisiness on hot removalLukas Wunner
2020-09-17PCI/LINK: Print IRQ number used by portDongdong Liu
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-08-05Merge branch 'pci/misc'Bjorn Helgaas
2020-08-05Merge branch 'pci/error'Bjorn Helgaas
2020-07-22PCI/ERR: Clear PCIe Device Status errors only if OS owns AERJonathan Cameron
2020-07-22PCI/ERR: Rename pci_aer_clear_device_status() to pcie_clear_device_status()Bjorn Helgaas
2020-07-17PCI/ASPM: Add missing newline in sysfs 'policy'Xiongfeng Wang
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-07PCI/AER: Log correctable errors as warning, not errorMatt Jolly
2020-07-07PCI/AER: Simplify __aer_print_error()Bjorn Helgaas
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck
2020-06-30PCI: Replace http:// links with https://Alexander A. Klimov
2020-06-26PCI: Convert PCIe capability PCIBIOS errors to errnoBolarinwa Olayemi Saheed