NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
 messages from 2025-10-20 12:12:37 to 2025-11-20 03:19:41 UTC [more...]

[PATCH v4 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2025-11-20  3:19 UTC  (2+ messages)
` [PATCH v4 1/9] dax/hmem, e820, resource: Defer Soft Reserved insertion until hmem is ready

[PATCH V4 00/17] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
 2025-11-19 23:37 UTC  (33+ messages)
  ` [PATCH V4 01/17] nvdimm/label: Introduce NDD_REGION_LABELING flag to set region label
  ` [PATCH V4 02/17] nvdimm/label: CXL labels skip the need for 'interleave-set cookie'
  ` [PATCH V4 03/17] nvdimm/label: Add namespace/region label support as per LSA 2.1
  ` [PATCH V4 04/17] nvdimm/label: Include region label in slot validation
  ` [PATCH V4 05/17] nvdimm/label: Skip region label during ns label DPA reservation
  ` [PATCH V4 06/17] nvdimm/label: Preserve region label during namespace creation
  ` [PATCH V4 07/17] nvdimm/label: Add region label delete support
  ` [PATCH V4 08/17] nvdimm/label: Preserve cxl region information from region label
  ` [PATCH V4 09/17] nvdimm/label: Export routine to fetch region information
  ` [PATCH V4 10/17] cxl/mem: Refactor cxl pmem region auto-assembling
  ` [PATCH V4 11/17] cxl/region: Add devm_cxl_pmem_add_region() for pmem region creation
  ` [PATCH V4 12/17] cxl/pmem: Preserve region information into nd_set
  ` [PATCH V4 13/17] cxl/pmem_region: Prep patch to accommodate pmem_region attributes
  ` [PATCH V4 14/17] cxl/pmem_region: Introduce CONFIG_CXL_PMEM_REGION for core/pmem_region.c
  ` [PATCH V4 15/17] cxl/pmem_region: Add sysfs attribute cxl region label updation/deletion
  ` [PATCH V4 16/17] cxl/pmem_region: Create pmem region using information parsed from LSA
  ` [PATCH V4 17/17] cxl/pmem: Add CXL LSA 2.1 support in cxl pmem

[PATCH v3 0/5] dax: add PROBE_PREFER_ASYNCHRONOUS to all the dax drivers
 2025-11-18 21:48 UTC  (10+ messages)
` [PATCH v3 1/5] dax: add PROBE_PREFER_ASYNCHRONOUS to the pmem driver
` [PATCH v3 2/5] dax: add PROBE_PREFER_ASYNCHRONOUS to the kmem driver
` [PATCH v3 3/5] dax: add PROBE_PREFER_ASYNCHRONOUS to the cxl driver
` [PATCH v3 4/5] dax: add PROBE_PREFER_ASYNCHRONOUS to the hmem drivers
` [PATCH v3 5/5] dax: add PROBE_PREFER_ASYNCHRONOUS to the dax device driver

[RFC LPC2026 PATCH v2 00/11] Specific Purpose Memory NUMA Nodes
 2025-11-18 10:36 UTC  (14+ messages)
` [RFC PATCH v2 01/11] mm: constify oom_control, scan_control, and alloc_context nodemask
` [RFC PATCH v2 02/11] mm: change callers of __cpuset_zone_allowed to cpuset_zone_allowed
` [RFC PATCH v2 03/11] gfp: Add GFP_SPM_NODE for Specific Purpose Memory (SPM) allocations
` [RFC PATCH v2 04/11] memory-tiers: Introduce SysRAM and Specific Purpose Memory Nodes
` [RFC PATCH v2 05/11] mm: restrict slub, oom, compaction, and page_alloc to sysram by default
` [RFC PATCH v2 06/11] mm,cpusets: rename task->mems_allowed to task->sysram_nodes
` [RFC PATCH v2 07/11] cpuset: introduce cpuset.mems.sysram
` [RFC PATCH v2 08/11] mm/memory_hotplug: add MHP_SPM_NODE flag
` [RFC PATCH v2 09/11] drivers/dax: add spm_node bit to dev_dax
` [RFC PATCH v2 10/11] drivers/cxl: add spm_node bit to cxl region
` [RFC PATCH v2 11/11] [HACK] mm/zswap: compressed ram integration example

[syzbot] [erofs?] WARNING in get_next_unlocked_entry
 2025-11-17 10:33 UTC 

[NDCTL PATCH 0/5] cxl: Add tests for extended linear cache support
 2025-11-16  1:49 UTC  (12+ messages)
` [NDCTL PATCH 1/5] cxl/test: Add test "
` [NDCTL PATCH 2/5] cxl/test: Fix cxl-poison.sh to detect the correct elc sysfs attrib
` [NDCTL PATCH 3/5] cxl/test: Move cxl-poison.sh to use cxl_test auto region
` [NDCTL PATCH 4/5] cxl/test: Move common part of poison unit test to common file
` [NDCTL PATCH 5/5] cxl/test: Add support for poison test for ELC

[ndctl PATCH v4] cxl: Add cxl-translate.sh unit test
 2025-11-15  0:50 UTC  (2+ messages)

[PATCH V3 00/20] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
 2025-11-13  7:29 UTC  (15+ messages)
  ` [PATCH V3 13/20] cxl/mem: Refactor cxl pmem region auto-assembling
  ` [PATCH V3 18/20] cxl/pmem_region: Prep patch to accommodate pmem_region attributes

[RESEND PATCH v4 0/2] acpi/hmat: hmat_register_target() refactor to address lockdep warning
 2025-11-12 22:00 UTC  (8+ messages)
` [RESEND PATCH v4 1/2] acpi/hmat: Return when generic target is updated
` [RESEND PATCH v4 2/2] acpi/hmat: Fix lockdep warning for hmem_register_resource()

[PATCH v1 1/1] libnvdimm/labels: Get rid of redundant 'else'
 2025-11-10  8:50 UTC  (9+ messages)

[ndctl PATCH v3] cxl: Add cxl-translate.sh unit test
 2025-11-10  1:46 UTC  (4+ messages)

[RFC LPC2026 PATCH 0/9] Protected Memory NUMA Nodes
 2025-11-07 22:49 UTC  (10+ messages)
` [RFC PATCH 1/9] gfp: Add GFP_PROTECTED for protected-node allocations
` [RFC PATCH 2/9] memory-tiers: create default_sysram_nodes
` [RFC PATCH 3/9] mm: default slub, oom_kill, compaction, and page_alloc to sysram
` [RFC PATCH 4/9] mm,cpusets: rename task->mems_allowed to task->mems_default
` [RFC PATCH 5/9] cpuset: introduce cpuset.mems.default
` [RFC PATCH 6/9] mm/memory_hotplug: add MHP_PROTECTED_MEMORY flag
` [RFC PATCH 7/9] drivers/dax: add protected memory bit to dev_dax
` [RFC PATCH 8/9] drivers/cxl: add protected_memory bit to cxl region
` [RFC PATCH 9/9] [HACK] mm/zswap: compressed ram integration example

[PATCH v3 0/2] acpi/hmat: hmat_register_target() refactor to address lockdep warning
 2025-11-06 20:27 UTC  (8+ messages)
` [PATCH v3 1/2] acpi/hmat: Return when generic target is updated
` [PATCH v3 2/2] acpi/hmat: Fix lockdep warning for hmem_register_resource()
` [PATCH v4 0/2] acpi/hmat: hmat_register_target() refactor to address lockdep warning
` [PATCH v4 1/2] acpi/hmat: Return when generic target is updated
` [PATCH v4 2/2] acpi/hmat: Fix lockdep warning for hmem_register_resource()

[PATCH] nvdimm: replace use of system_wq with system_percpu_wq
 2025-11-06  9:18 UTC  (4+ messages)

[PATCH] Documentation: btt: Unwrap bit 31-30 nested table
 2025-11-06  5:13 UTC  (3+ messages)

[PATCH v3 0/5] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
 2025-11-05  2:59 UTC  (9+ messages)

[PATCH v2] tools/testing/nvdimm: Use per-DIMM device handle
 2025-11-04 20:05 UTC  (3+ messages)

[PATCH v3 0/1] nvdimm: allow exposing RAM as libnvdimm DIMMs
 2025-11-03 21:12 UTC  (4+ messages)
` [PATCH v3 1/1] nvdimm: allow exposing RAM carveouts as NVDIMM DIMM devices

[PATCH] tools/testing/nvdimm: Stop read past end of global handle array
 2025-10-31 23:25 UTC  (4+ messages)

[ndctl PATCH v2] ndctl/test: fully reset nfit_test in pmem-ns unit test
 2025-10-31 17:22 UTC  (3+ messages)

[NDCTL PATCH v2] cxl: Add support for extended linear cache
 2025-10-29  1:32 UTC  (2+ messages)

[PATCH v3 0/2] acpi/hmat: hmat_register_target() refactor to address lockdep warning
 2025-10-28 15:15 UTC  (5+ messages)
` [PATCH v3 1/2] acpi/hmat: Return when generic target is updated
` [PATCH v3 2/2] acpi/hmat: Fix lockdep warning for hmem_register_resource()

[PATCH v2 1/1] dax: add PROBE_PREFER_ASYNCHRONOUS to all dax drivers
 2025-10-24 15:19 UTC  (2+ messages)

[ndctl PATCH v3 0/7] Add error injection support
 2025-10-23 22:51 UTC  (20+ messages)
` [ndctl PATCH v3 1/7] libcxl: Add debugfs path to CXL context
` [ndctl PATCH v3 2/7] libcxl: Add CXL protocol errors
` [ndctl PATCH v3 3/7] libcxl: Add poison injection support
` [ndctl PATCH v3 4/7] cxl: Add inject-error command
` [ndctl PATCH v3 5/7] cxl: Add clear-error command
` [ndctl PATCH v3 6/7] cxl/list: Add injectable errors in output
` [ndctl PATCH v3 7/7] Documentation: Add docs for inject/clear-error commands

[PATCH 1/1] dax: add PROBE_PREFER_ASYNCHRONOUS to the pmem driver
 2025-10-23 14:57 UTC  (6+ messages)

[PATCH v2 0/1] nvdimm: allow exposing RAM as libnvdimm DIMMs
 2025-10-23  7:39 UTC  (6+ messages)
` [PATCH v2 1/1] nvdimm: allow exposing RAM carveouts as NVDIMM DIMM devices

[ndctl PATCH] ndctl/test: fully reset nfit_test in pmem_ns unit test
 2025-10-23  5:15 UTC  (4+ messages)

[PATCH v5 00/15] expand mmap_prepare functionality, port more users
 2025-10-20 18:16 UTC  (20+ messages)
` [PATCH v5 01/15] mm/shmem: update shmem to use mmap_prepare
` [PATCH v5 02/15] device/dax: update devdax "
` [PATCH v5 03/15] mm/vma: remove unused function, make internal functions static
` [PATCH v5 04/15] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v5 05/15] relay: update relay to use mmap_prepare
` [PATCH v5 06/15] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v5 07/15] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v5 08/15] mm: abstract io_remap_pfn_range() based on PFN
` [PATCH v5 09/15] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v5 10/15] mm: add ability to take further action in vm_area_desc
` [PATCH v5 11/15] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v5 12/15] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v5 13/15] mm: add shmem_zero_setup_desc()
` [PATCH v5 14/15] mm: update mem char driver to use mmap_prepare
` [PATCH v5 15/15] mm: update resctl "


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