Linux CXL
 help / color / mirror / Atom feed
 messages from 2026-06-25 09:46:02 to 2026-06-30 06:17:50 UTC [more...]

[PATCH 0/2] mm: memory-failure: fix HWPoison flag race with non-atomic page flag ops
 2026-06-30  6:17 UTC  (25+ messages)
` [PATCH 1/2] mm: memory-failure: use RCU to fix HWPoison flag race
` [PATCH 2/2] mm: wrap non-atomic page flag ops in RCU for HWPoison safety

[PATCH v3 0/3] cxl/features: Bounds-check the fwctl feature commands
 2026-06-30  2:57 UTC  (10+ 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 v7 0/7] cxl: Add CXL type2 accelerator support for cxl_test
 2026-06-29 22:23 UTC  (10+ messages)
` [PATCH v7 1/7] cxl/test: Add test for module parameters
` [PATCH v7 2/7] cxl/test: Add type2 support for mock CFMWS0
` [PATCH v7 3/7] cxl/test: Refactor platform device enumerations
` [PATCH v7 4/7] cxl/test: Add hierarchy enumeration support for type2 device
` [PATCH v7 5/7] cxl/test: Propagate -ENOMEM on platform_device_alloc() failures
` [PATCH v7 6/7] cxl/test: Fixup hdm init for auto region to support type2
` [PATCH v7 7/7] cxl/test: Add cxl_test accelerator driver

[PATCH v5 0/5] cxl: Support Back-Invalidate
 2026-06-29 15:26 UTC  (7+ messages)
` [PATCH v5 2/5] cxl/pci: Add BI topology enable/disable
` [PATCH v5 4/5] cxl: Add HDM-DB region creation

[PATCH v6 0/6] cxl: Add CXL type2 accelerator support for cxl_test
 2026-06-29 20:43 UTC  (12+ messages)
` [PATCH v6 1/6] cxl/test: Add test for module parameters
` [PATCH v6 2/6] cxl/test: Add type2 support for mock CFMWS0
` [PATCH v6 3/6] cxl/test: Refactor platform device enumerations
` [PATCH v6 4/6] cxl/test: Add hierarchy enumeration support for type2 device
` [PATCH v6 5/6] cxl/test: Fixup hdm init for auto region to support type2
` [PATCH v6 6/6] cxl/test: Add cxl_test accelerator driver

[ANNOUNCE] ndctl v85
 2026-06-29 19:47 UTC 

[PATCH v5 1/5] cxl: Add BI register probing and port initialization
 2026-06-29 14:44 UTC  (4+ messages)

[PATCH v30 0/2] Type2 device basic support
 2026-06-29 18:37 UTC  (5+ messages)
` [PATCH v30 1/2] cxl: Support Type2 cxl regs mapping
` [PATCH v30 2/2] cxl: Support dpa without a mailbox

[PATCH v2] cxl/mce: Make the MCE notifier per-region
 2026-06-29 16:33 UTC  (2+ messages)

[PATCH] cxl/pci: Remove incorrect mbox.valid check in cxl_pci_type3_init_mailbox()
 2026-06-29 16:32 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] cxl: docs/linux/dax-driver - fix typos
 2026-06-29 16:06 UTC  (2+ messages)

[PATCH] cxl: fix mailbox return code description typo
 2026-06-29 16:05 UTC  (2+ messages)

[PATCH v2] cxl/mbox: Clamp mailbox output allocation to the payload size
 2026-06-29 16:05 UTC  (3+ messages)

[PATCH v2] cxl/features: Reject Get Feature count larger than the output buffer
 2026-06-29 15:37 UTC  (7+ messages)

[RFC PATCH 00/40] mm: reliable 1GB page allocation
 2026-06-29 14:39 UTC  (5+ messages)

[PATCH v29 0/5] Type2 device basic support
 2026-06-29 13:20 UTC  (8+ messages)
` [PATCH v29 4/5] sfc: obtain and map cxl range using devm_cxl_probe_mem

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

[PATCH v2 0/6] cxl: Support mixed-granularity region interleaves
 2026-06-29  8:56 UTC  (10+ messages)
` [PATCH v2 1/6] cxl/region: Validate interleave selector bits
` [PATCH v2 2/6] cxl/region: Derive port granularity from "
` [PATCH v2 3/6] cxl/region: Account for mixed-granularity in position calculations
` [PATCH v2 6/6] Documentation/cxl: Add region granularity and multi-level interleave guide

[PATCH] cxl/test: reject wrapped GET_LOG offsets
 2026-06-28 15:45 UTC  (3+ messages)

[PATCH] mm/vmstat: flush per-cpu node stats when a node goes offline
 2026-06-27 20:42 UTC  (4+ messages)

[PATCH 00/16] lib/cpumask: get rid of cpumap_print_to_pagebuf()
 2026-06-27 17:49 UTC  (5+ messages)
` [PATCH 13/16] perf: Use sysfs_emit() for cpumask show callbacks

DCD: Add support for Dynamic Capacity Devices (DCD)
 2026-06-26 23:18 UTC  (61+ 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

[PATCH v7 00/11] PCI/CXL: Add CXL reset support for Type 2 devices
 2026-06-26 22:08 UTC  (6+ messages)
` [PATCH v7 08/11] cxl: Coordinate sibling functions for CXL reset
` [PATCH v7 10/11] PCI/cxl: Expose CXL Reset as a PCI reset method

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

[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] 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  (8+ messages)
` [PATCH v5 5/9] mm/memory_hotplug: offline_and_remove_memory_ranges()
` [PATCH v5 8/9] dax/kmem: add sysfs interface for atomic whole-device hotplug

[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  (4+ messages)
` [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


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