summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-03-146-28/+360
|\
| * Merge branch 'pci/misc'Bjorn Helgaas2024-03-121-1/+1
| |\
| | * PCI: Make pcie_port_bus_type constRicardo B. Marliere2024-02-081-1/+1
| * | Merge branch 'pci/dpc'Bjorn Helgaas2024-03-121-1/+61
| |\ \
| | * | PCI/DPC: Ignore Surprise Down error on hot removalSmita Koralahalli2024-02-281-0/+60
| | * | PCI/DPC: Print all TLP Prefixes, not just the firstIlpo Järvinen2024-01-221-1/+1
| | |/
| * | Merge branch 'pci/aspm'Bjorn Helgaas2024-03-122-2/+268
| |\ \
| | * | PCI/ASPM: Update save_state when configuration changesVidya Sagar2024-03-121-1/+33
| | * | PCI/ASPM: Disable L1 before configuring L1 SubstatesBjorn Helgaas2024-03-121-0/+19
| | * | PCI/ASPM: Save L1 PM Substates Capability for suspend/resumeDavid E. Box2024-03-121-3/+99
| | * | PCI/ASPM: Move pci_save_ltr_state() to aspm.cDavid E. Box2024-03-071-0/+40
| | * | PCI/ASPM: Always build aspm.cDavid E. Box2024-03-072-1/+5
| | * | PCI/ASPM: Move pci_configure_ltr() to aspm.cDavid E. Box2024-03-071-0/+75
| | |/
| * | PCI/AER: Generalize TLP Header Log readingIlpo Järvinen2024-03-082-21/+7
| * | PCI/AER: Use explicit register size for PCI_ERR_CAPIlpo Järvinen2024-03-081-3/+3
| * | PCI/AER: Block runtime suspend when handling errorsStanislaw Gruszka2024-03-071-0/+20
| |/
* / PCI/ASPM: Fix deadlock when enabling ASPMJohan Hovold2024-01-311-4/+9
|/
* Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-171-8/+13
|\
| * PCI/AER: Use explicit register sizes for struct membersBjorn Helgaas2024-01-021-2/+2
| * PCI/AER: Decode Requester ID when no error info foundBjorn Helgaas2024-01-021-2/+7
| * PCI/AER: Use 'Correctable' and 'Uncorrectable' spec terms for errorsBjorn Helgaas2024-01-021-4/+4
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-01-081-35/+30
|\ \
| * | PCI: Move pci_clear_and_set_dword() helper to PCI headerShuai Xue2023-12-131-35/+30
| |/
* | Merge tag 'pci-v6.7-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-031-0/+19
|\ \
| * | Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"Bjorn Helgaas2024-01-021-0/+19
| |/
* | PCI/ASPM: Add pci_disable_link_state_locked() lockdep assertJohan Hovold2023-12-111-0/+2
* | PCI/ASPM: Clean up __pci_disable_link_state() 'sem' parameterJohan Hovold2023-12-111-5/+5
* | PCI/ASPM: Add pci_enable_link_state_locked()Johan Hovold2023-12-111-13/+40
|/
* Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-11-042-6/+162
|\
| * PCI/AER: Unmask RCEC internal errors to enable RCH downstream port error hand...Robert Richter2023-10-271-0/+57
| * PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handlerRobert Richter2023-10-272-2/+100
| * PCI/AER: Refactor cper_print_aer() for use by CXL driver moduleTerry Bowman2023-10-271-4/+5
* | Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-026-76/+111
|\ \
| * \ Merge branch 'pci/misc'Bjorn Helgaas2023-10-281-4/+4
| |\ \
| | * | PCI: Simplify pcie_capability_clear_and_set_word() to ..._clear_word()Ilpo Järvinen2023-10-261-4/+4
| * | | Merge branch 'pci/field-get'Bjorn Helgaas2023-10-284-21/+37
| |\ \ \
| | * | | PCI/portdrv: Use FIELD_GET()Bjorn Helgaas2023-10-241-3/+4
| | * | | PCI/PTM: Use FIELD_GET()Bjorn Helgaas2023-10-241-2/+3
| | * | | PCI/PME: Use FIELD_GET()Bjorn Helgaas2023-10-241-1/+3
| | * | | PCI/DPC: Use defines with DPC reason fieldsIlpo Järvinen2023-10-241-10/+17
| | * | | PCI/DPC: Use defined fields with DPC_CTL registerIlpo Järvinen2023-10-241-3/+7
| | * | | PCI/DPC: Use FIELD_GET()Bjorn Helgaas2023-10-241-2/+3
| | |/ /
| * | | Merge branch 'pci/aspm'Bjorn Helgaas2023-10-281-33/+43
| |\ \ \
| | * | | PCI/ASPM: Fix L1 substate handling in aspm_attr_store_common()Heiner Kallweit2023-10-241-0/+2
| | * | | Revert "PCI/ASPM: Disable only ASPM_STATE_L1 when driver, disables L1"Heiner Kallweit2023-10-241-1/+2
| | * | | PCI/ASPM: Convert printk() to pr_*() and add includeIlpo Järvinen2023-10-101-2/+3
| | * | | PCI/ASPM: Remove unnecessary includesIlpo Järvinen2023-10-101-2/+0
| | * | | PCI/ASPM: Use FIELD_MAX() instead of literalsIlpo Järvinen2023-10-101-7/+7
| | * | | PCI/ASPM: Use time constantsIlpo Järvinen2023-10-101-6/+8
| | * | | PCI/ASPM: Return U32_MAX instead of bit magic constructIlpo Järvinen2023-10-101-2/+3