NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
 messages from 2025-09-08 15:27:47 to 2025-09-17 19:12:19 UTC [more...]

[PATCH v4 00/14] expand mmap_prepare functionality, port more users
 2025-09-17 19:11 UTC  (11+ messages)
` [PATCH v4 01/14] mm/shmem: update shmem to use mmap_prepare
` [PATCH v4 02/14] device/dax: update devdax "
` [PATCH v4 03/14] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v4 04/14] relay: update relay to use mmap_prepare
` [PATCH v4 05/14] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v4 06/14] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v4 07/14] mm: abstract io_remap_pfn_range() based on PFN
` [PATCH v4 08/14] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v4 10/14] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v4 11/14] mm/hugetlbfs: update hugetlbfs to use mmap_prepare

[PATCH V3 00/20] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
 2025-09-17 15:38 UTC  (24+ messages)
  ` [PATCH V3 01/20] nvdimm/label: Introduce NDD_REGION_LABELING flag to set region label
  ` [PATCH V3 03/20] nvdimm/label: Modify nd_label_base() signature
  ` [PATCH V3 04/20] nvdimm/label: Update mutex_lock() with guard(mutex)()
  ` [PATCH V3 05/20] nvdimm/namespace_label: Add namespace label changes as per CXL LSA v2.1
  ` [PATCH V3 06/20] nvdimm/region_label: Add region label update support
  ` [PATCH V3 07/20] nvdimm/region_label: Add region label delete support
  ` [PATCH V3 08/20] nvdimm/label: Include region label in slot validation
  ` [PATCH V3 09/20] nvdimm/namespace_label: Skip region label during ns label DPA reservation
  ` [PATCH V3 10/20] nvdimm/namespace_label: Skip region label during namespace creation
  ` [PATCH V3 11/20] nvdimm/region_label: Preserve cxl region information from region label
  ` [PATCH V3 12/20] nvdimm/region_label: Export routine to fetch region information
  ` [PATCH V3 13/20] cxl/mem: Refactor cxl pmem region auto-assembling
  ` [PATCH V3 14/20] cxl/region: Add devm_cxl_pmem_add_region() for pmem region creation
  ` [PATCH V3 15/20] cxl: Add a routine to find cxl root decoder on cxl bus using cxl port
  ` [PATCH V3 16/20] cxl/mem: Preserve cxl root decoder during mem probe
  ` [PATCH V3 17/20] cxl/pmem: Preserve region information into nd_set
  ` [PATCH V3 18/20] cxl/pmem_region: Prep patch to accommodate pmem_region attributes
  ` [PATCH V3 19/20] cxl/pmem_region: Add sysfs attribute cxl region label updation/deletion
  ` [PATCH V3 20/20] cxl/pmem: Add CXL LSA 2.1 support in cxl pmem

[PATCH v3 00/13] expand mmap_prepare functionality, port more users
 2025-09-17 15:34 UTC  (49+ messages)
` [PATCH v3 01/13] mm/shmem: update shmem to use mmap_prepare
` [PATCH v3 02/13] device/dax: update devdax "
` [PATCH v3 03/13] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v3 04/13] relay: update relay to use mmap_prepare
` [PATCH v3 05/13] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v3 06/13] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v3 07/13] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v3 08/13] mm: add ability to take further action in vm_area_desc
` [PATCH v3 09/13] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v3 10/13] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v3 11/13] mm: update mem char driver "
` [PATCH v3 12/13] mm: update resctl "
` [PATCH v3 13/13] iommufd: update "

[PATCH V3 00/20] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
 2025-09-17 14:46 UTC  (23+ messages)
  ` [PATCH V3 01/20] nvdimm/label: Introduce NDD_REGION_LABELING flag to set region label
  ` [PATCH V3 03/20] nvdimm/label: Modify nd_label_base() signature
  ` [PATCH V3 04/20] nvdimm/label: Update mutex_lock() with guard(mutex)()
  ` [PATCH V3 05/20] nvdimm/namespace_label: Add namespace label changes as per CXL LSA v2.1
  ` [PATCH V3 06/20] nvdimm/region_label: Add region label update support
  ` [PATCH V3 07/20] nvdimm/region_label: Add region label delete support
  ` [PATCH V3 08/20] nvdimm/label: Include region label in slot validation
  ` [PATCH V3 09/20] nvdimm/namespace_label: Skip region label during ns label DPA reservation
  ` [PATCH V3 10/20] nvdimm/namespace_label: Skip region label during namespace creation
  ` [PATCH V3 11/20] nvdimm/region_label: Preserve cxl region information from region label
  ` [PATCH V3 12/20] nvdimm/region_label: Export routine to fetch region information
  ` [PATCH V3 13/20] cxl/mem: Refactor cxl pmem region auto-assembling
  ` [PATCH V3 14/20] cxl/region: Add devm_cxl_pmem_add_region() for pmem region creation
  ` [PATCH V3 15/20] cxl: Add a routine to find cxl root decoder on cxl bus using cxl port
  ` [PATCH V3 16/20] cxl/mem: Preserve cxl root decoder during mem probe
  ` [PATCH V3 17/20] cxl/pmem: Preserve region information into nd_set
  ` [PATCH V3 18/20] cxl/pmem_region: Prep patch to accommodate pmem_region attributes
  ` [PATCH V3 19/20] cxl/pmem_region: Add sysfs attribute cxl region label updation/deletion
  ` [PATCH V3 20/20] cxl/pmem: Add CXL LSA 2.1 support in cxl pmem

[PATCH v2 00/16] expand mmap_prepare functionality, port more users
 2025-09-15 15:04 UTC  (51+ messages)
` [PATCH v2 01/16] mm/shmem: update shmem to use mmap_prepare
` [PATCH v2 02/16] device/dax: update devdax "
` [PATCH v2 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v2 04/16] relay: update relay to use mmap_prepare
` [PATCH v2 05/16] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v2 06/16] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v2 07/16] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v2 08/16] mm: add ability to take further action in vm_area_desc
` [PATCH v2 09/16] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v2 10/16] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v2 11/16] mm: update mem char driver "
` [PATCH v2 12/16] mm: update resctl "
` [PATCH v2 13/16] mm: update cramfs "
` [PATCH v2 14/16] fs/proc: add the proc_mmap_prepare hook for procfs
` [PATCH v2 15/16] fs/proc: update vmcore to use .proc_mmap_prepare
` [PATCH v2 16/16] kcov: update kcov to use mmap_prepare

[PATCH 0/6] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
 2025-09-11 19:39 UTC  (7+ messages)
` [PATCH 1/6] dax/hmem, e820, resource: Defer Soft Reserved registration until hmem is ready
` [PATCH 5/6] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree

[ndctl PATCH v3] test/cxl-poison.sh: test inject and clear poison by region offset
 2025-09-11 16:53 UTC  (3+ messages)

[ndctl PATCH] test/dm.sh: fix incorrect script name in cleanup error message
 2025-09-11 16:50 UTC  (3+ messages)

[PATCH V2 00/20] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
 2025-09-10 14:03 UTC  (5+ messages)
  ` [PATCH V2 05/20] nvdimm/region_label: Add region label updation routine

[PATCH 00/16] expand mmap_prepare functionality, port more users
 2025-09-09 17:36 UTC  (58+ messages)
` [PATCH 01/16] mm/shmem: update shmem to use mmap_prepare
` [PATCH 02/16] device/dax: update devdax "
` [PATCH 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH 04/16] relay: update relay to use mmap_prepare
` [PATCH 05/16] mm/vma: rename mmap internal functions to avoid confusion
` [PATCH 06/16] mm: introduce the f_op->mmap_complete, mmap_abort hooks
` [PATCH 07/16] doc: update porting, vfs documentation for mmap_[complete, abort]
` [PATCH 08/16] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()

[PATCH -next] ndtest: Fix incorrect handling for return value of device_create_with_groups
 2025-09-08 17:47 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).