Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2026-05-20 19:30:26 to 2026-05-21 21:59:50 UTC [more...]

[PATCH v6 0/3] Allow ATS to be always on for certain ATS-capable devices
 2026-05-21 21:59 UTC  (8+ messages)
` [PATCH v6 1/3] PCI: Add pci_ats_required() for CXL.cache capable devices
` [PATCH v6 2/3] PCI: Allow ATS to be always on for pre-CXL devices
` [PATCH v6 3/3] iommu/arm-smmu-v3: Allow ATS to be always on

[GIT PULL] PCI fixes for v7.1
 2026-05-21 21:20 UTC 

[PATCH 0/9] PCI: controller: Add missing rescan lock around root bus removal
 2026-05-21 21:20 UTC  (15+ messages)
` [PATCH 1/9] PCI: cadence: Protect root bus removal with rescan lock
` [PATCH 2/9] PCI: dwc: "
` [PATCH 3/9] PCI: altera: "
` [PATCH 4/9] PCI: brcmstb: "
` [PATCH 5/9] PCI: iproc: "
` [PATCH 6/9] PCI: mediatek: "
` [PATCH 7/9] PCI: rockchip: "
` [PATCH 8/9] PCI: vmd: "
` [PATCH 9/9] PCI: plda: "

[PATCH v14 0/2] PCI/IOV: Fix SR-IOV locking races and AB-BA deadlock
 2026-05-21 20:13 UTC  (3+ messages)

[PATCH v7 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-05-21 19:05 UTC  (16+ messages)
` [PATCH v7 1/9] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH v7 2/9] dmaengine: Add safe API to combine configuration and preparation
` [PATCH v7 3/9] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
` [PATCH v7 4/9] dmaengine: dw-edma: Use new .device_prep_config_sg() callback
` [PATCH v7 5/9] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH v7 6/9] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH v7 7/9] nvmet: pci-epf: Use dmaengine_prep_config_single_safe() API
` [PATCH v7 8/9] PCI: epf-mhi: Use dmaengine_prep_config_single() to simplify code
` [PATCH v7 9/9] crypto: atmel: Use dmaengine_prep_config_sg() API

[PATCH v9 0/3] Add EcoNet EN7528 (and EN751221) PCIe support
 2026-05-21 18:27 UTC  (5+ messages)
` [PATCH v9 1/3] PCI: mediatek: Use actual physical address instead of virt_to_phys()
` [PATCH v9 2/3] dt-bindings: PCI: mediatek: Add support for EcoNet EN7528
` [PATCH v9 3/3] PCI: mediatek: Add support for EcoNet EN7528 SoC

[PATCH v2] PCI: mediatek: Fix IRQ domain leak when port fails to enable
 2026-05-21 18:26 UTC  (2+ messages)

[PATCH v5 0/3] Allow ATS to be always on for certain ATS-capable devices
 2026-05-21 17:44 UTC  (13+ messages)
` [PATCH v5 1/3] PCI: Add pci_ats_required() for CXL.cache capable devices
` [PATCH v5 2/3] PCI: Allow ATS to be always on for pre-CXL devices
` [PATCH v5 3/3] iommu/arm-smmu-v3: Allow ATS to be always on

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-05-21 17:44 UTC  (16+ messages)
` [PATCH 01/11] params: bound array element output to the caller's page buffer
` [PATCH 02/11] panic: Replace panic_print_get() with generic helper
` [PATCH 03/11] moduleparam: Add DEFINE_KERNEL_PARAM_OPS macro family
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
` [PATCH 05/11] moduleparam: Rename .get field to .get_str
` [PATCH 06/11] moduleparam: Add seq_buf-based .get callback alongside .get_str
` [PATCH 07/11] moduleparam: Route DEFINE_KERNEL_PARAM_OPS get pointer via _Generic
` [PATCH 08/11] params: Convert generic kernel_param_ops .get helpers to seq_buf
` [PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
` [PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks
` [PATCH 11/11] moduleparam: Drop legacy kernel_param_ops .get_str field and dispatch logic

[PATCH] PCI/VPD: Disable VPD for Lenovo Realtek RTL8111xP devices
 2026-05-21 16:39 UTC  (2+ messages)

[PATCH v3] PCI: Disable broken FLR on MediaTek MT7925
 2026-05-21 16:19 UTC  (2+ messages)

[RFC Patch] pci: add power management for rtl8116af
 2026-05-21 16:09 UTC  (3+ messages)

[PATCH v1 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-05-21 15:45 UTC  (14+ messages)
` [PATCH v1 3/4] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest
` [PATCH v1 4/4] iommu/hyperv: Add page-selective IOTLB flush support

[PATCH] nios2: remove the architecture
 2026-05-21 15:37 UTC  (8+ messages)

[PATCH v6 0/9] dmaengine: Add new API to combine configuration and descriptor preparation
 2026-05-21 15:11 UTC  (22+ messages)
` [PATCH v6 1/9] dmaengine: Add API to combine configuration and preparation (sg and single)
` [PATCH v6 2/9] dmaengine: Add safe API to combine configuration and preparation
` [PATCH v6 3/9] PCI: endpoint: pci-epf-test: Use dmaenigne_prep_config_single() to simplify code
` [PATCH v6 4/9] dmaengine: dw-edma: Use new .device_prep_config_sg() callback
` [PATCH v6 5/9] dmaengine: dw-edma: Pass dma_slave_config to dw_edma_device_transfer()
` [PATCH v6 6/9] nvmet: pci-epf: Remove unnecessary dmaengine_terminate_sync() on each DMA transfer
` [PATCH v6 7/9] nvmet: pci-epf: Use dmaengine_prep_config_single_safe() API
` [PATCH v6 8/9] PCI: epf-mhi: Use dmaengine_prep_config_single() to simplify code
` [PATCH v6 9/9] crypto: atmel: Use dmaengine_prep_config_sg() API

[PATCH v5 1/5] PCI: host-common: Add helper to determine host bridge D3cold eligibility
 2026-05-21 15:09 UTC  (3+ messages)

[PATCH v4] PCI: hotplug: Add 'uevent' sysfs attribute to trigger slot events
 2026-05-21 14:48 UTC  (2+ messages)

[PATCH v7 0/2] AMD Promontory 21 xHCI temperature sensor support
 2026-05-21 14:47 UTC  (4+ messages)
` [PATCH v7 1/2] usb: xhci-pci: add AMD Promontory 21 PCI glue

[PATCH v5 0/3] PCI: Add d3cold and device-specific reset for Qualcomm devices
 2026-05-21 14:46 UTC  (6+ messages)
` [PATCH v5 1/3] PCI: Add d3cold as general reset method
` [PATCH v5 2/3] PCI: Add device-specific reset for Qualcomm devices
` [PATCH v5 3/3] PCI: Disable broken bus reset on "

[PATCH v2 0/4] PCI: qcom: Add link retention support
 2026-05-21 14:35 UTC  (9+ messages)
` [PATCH v2 1/4] phy: qcom: qmp-pcie: Skip PHY reset if already up
` [PATCH v2 2/4] PCI: qcom: Keep PERST# GPIO state as-is during probe
` [PATCH v2 3/4] PCI: qcom: Add link retention support
` [PATCH v2 4/4] PCI: qcom: enable Link retain logic for Hamoa

[PATCH 0/4] PCI: qcom: Add support for Eliza
 2026-05-21 14:21 UTC  (6+ messages)
` [PATCH 1/4] dt-bindings: phy: sc8280xp-qmp-pcie: Document Eliza PCIe phy
` [PATCH 2/4] dt-bindings: PCI: qcom: Document the Eliza PCIe Controller
` [PATCH 3/4] PCI: qcom: Add Support for Eliza
` [PATCH 4/4] phy: qcom: qmp-pcie: Add QMP PCIe PHY support "

[PATCH] PCI/proc: Fix race between pci_proc_init() and pci_bus_add_device()
 2026-05-21 14:13 UTC  (2+ messages)

[PATCH 0/9] soc/tegra: pmc: Clean up legacy code
 2026-05-21 14:04 UTC  (9+ messages)
` [PATCH 2/9] drm/nouveau: tegra: Explicitly specify PMC instance to use
` [PATCH 4/9] media: vde: "
` [PATCH 6/9] usb: xhci: tegra: "

[PATCH v15 3/3] of: Respect #{iommu,msi}-cells in maps
 2026-05-21 13:17 UTC  (3+ messages)

[PATCH v4 11/24] iommu: Add iommu_report_device_broken() to quarantine a broken device
 2026-05-21 13:12 UTC  (11+ messages)

[PATCH v15 2/3] of: Factor arguments passed to of_map_id() into a struct
 2026-05-21 13:10 UTC  (3+ messages)

[PATCH v4 0/3] Allow ATS to be always on for certain ATS-capable devices
 2026-05-21 13:05 UTC  (6+ messages)
` [PATCH v4 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices

[PATCH] PCI/sysfs: NULL res_attr slot after kfree as defence against double-remove
 2026-05-21 12:04 UTC  (8+ messages)

[PATCH v5 0/3] Add root port reset to support link recovery
 2026-05-21 11:21 UTC  (7+ messages)
` [PATCH v5 1/3] dt-bindings: imx6q-pcie: Add optional interrupt entries for intr, aer and pme
` [PATCH v5 2/3] arm64: dts: imx95: Add dma, intr, aer and pme interrupts for PCIe
` [PATCH v5 3/3] PCI: imx6: Add root port reset to support link recovery

[PATCH v2] PCI: eswin: Fix resource leak on dw_pcie_host_init() failure
 2026-05-21 10:39 UTC  (3+ messages)

[PATCH v1] dmaengine: dw-edma: Remove dw_edma_add_irq_mask()
 2026-05-21 10:06 UTC 

[PATCH v8 phy-next 00/31] Split Generic PHY consumer and provider API
 2026-05-21  9:38 UTC  (2+ messages)
` (subset) "

[PATCH v3 0/9] Fixes/improvements for the PCI M.2 power sequencing driver
 2026-05-21  9:18 UTC  (2+ messages)

[PATCH v2] PCI: rcar-host: Remove unused LIST_HEAD(res)
 2026-05-21  9:12 UTC 

[pci:next] BUILD SUCCESS 6b96e84b16c1e731a33d448badcdf557c201f867
 2026-05-21  9:07 UTC 

[pci:controller/dwc-qcom] BUILD SUCCESS c697b92348979e4228dba7eaece1635ddfec31e4
 2026-05-21  8:54 UTC 

[PATCH v8 3/3] PCI: mediatek: Add support for EcoNet EN7528 SoC
 2026-05-21  8:52 UTC  (4+ messages)

[PATCH] PCI: mediatek: Free IRQ domains while freeing Root Ports
 2026-05-21  8:11 UTC  (2+ messages)

[PATCH 0/3] PCI: endpoint: Expose endpoint DMA resources (part 2/3)
 2026-05-21  7:55 UTC  (6+ messages)
` [PATCH 1/3] PCI: endpoint: Define endpoint DMA BAR metadata format
` [PATCH 2/3] PCI: endpoint: Add DMA auxiliary resource metadata
` [PATCH 3/3] PCI: dwc: Expose endpoint DMA resources

[PATCH 0/3] PCI: endpoint: Add PCI DMA endpoint function (part 3/3)
 2026-05-21  6:36 UTC  (4+ messages)
` [PATCH 1/3] dmaengine: dw-edma-pcie: Discover endpoint DMA metadata
` [PATCH 2/3] PCI: endpoint: Add DMA endpoint function
` [PATCH 3/3] Documentation: PCI: Add PCI DMA endpoint function documentation

[PATCH v4 2/3] PCI: Add soft reset method as last resort
 2026-05-21  6:32 UTC  (2+ messages)

[PATCH v4 00/12] PCI: endpoint: pci-epf-vntb / NTB: epf: Enable per-doorbell bit handling
 2026-05-21  6:29 UTC  (3+ messages)

[PATCH v8 1/3] PCI: mediatek: Use actual physical address instead of virt_to_phys()
 2026-05-21  5:14 UTC  (3+ messages)

[PATCH V3 0/8] PCI: imx6: Integrate pwrctrl API and update device trees
 2026-05-21  4:40 UTC  (3+ messages)

[PATCH v3 1/2] PCI: tegra194: Use aspm-l1-entry-delay-ns DT property for L1 entrance latency
 2026-05-21  4:24 UTC  (3+ messages)

[PATCH v2] PCI: vmd: Add feature to scan BIOS enumerated devices
 2026-05-20 21:54 UTC  (3+ messages)

[PATCH v17 6/7] vfio/pci: Add a reset_done callback for vfio-pci driver
 2026-05-20 20:40 UTC  (2+ messages)

[PATCH v17 5/7] vfio-pci/zdev: Add a device feature for error information
 2026-05-20 19:59 UTC  (2+ messages)

[PATCH v17 0/7] Error recovery for vfio-pci devices on s390x
 2026-05-20 19:41 UTC  (3+ messages)
` [PATCH v17 4/7] s390/pci: Store PCI error information for passthrough devices


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox