NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
 messages from 2026-01-23 00:11:52 to 2026-02-02 17:46:28 UTC [more...]

[PATCH 0/9] cxl: explicit DAX driver selection and hotplug
 2026-02-02 17:46 UTC  (19+ 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] nvdimm: virtio_pmem: serialize flush requests
 2026-02-02 17:18 UTC  (7+ messages)

[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 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

[ndctl PATCH v7 0/7] Add error injection support
 2026-01-30 21:45 UTC  (6+ messages)
` [PATCH 7/7] Documentation: Add docs for inject/clear-error commands

support file system generated / verified integrity information v2
 2026-01-30 16:08 UTC  (21+ messages)
` [PATCH 01/15] block: factor out a bio_integrity_action helper
` [PATCH 02/15] block: factor out a bio_integrity_setup_default helper
` [PATCH 03/15] block: add a bdev_has_integrity_csum helper
` [PATCH 04/15] block: prepare generation / verification helpers for fs usage
` [PATCH 05/15] block: make max_integrity_io_size public
` [PATCH 06/15] block: add fs_bio_integrity helpers
` [PATCH 07/15] block: pass a maxlen argument to bio_iov_iter_bounce
` [PATCH 08/15] iomap: refactor iomap_bio_read_folio_range
` [PATCH 09/15] iomap: pass the iomap_iter to ->submit_read
` [PATCH 10/15] iomap: only call into ->submit_read when there is a read_ctx
` [PATCH 11/15] iomap: allow file systems to hook into buffered read bio submission
` [PATCH 12/15] iomap: add a bioset pointer to iomap_read_folio_ops
` [PATCH 13/15] iomap: support ioends for buffered reads
` [PATCH 14/15] iomap: support T10 protection information
` [PATCH 15/15] xfs: "

[PATCH v5 0/7] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-01-29 22:01 UTC  (50+ 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 5/7] dax: Introduce dax_cxl_mode for CXL coordination
` [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

support file system generated / verified integrity information
 2026-01-29  9:23 UTC  (40+ messages)
` [PATCH 01/15] block: factor out a bio_integrity_action helper
` [PATCH 02/15] block: factor out a bio_integrity_setup_default helper
` [PATCH 06/15] block: add fs_bio_integrity helpers
` [PATCH 07/15] block: pass a maxlen argument to bio_iov_iter_bounce
  ` [PATCH 03/15] block: add a bdev_has_integrity_csum helper
  ` [PATCH 05/15] block: make max_integrity_io_size public
  ` [PATCH 04/15] block: prepare generation / verification helpers for fs usage

[PATCH V5 09/19] famfs_fuse: magic.h: Add famfs magic numbers
 2026-01-28 18:54 UTC  (4+ 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  (21+ messages)
` [PATCH v2 07/13] mm: update secretmem to use VMA flags on mmap_prepare
` [PATCH v2 08/13] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH v2 09/13] mm: update all remaining mmap_prepare users "
` [PATCH v2 12/13] tools/testing/vma: separate out vma_internal.h into logical headers

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

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

[PATCH v2 0/5] add runtime hotplug state control
 2026-01-27 21:31 UTC  (3+ messages)
` [PATCH v2 4/5] dax/kmem: add sysfs interface for "

[PATCH] nvdimm: Add check for devm_kmalloc() and fix NULL pointer dereference in nd_pfn_probe() and nd_dax_probe()
 2026-01-27  3:57 UTC  (4+ messages)
  ` [PATCH] nvdimm: Add check for devm_kmalloc() and fix NULLpointer "

[PATCH] ACPI: NFIT:Advertise DSM function 0xA (Query ARS error inject capabilities)
 2026-01-24  0:44 UTC  (2+ messages)

unsubscribe
 2026-01-23 20:52 UTC  (2+ messages)

[PATCH V5 00/17] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
 2026-01-23 11:28 UTC  (31+ messages)
  ` [PATCH V5 03/17] nvdimm/label: Add namespace/region label support as per LSA 2.1
  ` [PATCH V5 04/17] nvdimm/label: Include region label in slot validation
  ` [PATCH V5 05/17] nvdimm/label: Skip region label during ns label DPA reservation
  ` [PATCH V5 08/17] nvdimm/label: Preserve cxl region information from region label
  ` [PATCH V5 09/17] nvdimm/label: Export routine to fetch region information
  ` [PATCH V5 10/17] cxl/mem: Refactor cxl pmem region auto-assembling
  ` [PATCH V5 11/17] cxl/region: Add devm_cxl_pmem_add_region() for pmem region creation
  ` [PATCH V5 15/17] cxl/pmem_region: Add sysfs attribute cxl region label updation/deletion
  ` [PATCH V5 16/17] cxl/pmem_region: Create pmem region using information parsed from LSA


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