aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-02Merge tag 'bitmap-for-6.18' of https://github.com/norov/linuxLinus Torvalds2-33/+44
2025-10-02PCI/AER: Avoid NULL pointer dereference in aer_ratelimit()Breno Leitao1-0/+3
2025-10-01Merge tag 'devicetree-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-10-01PCI: stm32-ep: Add PCIe Endpoint support for STM32MP25Christian Bruel4-0/+378
2025-10-01PCI: stm32: Add PCIe host support for STM32MP25Christian Bruel4-0/+386
2025-10-01Drivers: hv: Add CONFIG_HYPERV_VMBUS optionMukesh Rathor1-1/+1
2025-09-30Merge tag 'irq-drivers-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+45
2025-09-29Merge tag 'ffs-const-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+5
2025-09-29PCI: xilinx-nwl: Fix ECAM programmingJani Nurminen1-3/+4
2025-09-29PCI: j721e: Fix incorrect error message in probe()Alok Tiwari1-1/+1
2025-09-29PCI: keystone: Use devm_request_irq() to free "ks-pcie-error-irq" on exitSiddharth Vadapalli1-2/+2
2025-09-29PCI/sysfs: Use runtime PM guard macro for auto-cleanupRafael J. Wysocki1-2/+3
2025-09-26PCI: dwc: Support 16-lane operationKonrad Dybcio2-0/+4
2025-09-26PCI: Add lockdep assertion in pci_stop_and_remove_bus_device()Niklas Schnelle3-1/+4
2025-09-26PCI/IOV: Add PCI rescan-remove locking when enabling/disabling SR-IOVNiklas Schnelle1-0/+5
2025-09-25PCI: rcar-host: Convert struct rcar_msi mask_lock into raw spinlockMarek Vasut1-14/+13
2025-09-25PCI: tegra194: Rename 'root_bus' to 'root_port_bus' in tegra_pcie_downstream_...Manivannan Sadhasivam1-6/+6
2025-09-25PCI: tegra: Convert struct tegra_msi mask_lock into raw spinlockMarek Vasut1-14/+13
2025-09-25PCI: rcar-gen4: Fix inverted break condition in PHY initializationMarek Vasut1-1/+1
2025-09-25PCI: rcar-gen4: Assure reset occurs before DBI accessMarek Vasut1-0/+13
2025-09-25PCI: rcar-gen4: Add missing 1ms delay after PWR reset assertionMarek Vasut1-1/+10
2025-09-25PCI: Set up bridge resources earlierIlpo Järvinen1-3/+10
2025-09-25Merge tag 'thunderbolt-for-v6.18-rc1' of ssh://gitolite.kernel.org/pub/scm/li...Greg Kroah-Hartman1-1/+1
2025-09-25PCI: rcar-host: Drop PMSR spinlockMarek Vasut1-11/+2
2025-09-25PCI: dwc: Support ECAM mechanism by enabling iATU 'CFG Shift Feature'Krishna Chaitanya Chundru3-0/+34
2025-09-25PCI: qcom: Prepare for the DWC ECAM enablementKrishna Chaitanya Chundru1-0/+68
2025-09-25PCI: dwc: Prepare the driver for enabling ECAM mechanism using iATU 'CFG Shif...Krishna Chaitanya Chundru4-15/+109
2025-09-25PCI: dwc: Add support for ELBI resource mappingKrishna Chaitanya Chundru5-52/+50
2025-09-24PCI: Don't print stale information about resourceIlpo Järvinen1-5/+10
2025-09-24PCI: tegra194: Handle errors in BPMP responseVidya Sagar1-2/+16
2025-09-24PCI: tegra194: Reset BARs when running in PCIe endpoint modeNiklas Cassel1-0/+10
2025-09-24PCI/sysfs: Ensure devices are powered for config readsBrian Norris1-1/+19
2025-09-24PCI: tegra194: Set pci_epc_features::msi_capable to trueNiklas Cassel1-0/+1
2025-09-24PCI: tegra194: Fix broken tegra_pcie_ep_raise_msi_irq()Niklas Cassel1-2/+2
2025-09-23PCI: qcom: Remove custom ASPM enablement codeManivannan Sadhasivam1-32/+0
2025-09-23PCI/ASPM: Enable all ClockPM and ASPM states for devicetree platformsManivannan Sadhasivam1-2/+43
2025-09-22PCI/PM: Skip resuming to D0 if device is disconnectedMario Limonciello1-0/+5
2025-09-22PCI: tegra194: Fix duplicate PLL disable in pex_ep_event_pex_rst_assert()Nagarjuna Kristam1-2/+2
2025-09-19PCI: sg2042: Add Sophgo SG2042 PCIe driverChen Wang3-0/+145
2025-09-19PCI: cadence: Check for the existence of cdns_pcie::ops before using itChen Wang3-6/+6
2025-09-17PCI/sysfs: Expose PCI device serial numberMatthew Wood1-0/+21
2025-09-17PCI: qcom: Move host bridge 'phy' and 'reset' pointers to struct qcom_pcie_portManivannan Sadhasivam1-51/+36
2025-09-16PCI: Alter misleading recursion to pci_bus_release_bridge_resources()Ilpo Järvinen1-1/+1
2025-09-16PCI: Pass bridge window to pci_bus_release_bridge_resources()Ilpo Järvinen1-42/+27
2025-09-16PCI: Add pci_setup_one_bridge_window()Ilpo Järvinen1-18/+19
2025-09-16PCI: Refactor remove_dev_resources() to use pbus_select_window()Ilpo Järvinen1-25/+9
2025-09-16PCI: Refactor distributing available memory to use loopsIlpo Järvinen1-90/+72
2025-09-16PCI: Use pbus_select_window_for_type() during mem window sizingIlpo Järvinen1-87/+24
2025-09-16PCI: Use pbus_select_window() in space available checkerIlpo Järvinen1-33/+32
2025-09-16PCI: Rename resource variable from r to resIlpo Järvinen1-7/+7