Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2026-06-06 00:22:48 to 2026-06-09 19:26:07 UTC [more...]

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-06-09 19:25 UTC  (40+ messages)
` [PATCH v6 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v6 03/12] PCI: liveupdate: Track incoming preserved PCI devices
` [PATCH v6 04/12] PCI: liveupdate: Document driver binding responsibilities
` [PATCH v6 05/12] PCI: liveupdate: Keep bus numbers constant during Live Update
` [PATCH v6 06/12] PCI: liveupdate: Auto-preserve upstream bridges across "
` [PATCH v6 07/12] PCI: Refactor matching logic for pci_dev_acs_ops
` [PATCH v6 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
` [PATCH v6 09/12] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges
` [PATCH v6 10/12] PCI: liveupdate: Freeze preservation status during shutdown
` [PATCH v6 11/12] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
` [PATCH v6 12/12] Documentation: PCI: Add documentation for Live Update

[PATCH v18 0/4] [VFIO] Error recovery for vfio-pci devices on s390x
 2026-06-09 19:16 UTC  (7+ messages)
` [PATCH v18 3/4] vfio/pci: Add a reset_done callback for vfio-pci driver

[PATCH v4 0/2] PCI: Suppress lockdep warning & make pci_call_probe() more efficient
 2026-06-09 18:03 UTC  (3+ messages)
` [PATCH v4 1/2] PCI: Suppress false positive lockdep warning in pci_call_probe()
` [PATCH v4 2/2] PCI: Call local_pci_probe() directly in pci_call_probe() if affined to the right node

[PATCH v8 0/3] PCI: Add d3cold and device-specific reset for Qualcomm devices
 2026-06-09 17:53 UTC  (7+ messages)
` [PATCH v8 1/3] PCI: Add d3cold as general reset method
` [PATCH v8 2/3] PCI: Add device-specific reset for Qualcomm devices
` [PATCH v8 3/3] PCI: Disable broken bus reset on "

[PATCH v3] PCI: Call local_pci_probe() directly if current CPU is in the right node
 2026-06-09 17:28 UTC  (5+ messages)

[PATCH v2] PCI: mediatek: Fix IRQ domain leak when port fails to enable
 2026-06-09 16:50 UTC  (2+ messages)

[PATCH 1/2] PCI: dwc: Guard RAS DES debugfs deinit
 2026-06-09 16:44 UTC  (4+ messages)
` [PATCH 2/2] PCI: meson: Add missing remove callback
  ` (subset) "
` (subset) [PATCH 1/2] PCI: dwc: Guard RAS DES debugfs deinit

[PATCH v4] PCI: Disable broken FLR on MediaTek MT7925
 2026-06-09 16:44 UTC  (6+ messages)

[PATCH] PCI: meson: Propagate devm_add_action_or_reset() failure
 2026-06-09 16:25 UTC  (2+ messages)

[PATCH v2 0/5] riscv: spacemit: Add PCIe RC controller support for K3
 2026-06-09 16:11 UTC  (11+ messages)
` [PATCH v2 2/5] PCI: spacemit-k1: Add multiple PHY handles support
` [PATCH v2 4/5] dt-bindings: PCI: spacemit: Introduce Spacemit K3 PCIe host controller
` [PATCH v2 5/5] PCI: spacemit-k1: Add Spacemit K3 PCIe host controller support

[PATCH v2 0/2] PCI: imx6: Fix i.MX95 PCIe PHY initialization sequence
 2026-06-09 15:47 UTC  (4+ messages)
` [PATCH v2 1/2] PCI: imx6: Configure REF_USE_PAD before PHY reset for i.MX95

[PATCH] pci: loongson: Avoid L0s on LS7A1000 PCIe x8 [0014:7a29] Root Ports rev2
 2026-06-09 15:25 UTC 

[PATCH v4 0/7] PCI: Add common helper for 100 ms delay after link training
 2026-06-09 15:25 UTC  (2+ messages)

[PATCH RFT 0/5] dmaengine: dw-edma: support dynamtic add link entry during dma engine running
 2026-06-09 15:12 UTC  (5+ messages)

[PATCH v6 3/5] dma-buf: add optional get_tph() callback
 2026-06-09 14:39 UTC  (4+ messages)
  ` [PATCH v6 4/5] vfio/pci: implement get_tph and DMA_BUF_TPH feature

[PATCH v17 00/10] rust: add `Ownable` trait and `Owned` type
 2026-06-09 14:11 UTC  (2+ messages)

[PATCH 0/3] PCI: Unify TLP type definitions across controller drivers
 2026-06-09 13:56 UTC  (2+ messages)

[PATCH] PCI: mediatek: Fix operator precedence in PCIE_FTS_NUM_L0 macro
 2026-06-09 13:49 UTC  (6+ messages)
  ` 答复: [外部邮件] "

[PATCH v3 00/19] rust: I/O type generalization and projection
 2026-06-09 12:44 UTC  (32+ messages)
` [PATCH v3 01/19] rust: io: add dynamically-sized `Region` type
` [PATCH v3 02/19] rust: io: add missing safety requirement in `IoCapable` methods
` [PATCH v3 03/19] rust: io: restrict untyped IO access and `register!` to `Region`
` [PATCH v3 04/19] rust: io: implement `Io` on reference types instead
` [PATCH v3 05/19] rust: io: generalize `MmioRaw` to pointer to arbitrary type
` [PATCH v3 06/19] rust: io: rename `Mmio` to `MmioOwned`
` [PATCH v3 07/19] rust: io: implement `Mmio` as view type
` [PATCH v3 08/19] rust: pci: io: make `ConfigSpace` a view
` [PATCH v3 09/19] rust: io: use view types instead of addresses for `Io`
` [PATCH v3 10/19] rust: io: remove `MmioOwned`
` [PATCH v3 11/19] rust: io: move `Io` methods to extension trait
` [PATCH v3 12/19] rust: io: add projection macro and methods
` [PATCH v3 13/19] rust: io: add I/O backend for system memory with volatile access
` [PATCH v3 14/19] rust: io: implement a view type for `Coherent`
` [PATCH v3 15/19] rust: io: add `read_val` and `write_val` function on `Io`
` [PATCH v3 16/19] gpu: nova-core: use I/O projection for cleaner encapsulation
` [PATCH v3 17/19] rust: dma: drop `dma_read!` and `dma_write!` API
` [PATCH v3 18/19] rust: io: add copying methods
` [PATCH v3 19/19] rust: io: implement `Io` for `Either`

Connecting multiple TB3 eGPUs via USB4 hub?
 2026-06-09 12:08 UTC  (3+ messages)
` Connecting multiple TB3 eGPUs via USB4 hub?'

[RFC 0/8] pci: cxl: Add enumeration support for Unordered I/O (UIO) feature
 2026-06-09 10:58 UTC  (9+ messages)
  ` [RFC 1/8] hw/pci: Refactor flitmode from PCIESlot to PCIEPort
  ` [RFC 2/8] hw/pci: Move 'x-256b-flit' property from cxl_root_port to pcie_root_port
  ` [RFC 3/8] hw/pci: Add SVC capability and UIO properties to PCIe ports
  ` [RFC 4/8] hw/cxl: Add Streamlined Virtual Channel (SVC) property to CXL ports
  ` [RFC 5/8] hw/cxl: Wire UIO capability into HDM decoder registers
  ` [RFC 6/8] hw/pci: Add PCIe Streamlined Virtual Channel (SVC) capability
  ` [RFC 7/8] hw/pci: hw/cxl: Wire SVC initialization into port realize functions
  ` [RFC 8/8] cxl: Add documentation for UIO-enabled CXL devices

[PATCH] PCI: qcom-ep: fix refcount leak in qcom_pcie_ep_probe()
 2026-06-09 10:15 UTC  (2+ messages)

[PATCH] dt-bindings: PCI: qcom,pcie-ipq9574: Add IPQ9650 compatible
 2026-06-09  9:43 UTC  (3+ messages)

[PATCH v3] PCI: pnv_php: Add null checks for OpenCAPI PHBs
 2026-06-09  9:05 UTC  (2+ messages)

[PATCH v3 0/3] PCI: qcom: Add support for Eliza
 2026-06-09  8:58 UTC  (6+ messages)
` [PATCH v3 1/3] dt-bindings: phy: sc8280xp-qmp-pcie: Document Eliza PCIe phy
` [PATCH v3 2/3] dt-bindings: PCI: qcom,pcie-sm8550: Add Eliza compatible
` [PATCH v3 3/3] phy: qcom: qmp-pcie: Add QMP PCIe PHY support for Eliza

[PATCH v2 1/3] ppc/pnv: Add null checks for OpenCapi PHBs
 2026-06-09  8:51 UTC  (3+ messages)

[PATCH 0/2] Enable PCIe controllers present in Qualcomm ipq5210
 2026-06-09  7:52 UTC  (6+ messages)
` [PATCH 2/2] arm64: dts: qcom: ipq5210: Enable PCIe support

[PATCH 0/2] power: sequencing: pcie-m2: Add 3.3Vaux supply support
 2026-06-09  7:35 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: connector: pcie-m2-e: "
` [PATCH 2/2] power: sequencing: pcie-m2: "

[PATCH] PCI: cadence: skip the link polling when endpoint not connected
 2026-06-09  5:36 UTC  (6+ messages)

[pci:controller/dwc-qcom] BUILD SUCCESS e0779713a1e2f891aeec53e629dbbd33f423c629
 2026-06-09  4:10 UTC 

[PATCH] dt-bindings: PCI: mediatek-gen3: Allow memory-region for restricted DMA buffer
 2026-06-09  3:33 UTC  (11+ messages)

[PATCH v4] PCI: vmd: Add feature to scan BIOS enumerated devices
 2026-06-08 17:02 UTC  (6+ messages)

[PATCH 0/2] PCI: dwc: custom-arm: reduce bus enumeration latency by ~15%
 2026-06-08 15:59 UTC  (2+ messages)

[PATCH v7 1/1] vfio/nvgrace-gpu: Add Blackwell-Next GPU readiness check via CXL DVSEC
 2026-06-08 15:47 UTC  (2+ messages)

[PATCH 1/2] PCI/CXL: Allow PM Init to complete on cxl_bus reset if ACS SV enabled
 2026-06-08 15:44 UTC  (2+ messages)

[PATCH v2 0/7] arm64: dts: qcom: enable WiFi/BT on SM8350 HDK
 2026-06-08 15:18 UTC  (12+ messages)
` [PATCH v2 1/7] PCI: qcom: fix parsing of PERST# in the legacy case
` [PATCH v2 2/7] wifi: ath11k: enable support for WCN6851
` [PATCH v2 3/7] regulator: dt-bindings: qcom,qca6390-pmu: document WCN6851
` [PATCH v2 4/7] dt-bindings: bluetooth: qcom,wcn6855-bt: "
` [PATCH v2 5/7] arm64: dts: qcom: sm8350: expand UART18 to 4 pins config
` [PATCH v2 6/7] arm64: dts: qcom: sm8350: modernize PCIe entries
` [PATCH v2 7/7] arm64: dts: qcom: sm8350-hdk: describe WiFi/BT chip

[PATCH 0/2] Enable WCN6855 Bluetooth on lemans-evk via PCIe M.2 Key E connector
 2026-06-08 14:34 UTC  (6+ messages)
` [PATCH 1/2] power: sequencing: pcie-m2: Add PCI ID 0x1103 for WCN6855 Bluetooth
` [PATCH 2/2] arm64: dts: qcom: lemans-evk: Describe the PCIe M.2 Key E connector
` (subset) [PATCH 0/2] Enable WCN6855 Bluetooth on lemans-evk via "

[PATCH v2] dmaengine: dw-edma: Add Xilinx CPM6-DMA DeviceID
 2026-06-08 12:12 UTC  (2+ messages)

[PATCH 0/7] arm64: dts: qcom: enable WiFi/BT on SM8350 HDK
 2026-06-08 10:05 UTC  (7+ messages)
` [PATCH 3/7] regulator: dt-bindings: qcom,qca6390-pmu: document WCN6851
` [PATCH 4/7] dt-bindings: bluetooth: qcom,wcn6855-bt: "
` [PATCH 6/7] arm64: dts: qcom: sm8350: modernize PCIe entries

[PATCH v3 0/9] Fixes/improvements for the PCI M.2 power sequencing driver
 2026-06-08  8:14 UTC  (2+ messages)
` (subset) "

[PATCH v2] char: agp: amd64 - fix broken error propagation in agp_amd64_probe()
 2026-06-08  8:11 UTC  (2+ messages)

[PATCH] PCI: qcom: Handle mixed PERST#/PHY DT configuration
 2026-06-08  7:43 UTC  (4+ messages)

[PATCH v2 0/3] PCI: qcom: Add support for Eliza
 2026-06-08  6:38 UTC  (9+ messages)
` [PATCH v2 2/3] dt-bindings: PCI: qcom,pcie-sm8550: Add Eliza compatible
` [PATCH v2 3/3] phy: qcom: qmp-pcie: Add QMP PCIe PHY support for Eliza

[PATCH v2] hwmon: (k10temp) Add thermal support for AMD 1Ah Family Models 80h-8Fh
 2026-06-08  0:37 UTC  (2+ messages)

[PATCH v2 0/2] PCI: qcom: Add PCIe support for upcoming Hawi SoC
 2026-06-07 20:01 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: qcom: Document the Hawi PCIe Controller

[PATCH v3] PCI/proc: Fix race between pci_proc_init() and pci_bus_add_device()
 2026-06-06 21:23 UTC  (2+ messages)

[PATCH] PCI: Disable async suspend for MSI Raider A18 HX A9WJG audio
 2026-06-06 20:45 UTC 

[PATCH v2] PCI/proc: Fix race between pci_proc_init() and pci_bus_add_device()
 2026-06-06 20:19 UTC  (3+ messages)

[PATCH v4 18/24] iommu/arm-smmu-v3: Introduce master->ats_broken flag
 2026-06-06  4:04 UTC  (11+ messages)

[PATCH v3 23/23] dmaengine: sdxi: Add DMA engine provider
 2026-06-06  0:33 UTC  (2+ messages)

[PATCH v3 22/23] dmaengine: sdxi: MSI/MSI-X vector allocation and mapping
 2026-06-06  0:31 UTC  (2+ messages)

[PATCH v3 08/23] dmaengine: sdxi: Install administrative context
 2026-06-06  0:26 UTC  (2+ messages)

[PATCH v3 21/23] dmaengine: sdxi: Add unit tests for descriptor encoding
 2026-06-06  0:26 UTC  (2+ messages)

[PATCH v3 14/23] dmaengine: sdxi: Attach descriptor ring state to contexts
 2026-06-06  0:24 UTC  (2+ messages)

[PATCH v3 11/23] dmaengine: sdxi: Add client context alloc and release APIs
 2026-06-06  0:22 UTC  (2+ messages)

[PATCH v3 19/23] dmaengine: sdxi: Provide context start and stop APIs
 2026-06-06  0:22 UTC  (2+ messages)


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