summaryrefslogtreecommitdiff
path: root/drivers/pci/pci.c
AgeCommit message (Expand)Author
2025-04-25Revert "PCI: Avoid reset when disabled via sysfs"Alex Williamson
2025-04-20PCI: Check BAR index for validityPhilipp Stanner
2025-04-10PCI: Avoid reset when disabled via sysfsNishanth Aravamudan
2025-04-10PCI/ACS: Fix 'pci=config_acs=' parameterTushar Dave
2025-02-27PCI: Remove devres from pci_intx()Philipp Stanner
2025-02-27PCI: Export pci_intx_unmanaged() and pcim_intx()Philipp Stanner
2024-12-14PCI: Add 'reset_subordinate' to reset hierarchy below bridgeKeith Busch
2024-12-05PCI: Fix reset_method_store() memory leakTodd Kjos
2024-10-29PCI: Fix pci_enable_acs() support for the ACS quirksJason Gunthorpe
2024-09-23Merge tag 'pci-v6.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-09-19Merge branch 'pci/controller/qcom'Bjorn Helgaas
2024-09-19Merge branch 'pci/reset'Bjorn Helgaas
2024-09-19Merge branch 'pci/enumeration'Bjorn Helgaas
2024-09-13PCI: Pass domain number to pci_bus_release_domain_nr() explicitlyManivannan Sadhasivam
2024-09-10PCI: Rename CRS Completion Status to RRSBjorn Helgaas
2024-09-10PCI: Wait for device readiness with Configuration RRSBjorn Helgaas
2024-09-09PCI: Use an error code with PCIe failed link retrainingMaciej W. Rozycki
2024-09-09PCI: Clear the LBMS bit after a link retrainMaciej W. Rozycki
2024-08-09PCI: Wait for Link before restoring Downstream BusesIlpo Järvinen
2024-08-01PCI: Fix devres regression in pci_intx()Philipp Stanner
2024-07-19Merge tag 'pci-v6.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-07-19Merge branch 'pci/controller/qcom'Bjorn Helgaas
2024-07-19Merge branch 'pci/reset'Bjorn Helgaas
2024-07-19Merge branch 'pci/dpc'Bjorn Helgaas
2024-07-19Merge branch 'pci/devres'Bjorn Helgaas
2024-07-12PCI: Extend ACS configurabilityVidya Sagar
2024-07-12PCI: Add missing bridge lock to pci_bus_lock()Dan Williams
2024-07-11PCI: Add managed pcim_intx()Philipp Stanner
2024-07-10PCI: Remove struct pci_devres.enabled status bitPhilipp Stanner
2024-07-10PCI: Document hybrid devres hazardsPhilipp Stanner
2024-07-10PCI: Add managed pcim_request_region()Philipp Stanner
2024-07-10PCI: Add managed partial-BAR request and map infrastructurePhilipp Stanner
2024-07-09PCI: Bring the PCIe speed to MBps logic to new pcie_dev_speed_mbps()Krishna chaitanya chundru
2024-07-01PCI/DPC: Fix use-after-free on concurrent DPC and hot-removalLukas Wunner
2024-06-04PCI: Warn on missing cfg_access_lock during secondary bus resetDan Williams
2024-06-04PCI: Revert the cfg_access_lock lockdep mechanismDan Williams
2024-05-16Merge branch 'pci/misc'Bjorn Helgaas
2024-05-16Merge branch 'pci/pm'Bjorn Helgaas
2024-05-16Merge branch 'pci/enumeration'Bjorn Helgaas
2024-05-16PCI: Do not wait for disconnected devices when resumingIlpo Järvinen
2024-05-16PCI: Remove unused pci_enable_device_io()Heiner Kallweit
2024-05-08PCI: Make pcie_bandwidth_capable() staticIlpo Järvinen
2024-05-08PCI/CXL: Add 'cxl_bus' reset method for devices below CXL PortsDave Jiang
2024-05-08PCI/CXL: Fail bus reset if upstream CXL Port has SBR maskedDave Jiang
2024-05-08PCI: Lock upstream bridge for pci_reset_function()Dave Jiang
2024-04-25PCI: Clarify intent of LT waitIlpo Järvinen
2024-04-25PCI: Wait for Link Training==0 before starting Link retrainIlpo Järvinen
2024-04-18PCI: Annotate pci_cache_line_size variables as __ro_after_initHeiner Kallweit
2024-04-10PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe PortsMario Limonciello
2024-03-14Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds