summaryrefslogtreecommitdiff
path: root/drivers/pci/pcie
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-28/+360
2024-03-12Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2024-03-12Merge branch 'pci/dpc'Bjorn Helgaas1-1/+61
2024-03-12Merge branch 'pci/aspm'Bjorn Helgaas2-2/+268
2024-03-12PCI/ASPM: Update save_state when configuration changesVidya Sagar1-1/+33
2024-03-12PCI/ASPM: Disable L1 before configuring L1 SubstatesBjorn Helgaas1-0/+19
2024-03-12PCI/ASPM: Save L1 PM Substates Capability for suspend/resumeDavid E. Box1-3/+99
2024-03-09PCI/AER: Generalize TLP Header Log readingIlpo Järvinen2-21/+7
2024-03-09PCI/AER: Use explicit register size for PCI_ERR_CAPIlpo Järvinen1-3/+3
2024-03-08PCI/AER: Block runtime suspend when handling errorsStanislaw Gruszka1-0/+20
2024-03-07PCI/ASPM: Move pci_save_ltr_state() to aspm.cDavid E. Box1-0/+40
2024-03-07PCI/ASPM: Always build aspm.cDavid E. Box2-1/+5
2024-03-07PCI/ASPM: Move pci_configure_ltr() to aspm.cDavid E. Box1-0/+75
2024-02-28PCI/DPC: Ignore Surprise Down error on hot removalSmita Koralahalli1-0/+60
2024-02-08PCI: Make pcie_port_bus_type constRicardo B. Marliere1-1/+1
2024-01-31PCI/ASPM: Fix deadlock when enabling ASPMJohan Hovold1-4/+9
2024-01-22PCI/DPC: Print all TLP Prefixes, not just the firstIlpo Järvinen1-1/+1
2024-01-18Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+13
2024-01-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-35/+30
2024-01-04Merge tag 'pci-v6.7-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+19
2024-01-03Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"Bjorn Helgaas1-0/+19
2024-01-03PCI/AER: Use explicit register sizes for struct membersBjorn Helgaas1-2/+2
2024-01-03PCI/AER: Decode Requester ID when no error info foundBjorn Helgaas1-2/+7
2024-01-03PCI/AER: Use 'Correctable' and 'Uncorrectable' spec terms for errorsBjorn Helgaas1-4/+4
2023-12-13PCI: Move pci_clear_and_set_dword() helper to PCI headerShuai Xue1-35/+30
2023-12-11PCI/ASPM: Add pci_disable_link_state_locked() lockdep assertJohan Hovold1-0/+2
2023-12-11PCI/ASPM: Clean up __pci_disable_link_state() 'sem' parameterJohan Hovold1-5/+5
2023-12-11PCI/ASPM: Add pci_enable_link_state_locked()Johan Hovold1-13/+40
2023-11-05Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2-6/+162
2023-11-03Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-76/+111
2023-10-28Merge branch 'pci/misc'Bjorn Helgaas1-4/+4
2023-10-28Merge branch 'pci/field-get'Bjorn Helgaas4-21/+37
2023-10-28Merge branch 'pci/aspm'Bjorn Helgaas1-33/+43
2023-10-28PCI/AER: Unmask RCEC internal errors to enable RCH downstream port error hand...Robert Richter1-0/+57
2023-10-28PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handlerRobert Richter2-2/+100
2023-10-28PCI/AER: Refactor cper_print_aer() for use by CXL driver moduleTerry Bowman1-4/+5
2023-10-26PCI: Simplify pcie_capability_clear_and_set_word() to ..._clear_word()Ilpo Järvinen1-4/+4
2023-10-26Merge branches 'acpi-video', 'acpi-prm', 'acpi-apei' and 'acpi-pcc'Rafael J. Wysocki1-0/+10
2023-10-26PCI/AER: Factor out interrupt toggling into helpersKai-Heng Feng1-18/+27
2023-10-25PCI/portdrv: Use FIELD_GET()Bjorn Helgaas1-3/+4
2023-10-25PCI/PTM: Use FIELD_GET()Bjorn Helgaas1-2/+3
2023-10-25PCI/PME: Use FIELD_GET()Bjorn Helgaas1-1/+3
2023-10-25PCI/ASPM: Fix L1 substate handling in aspm_attr_store_common()Heiner Kallweit1-0/+2
2023-10-25Revert "PCI/ASPM: Disable only ASPM_STATE_L1 when driver, disables L1"Heiner Kallweit1-1/+2
2023-10-24PCI/DPC: Use defines with DPC reason fieldsIlpo Järvinen1-10/+17
2023-10-24PCI/DPC: Use defined fields with DPC_CTL registerIlpo Järvinen1-3/+7
2023-10-24PCI/DPC: Use FIELD_GET()Bjorn Helgaas1-2/+3
2023-10-11PCI/ASPM: Convert printk() to pr_*() and add includeIlpo Järvinen1-2/+3
2023-10-11PCI/ASPM: Remove unnecessary includesIlpo Järvinen1-2/+0
2023-10-11PCI/ASPM: Use FIELD_MAX() instead of literalsIlpo Järvinen1-7/+7