summaryrefslogtreecommitdiff
path: root/drivers/pci/pci.c
AgeCommit message (Expand)AuthorFilesLines
4 daysPCI: Pass domain number to pci_bus_release_domain_nr() explicitlyManivannan Sadhasivam1-7/+7
2024-10-04PCI: Use an error code with PCIe failed link retrainingMaciej W. Rozycki1-1/+1
2024-10-04PCI: Clear the LBMS bit after a link retrainMaciej W. Rozycki1-1/+9
2024-10-04PCI: Wait for Link before restoring Downstream BusesIlpo Järvinen1-2/+6
2024-08-01PCI: Fix devres regression in pci_intx()Philipp Stanner1-7/+8
2024-07-20Merge tag 'pci-v6.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-120/+186
2024-07-19Merge branch 'pci/controller/qcom'Bjorn Helgaas1-18/+1
2024-07-19Merge branch 'pci/reset'Bjorn Helgaas1-14/+24
2024-07-19Merge branch 'pci/dpc'Bjorn Helgaas1-3/+3
2024-07-19Merge branch 'pci/devres'Bjorn Helgaas1-27/+68
2024-07-13PCI: Extend ACS configurabilityVidya Sagar1-58/+90
2024-07-13PCI: Add missing bridge lock to pci_bus_lock()Dan Williams1-14/+21
2024-07-12PCI: Add managed pcim_intx()Philipp Stanner1-11/+8
2024-07-10PCI: Remove struct pci_devres.enabled status bitPhilipp Stanner1-6/+0
2024-07-10PCI: Document hybrid devres hazardsPhilipp Stanner1-1/+46
2024-07-10PCI: Add managed pcim_request_region()Philipp Stanner1-32/+15
2024-07-10PCI: Add managed partial-BAR request and map infrastructurePhilipp Stanner1-0/+22
2024-07-10PCI: Bring the PCIe speed to MBps logic to new pcie_dev_speed_mbps()Krishna chaitanya chundru1-18/+1
2024-07-01PCI/DPC: Fix use-after-free on concurrent DPC and hot-removalLukas Wunner1-3/+3
2024-06-04PCI: Warn on missing cfg_access_lock during secondary bus resetDan Williams1-0/+3
2024-06-04PCI: Revert the cfg_access_lock lockdep mechanismDan Williams1-1/+0
2024-05-17Merge branch 'pci/misc'Bjorn Helgaas1-4/+5
2024-05-17Merge branch 'pci/pm'Bjorn Helgaas1-0/+12
2024-05-17Merge branch 'pci/enumeration'Bjorn Helgaas1-18/+10
2024-05-16PCI: Do not wait for disconnected devices when resumingIlpo Järvinen1-0/+5
2024-05-16PCI: Remove unused pci_enable_device_io()Heiner Kallweit1-14/+0
2024-05-09PCI: Make pcie_bandwidth_capable() staticIlpo Järvinen1-2/+3
2024-05-08PCI/CXL: Add 'cxl_bus' reset method for devices below CXL PortsDave Jiang1-0/+39
2024-05-08PCI/CXL: Fail bus reset if upstream CXL Port has SBR maskedDave Jiang1-0/+42
2024-05-08PCI: Lock upstream bridge for pci_reset_function()Dave Jiang1-0/+13
2024-04-25PCI: Clarify intent of LT waitIlpo Järvinen1-3/+4
2024-04-25PCI: Wait for Link Training==0 before starting Link retrainIlpo Järvinen1-1/+1
2024-04-18PCI: Annotate pci_cache_line_size variables as __ro_after_initHeiner Kallweit1-2/+2
2024-04-10PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe PortsMario Limonciello1-0/+12
2024-03-14Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-458/+38
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+1
2024-03-12Merge branch 'pci/enumeration'Bjorn Helgaas1-144/+0
2024-03-12Merge branch 'pci/devres'Bjorn Helgaas1-249/+0
2024-03-12Merge branch 'pci/aspm'Bjorn Helgaas1-65/+10
2024-03-12PCI/ASPM: Disable L1 before configuring L1 SubstatesBjorn Helgaas1-13/+3
2024-03-12PCI/ASPM: Call pci_save_ltr_state() from pci_save_pcie_state()David E. Box1-7/+7
2024-03-12PCI/ASPM: Save L1 PM Substates Capability for suspend/resumeDavid E. Box1-2/+15
2024-03-11mm: Introduce vmap_page_range() to map pages in PCI address spaceAlexei Starovoitov1-2/+2
2024-03-11Merge branch 'pm-runtime'Rafael J. Wysocki1-1/+1
2024-03-09PCI/AER: Generalize TLP Header Log readingIlpo Järvinen1-0/+28
2024-03-07PCI/ASPM: Move pci_save_ltr_state() to aspm.cDavid E. Box1-40/+0
2024-03-07PCI/ASPM: Move pci_configure_ltr() to aspm.cDavid E. Box1-18/+0
2024-02-17Merge tag 'pci-v6.8-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-15/+22
2024-02-12PCI: Move devres code from pci.c to devres.cPhilipp Stanner1-249/+0
2024-02-12PM: runtime: Simplify pm_runtime_get_if_active() usageSakari Ailus1-1/+1