summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5 days1-22/+56
|\
| * Merge branch 'pci/misc'Bjorn Helgaas6 days1-2/+3
| |\
| | * PCI: Fix reset_method_store() memory leakTodd Kjos2024-10-021-2/+3
| * | Merge branch 'pci/tph'Bjorn Helgaas6 days1-0/+4
| |\ \
| | * | PCI: Add TLP Processing Hints (TPH) supportWei Huang2024-10-021-0/+4
| | |/
| * | Merge branch 'pci/resource'Bjorn Helgaas6 days1-2/+1
| |\ \
| | * | PCI: Use resource_set_{range,size}() helpersIlpo Järvinen2024-10-111-2/+1
| | |/
| * | Merge branch 'pci/reset'Bjorn Helgaas6 days1-1/+5
| |\ \
| | * | PCI: Warn if a running device is unaware of resetKeith Busch2024-11-131-0/+4
| | * | PCI: Add 'reset_subordinate' to reset hierarchy below bridgeKeith Busch2024-11-131-1/+1
| | |/
| * | PCI/bwctrl: Re-add BW notification portdrv as PCIe BW controllerIlpo Järvinen2024-11-161-1/+1
| * | PCI: Store all PCIe Supported Link SpeedsIlpo Järvinen2024-11-111-16/+42
| |/
* | Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds11 days1-1/+1
|\ \
| * | PCI: Constify pci_register_io_range() fwnode_handleRob Herring (Arm)2024-10-151-1/+1
| |/
* / PCI: Fix pci_enable_acs() support for the ACS quirksJason Gunthorpe2024-10-291-5/+9
|/
* 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