aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2025-10-23PCI: vmd: Override irq_startup()/irq_shutdown() in vmd_init_dev_msi_info()Inochi Amaoto1-0/+13
2025-10-19PCI/pwrctrl: Fix device leak at device stopJohan Hovold1-0/+2
2025-10-19PCI/pwrctrl: Fix device and OF node leak at bus scanJohan Hovold1-3/+16
2025-10-19PCI/pwrctrl: Fix device leak at registrationJohan Hovold1-5/+9
2025-10-19PCI: tegra194: Reset BARs when running in PCIe endpoint modeNiklas Cassel1-0/+10
2025-10-19PCI: tegra194: Handle errors in BPMP responseVidya Sagar1-2/+16
2025-10-19PCI: tegra194: Fix broken tegra_pcie_ep_raise_msi_irq()Niklas Cassel1-2/+2
2025-10-19PCI: rcar-host: Convert struct rcar_msi mask_lock into raw spinlockMarek Vasut1-14/+13
2025-10-19PCI: rcar-host: Drop PMSR spinlockMarek Vasut1-11/+2
2025-10-19PCI: rcar-gen4: Fix PHY initializationMarek Vasut1-1/+1
2025-10-19PCI: keystone: Use devm_request_irq() to free "ks-pcie-error-irq" on exitSiddharth Vadapalli1-2/+2
2025-10-19PCI: j721e: Fix programming sequence of "strap" settingsSiddharth Vadapalli1-0/+25
2025-10-19PCI: j721e: Fix module autoloadingSiddharth Vadapalli1-0/+1
2025-10-19PCI: Fix failure detection during resource resizeIlpo Järvinen1-8/+18
2025-10-19PCI: Ensure relaxed tail alignment does not increase min_alignIlpo Järvinen1-4/+7
2025-10-19PCI/AER: Support errors introduced by PCIe r6.0Lukas Wunner1-6/+6
2025-10-19PCI/AER: Fix missing uevent on recovery when a reset is requestedNiklas Schnelle1-0/+1
2025-10-19PCI/ERR: Fix uevent on failure to recoverLukas Wunner1-1/+7
2025-10-19PCI/IOV: Add PCI rescan-remove locking when enabling/disabling SR-IOVNiklas Schnelle1-0/+5
2025-10-19PCI/sysfs: Ensure devices are powered for config readsBrian Norris1-1/+19
2025-10-19PCI: tegra: Convert struct tegra_msi mask_lock into raw spinlockMarek Vasut1-14/+13
2025-10-19PCI: xilinx-nwl: Fix ECAM programmingJani Nurminen1-3/+4
2025-10-15PCI: endpoint: pci-epf-test: Add NULL check for DMA channels before releaseShin'ichiro Kawasaki1-6/+11
2025-10-15PCI/AER: Avoid NULL pointer dereference in aer_ratelimit()Breno Leitao1-0/+3
2025-10-15PCI: j721e: Fix incorrect error message in probe()Alok Tiwari1-1/+1
2025-10-15PCI: rcar-gen4: Fix inverted break condition in PHY initializationMarek Vasut1-1/+1
2025-10-15PCI: rcar-gen4: Assure reset occurs before DBI accessMarek Vasut1-0/+13
2025-10-15PCI: rcar-gen4: Add missing 1ms delay after PWR reset assertionMarek Vasut1-1/+10
2025-10-15PCI: tegra194: Fix duplicate PLL disable in pex_ep_event_pex_rst_assert()Nagarjuna Kristam1-2/+2
2025-10-15PCI: endpoint: pci-epf-test: Fix doorbell test supportNiklas Cassel1-1/+13
2025-10-15PCI: qcom: Add equalization settings for 8.0 GT/s and 32.0 GT/sZiyue Zhang5-32/+41
2025-10-15PCI: tegra: Fix devm_kcalloc() argument order for port->phys allocationAlok Tiwari1-1/+1
2025-10-15PCI/ACPI: Fix pci_acpi_preserve_config() memory leakNirmoy Das1-2/+4
2025-10-15PCI: qcom: Restrict port parsing only to PCIe bridge child nodesKrishna Chaitanya Chundru1-0/+2
2025-10-15PCI: rcar-host: Pass proper IRQ domain to generic_handle_domain_irq()Claudiu Beznea1-1/+1
2025-10-15PCI/pwrctrl: Fix double cleanup on devm_add_action_or_reset() failureGeert Uytterhoeven1-9/+3
2025-10-15PCI: xgene-msi: Return negative -EINVAL in xgene_msi_handler_setup()Dan Carpenter1-1/+1
2025-10-15PCI: endpoint: pci-ep-msi: Fix NULL vs IS_ERR() check in pci_epf_write_msi_msg()Dan Carpenter1-1/+1
2025-10-15PCI/MSI: Check MSI_FLAG_PCI_MSI_MASK_PARENT in cond_[startup|shutdown]_parent()Inochi Amaoto1-0/+5
2025-10-15PCI/MSI: Add startup/shutdown for per device domainsInochi Amaoto1-0/+52
2025-09-12Merge tag 'pci-v6.17-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-17/+4
2025-09-08PCI: mvebu: Fix use of for_each_of_range() iteratorKlaus Kudielka1-17/+4
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-09Merge tag 'pci-v6.17-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus 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/powerpc/linuxLinus Torvalds1-23/+225
2025-08-01Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds64-1065/+2024
2025-07-31Merge branch 'pci/misc'Bjorn Helgaas4-7/+3
2025-07-31Merge branch 'pci/controller/xgene'Bjorn Helgaas2-280/+179