Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2026-06-23 03:06:07 to 2026-06-24 07:23:06 UTC [more...]

[RFC 0/8] pci: cxl: Add enumeration support for Unordered I/O (UIO) feature
 2026-06-24 15:09 UTC  (20+ messages)
  ` [RFC 1/8] hw/pci: Refactor flitmode from PCIESlot to PCIEPort
  ` [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

[PATCH V2 0/8] Add PCIe M.2 Key E connector support for NXP i.MX boards
 2026-06-24  7:09 UTC  (9+ messages)
` [PATCH V2 1/8] PCI: imx6: Add skip_pwrctrl_off flag support
` [PATCH V2 3/8] Bluetooth: btnxpuart: Add M.2 Bluetooth device support using pwrseq
` [PATCH V2 7/8] arm64: dts: imx8qm-mek: Describe the PCIe M.2 Key E connector
` [PATCH V2 8/8] arm64: dts: imx8qxp-mek: "

[PATCH v2] x86/video: Only fall back to vga_default_device() without screen info
 2026-06-24  6:09 UTC  (5+ messages)

[pci:endpoint] BUILD SUCCESS 1fda82e37e00eb679d762756867b2e7508dd73f9
 2026-06-24  5:34 UTC 

[PATCH v9 0/4] vfio/dma-buf: add TPH support for peer-to-peer access
 2026-06-24  5:24 UTC  (4+ messages)
` [PATCH v9 3/4] vfio/pci: implement get_pci_tph and DMA_BUF_TPH feature

[PATCH] misc: pci_endpoint_test: fix use-after-free after device unbind
 2026-06-24  4:07 UTC  (4+ messages)
` [PATCH v2] "

[PATCH RESEND v18 00/12] vfio/pci: Add PCIe TPH support
 2026-06-24  2:52 UTC  (26+ messages)
` [PATCH RESEND v18 01/12] PCI/TPH: Fix pcie_tph_get_st_table_loc() field extraction
` [PATCH RESEND v18 02/12] PCI/TPH: Fix tph_enabled concurrent update race by bitfield packing
` [PATCH RESEND v18 03/12] PCI/TPH: Cache TPH requester capability at probe time
` [PATCH RESEND v18 04/12] PCI/TPH: Refactor pcie_enable_tph & add explicit requester variant
` [PATCH RESEND v18 05/12] PCI/TPH: Refactor pcie_tph_get_cpu_st & add explicit variant
` [PATCH RESEND v18 06/12] PCI/TPH: Expose the enabled TPH requester type
` [PATCH RESEND v18 07/12] PCI/TPH: Add pcie_tph_supported() helper to check TPH capability attributes
` [PATCH RESEND v18 08/12] PCI/TPH: Add sysfs binary file to export CPU to steering-tag mapping
` [PATCH RESEND v18 09/12] vfio/pci: Hide TPH capability when TPH is unsupported
` [PATCH RESEND v18 10/12] vfio/pci: Add TPH_ENABLE feature skeleton and unsafe module parameter
` [PATCH RESEND v18 11/12] vfio/pci: Add TPH_ST_CONFIG for PCIe TPH ST configuration
` [PATCH RESEND v18 12/12] vfio/pci: Virtualize PCIe TPH capability registers

[PATCH v7 00/11] PCI/CXL: Add CXL reset support for Type 2 devices
 2026-06-24  2:17 UTC  (27+ messages)
` [PATCH v7 01/11] cxl: Split decoder programming into a reusable helper
` [PATCH v7 02/11] cxl: Cache decoder settings on PCI devices
` [PATCH v7 03/11] cxl: Cache endpoint decoder settings during PCI enumeration
` [PATCH v7 04/11] PCI: Export pci_dev_save_and_disable() and pci_dev_restore()
` [PATCH v7 05/11] cxl: Add CXL Device Reset helper
` [PATCH v7 06/11] cxl: Validate HDM ranges before CXL reset
` [PATCH v7 07/11] PCI/cxl: Discover the CXL reset scope
` [PATCH v7 08/11] cxl: Coordinate sibling functions for CXL reset
` [PATCH v7 09/11] cxl: Restore CXL HDM state after PCI reset
` [PATCH v7 10/11] PCI/cxl: Expose CXL Reset as a PCI reset method
` [PATCH v7 11/11] Documentation/ABI: Document CXL Reset "

[PATCH v4 12/12] NTB: epf: Implement db_vector_count/mask for doorbells
 2026-06-24  1:35 UTC  (3+ messages)

[PATCH v20 0/4] [PCI] Error recovery for vfio-pci devices on s390x
 2026-06-23 23:14 UTC  (7+ messages)
` [PATCH v20 4/4] PCI/MSI: Enable memory decoding before restoring MSI-X messages

[PATCH v3 0/2] PCI: qcom: Add PCIe support for upcoming Hawi SoC
 2026-06-23 22:47 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: PCI: qcom: Document the Hawi PCIe Controller

[PATCH v19 0/3] [VFIO] Error recovery for vfio-pci devices on s390x
 2026-06-23 21:07 UTC  (5+ messages)
` [PATCH v19 2/3] vfio-pci/zdev: Add a device feature for error information

[PATCH v2 00/21] lib: Rust implementation of SPDM
 2026-06-23 18:58 UTC  (44+ messages)
` [PATCH v2 01/21] rust: transmute: add `cast_slice[_mut]` functions
` [PATCH v2 02/21] rust: create basic untrusted data API
` [PATCH v2 03/21] rust: validate: add `Validate` trait
` [PATCH v2 04/21] X.509: Make certificate parser public
` [PATCH v2 05/21] X.509: Parse Subject Alternative Name in certificates
` [PATCH v2 06/21] X.509: Move certificate length retrieval into new helper
` [PATCH v2 07/21] rust: add bindings for hash.h
` [PATCH v2 08/21] rust: error: impl From<FromBytesWithNulError> for Kernel Error
` [PATCH v2 09/21] lib: rspdm: Initial commit of Rust SPDM
` [PATCH v2 10/21] PCI/TSM: Rename pf0 to host
` [PATCH v2 11/21] PCI/TSM: Support connecting to PCIe CMA devices
` [PATCH v2 12/21] PCI/CMA: Add a PCI TSM CMA driver using SPDM
` [PATCH v2 13/21] PCI/CMA: Validate Subject Alternative Name in certificates
` [PATCH v2 14/21] lib: rspdm: Support SPDM get_version
` [PATCH v2 15/21] lib: rspdm: Support SPDM get_capabilities
` [PATCH v2 16/21] lib: rspdm: Support SPDM negotiate_algorithms
` [PATCH v2 17/21] lib: rspdm: Support SPDM get_digests
` [PATCH v2 18/21] lib: rspdm: Support SPDM get_certificate
` [PATCH v2 19/21] lib: rspdm: Support SPDM certificate validation
` [PATCH v2 20/21] rust: allow extracting the buffer from a CString
` [PATCH v2 21/21] lib: rspdm: Support SPDM challenge

[PATCH v10] Add device-specific reset for Qualcomm devices
 2026-06-23 18:49 UTC  (2+ messages)

[PATCH v17 00/10] rust: add `Ownable` trait and `Owned` type
 2026-06-23 17:58 UTC  (18+ messages)
` [PATCH v17 02/10] rust: types: Add Ownable/Owned types
` [PATCH v17 03/10] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v17 05/10] rust: page: convert to `Ownable`
` [PATCH v17 06/10] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v17 08/10] rust: aref: update formatting of use statements
` [PATCH v17 10/10] rust: page: add `from_raw()`

[PATCH v3 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-06-23 17:47 UTC  (21+ messages)
` [PATCH v3 1/9] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE
` [PATCH v3 6/9] vfio/pci: Clean up BAR zap and revocation

[PATCH v2] pci: loongson: Avoid L0s on LS7A1000 PCIe x8 [0014:7a29] Root Ports rev2
 2026-06-23 17:44 UTC  (2+ messages)

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-06-23 17:06 UTC  (5+ messages)
` [PATCH v6 04/12] PCI: liveupdate: Document driver binding responsibilities
` [PATCH v6 05/12] PCI: liveupdate: Keep bus numbers constant during Live Update

[PATCH 0/1] Fix Thunderbolt enumeration
 2026-06-23 16:02 UTC  (3+ messages)
` [PATCH 1/1] PCI: Fix bus number allocation for switches with multiple downstream ports

SDXI on AMD EPYC (in relation to Nathan’s SDXI dmaengine patchset)
 2026-06-23 14:32 UTC  (3+ messages)

[PATCH v2] PCI: vgaarb: Include 0x0380 devices in boot VGA selection
 2026-06-23 14:16 UTC  (4+ messages)

[PATCH v9] PCI: Add device-specific reset for Qualcomm devices
 2026-06-23 14:15 UTC  (11+ messages)

[PATCH v4 0/9] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-06-23 13:53 UTC  (19+ messages)
` [PATCH v4 1/9] rust: module: move module types into `module.rs`
` [PATCH v4 2/9] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v4 3/9] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v4 4/9] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v4 5/9] rust: drm: set fops.owner from driver module pointer
` [PATCH v4 6/9] rust: miscdevice: "
` [PATCH v4 7/9] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v4 8/9] rust: binder: "
` [PATCH v4 9/9] rust: macros: remove `THIS_MODULE` static from `module!`

[PATCH v2] PCI: cadence: skip the link polling when endpoint not connected
 2026-06-23 10:05 UTC  (2+ messages)

[PATCH v17 00/12] vfio/pci: Add PCIe TPH support
 2026-06-23  9:56 UTC  (5+ messages)
` [PATCH v17 08/12] PCI/TPH: Add sysfs binary file to export CPU to steering-tag mapping

[PATCH v6 0/4] PCI: Add DOE support for endpoint
 2026-06-23  9:24 UTC  (9+ messages)
` [PATCH v6 1/4] PCI/DOE: Move common definitions to the header file
` [PATCH v6 2/4] PCI: endpoint: Add DOE mailbox support for endpoint functions
` [PATCH v6 3/4] PCI: endpoint: Add support for DOE initialization and setup in EPC core
` [PATCH v6 4/4] Documentation: PCI: Add documentation for DOE endpoint support

[PATCH v4 0/4] Add PCIe support for RZ/V2H(P) SoC
 2026-06-23  8:29 UTC  (8+ messages)
` [PATCH v4 2/4] PCI: rzg3s-host: Use shared reset controls for power domain resets

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

[PATCH] PCI: mvebu: allocate ports with pcie struct
 2026-06-23  6:14 UTC  (6+ messages)

[PATCH v3] PCI/portdrv: Allow probing even without child services
 2026-06-23  6:00 UTC  (4+ messages)


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