summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2025-09-12PCI: qcom-ep: Remove redundant edma.nr_irqs initializationNiklas Cassel
2025-09-12PCI: dwc: Verify the single eDMA IRQ in dw_pcie_edma_irq_verify()Niklas Cassel
2025-09-12PCI: endpoint: pci-epf-test: Fix doorbell test supportNiklas Cassel
2025-09-12PCI: of: Update parent unit address generation in of_pci_prop_intr_map()Lorenzo Pieralisi
2025-09-12Merge tag 'pci-v6.17-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-11PCI/AER: Fix NULL pointer access by aer_infoVernon Yang
2025-09-10PCI/VGA: Replace vga_is_firmware_default() with a screen info checkMario Limonciello (AMD)
2025-09-09PCI/MSI: Remove the conditional parent [un]mask logicThomas Gleixner
2025-09-08PCI: Test for bit underflow in pcie_set_readrq()Kees Cook
2025-09-08PCI: endpoint: pci-epf-test: Limit PCIe BAR size for fixed BARsMarek Vasut
2025-09-08PCI: mvebu: Fix use of for_each_of_range() iteratorKlaus Kudielka
2025-09-08PCI: j721e: Fix programming sequence of "strap" settingsSiddharth Vadapalli
2025-09-08PCI: plda: Remove dev_err_probe() when the errno is -ENOMEMXichao Zhao
2025-09-08PCI: hv: Remove unused parameter of hv_msi_free()Nam Cao
2025-09-04PCI: imx6: Enable the Vaux supply if availableRichard Zhu
2025-09-04PCI: qcom: Fix macro typo for CURSORZiyue Zhang
2025-09-04PCI: qcom: Add equalization settings for 8.0 GT/s and 32.0 GT/sZiyue Zhang
2025-09-04PCI/AER: Print TLP Log for errors introduced since PCIe r1.1Lukas Wunner
2025-09-03PCI/P2PDMA: Reduce scope of pci_has_p2pmem()Leon Romanovsky
2025-09-03PCI: tegra: Fix devm_kcalloc() argument order for port->phys allocationAlok Tiwari
2025-09-03of/irq: Convert of_msi_map_id() callers to of_msi_xlate()Lorenzo Pieralisi
2025-09-02PCI: dw-rockchip: Switch to FIELD_PREP_WM16 macroNicolas Frattaroli
2025-09-02PCI: rockchip: Switch to FIELD_PREP_WM16* macrosNicolas Frattaroli
2025-09-02PCI/MSI: Check MSI_FLAG_PCI_MSI_MASK_PARENT in cond_[startup|shutdown]_parent()Inochi Amaoto
2025-09-01PCI: j721e: Fix module autoloadingSiddharth Vadapalli
2025-08-28PCI: switchtec: Replace manual locks with guardErick Karanja
2025-08-27PCI/ACPI: Fix pci_acpi_preserve_config() memory leakNirmoy Das
2025-08-27PCI/AER: Support errors introduced by PCIe r6.0Lukas Wunner
2025-08-27PCI/pwrctrl: Fix device leak at device stopJohan Hovold
2025-08-27PCI/pwrctrl: Fix device and OF node leak at bus scanJohan Hovold
2025-08-27PCI/pwrctrl: Fix device leak at registrationJohan Hovold
2025-08-27PCI: qcom: Restrict port parsing only to PCIe bridge child nodesKrishna Chaitanya Chundru
2025-08-27PCI: keystone: Use kcalloc() instead of kzalloc()Qianfeng Rong
2025-08-27PCI: rcar-host: Pass proper IRQ domain to generic_handle_domain_irq()Claudiu Beznea
2025-08-23PCI/MSI: Add startup/shutdown for per device domainsInochi Amaoto
2025-08-20PCI: cadence: Use cdns_pcie_find_*capability() to avoid hardcoding offsetsHans Zhang
2025-08-20PCI: cadence: Implement capability search using PCI core APIsHans Zhang
2025-08-20PCI: dwc: ep: Implement capability search using PCI core APIsHans Zhang
2025-08-20PCI/P2PDMA: Fix incorrect pointer usage in devm_kfree() callSungho Kim
2025-08-19PCI: mediatek-gen3: Add support for MediaTek MT8196 SoCAngeloGioacchino Del Regno
2025-08-19PCI: mediatek-gen3: Implement sys clock ready time settingAngeloGioacchino Del Regno
2025-08-14s390/pci: Use pci_uevent_ers() in PCI recoveryNiklas Schnelle
2025-08-14PCI/AER: Fix missing uevent on recovery when a reset is requestedNiklas Schnelle
2025-08-14PCI: dwc: Implement capability search using PCI core APIsHans Zhang
2025-08-14PCI: Refactor extended capability search into PCI_FIND_NEXT_EXT_CAP()Hans Zhang
2025-08-14PCI: Refactor capability search into PCI_FIND_NEXT_CAP()Hans Zhang
2025-08-14PCI: Clean up __pci_find_next_cap_ttl() readabilityHans Zhang
2025-08-14PCI: endpoint: Drop superfluous pci_epc_features initializationNiklas Cassel
2025-08-14thunderbolt: Use is_pciehp instead of is_hotplug_bridgeLukas Wunner
2025-08-13PCI/pwrctrl: Fix double cleanup on devm_add_action_or_reset() failureGeert Uytterhoeven