NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
 messages from 2026-01-21 06:44:02 to 2026-01-27 23:32:02 UTC [more...]

Subject: [PATCH 0/8] dax/kmem: add runtime hotplug state control
 2026-01-27 23:31 UTC  (20+ 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 0/7] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-01-27 21:59 UTC  (40+ 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 V5 09/19] famfs_fuse: magic.h: Add famfs magic numbers
 2026-01-27 21:55 UTC  (2+ messages)

[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 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-27 21:36 UTC  (26+ 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 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 "

support file system generated / verified integrity information
 2026-01-27 15:16 UTC  (67+ 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] 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 V6 00/18] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
 2026-01-26 22:48 UTC  (26+ 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

[PATCH] ACPI: NFIT:Advertise DSM function 0xA (Query ARS error inject capabilities)
 2026-01-24  0:44 UTC  (3+ 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  (32+ 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 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 09/17] nvdimm/label: Export routine to fetch region information
    ` [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  (5+ messages)
` [PATCH RESEND 08/12] mm: update all remaining mmap_prepare users to use vma_flags_t


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