NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
 messages from 2026-01-14 17:36:36 to 2026-01-21 15:37:38 UTC [more...]

[PATCH V5 00/17] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
 2026-01-21 15:37 UTC  (39+ messages)
    ` [PATCH V5 04/17] nvdimm/label: Include region label in slot validation
    ` [PATCH V5 01/17] nvdimm/label: Introduce NDD_REGION_LABELING flag to set region label
    ` [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 12/17] cxl/pmem: Preserve region information into nd_set
    ` [PATCH V5 14/17] cxl/pmem_region: Introduce CONFIG_CXL_PMEM_REGION for core/pmem_region.c
    ` [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
    ` [PATCH V5 17/17] cxl/pmem: Add CXL LSA 2.1 support in cxl pmem
    ` [PATCH V5 03/17] nvdimm/label: Add namespace/region label support as per LSA 2.1
    ` [PATCH V5 06/17] nvdimm/label: Preserve region label during namespace creation
    ` [PATCH V5 07/17] nvdimm/label: Add region label delete support

support file system generated / verified integrity information
 2026-01-21  6:43 UTC  (16+ 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: "

[cxl:for-7.0/cxl-init] [dax/hmem, e820, resource] bc62f5b308: BUG:soft_lockup-CPU##stuck_for#s![kworker:#:#]
 2026-01-21  5:11 UTC 

[PATCH BUNDLE v7] famfs: Fabric-Attached Memory File System
 2026-01-20 17:05 UTC  (32+ messages)
  ` [PATCH V7 00/19] famfs: port into fuse
    ` [PATCH V7 01/19] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
    ` [PATCH V7 02/19] dax: Factor out dax_folio_reset_order() helper
    ` [PATCH V7 03/19] dax: add fsdev.c driver for fs-dax on character dax
    ` [PATCH V7 04/19] dax: Save the kva from memremap
    ` [PATCH V7 05/19] dax: Add dax_operations for use by fs-dax on fsdev dax
    ` [PATCH V7 06/19] dax: Add dax_set_ops() for setting dax_operations at bind time
    ` [PATCH V7 07/19] dax: Add fs_dax_get() func to prepare dax for fs-dax usage
    ` [PATCH V7 08/19] dax: export dax_dev_get()
    ` [PATCH V7 09/19] famfs_fuse: magic.h: Add famfs magic numbers
    ` [PATCH V7 10/19] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
    ` [PATCH V7 11/19] famfs_fuse: Basic fuse kernel ABI enablement for famfs
    ` [PATCH V7 12/19] famfs_fuse: Plumb the GET_FMAP message/response
    ` [PATCH V7 13/19] famfs_fuse: Create files with famfs fmaps
    ` [PATCH V7 14/19] famfs_fuse: GET_DAXDEV message and daxdev_table
    ` [PATCH V7 15/19] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
    ` [PATCH V7 16/19] famfs_fuse: Add holder_operations for dax notify_failure()
    ` [PATCH V7 17/19] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio
    ` [PATCH V7 18/19] famfs_fuse: Add famfs fmap metadata documentation
    ` [PATCH V7 19/19] famfs_fuse: Add documentation
  ` [PATCH V7 0/3] libfuse: add basic famfs support to libfuse
    ` [PATCH V7 1/3] fuse_kernel.h: bring up to baseline 6.19
    ` [PATCH V7 2/3] fuse_kernel.h: add famfs DAX fmap protocol definitions
    ` [PATCH V7 3/3] fuse: add famfs DAX fmap support
  ` [PATCH V4 0/2] ndctl: Add daxctl support for the new "famfs" mode of devdax
    ` [PATCH V4 1/2] daxctl: Add support for famfs mode
    ` [PATCH V4 2/2] Add test/daxctl-famfs.sh to test famfs mode transitions:

[PATCH RESEND 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-20 16:50 UTC  (28+ messages)
` [PATCH RESEND 01/12] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH RESEND 02/12] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH RESEND 03/12] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH RESEND 04/12] mm: add basic VMA flag operation helper functions
` [PATCH RESEND 05/12] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH RESEND 06/12] mm: update secretmem "
` [PATCH RESEND 07/12] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH RESEND 08/12] mm: update all remaining mmap_prepare users "
` [PATCH RESEND 09/12] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH RESEND 10/12] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH RESEND 11/12] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH RESEND 12/12] tools/testing/vma: add VMA userland tests for VMA flag functions

[PATCH 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-19 21:18 UTC  (16+ messages)
` [PATCH 01/12] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH 02/12] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH 03/12] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH 04/12] mm: add basic VMA flag operation helper functions
` [PATCH 05/12] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH 06/12] mm: update secretmem "
` [PATCH 07/12] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH 08/12] mm: update all remaining mmap_prepare users "
` [PATCH 09/12] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH 10/12] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH 11/12] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH 12/12] tools/testing/vma: add VMA userland tests for VMA flag functions

[PATCH] ACPI: NFIT:Advertise DSM function 0xA (Query ARS error inject capabilities)
 2026-01-19 18:44 UTC 

[PATCH] ACPI: NFIT: Advertise DSM function 0xA (ARS error inject capabilities)
 2026-01-19 18:18 UTC 

[ndctl PATCH v2] daxctl: replace basename() usage with new path_basename()
 2026-01-16 19:41 UTC  (2+ messages)

[PATCH BUNDLE v3] famfs: Fabric-Attached Memory File System
 2026-01-16 19:14 UTC  (28+ messages)
  ` [PATCH V5 00/19] famfs: port into fuse
  ` [PATCH V5 0/3]
      ` [PATCH V5 1/3] fuse_kernel.h: bring up to baseline 6.19
      ` [PATCH V5 2/3] fuse_kernel.h: add famfs DAX fmap protocol definitions
      ` [PATCH V5 3/3] fuse: add famfs DAX fmap support
  ` [PATCH V3 0/2] ndctl: Add daxctl support for the new "famfs" mode of devdax
      ` [PATCH V3 1/2] daxctl: Add support for famfs mode
      ` [PATCH V3 2/2] Add test/daxctl-famfs.sh to test famfs mode transitions:
` [PATCH V5 01/19] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
` [PATCH V5 02/19] dax: Factor out dax_folio_reset_order() helper
` [PATCH V5 03/19] dax: add fsdev.c driver for fs-dax on character dax
` [PATCH V5 04/19] dax: Save the kva from memremap
` [PATCH V5 05/19] dax: Add dax_operations for use by fs-dax on fsdev dax
` [PATCH V5 06/19] dax: Add dax_set_ops() for setting dax_operations at bind time
` [PATCH V5 07/19] dax: Add fs_dax_get() func to prepare dax for fs-dax usage
` [PATCH V5 08/19] dax: export dax_dev_get()
` [PATCH V5 09/19] famfs_fuse: magic.h: Add famfs magic numbers
` [PATCH V5 10/19] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
` [PATCH V5 11/19] famfs_fuse: Basic fuse kernel ABI enablement for famfs
` [PATCH V5 12/19] famfs_fuse: Plumb the GET_FMAP message/response
` [PATCH V5 13/19] famfs_fuse: Create files with famfs fmaps
` [PATCH V5 14/19] famfs_fuse: GET_DAXDEV message and daxdev_table
` [PATCH V5 15/19] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
` [PATCH V5 16/19] famfs_fuse: Add holder_operations for dax notify_failure()
` [PATCH V5 17/19] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio
` [PATCH V5 18/19] famfs_fuse: Add famfs fmap metadata documentation
` [PATCH V5 19/19] famfs_fuse: Add documentation

[PATCH v6 0/5] Enable THP support in drm_pagemap
 2026-01-16 11:10 UTC 

[ndctl PATCH] daxctl: Replace basename() usage with strrchr()
 2026-01-16  4:29 UTC  (6+ messages)

[ndctl PATCH 1/2] util/sysfs: save and use errno properly in read and write paths
 2026-01-16  2:43 UTC  (2+ messages)
` [ndctl PATCH 2/2] util/sysfs: add hint for missing root privileges on sysfs access

[PATCH] fs/dax: check zero or empty entry before converting xarray
 2026-01-16  0:39 UTC  (3+ messages)

[ndctl PATCH v2] cxl/test: test unaligned address translations in cxl_poison events
 2026-01-15 20:02 UTC 

[PATCH v2 0/5] add runtime hotplug state control
 2026-01-15 17:46 UTC  (10+ messages)
` [PATCH v2 1/5] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH v2 2/5] mm/memory_hotplug: add 'online_type' argument to add_memory_driver_managed
` [PATCH v2 3/5] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH v2 4/5] dax/kmem: add sysfs interface for runtime hotplug state control
` [PATCH v2 5/5] dax/kmem: add memory notifier to block external state changes
  ` [PATCH] dax/kmem: add build config for protected dax memory blocks

[ndctl PATCH] cxl/test: test unaligned address translations in cxl_poison events
 2026-01-15  5:36 UTC 

[PATCH V4 01/19] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
 2026-01-14 21:45 UTC  (25+ messages)
  ` [PATCH V4 02/19] dax: Factor out dax_folio_reset_order() helper
  ` [PATCH V4 03/19] dax: add fsdev.c driver for fs-dax on character dax
  ` [PATCH V4 04/19] dax: Save the kva from memremap
  ` [PATCH V4 05/19] dax: Add dax_operations for use by fs-dax on fsdev dax
  ` [PATCH V4 06/19] dax: Add dax_set_ops() for setting dax_operations at bind time
  ` [PATCH V4 07/19] dax: Add fs_dax_get() func to prepare dax for fs-dax usage
  ` [PATCH V4 08/19] dax: export dax_dev_get()
  ` [PATCH V4 09/19] famfs_fuse: magic.h: Add famfs magic numbers
  ` [PATCH V4 10/19] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
  ` [PATCH V4 11/19] famfs_fuse: Basic fuse kernel ABI enablement for famfs
  ` [PATCH V4 12/19] famfs_fuse: Plumb the GET_FMAP message/response
  ` [PATCH V4 13/19] famfs_fuse: Create files with famfs fmaps
  ` [PATCH V4 15/19] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
  ` [PATCH V4 16/19] famfs_fuse: Add holder_operations for dax notify_failure()
  ` [PATCH V4 17/19] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio
  ` [PATCH V4 18/19] famfs_fuse: Add famfs fmap metadata documentation
  ` [PATCH V4 19/19] famfs_fuse: Add documentation
` [PATCH V4 0/3]
  ` [PATCH V4 1/3] fuse_kernel.h: bring up to baseline 6.19
  ` [PATCH V4 2/3] fuse_kernel.h: add famfs DAX fmap protocol definitions
  ` [PATCH V4 3/3] fuse: add famfs DAX fmap support
` [PATCH V2 0/2] ndctl: Add daxctl support for the new "famfs" mode of devdax
  ` [PATCH V2 1/2] daxctl: Add support for famfs mode
  ` [PATCH V2 2/2] Add test/daxctl-famfs.sh to test famfs mode transitions:

[PATCH v5 0/5] Enable THP support in drm_pagemap
 2026-01-14 19:19 UTC 

Subject: [PATCH 0/8] dax/kmem: add runtime hotplug state control
 2026-01-14 18:11 UTC  (7+ messages)
` [PATCH 7/8] dax/kmem: add sysfs interface for "
` [PATCH 8/8] dax/kmem: add memory notifier to block external state changes


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