summaryrefslogtreecommitdiff
path: root/drivers/pci/pci.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-31PCI/ASPM: Fix deadlock when enabling ASPMJohan Hovold1-26/+52
2024-01-19Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-2/+36
2024-01-18Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-11/+74
2024-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2024-01-03Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"Bjorn Helgaas1-0/+6
2023-12-23cxl: Calculate and store PCI link latency for the downstream portsDave Jiang1-2/+36
2023-12-16PCI: Use resource names in PCI log messagesPuranjay Mohan1-11/+14
2023-12-16PCI: Update BAR # and window messagesPuranjay Mohan1-0/+60
2023-11-18PCI: Add debug print for device ready delayIdo Schimmel1-0/+3
2023-10-28Merge branch 'pci/field-get'Bjorn Helgaas1-30/+28
2023-10-28Merge branch 'pci/config-errs'Bjorn Helgaas1-3/+6
2023-10-24PCI: Use FIELD_GET() in Sapphire RX 5600 XT Pulse quirkBjorn Helgaas1-4/+4
2023-10-24PCI: Use FIELD_GET()Bjorn Helgaas1-23/+22
2023-10-18PCI: Use FIELD_GET() to extract Link WidthIlpo Järvinen1-3/+2
2023-10-11PCI: Do error check on own line to split long "if" conditionsIlpo Järvinen1-3/+6
2023-10-03PCI: Use PCI_HEADER_TYPE_* instead of literalsIlpo Järvinen1-1/+1
2023-08-29Merge branch 'pci/misc'Bjorn Helgaas1-16/+12
2023-08-29Merge branch 'pci/vpd'Bjorn Helgaas1-7/+16
2023-08-29Merge branch 'pci/pm'Bjorn Helgaas1-4/+9
2023-08-26PCI/PM: Only read PCI_PM_CTRL register when availableFeiyang Chen1-4/+9
2023-08-25PCI: Tidy config space save/restore messagesBjorn Helgaas1-2/+2
2023-08-25PCI: Fix typos in docs and commentsBjorn Helgaas1-1/+1
2023-08-25PCI: Fix pci_bus_resetable(), pci_slot_resetable() name typosBjorn Helgaas1-6/+6
2023-08-25PCI: Simplify pci_pio_to_address()Bjorn Helgaas1-7/+3
2023-08-11PCI: Fix runtime PM race with PME pollingAlex Williamson1-7/+16
2023-08-10PCI: Make link retraining use RMW accessors for changing LNKCTLIlpo Järvinen1-6/+2
2023-06-26Merge branch 'pci/pm'Bjorn Helgaas1-17/+42
2023-06-26Merge branch 'pci/enumeration'Bjorn Helgaas1-21/+112
2023-06-23PCI/PM: Avoid putting EloPOS E2/S2/H2 PCIe Ports in D3coldOndrej Zary1-5/+5
2023-06-20PCI: Add failed link recovery for device reset eventsMaciej W. Rozycki1-5/+24
2023-06-20PCI: Work around PCIe link training failuresMaciej W. Rozycki1-0/+2
2023-06-20PCI: Use pcie_wait_for_link_status() in pcie_wait_for_link_delay()Maciej W. Rozycki1-14/+3
2023-06-20PCI: Add support for polling DLLLA to pcie_retrain_link()Maciej W. Rozycki1-8/+20
2023-06-20PCI: Export pcie_retrain_link() for use outside ASPMMaciej W. Rozycki1-0/+49
2023-06-20PCI: Export PCIe link retrain timeoutMaciej W. Rozycki1-1/+1
2023-06-07PCI/PM: Shorten pci_bridge_wait_for_secondary_bus() wait time for slow linksMika Westerberg1-12/+37
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2023-04-21Merge branch 'pci/resource'Bjorn Helgaas1-2/+1
2023-04-12PCI/PM: Drop pci_bridge_wait_for_secondary_bus() timeout parameterMika Westerberg1-6/+12
2023-04-05PCI: Make pci_bus_for_each_resource() index optionalAndy Shevchenko1-2/+1
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman1-2/+2
2023-02-25Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-34/+35
2023-02-22Merge branch 'pci/reset'Bjorn Helgaas1-34/+25
2023-02-11Revert "PCI/ASPM: Save L1 PM Substates Capability for suspend/resume"Bjorn Helgaas1-7/+0
2023-02-09PCI/DPC: Await readiness of secondary bus after resetLukas Wunner1-3/+0
2023-02-07PCI: Unify delay handling for reset and resumeLukas Wunner1-30/+24
2023-02-07PCI/PM: Observe reset delay irrespective of bridge_d3Lukas Wunner1-1/+1
2023-02-01PCI: loongson: Prevent LS7A MRRS increasesHuacai Chen1-0/+10
2022-11-12PCI: Fix pci_device_is_present() for VFs by checking PFMichael S. Tsirkin1-0/+2
2022-11-08PCI: Assign PCI domain IDs by ida_alloc()Pali Rohár1-43/+60