summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/misc'Bjorn Helgaas2024-05-161-4/+5
|\
| * PCI: Make pcie_bandwidth_capable() staticIlpo Järvinen2024-05-081-2/+3
| * PCI: Annotate pci_cache_line_size variables as __ro_after_initHeiner Kallweit2024-04-181-2/+2
* | Merge branch 'pci/pm'Bjorn Helgaas2024-05-161-0/+12
|\ \
| * | PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe PortsMario Limonciello2024-04-101-0/+12
| |/
* | Merge branch 'pci/enumeration'Bjorn Helgaas2024-05-161-18/+10
|\ \
| * | PCI: Do not wait for disconnected devices when resumingIlpo Järvinen2024-05-161-0/+5
| * | PCI: Remove unused pci_enable_device_io()Heiner Kallweit2024-05-161-14/+0
| * | PCI: Clarify intent of LT waitIlpo Järvinen2024-04-251-3/+4
| * | PCI: Wait for Link Training==0 before starting Link retrainIlpo Järvinen2024-04-251-1/+1
| |/
* | PCI/CXL: Add 'cxl_bus' reset method for devices below CXL PortsDave Jiang2024-05-081-0/+39
* | PCI/CXL: Fail bus reset if upstream CXL Port has SBR maskedDave Jiang2024-05-081-0/+42
* | PCI: Lock upstream bridge for pci_reset_function()Dave Jiang2024-05-081-0/+13
|/
* Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-03-141-458/+38
|\
| * Merge branch 'pci/enumeration'Bjorn Helgaas2024-03-121-144/+0
| |\
| | * PCI: Place interrupt related code into irq.cIlpo Järvinen2024-01-291-144/+0
| * | Merge branch 'pci/devres'Bjorn Helgaas2024-03-121-249/+0
| |\ \
| | * | PCI: Move devres code from pci.c to devres.cPhilipp Stanner2024-02-121-249/+0
| | |/
| * | Merge branch 'pci/aspm'Bjorn Helgaas2024-03-121-65/+10
| |\ \
| | * | PCI/ASPM: Disable L1 before configuring L1 SubstatesBjorn Helgaas2024-03-121-13/+3
| | * | PCI/ASPM: Call pci_save_ltr_state() from pci_save_pcie_state()David E. Box2024-03-121-7/+7
| | * | PCI/ASPM: Save L1 PM Substates Capability for suspend/resumeDavid E. Box2024-03-121-2/+15
| | * | PCI/ASPM: Move pci_save_ltr_state() to aspm.cDavid E. Box2024-03-071-40/+0
| | * | PCI/ASPM: Move pci_configure_ltr() to aspm.cDavid E. Box2024-03-071-18/+0
| | |/
| * / PCI/AER: Generalize TLP Header Log readingIlpo Järvinen2024-03-081-0/+28
| |/
* | Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2024-03-131-1/+1
|\ \
| * \ Merge branch 'pm-runtime'Rafael J. Wysocki2024-03-111-1/+1
| |\ \
| | * | PM: runtime: Simplify pm_runtime_get_if_active() usageSakari Ailus2024-02-121-1/+1
* | | | mm: Introduce vmap_page_range() to map pages in PCI address spaceAlexei Starovoitov2024-03-111-2/+2
|/ / /
* | | Merge tag 'pci-v6.8-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-02-171-15/+22
|\ \ \ | |/ / |/| |
| * | PCI: Fix active state requirement in PME pollingAlex Williamson2024-02-091-15/+22
| |/
* / PCI/ASPM: Fix deadlock when enabling ASPMJohan Hovold2024-01-311-26/+52
|/
* Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2024-01-181-2/+36
|\
| * cxl: Calculate and store PCI link latency for the downstream portsDave Jiang2023-12-221-2/+36
* | Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-171-11/+74
|\ \
| * | PCI: Use resource names in PCI log messagesPuranjay Mohan2023-12-151-11/+14
| * | PCI: Update BAR # and window messagesPuranjay Mohan2023-12-151-0/+60
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-041-0/+6
|\ \
| * | Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"Bjorn Helgaas2024-01-021-0/+6
| |/
* / PCI: Add debug print for device ready delayIdo Schimmel2023-11-181-0/+3
|/
* Merge branch 'pci/field-get'Bjorn Helgaas2023-10-281-30/+28
|\
| * PCI: Use FIELD_GET() in Sapphire RX 5600 XT Pulse quirkBjorn Helgaas2023-10-241-4/+4
| * PCI: Use FIELD_GET()Bjorn Helgaas2023-10-241-23/+22
| * PCI: Use FIELD_GET() to extract Link WidthIlpo Järvinen2023-10-171-3/+2
* | Merge branch 'pci/config-errs'Bjorn Helgaas2023-10-281-3/+6
|\ \
| * | PCI: Do error check on own line to split long "if" conditionsIlpo Järvinen2023-10-101-3/+6
| |/
* / PCI: Use PCI_HEADER_TYPE_* instead of literalsIlpo Järvinen2023-10-031-1/+1
|/
* Merge branch 'pci/misc'Bjorn Helgaas2023-08-291-16/+12
|\
| * PCI: Tidy config space save/restore messagesBjorn Helgaas2023-08-251-2/+2
| * PCI: Fix typos in docs and commentsBjorn Helgaas2023-08-251-1/+1