summaryrefslogtreecommitdiff
path: root/drivers/pci/pci.c
AgeCommit message (Expand)Author
2024-09-12PCI: Add missing bridge lock to pci_bus_lock()Dan Williams
2024-08-03PCI/DPC: Fix use-after-free on concurrent DPC and hot-removalLukas Wunner
2024-06-27PCI: Do not wait for disconnected devices when resumingIlpo Järvinen
2024-06-27PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe PortsMario Limonciello
2024-06-12PCI: Wait for Link Training==0 before starting Link retrainIlpo Järvinen
2024-04-27PCI/ASPM: Fix deadlock when enabling ASPMJohan Hovold
2024-02-23PCI: Fix active state requirement in PME pollingAlex Williamson
2024-01-10Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"Bjorn Helgaas
2023-11-28PCI: Use FIELD_GET() in Sapphire RX 5600 XT Pulse quirkBjorn Helgaas
2023-11-28PCI: Use FIELD_GET() to extract Link WidthIlpo Järvinen
2023-11-28PCI: Do error check on own line to split long "if" conditionsIlpo Järvinen
2023-08-29Merge branch 'pci/misc'Bjorn Helgaas
2023-08-29Merge branch 'pci/vpd'Bjorn Helgaas
2023-08-29Merge branch 'pci/pm'Bjorn Helgaas
2023-08-25PCI/PM: Only read PCI_PM_CTRL register when availableFeiyang Chen
2023-08-25PCI: Tidy config space save/restore messagesBjorn Helgaas
2023-08-25PCI: Fix typos in docs and commentsBjorn Helgaas
2023-08-25PCI: Fix pci_bus_resetable(), pci_slot_resetable() name typosBjorn Helgaas
2023-08-25PCI: Simplify pci_pio_to_address()Bjorn Helgaas
2023-08-11PCI: Fix runtime PM race with PME pollingAlex Williamson
2023-08-10PCI: Make link retraining use RMW accessors for changing LNKCTLIlpo Järvinen
2023-06-26Merge branch 'pci/pm'Bjorn Helgaas
2023-06-26Merge branch 'pci/enumeration'Bjorn Helgaas
2023-06-23PCI/PM: Avoid putting EloPOS E2/S2/H2 PCIe Ports in D3coldOndrej Zary
2023-06-20PCI: Add failed link recovery for device reset eventsMaciej W. Rozycki
2023-06-20PCI: Work around PCIe link training failuresMaciej W. Rozycki
2023-06-20PCI: Use pcie_wait_for_link_status() in pcie_wait_for_link_delay()Maciej W. Rozycki
2023-06-20PCI: Add support for polling DLLLA to pcie_retrain_link()Maciej W. Rozycki
2023-06-20PCI: Export pcie_retrain_link() for use outside ASPMMaciej W. Rozycki
2023-06-20PCI: Export PCIe link retrain timeoutMaciej W. Rozycki
2023-06-06PCI/PM: Shorten pci_bridge_wait_for_secondary_bus() wait time for slow linksMika Westerberg
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-20Merge branch 'pci/resource'Bjorn Helgaas
2023-04-11PCI/PM: Drop pci_bridge_wait_for_secondary_bus() timeout parameterMika Westerberg
2023-04-05PCI: Make pci_bus_for_each_resource() index optionalAndy Shevchenko
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman
2023-02-24Merge tag 'pci-v6.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-22Merge branch 'pci/reset'Bjorn Helgaas
2023-02-10Revert "PCI/ASPM: Save L1 PM Substates Capability for suspend/resume"Bjorn Helgaas
2023-02-09PCI/DPC: Await readiness of secondary bus after resetLukas Wunner
2023-02-07PCI: Unify delay handling for reset and resumeLukas Wunner
2023-02-07PCI/PM: Observe reset delay irrespective of bridge_d3Lukas Wunner
2023-02-01PCI: loongson: Prevent LS7A MRRS increasesHuacai Chen
2022-11-11PCI: Fix pci_device_is_present() for VFs by checking PFMichael S. Tsirkin
2022-11-08PCI: Assign PCI domain IDs by ida_alloc()Pali Rohár
2022-10-05Merge branch 'pci/pm'Bjorn Helgaas
2022-10-04PCI/ASPM: Save L1 PM Substates Capability for suspend/resumeVidya Sagar
2022-09-29PCI/PM: Reduce D3hot delay with usleep_range()Sajid Dalvi
2022-09-12PCI/PM: Always disable PTM for all devices during suspendBjorn Helgaas
2022-09-12PCI/PTM: Add pci_suspend_ptm() and pci_resume_ptm()Bjorn Helgaas