aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2025-05-23PCI/AER: Consolidate Error Source ID logging in aer_isr_one_error_type()Bjorn Helgaas1-13/+9
2025-05-23PCI/AER: Factor COR/UNCOR error handling out from aer_isr_one_error()Bjorn Helgaas1-13/+23
2025-05-23PCI/DPC: Log Error Source ID only when validBjorn Helgaas1-28/+36
2025-05-23PCI/DPC: Initialize aer_err_info before using itBjorn Helgaas1-1/+1
2025-05-22s390/pci: Prevent self deletion in disable_slot()Niklas Schnelle1-1/+1
2025-05-22PCI/ACPI: Fix allocated memory release on error in pci_acpi_scan_root()Zhe Qiao1-10/+13
2025-05-22PCI: Remove function pcim_intx() prototype from pci.hPhilipp Stanner1-2/+0
2025-05-21PCI/MSI: Use bool for MSI enable state trackingHans Zhang3-4/+4
2025-05-20PCI: dwc: ep: Fix errno typoNiklas Cassel1-2/+2
2025-05-20PCI: Remove hybrid-devres usage warnings from kernel-docPhilipp Stanner1-16/+0
2025-05-20PCI: Remove redundant set of request functionsPhilipp Stanner1-105/+5
2025-05-20PCI: Remove exclusive requests flags from _pcim_request_region()Philipp Stanner1-21/+15
2025-05-19PCI: Remove pcim_request_region_exclusive()Philipp Stanner2-20/+0
2025-05-19PCI: Remove hybrid devres nature from request functionsPhilipp Stanner3-70/+12
2025-05-16PCI: tegra: Convert to MSI parent infrastructureMarc Zyngier2-44/+20
2025-05-16PCI: xgene: Convert to MSI parent infrastructureMarc Zyngier2-32/+20
2025-05-16PCI: apple: Convert to MSI parent infrastructureMarc Zyngier2-46/+24
2025-05-16Merge irq/cleanup fragments into irq/msiThomas Gleixner10-10/+10
2025-05-16PCI: Switch to irq_domain_create_linear()Jiri Slaby (SUSE)21-71/+59
2025-05-15PCI: Update Link Speed after retrainingIlpo Järvinen2-12/+18
2025-05-15PCI: Limit visibility of match_driver flag to PCI coreLukas Wunner4-3/+15
2025-05-15PCI: qcom-ep: Mask PTM_UPDATING interruptManivannan Sadhasivam1-0/+8
2025-05-15PCI: dwc: Add debugfs support for PTM contextManivannan Sadhasivam3-0/+280
2025-05-15PCI: dwc: Pass DWC PCIe mode to dwc_pcie_debugfs_init()Manivannan Sadhasivam4-5/+9
2025-05-15PCI: Add debugfs support for exposing PTM contextManivannan Sadhasivam1-0/+300
2025-05-15PCI/bwctrl: Replace lbms_count with PCI_LINK_LBMS_SEEN flagIlpo Järvinen5-71/+26
2025-05-13PCI: cadence: Simplify J721e link status checkHans Zhang1-5/+1
2025-05-13PCI: mobiveil: Return bool from link up checkHans Zhang2-8/+3
2025-05-13PCI: dwc: Return bool from link up checkHans Zhang18-43/+33
2025-05-10PCI: dwc: ep: Use FIELD_GET() where applicableHans Zhang1-5/+4
2025-05-08Merge tag 's390-6.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+0
2025-05-07s390/pci: Fix duplicate pci_dev_put() in disable_slot() when PF has child VFsNiklas Schnelle1-1/+0
2025-05-06PCI/P2PDMA: Refactor the p2pdma mapping helpersChristoph Hellwig1-33/+5
2025-05-05PCI: Explicitly put devices into D0 when initializingMario Limonciello3-9/+11
2025-05-05PCI: Fix lock symmetry in pci_slot_unlock()Ilpo Järvinen1-1/+2
2025-05-02PCI: tegra194: Create debugfs directory only when CONFIG_PCIEASPM is enabledHans Zhang1-9/+10
2025-04-28PCI: dwc: Make link training more robust by setting PORT_LOGIC_LINK_WIDTH to one laneWenbin Yao1-4/+1
2025-04-27PCI: dw-rockchip: Fix PHY function call sequence in rockchip_pcie_phy_deinit()Diederik de Haas1-1/+1
2025-04-27PCI: ls-gen4: Use to_delayed_work()Chen Ni1-2/+1
2025-04-27PCI: dw-rockchip: Use rockchip_pcie_link_up() to check link up instead of open codingHans Zhang1-13/+8
2025-04-27PCI: dw-rockchip: Reorganize register and bitfield definitionsHans Zhang1-18/+31
2025-04-27PCI: dw-rockchip: Remove unused PCIE_CLIENT_GENERAL_DEBUG definitionHans Zhang1-1/+0
2025-04-27PCI: imx6: Save and restore the LUT setting during suspend/resume for i.MX95 SoCRichard Zhu1-0/+47
2025-04-27PCI: imx6: Add PLL lock check for i.MX95 SoCRichard Zhu1-0/+29
2025-04-27PCI: imx6: Add workaround for errata ERR051586Richard Zhu1-0/+31
2025-04-27PCI: imx6: Add workaround for errata ERR051624Richard Zhu1-0/+15
2025-04-27PCI: imx6: Toggle the core reset for i.MX95 PCIeRichard Zhu1-0/+42
2025-04-27PCI: imx6: Call dw_pcie_wait_for_link() from start_link() callback only when requiredRichard Zhu1-11/+4
2025-04-27PCI: imx6: Skip link up workaround for newer platformsRichard Zhu1-20/+14
2025-04-27PCI: dw-rockchip: Move rockchip_pcie_ep_hide_broken_ats_cap_rk3588() to dw_pcie_ep_ops::init()Shawn Lin1-6/+1