aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2025-08-27PCI: qcom: Restrict port parsing only to PCIe bridge child nodesKrishna Chaitanya Chundru1-0/+2
2025-08-27PCI: keystone: Use kcalloc() instead of kzalloc()Qianfeng Rong1-2/+2
2025-08-27PCI: rcar-host: Pass proper IRQ domain to generic_handle_domain_irq()Claudiu Beznea1-1/+1
2025-08-23PCI/MSI: Add startup/shutdown for per device domainsInochi Amaoto1-0/+52
2025-08-20PCI: cadence: Use cdns_pcie_find_*capability() to avoid hardcoding offsetsHans Zhang2-21/+22
2025-08-20PCI: cadence: Implement capability search using PCI core APIsHans Zhang2-0/+48
2025-08-20PCI: dwc: ep: Implement capability search using PCI core APIsHans Zhang2-29/+23
2025-08-20PCI/P2PDMA: Fix incorrect pointer usage in devm_kfree() callSungho Kim1-1/+1
2025-08-19PCI: mediatek-gen3: Add support for MediaTek MT8196 SoCAngeloGioacchino Del Regno1-0/+10
2025-08-19PCI: mediatek-gen3: Implement sys clock ready time settingAngeloGioacchino Del Regno1-0/+13
2025-08-14s390/pci: Use pci_uevent_ers() in PCI recoveryNiklas Schnelle1-1/+1
2025-08-14PCI/AER: Fix missing uevent on recovery when a reset is requestedNiklas Schnelle1-0/+1
2025-08-14PCI: dwc: Implement capability search using PCI core APIsHans Zhang2-72/+26
2025-08-14PCI: Refactor extended capability search into PCI_FIND_NEXT_EXT_CAP()Hans Zhang2-33/+42
2025-08-14PCI: Refactor capability search into PCI_FIND_NEXT_CAP()Hans Zhang2-34/+53
2025-08-14PCI: Clean up __pci_find_next_cap_ttl() readabilityHans Zhang1-4/+5
2025-08-14PCI: endpoint: Drop superfluous pci_epc_features initializationNiklas Cassel13-22/+0
2025-08-14thunderbolt: Use is_pciehp instead of is_hotplug_bridgeLukas Wunner1-1/+1
2025-08-13PCI/pwrctrl: Fix double cleanup on devm_add_action_or_reset() failureGeert Uytterhoeven1-9/+3
2025-08-13PCI/ERR: Update device error_state already after resetLukas Wunner1-1/+2
2025-08-13PCI/ERR: Notify drivers on failure to recoverLukas Wunner1-0/+12
2025-08-13PCI/ERR: Fix uevent on failure to recoverLukas Wunner1-1/+7
2025-08-13PCI/AER: Allow drivers to opt in to Bus Reset on Non-Fatal ErrorsLukas Wunner1-7/+10
2025-08-12PCI: vmd: Remove MSI-X check on child devicesNam Cao1-3/+0
2025-08-12PCI: xilinx: Fix NULL pointer dereference in xilinx_pcie_intr_handler()Nam Cao1-1/+1
2025-08-11PCI: Disable MSI on RDC PCI to PCIe bridgesMarcos Del Sol Vives1-0/+1
2025-08-11PCI: hotplug: Clean up spaces in messagesColin Ian King2-7/+7
2025-08-11PCI: Clean up pci_scan_child_bus_extend() loopIlpo Järvinen2-3/+4
2025-08-11PCI: Clean up early_dump_pci_device()Ilpo Järvinen1-4/+5
2025-08-11PCI: Use header type defines in pci_setup_device()Ilpo Järvinen1-2/+2
2025-08-11PCI: xgene-msi: Return negative -EINVAL in xgene_msi_handler_setup()Dan Carpenter1-1/+1
2025-08-11PCI: endpoint: pci-ep-msi: Fix NULL vs IS_ERR() check in pci_epf_write_msi_msg()Dan Carpenter1-1/+1
2025-08-11PCI: amd-mdb: Add support for PCIe RP PERST# signal handlingSai Krishna Musham1-1/+51
2025-08-11PCI: rcar-gen4: Fix PHY initializationMarek Vasut1-1/+1
2025-08-11PCI: qcom: Select PCI Power Control Slot driverQiang Yu1-0/+1
2025-08-09Merge tag 'pci-v6.17-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+3
2025-08-07PCI: vmd: Fix wrong kfree() in vmd_msi_free()Nam Cao1-1/+3
2025-08-03Merge tag 'powerpc-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-23/+225
2025-08-01Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds64-1078/+2037
2025-07-31Merge branch 'pci/misc'Bjorn Helgaas4-7/+3
2025-07-31Merge branch 'pci/controller/xgene'Bjorn Helgaas2-281/+180
2025-07-31Merge branch 'pci/controller/vmd'Bjorn Helgaas1-0/+2
2025-07-31Merge branch 'pci/controller/sophgo'Bjorn Helgaas3-0/+268
2025-07-31Merge branch 'pci/controller/rockchip-host'Bjorn Helgaas1-11/+2
2025-07-31Merge branch 'pci/controller/rockchip'Bjorn Helgaas3-49/+30
2025-07-31Merge branch 'pci/controller/qcom'Bjorn Helgaas6-59/+327
2025-07-31Merge branch 'pci/controller/mvebu'Bjorn Helgaas1-4/+2
2025-07-31Merge branch 'pci/controller/imx6'Bjorn Helgaas1-14/+26
2025-07-31Merge branch 'pci/controller/dw-rockchip'Bjorn Helgaas1-3/+12
2025-07-31Merge branch 'pci/controller/dwc'Bjorn Helgaas1-8/+8