summaryrefslogtreecommitdiff
path: root/drivers/pci/pcie
AgeCommit message (Expand)AuthorFilesLines
2024-06-12PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3Kuppuswamy Sathyanarayanan1-2/+13
2024-06-12PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3Kuppuswamy Sathyanarayanan1-9/+4
2024-04-27PCI/ASPM: Fix deadlock when enabling ASPMJohan Hovold1-4/+9
2024-04-27PCI: Simplify pcie_capability_clear_and_set_word() to ..._clear_word()Ilpo Järvinen1-4/+4
2024-04-27PCI/DPC: Use FIELD_GET()Bjorn Helgaas1-2/+3
2024-04-03PCI/AER: Block runtime suspend when handling errorsStanislaw Gruszka1-0/+20
2024-03-27PCI/DPC: Print all TLP Prefixes, not just the firstIlpo Järvinen1-1/+1
2024-02-05PCI/AER: Decode Requester ID when no error info foundBjorn Helgaas1-2/+7
2024-01-10Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"Bjorn Helgaas1-0/+19
2023-11-28PCI/ASPM: Fix L1 substate handling in aspm_attr_store_common()Heiner Kallweit1-0/+2
2023-09-13PCI/ASPM: Use RMW accessors for changing LNKCTLIlpo Järvinen1-17/+13
2023-08-03PCI/ASPM: Avoid link retraining raceIlpo Järvinen1-0/+11
2023-08-03PCI/ASPM: Factor out pcie_wait_for_retrain()Ilpo Järvinen1-12/+18
2023-08-03PCI/ASPM: Return 0 or -ETIMEDOUT from pcie_retrain_link()Bjorn Helgaas1-9/+11
2023-07-19PCI/ASPM: Disable ASPM on MFD function removal to avoid use-after-freeDing Hui1-9/+12
2023-05-11PCI/EDR: Clear Device Status after EDR error recoveryKuppuswamy Sathyanarayanan1-0/+1
2023-03-10PCI/DPC: Await readiness of secondary bus after resetLukas Wunner1-2/+2
2023-02-14Revert "PCI/ASPM: Refactor L1 PM Substates Control Register programming"Bjorn Helgaas1-40/+34
2023-02-14Revert "PCI/ASPM: Save L1 PM Substates Capability for suspend/resume"Bjorn Helgaas1-37/+0
2022-10-06Merge branch 'pci/pm'Bjorn Helgaas1-130/+170
2022-10-06Merge branch 'pci/dpc'Bjorn Helgaas1-5/+10
2022-10-05PCI/ASPM: Correct LTR_L1.2_THRESHOLD computationBjorn Helgaas1-17/+32
2022-10-05PCI/ASPM: Ignore L1 PM Substates if device lacks capabilityBjorn Helgaas1-0/+3
2022-10-05PCI/ASPM: Factor out L1 PM Substates configurationBjorn Helgaas1-48/+55
2022-10-05PCI/ASPM: Save L1 PM Substates Capability for suspend/resumeVidya Sagar1-0/+37
2022-10-05PCI/ASPM: Refactor L1 PM Substates Control Register programmingVidya Sagar1-34/+40
2022-09-28PCI/DPC: Quirk PIO log size for certain Intel Root PortsMika Westerberg1-5/+10
2022-09-12PCI/PTM: Reorder functions in logical orderBjorn Helgaas1-62/+62
2022-09-12PCI/PTM: Preserve RsvdP bits in PTM Control registerBjorn Helgaas1-11/+14
2022-09-12PCI/PTM: Move pci_ptm_info() body into its only callerBjorn Helgaas1-21/+17
2022-09-12PCI/PTM: Add pci_suspend_ptm() and pci_resume_ptm()Bjorn Helgaas1-14/+57
2022-09-12PCI/PTM: Separate configuration and enableBjorn Helgaas1-55/+49
2022-09-12PCI/PTM: Add pci_upstream_ptm() helperBjorn Helgaas1-14/+25
2022-09-12PCI/PTM: Cache PTM Capability offsetBjorn Helgaas1-24/+17
2022-08-04Merge branch 'pci/err'Bjorn Helgaas3-16/+20
2022-07-13PCI/AER: Iterate over error counters instead of error stringsMohamed Khalfella1-1/+6
2022-07-13PCI/AER: Enable error reporting when AER is nativeStefan Roese1-0/+3
2022-07-13PCI/portdrv: Don't disable AER reporting in get_port_device_capability()Stefan Roese1-8/+1
2022-07-12PCI/ASPM: Unexport pcie_aspm_support_enabled()Bjorn Helgaas1-1/+0
2022-07-12PCI/ASPM: Remove pcie_aspm_pm_state_change()Kai-Heng Feng1-19/+0
2022-07-11PCI/AER: Configure ECRC for every deviceStefan Roese1-3/+2
2022-06-08PCI/ERR: Recognize disconnected devices in report_error_detected()Christoph Hellwig1-4/+8
2022-05-31Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2022-05-18PCI/AER: Clear MULTI_ERR_COR/UNCOR_RCV bitsKuppuswamy Sathyanarayanan1-1/+6
2022-04-28PCI: portdrv: Set driver_managed_dmaLu Baolu1-0/+2
2022-03-25Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-4/+4
2022-03-23Merge branch 'pci/misc'Bjorn Helgaas2-2/+2
2022-03-02PCI/AER: Update aer-inject URLYicong Yang2-2/+2
2022-02-18PCI: Add defines for normal and subtractive PCI bridgesPali Rohár1-2/+2
2022-02-11Revert "PCI/portdrv: Do not setup up IRQs if there are no users"Bjorn Helgaas1-30/+17