summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * PCI: Fix pci_bus_resetable(), pci_slot_resetable() name typosBjorn Helgaas2023-08-251-6/+6
| * PCI: Simplify pci_pio_to_address()Bjorn Helgaas2023-08-251-7/+3
* | Merge branch 'pci/vpd'Bjorn Helgaas2023-08-291-7/+16
|\ \
| * | PCI: Fix runtime PM race with PME pollingAlex Williamson2023-08-111-7/+16
| |/
* | Merge branch 'pci/pm'Bjorn Helgaas2023-08-291-4/+9
|\ \
| * | PCI/PM: Only read PCI_PM_CTRL register when availableFeiyang Chen2023-08-251-4/+9
| |/
* / PCI: Make link retraining use RMW accessors for changing LNKCTLIlpo Järvinen2023-08-101-6/+2
|/
* Merge branch 'pci/pm'Bjorn Helgaas2023-06-261-17/+42
|\
| * PCI/PM: Avoid putting EloPOS E2/S2/H2 PCIe Ports in D3coldOndrej Zary2023-06-231-5/+5
| * PCI/PM: Shorten pci_bridge_wait_for_secondary_bus() wait time for slow linksMika Westerberg2023-06-061-12/+37
* | Merge branch 'pci/enumeration'Bjorn Helgaas2023-06-261-21/+112
|\ \ | |/ |/|
| * PCI: Add failed link recovery for device reset eventsMaciej W. Rozycki2023-06-201-5/+24
| * PCI: Work around PCIe link training failuresMaciej W. Rozycki2023-06-201-0/+2