summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v6.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-09-231-24/+51
|\
| * Merge branch 'pci/controller/qcom'Bjorn Helgaas2024-09-191-7/+7
| |\
| | * PCI: Pass domain number to pci_bus_release_domain_nr() explicitlyManivannan Sadhasivam2024-09-141-7/+7
| * | Merge branch 'pci/reset'Bjorn Helgaas2024-09-191-2/+6
| |\ \
| | * | PCI: Wait for Link before restoring Downstream BusesIlpo Järvinen2024-08-091-2/+6
| | |/
| * | Merge branch 'pci/enumeration'Bjorn Helgaas2024-09-191-2/+10
| |\ \
| | * | PCI: Use an error code with PCIe failed link retrainingMaciej W. Rozycki2024-09-091-1/+1
| | * | PCI: Clear the LBMS bit after a link retrainMaciej W. Rozycki2024-09-091-1/+9
| | |/
| * | PCI: Rename CRS Completion Status to RRSBjorn Helgaas2024-09-111-2/+2
| * | PCI: Wait for device readiness with Configuration RRSBjorn Helgaas2024-09-111-13/+28
| |/
* / PCI: Fix devres regression in pci_intx()Philipp Stanner2024-08-011-7/+8
|/
* Merge tag 'pci-v6.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-07-201-120/+186
|\
| * Merge branch 'pci/controller/qcom'Bjorn Helgaas2024-07-191-18/+1
| |\
| | * PCI: Bring the PCIe speed to MBps logic to new pcie_dev_speed_mbps()Krishna chaitanya chundru2024-07-091-18/+1
| * | Merge branch 'pci/reset'Bjorn Helgaas2024-07-191-14/+24
| |\ \
| | * | PCI: Add missing bridge lock to pci_bus_lock()Dan Williams2024-07-121-14/+21
| | * | PCI: Warn on missing cfg_access_lock during secondary bus resetDan Williams2024-06-041-0/+3
| | |/
| * | Merge branch 'pci/dpc'Bjorn Helgaas2024-07-191-3/+3
| |\ \
| | * | PCI/DPC: Fix use-after-free on concurrent DPC and hot-removalLukas Wunner2024-07-011-3/+3
| | |/
| * | Merge branch 'pci/devres'Bjorn Helgaas2024-07-191-27/+68
| |\ \
| | * | PCI: Add managed pcim_intx()Philipp Stanner2024-07-111-11/+8
| | * | PCI: Remove struct pci_devres.enabled status bitPhilipp Stanner2024-07-101-6/+0
| | * | PCI: Document hybrid devres hazardsPhilipp Stanner2024-07-101-1/+46
| | * | PCI: Add managed pcim_request_region()Philipp Stanner2024-07-101-32/+15
| | * | PCI: Add managed partial-BAR request and map infrastructurePhilipp Stanner2024-07-101-0/+22
| | |/
| * / PCI: Extend ACS configurabilityVidya Sagar2024-07-121-58/+90
| |/
* / PCI: Revert the cfg_access_lock lockdep mechanismDan Williams2024-06-041-1/+0
|/
* Merge branch 'pci/misc'Bjorn Helgaas2024-05-171-4/+5
|\
| * PCI: Make pcie_bandwidth_capable() staticIlpo Järvinen2024-05-091-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-171-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-171-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-301-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