Linux CXL
 help / color / mirror / Atom feed
 messages from 2026-01-27 21:42:44 to 2026-02-03 14:17:17 UTC [more...]

[PATCH 0/2] Fix port enumeration failure and NULL endpoint issue
 2026-02-03 14:15 UTC  (11+ messages)
` [PATCH 1/2] cxl/core: Set cxlmd->endpoint to NULL by default
` [PATCH 2/2] cxl/core: Hold grandparent port lock while dport adding

[cxl:next] BUILD SUCCESS 0da3050bdded5f121aaca6b5247ea50681d7129e
 2026-02-03  9:20 UTC 

[PATCH RFCv1 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices
 2026-02-03  5:13 UTC  (13+ messages)

[PATCH 1/2] cxl/region: Timeout auto region assembly waiting for endpoints
 2026-02-03  3:07 UTC  (11+ messages)
` [PATCH 2/2] cxl/region: Unregister auto-created region when assembly fails

[PATCH v15 0/9] Enable CXL PCIe Port Protocol Error handling and logging
 2026-02-03  2:52 UTC  (10+ messages)
` [PATCH v15 1/9] PCI/AER: Introduce AER-CXL Kfifo in new file, pcie/aer_cxl_vh.c
` [PATCH v15 2/9] cxl: Update CXL Endpoint tracing
` [PATCH v15 3/9] PCI/ERR: Introduce PCI_ERS_RESULT_PANIC
` [PATCH v15 4/9] PCI/AER: Dequeue forwarded CXL error
` [PATCH v15 5/9] PCI: Establish common CXL Port protocol error flow
` [PATCH v15 6/9] cxl: Update error handlers to support CXL Port protocol errors
` [PATCH v15 7/9] cxl: Update Endpoint AER uncorrectable handler
` [PATCH v15 8/9] cxl: Remove Endpoint AER correctable handler
` [PATCH v15 9/9] cxl: Enable CXL protocol error reporting

[ndctl PATCH v7 0/7] Add error injection support
 2026-02-03  1:31 UTC  (7+ messages)
` [PATCH 7/7] Documentation: Add docs for inject/clear-error commands

[PATCH] cxl/region: Fix leakage in __construct_region()
 2026-02-02 22:00 UTC  (4+ messages)

[PATCH 0/9] cxl: explicit DAX driver selection and hotplug
 2026-02-02 21:37 UTC  (28+ messages)
` [PATCH 1/9] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH 2/9] mm/memory_hotplug: add __add_memory_driver_managed() with online_type arg
` [PATCH 3/9] dax: plumb online_type from dax_kmem creators to hotplug
` [PATCH 4/9] drivers/cxl,dax: add dax driver mode selection for dax regions
` [PATCH 5/9] cxl/core/region: move pmem region driver logic into pmem_region
` [PATCH 6/9] cxl/core/region: move dax region device logic into dax_region.c
` [PATCH 7/9] cxl/core: add cxl_devdax_region driver for explicit userland region binding
` [PATCH 8/9] cxl/core: Add dax_kmem_region and sysram_region drivers
` [PATCH 9/9] Documentation/driver-api/cxl: add dax and sysram driver documentation

[PATCH v9 00/19] DCD: Add support for Dynamic Capacity Devices (DCD)
 2026-02-02 20:22 UTC  (10+ messages)
` [PATCH v9 04/19] cxl/core: Enforce partition order/simplify partition calls
` [PATCH v9 05/19] cxl/mem: Expose dynamic ram A partition in sysfs
` [PATCH v9 12/19] cxl/extent: Process dynamic partition events and realize region extents
` [PATCH v9 16/19] cxl/region: Read existing extents on region creation

RFC: CXL Isolation Support
 2026-02-02 20:20 UTC  (10+ messages)

[PATCH v2 0/9] cxl/port: Unify RAS setup across port types
 2026-02-02 20:01 UTC  (13+ messages)
` [PATCH v2 1/9] cxl/port: Cleanup handling of the nr_dports 0 -> 1 transition
` [PATCH v2 2/9] cxl/port: Reduce number of @dport variables in cxl_port_add_dport()
` [PATCH v2 3/9] cxl/port: Cleanup dport removal with a devres group
` [PATCH v2 4/9] cxl/port: Move decoder setup before dport creation
` [PATCH v2 5/9] cxl/port: Move dport probe operations to a driver event
` [PATCH v2 6/9] cxl/port: Move dport RAS setup to dport add time
` [PATCH v2 7/9] cxl/port: Map Port RAS registers
` [PATCH v2 8/9] cxl/port: Move endpoint component register management to cxl_port
` [PATCH v2 9/9] cxl/port: Unify endpoint and switch port lookup

[PATCH v4 3/3] mm/vmscan: don't demote if there is not enough free memory in the lower memory tier
 2026-02-02 13:15 UTC  (5+ messages)

[PATCH v23 00/22] Type2 device basic support
 2026-02-01 15:54 UTC  (23+ messages)
` [PATCH v23 01/22] cxl: Add type2 "
` [PATCH v23 02/22] sfc: add cxl support
` [PATCH v23 03/22] cxl: Move pci generic code
` [PATCH v23 04/22] cxl/sfc: Map cxl component regs
` [PATCH v23 05/22] cxl/sfc: Initialize dpa without a mailbox
` [PATCH v23 06/22] cxl: Prepare memdev creation for type2
` [PATCH v23 07/22] sfc: create type2 cxl memdev
` [PATCH v23 08/22] cxl/hdm: Add support for getting region from committed decoder
` [PATCH v23 09/22] cxl: Add function for obtaining region range
` [PATCH v23 10/22] cxl: Export function for unwinding cxl by accelerators
` [PATCH v23 11/22] sfc: obtain decoder and region if committed by firmware
` [PATCH v23 12/22] cxl: Define a driver interface for HPA free space enumeration
` [PATCH v23 13/22] sfc: get root decoder
` [PATCH v23 14/22] cxl: Define a driver interface for DPA allocation
` [PATCH v23 15/22] sfc: get endpoint decoder
` [PATCH v23 16/22] cxl: Make region type based on endpoint type
` [PATCH v23 17/22] cxl/region: Factor out interleave ways setup
` [PATCH v23 18/22] cxl/region: Factor out interleave granularity setup
` [PATCH v23 19/22] cxl: Allow region creation by type2 drivers
` [PATCH v23 20/22] cxl: Avoid dax creation for accelerators
` [PATCH v23 21/22] sfc: create cxl region
` [PATCH v23 22/22] sfc: support pio mapping based on cxl

[cxl:next] BUILD SUCCESS 63050be0bfe0b280cce5d701b31940fd84858609
 2026-01-31  6:32 UTC 

[PATCH V7 0/3] libfuse: add basic famfs support to libfuse
 2026-01-31  1:18 UTC  (5+ messages)
  ` [PATCH V7 1/3] fuse_kernel.h: bring up to baseline 6.19

[PATCH 0/9] cxl/port: Unify RAS setup across port types
 2026-01-30 23:58 UTC  (6+ messages)
` [PATCH 3/9] cxl/port: Cleanup dport removal with a devres group

[PATCH V7 00/19] famfs: port into fuse
 2026-01-30 23:13 UTC  (3+ messages)
  ` [PATCH V7 17/19] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio

[PATCH] cxl: Fix premature commit_end increment on decoder commit failure
 2026-01-30 16:16 UTC  (4+ messages)

[PATCH v4 0/2] FM-API Physical Switch Command Set Support
 2026-01-30 12:31 UTC  (4+ messages)

[ndctl PATCH v4] cxl/cli: enforce HPA-descending teardown
 2026-01-30 12:16 UTC 

[PATCH v5 0/7] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-01-29 22:01 UTC  (35+ messages)
` [PATCH v5 3/7] cxl/region: Skip decoder reset on detach for autodiscovered regions
` [PATCH v5 4/7] cxl/region: Add helper to check Soft Reserved containment by CXL regions
` [PATCH v5 6/7] dax/hmem, cxl: Defer and resolve ownership of Soft Reserved memory ranges
` [PATCH v5 7/7] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree

[PATCH v2 1/3] drivers/cxl: introduce cxl_region_driver field for cxl_region
 2026-01-29 20:43 UTC  (5+ messages)
` [PATCH v2 3/3] cxl/core/region: move dax region driver logic into dax_region

[PATCH v4 1/3] cxl, doc: Remove isonum.txt inclusion
 2026-01-29 16:13 UTC  (7+ messages)
` [PATCH v4 3/3] Documentation/driver-api/cxl: ACPI PRM Address Translation Support and AMD Zen5 enablement

[PATCH v4 0/3] mm: fix oom-killer not being invoked when demotion is enabled
 2026-01-29  2:48 UTC  (12+ messages)
` [PATCH v4 3/3] mm/vmscan: don't demote if there is not enough free memory in the lower memory tier

[PATCH v3 0/3] mm: fix oom-killer not being invoked when demotion is enabled
 2026-01-29  0:44 UTC  (11+ messages)
` [PATCH v3 3/3] mm/vmscan: don't demote if there is not enough free memory in the lower memory tier

[RFC PATCH] cxl: Fix premature commit_end increment on decoder commit failure
 2026-01-28 22:13 UTC  (4+ messages)

[PATCH V5 09/19] famfs_fuse: magic.h: Add famfs magic numbers
 2026-01-28 18:54 UTC  (4+ messages)

ubuntu 24.04 not showing mem0 in "cxl list -M"
 2026-01-28 18:16 UTC  (3+ messages)

[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-28 16:44 UTC  (10+ messages)
` [PATCH v2 07/13] mm: update secretmem to use VMA flags on mmap_prepare

[PATCH v4 0/10] CXL Reset support for Type 2 devices
 2026-01-28 12:36 UTC  (6+ messages)

[PATCH v2 14/20] perf/cxlpmu: Replace IRQF_ONESHOT with IRQF_NO_THREAD
 2026-01-28  9:55 UTC 

[PATCH v3 0/1] cxl/cli: enforce HPA-descending teardown order
 2026-01-28  1:18 UTC  (3+ messages)
` [PATCH v3 1/1] cxl/cli: enforce HPA-descending teardown order for destroy-region

[PATCH V6 00/18] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
 2026-01-28  0:02 UTC  (5+ messages)
  ` [PATCH V6 10/18] cxl/mem: Refactor cxl pmem region auto-assembling

Subject: [PATCH 0/8] dax/kmem: add runtime hotplug state control
 2026-01-27 23:31 UTC  (16+ messages)
` [PATCH 3/8] mm/memory_hotplug: add APIs for explicit online type control
` [PATCH 7/8] dax/kmem: add sysfs interface for runtime hotplug state control

[PATCH v2 5/5] dax/kmem: add memory notifier to block external state changes
 2026-01-27 21:42 UTC  (4+ messages)
` [PATCH] dax/kmem: add build config for protected dax memory blocks


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