aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2025-09-10PCI/VGA: Replace vga_is_firmware_default() with a screen info checkMario Limonciello (AMD)1-26/+5
2025-09-09PCI/MSI: Remove the conditional parent [un]mask logicThomas Gleixner1-20/+0
2025-09-08PCI: Test for bit underflow in pcie_set_readrq()Kees Cook1-1/+5
2025-09-08PCI: endpoint: pci-epf-test: Limit PCIe BAR size for fixed BARsMarek Vasut1-1/+6
2025-09-08PCI: mvebu: Fix use of for_each_of_range() iteratorKlaus Kudielka1-17/+4
2025-09-08PCI: j721e: Fix programming sequence of "strap" settingsSiddharth Vadapalli1-0/+25
2025-09-08PCI: plda: Remove dev_err_probe() when the errno is -ENOMEMXichao Zhao1-2/+1
2025-09-08PCI: hv: Remove unused parameter of hv_msi_free()Nam Cao1-6/+2
2025-09-04PCI: imx6: Enable the Vaux supply if availableRichard Zhu1-0/+4
2025-09-04PCI: qcom: Fix macro typo for CURSORZiyue Zhang2-6/+6
2025-09-04PCI: qcom: Add equalization settings for 8.0 GT/s and 32.0 GT/sZiyue Zhang5-32/+41
2025-09-04PCI/AER: Print TLP Log for errors introduced since PCIe r1.1Lukas Wunner1-3/+27
2025-09-03PCI/P2PDMA: Reduce scope of pci_has_p2pmem()Leon Romanovsky1-2/+1
2025-09-03PCI: tegra: Fix devm_kcalloc() argument order for port->phys allocationAlok Tiwari1-1/+1
2025-09-03of/irq: Convert of_msi_map_id() callers to of_msi_xlate()Lorenzo Pieralisi1-1/+1
2025-09-02PCI: dw-rockchip: Switch to FIELD_PREP_WM16 macroNicolas Frattaroli1-16/+26
2025-09-02PCI: rockchip: Switch to FIELD_PREP_WM16* macrosNicolas Frattaroli1-17/+18
2025-09-02PCI/MSI: Check MSI_FLAG_PCI_MSI_MASK_PARENT in cond_[startup|shutdown]_parent()Inochi Amaoto1-0/+5
2025-09-01PCI: j721e: Fix module autoloadingSiddharth Vadapalli1-0/+1
2025-08-28PCI: switchtec: Replace manual locks with guardErick Karanja1-12/+11
2025-08-27PCI/ACPI: Fix pci_acpi_preserve_config() memory leakNirmoy Das1-2/+4
2025-08-27PCI/AER: Support errors introduced by PCIe r6.0Lukas Wunner1-6/+6
2025-08-27PCI/pwrctrl: Fix device leak at device stopJohan Hovold1-0/+2
2025-08-27PCI/pwrctrl: Fix device and OF node leak at bus scanJohan Hovold1-3/+16
2025-08-27PCI/pwrctrl: Fix device leak at registrationJohan Hovold1-5/+9
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