NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
 messages from 2026-01-19 14:52:29 to 2026-01-26 05:03:57 UTC [more...]

support file system generated / verified integrity information
 2026-01-26  5:03 UTC  (46+ 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 v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-25 14:50 UTC  (22+ messages)
` [PATCH v2 01/13] mm/vma: remove __private sparse decoration from vma_flags_t
` [PATCH v2 02/13] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH v2 03/13] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH v2 04/13] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH v2 05/13] mm: add basic VMA flag operation helper functions
` [PATCH v2 06/13] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH v2 07/13] mm: update secretmem "
` [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 10/13] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH v2 11/13] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH v2 12/13] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH v2 13/13] tools/testing/vma: add VMA userland tests for VMA flag functions

[PATCH v5 0/7] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-01-25  3:30 UTC  (24+ messages)
` [PATCH v5 1/7] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
` [PATCH v5 2/7] dax/hmem: Gate Soft Reserved deferral on DEV_DAX_CXL
` [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

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

[PATCH V6 00/18] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
 2026-01-23 21:16 UTC  (25+ 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

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

Subject: [PATCH 0/8] dax/kmem: add runtime hotplug state control
 2026-01-23 19:12 UTC  (17+ 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 8/8] dax/kmem: add memory notifier to block external state changes

[PATCH V5 00/17] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
 2026-01-23 11:28 UTC  (39+ 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 06/17] nvdimm/label: Preserve region label during namespace creation
    ` [PATCH V5 07/17] nvdimm/label: Add region label delete support
    ` [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

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

[cxl:for-7.0/cxl-init] [dax/hmem, e820, resource] bc62f5b308: BUG:soft_lockup-CPU##stuck_for#s![kworker:#:#]
 2026-01-22 20:18 UTC  (2+ messages)

[PATCH RESEND 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-22 15:47 UTC  (29+ 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 BUNDLE v7] famfs: Fabric-Attached Memory File System
 2026-01-20 17:05 UTC  (6+ messages)
    ` [PATCH V4 0/2] ndctl: Add daxctl support for the new "famfs" mode of devdax

[PATCH 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-19 21:18 UTC  (9+ messages)
` [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 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 (ARS error inject capabilities)
 2026-01-19 18:18 UTC 


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