Linux CXL
 help / color / mirror / Atom feed
 messages from 2026-06-23 09:10:41 to 2026-06-26 22:08:55 UTC [more...]

[PATCH v7 00/11] PCI/CXL: Add CXL reset support for Type 2 devices
 2026-06-26 22:08 UTC  (15+ messages)
` [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 08/11] cxl: Coordinate sibling functions for CXL reset
` [PATCH v7 09/11] cxl: Restore CXL HDM state after PCI reset

DCD: Add support for Dynamic Capacity Devices (DCD)
 2026-06-26 21:54 UTC  (56+ messages)
` [PATCH v11 01/31] cxl/mbox: Flag "
` [PATCH v11 02/31] cxl/mem: Read dynamic capacity configuration from the device
` [PATCH v11 04/31] cxl/core: Enforce partition order/simplify partition calls
` [PATCH v11 05/31] cxl/mem: Expose dynamic ram 1 partition in sysfs
` [PATCH v11 06/31] cxl/port: Add 'dynamic_ram_1' to endpoint decoder mode
` [PATCH v11 07/31] cxl/region: Add DC DAX region support
` [PATCH v11 08/31] cxl/events: Split event msgnum configuration from irq setup
` [PATCH v11 09/31] cxl/pci: Factor out interrupt policy check
` [PATCH v11 10/31] cxl/mem: Configure dynamic capacity interrupts
` [PATCH v11 11/31] cxl/core: Return endpoint decoder information from region search
` [PATCH v11 12/31] cxl/mem: Set up framework for handling DC Events
` [PATCH v11 13/31] cxl/mem: Add 20 second timeout for stalled DC_ADD_CAPACITY chains
` [PATCH v11 14/31] cxl/extent: Handle DC Add Capacity events
` [PATCH v11 15/31] cxl/mem: Drop misaligned DCD extent groups
` [PATCH v11 16/31] cxl/extent: Validate DC extent partition
` [PATCH v11 17/31] cxl/mem: Enforce tag-group semantics
` [PATCH v11 18/31] cxl/extent: Handle DC Release Capacity events
` [PATCH v11 19/31] cxl/extent: Enforce cross-region tag uniqueness
` [PATCH v11 20/31] cxl/region/extent: Expose dc_extent information in sysfs
` [PATCH v11 21/31] cxl + dax: Surface dax_resources on DCD Add Capacity events
` [PATCH v11 22/31] cxl + dax: Release dax_resources on DCD Release "
` [PATCH v11 23/31] dax/bus: Factor out dev dax resize logic
` [PATCH v11 24/31] dax/bus: Add uuid sysfs attribute to dax devices
` [PATCH v11 25/31] dax/bus: Reject resize on DC dax devices and enforce 0-size creation
` [PATCH v11 26/31] dax/bus: Tag-aware uuid claim and show on DC dax devices
` [PATCH v11 27/31] cxl/region: Read existing extents on region creation
` [PATCH v11 28/31] cxl/mem: Trace Dynamic capacity Event Record
` [PATCH v11 29/31] tools/testing/cxl: Make event logs dynamic
` [PATCH v11 30/31] tools/testing/cxl: Add DC Regions to mock mem data
` [PATCH v11 31/31] Documentation/cxl: Document DCD extent handling and DC-backed DAX regions
` [PATCH v11 03/31] cxl/cdat: Gather DSMAS data for DCD partitions

[NDCTL PATCH v3] cxl: Add CXL type2 accelerator unit test
 2026-06-26 17:09 UTC 

[PATCH v2] cxl/features: Reject Get Feature count larger than the output buffer
 2026-06-26 16:17 UTC  (6+ messages)

[PATCH v2 0/6] cxl: Support mixed-granularity region interleaves
 2026-06-26 15:21 UTC  (6+ messages)
` [PATCH v2 1/6] cxl/region: Validate interleave selector bits
` [PATCH v2 2/6] cxl/region: Derive port granularity from "

[PATCH v3 0/3] cxl/features: Bounds-check the fwctl feature commands
 2026-06-26 10:56 UTC  (7+ messages)
` [PATCH v3 1/3] cxl/features: Reject Get Feature count larger than the output buffer
` [PATCH v3 2/3] cxl/features: Reject Set Features output buffer smaller than the header
` [PATCH v3 3/3] cxl/features: Clamp Get Feature output size to the remaining buffer

[PATCH v3 00/11] vfio/pci: Add CXL Type-2 device passthrough support
 2026-06-26  9:16 UTC  (13+ messages)
` [PATCH v3 01/11] cxl: Add cxl_get_hdm_info() helper for HDM decoder metadata
` [PATCH v3 02/11] cxl: Split cxl_await_range_active() from media-ready wait
` [PATCH v3 03/11] cxl: Record BIR and BAR offset in cxl_register_map
` [PATCH v3 04/11] cxl: Move component/HDM register defines to uapi/cxl/cxl_regs.h
` [PATCH v3 05/11] vfio: UAPI for CXL Type-2 device passthrough
` [PATCH v3 06/11] cxl: Add register-virtualization helpers for vfio Type-2 passthrough
` [PATCH v3 07/11] vfio/pci: Add CONFIG_VFIO_PCI_CXL with bind-time CXL Type-2 acquisition
` [PATCH v3 08/11] vfio/pci/cxl: Add HDM + COMP_REGS regions and DVSEC clipping shim
` [PATCH v3 09/11] selftests/vfio: Add CXL Type-2 device passthrough smoke test
` [PATCH v3 10/11] docs: vfio-pci: Document CXL Type-2 device passthrough
` [PATCH v3 11/11] vfio/pci: Provide opt-out for CXL Type-2 extensions

[PATCH v5 0/9] driver core: Fix some race conditions
 2026-06-26  8:21 UTC  (2+ messages)

[PATCH 0/6] hw/cxl: fix Type-3 device reset resource leaks and convert to three-phase
 2026-06-26  6:21 UTC  (7+ messages)
` [PATCH 1/6] hw/cxl: fix timer leak in cxl_destroy_cci()
` [PATCH 2/6] hw/cxl: destroy primary CCI before re-initialization on reset
` [PATCH 3/6] hw/cxl: convert cxl-type3 to three-phase reset
` [PATCH 4/6] hw/cxl: free in-flight sanitize state on reset
` [PATCH 5/6] hw/cxl: clear event logs, scan media and interrupt policy "
` [PATCH 6/6] hw/cxl: clear poison lists and feature transfer state "

[PATCH v29 0/5] Type2 device basic support
 2026-06-26  3:56 UTC  (14+ messages)
` [PATCH v29 2/5] cxl/sfc: Map cxl regs
` [PATCH v29 4/5] sfc: obtain and map cxl range using devm_cxl_probe_mem
` [PATCH v29 5/5] sfc: support pio mapping based on cxl

[PATCH] cxl/pmem: Format nvdimm serial numbers as decimal
 2026-06-25 19:38 UTC  (3+ messages)

[PATCH v5 0/9] dax/kmem: atomic whole-device hotplug via sysfs
 2026-06-25 14:57 UTC  (28+ messages)
` [PATCH v5 1/9] mm/memory: add memory_block_aligned_range() helper
` [PATCH v5 2/9] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH v5 3/9] mm/memory_hotplug: export mhp_get_default_online_type
` [PATCH v5 4/9] mm/memory_hotplug: add __add_memory_driver_managed() with online_type arg
` [PATCH v5 5/9] mm/memory_hotplug: offline_and_remove_memory_ranges()
` [PATCH v5 6/9] dax: plumb hotplug online_type through dax
` [PATCH v5 7/9] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH v5 8/9] dax/kmem: add sysfs interface for atomic whole-device hotplug
` [PATCH v5 9/9] selftests/dax: add dax/kmem hotplug sysfs regression test

[PATCH v6 00/10] ACPI: APEI: share GHES CPER helpers and add DT FFH provider
 2026-06-25 13:12 UTC  (6+ messages)
` [PATCH v6 07/10] ACPI: APEI: introduce GHES helper

[NDCTL PATCH v7 0/5] Dynamic Capacity additions for cxl-cli
 2026-06-25 12:09 UTC  (6+ messages)
` [NDCTL PATCH v7 1/5] libcxl, cxl/region: Add Dynamic RAM 1 partition mode support
` [NDCTL PATCH v7 2/5] libcxl: Add extent functionality to DC regions
` [NDCTL PATCH v7 3/5] cxl/region: Add extent output to region query
` [NDCTL PATCH v7 4/5] daxctl: Add --uuid option to create-device for sparse regions
` [NDCTL PATCH v7 5/5] cxl/test: Add Dynamic Capacity tests

[PATCH v10 00/31] DCD: Add support for Dynamic Capacity Devices (DCD)
 2026-06-25 11:22 UTC  (11+ messages)
` [PATCH v10 14/31] cxl/extent: Handle DC Add Capacity events
` [PATCH v10 16/31] cxl/extent: Validate DC extent partition
` [PATCH v10 23/31] dax/bus: Factor out dev dax resize logic
` [PATCH v10 30/31] tools/testing/cxl: Add DC Regions to mock mem data

[PATCH v6 0/2] Support zero-sized HDM decoders
 2026-06-25  9:47 UTC  (5+ messages)
` [PATCH v6 1/2] cxl/hdm: Allow zero sized "
` [PATCH v6 2/2] tools/testing/cxl: Enable zero sized decoders under hb0

[PATCH v6 0/7] ndctl: Dynamic Capacity additions for cxl-cli
 2026-06-25  9:34 UTC  (21+ messages)
` [PATCH v6 2/7] libcxl: Add Dynamic RAM A partition mode support
` [PATCH v6 4/7] libcxl: Add extent functionality to DC regions
` [PATCH v6 6/7] daxctl: Add --uuid option to create-device for sparse regions
` [PATCH v6 7/7] cxl/test: Add Dynamic Capacity tests

[PATCH v5 0/2] Support zero-sized HDM decoders
 2026-06-25  9:25 UTC  (8+ messages)
` [PATCH v5 1/2] cxl/hdm: Allow zero sized "
` [PATCH v5 2/2] tools/testing/cxl: Enable zero sized decoders under hb0

[PATCH] cxl/pci: Remove incorrect mbox.valid check in cxl_pci_type3_init_mailbox()
 2026-06-25  8:10 UTC  (3+ messages)

[PATCH] cxl: fix mailbox return code description typo
 2026-06-24 18:17 UTC  (3+ messages)

[PATCH v2 0/4] hw/riscv/virt: Add CXL support to the RISC-V virt machine
 2026-06-24 17:21 UTC  (5+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 3/4] hw/riscv/virt,gpex: Provide 32-bit MMIO window for CXL host bridges

[ndctl PATCH RESEND] test/cxl-mbox: Regression test for huge CXL_MEM_SEND_COMMAND out.size
 2026-06-24 15:09 UTC  (2+ messages)

[PATCH] test/cxl-mbox: Regression test for huge CXL_MEM_SEND_COMMAND out.size
 2026-06-24 15:08 UTC  (3+ messages)

[PATCH v2] cxl/mbox: Clamp mailbox output allocation to the payload size
 2026-06-24 14:41 UTC 

[ndctl PATCH] test/fwctl: Add Get Feature OOB rejection regression test
 2026-06-24 14:00 UTC 

[RFC 0/8] pci: cxl: Add enumeration support for Unordered I/O (UIO) feature
 2026-06-24 15:18 UTC  (23+ messages)
` [RFC 7/8] hw/pci: hw/cxl: Wire SVC initialization into port realize functions
  ` [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] cxl: docs/linux/dax-driver - fix typos
 2026-06-24  3:37 UTC  (2+ messages)

[PATCH v2] cxl/mce: Make the MCE notifier per-region
 2026-06-24  3:32 UTC  (2+ messages)

[PATCH v2 00/21] lib: Rust implementation of SPDM
 2026-06-23 18:58 UTC  (3+ messages)
` [PATCH v2 09/21] lib: rspdm: Initial commit of Rust SPDM

[PATCH v4 0/2] Support zero-sized HDM decoders
 2026-06-23 17:01 UTC  (3+ messages)

[PATCH v2] cxl: Convert PCIBIOS errors to errno on remaining DVSEC/PCIe accesses
 2026-06-23 16:54 UTC  (2+ messages)

[PATCH] cxl/features: Bound Get Feature read count to the output buffer
 2026-06-23 14:10 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