nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
[PATCH][next] ACPI: NFIT: Fix incorrect ndr_desc being reportedin dev_err message
 2025-09-02 15:54 UTC  (2+ messages)

[PATCH 0/1] nvdimm: allow exposing RAM as libnvdimm DIMMs
 2025-09-02 15:35 UTC  (6+ messages)
` [PATCH 1/1] nvdimm: allow exposing RAM carveouts as NVDIMM DIMM devices

[PATCH 0/6] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
 2025-09-01  6:21 UTC  (14+ messages)
` [PATCH 1/6] dax/hmem, e820, resource: Defer Soft Reserved registration until hmem is ready
` [PATCH 2/6] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
` [PATCH 3/6] dax/hmem, cxl: Tighten dependencies on DEV_DAX_CXL and dax_hmem
` [PATCH 4/6] dax/hmem: Defer Soft Reserved overlap handling until CXL region assembly completes
` [PATCH 5/6] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree
` [RFC PATCH 6/6] cxl/region, dax/hmem: Guard CXL DAX region creation and tighten HMEM deps

[PATCH v5 0/7] Add managed SOFT RESERVE resource handling
 2025-09-01  2:46 UTC  (14+ messages)
` [PATCH v5 3/7] cxl/acpi: Add background worker to coordinate with cxl_mem probe completion

[ndctl PATCH v2] cxl: Add cxl-translate.sh unit test
 2025-08-29 20:40 UTC 

[ndctl PATCH] cxl: Add cxl-translate.sh unit test
 2025-08-29 20:32 UTC  (5+ messages)

[PATCH v3 0/2] libnvdimm/e820: Add a new parameter to configure many regions per e820 entry
 2025-08-29  2:40 UTC  (6+ messages)

[PATCH] nvdimm: Use str_plural() to simplify the code
 2025-08-27 18:09 UTC  (2+ messages)

[PATCH 0/3] use vm_flags_t consistently
 2025-08-27 16:59 UTC  (11+ messages)
` [PATCH 2/3] mm: update core kernel code to "

[PATCH v3 00/11] mm: vm_normal_page*() improvements
 2025-08-27 13:57 UTC  (27+ messages)
` [PATCH v3 01/11] mm/huge_memory: move more common code into insert_pmd()
` [PATCH v3 02/11] mm/huge_memory: move more common code into insert_pud()
` [PATCH v3 03/11] mm/huge_memory: support huge zero folio in vmf_insert_folio_pmd()
` [PATCH v3 04/11] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio
` [PATCH v3 05/11] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH v3 06/11] powerpc/ptdump: rename "struct pgtable_level" to "struct ptdump_pglevel"
` [PATCH v3 07/11] mm/rmap: convert "enum rmap_level" to "enum pgtable_level"
` [PATCH v3 08/11] mm/memory: convert print_bad_pte() to print_bad_page_map()
` [PATCH v3 09/11] mm/memory: factor out common code from vm_normal_page_*()
` [PATCH v3 10/11] mm: introduce and use vm_normal_page_pud()
` [PATCH v3 11/11] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()

[NDCTL PATCH v2] cxl: Add helper function to verify port is in memdev hierarchy
 2025-08-27  1:06 UTC  (2+ messages)

[ndctl PATCH] test/common: document magic number CXL_TEST_QOS_CLASS=42
 2025-08-25  1:36 UTC  (5+ messages)

[ndctl PATCH v3] test/cxl-poison.sh: test inject and clear poison by region offset
 2025-08-23  2:59 UTC 

[ndctl PATCH v2] test/cxl-poison.sh: test inject and clear poison by region offset
 2025-08-23  2:46 UTC  (3+ messages)

test/common: stop relying on bash $SECONDS in check_dmesg()
 2025-08-22  0:21 UTC  (11+ messages)
` [ndctl PATCH 1/3] test/common: add missing quotes
` [ndctl PATCH 2/3] test/common: move err() function at the top
` [ndctl PATCH 3/3] test/common: stop relying on bash $SECONDS in check_dmesg()

[PATCH V2 00/20] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
 2025-08-20 16:41 UTC  (56+ messages)
    ` [PATCH V2 01/20] nvdimm/label: Introduce NDD_CXL_LABEL flag to set cxl label format
    ` [PATCH V2 02/20] nvdimm/label: Prep patch to accommodate cxl lsa 2.1 support
    ` [PATCH V2 03/20] nvdimm/namespace_label: Add namespace label changes as per CXL LSA v2.1
    ` [PATCH V2 04/20] nvdimm/label: CXL labels skip the need for 'interleave-set cookie'
    ` [PATCH V2 05/20] nvdimm/region_label: Add region label updation routine
    ` [PATCH V2 06/20] nvdimm/region_label: Add region label deletion routine
    ` [PATCH V2 07/20] nvdimm/namespace_label: Update namespace init_labels and its region_uuid
    ` [PATCH V2 08/20] nvdimm/label: Include region label in slot validation
    ` [PATCH V2 09/20] nvdimm/namespace_label: Skip region label during ns label DPA reservation
    ` [PATCH V2 10/20] nvdimm/region_label: Preserve cxl region information from region label
    ` [PATCH V2 11/20] nvdimm/region_label: Export routine to fetch region information
    ` [PATCH V2 12/20] nvdimm/namespace_label: Skip region label during namespace creation
    ` [PATCH V2 13/20] cxl/mem: Refactor cxl pmem region auto-assembling
    ` [PATCH V2 14/20] cxl/region: Add devm_cxl_pmem_add_region() for pmem region creation
    ` [PATCH V2 15/20] cxl: Add a routine to find cxl root decoder on cxl bus using cxl port
    ` [PATCH V2 16/20] cxl/mem: Preserve cxl root decoder during mem probe
    ` [PATCH V2 17/20] cxl/pmem: Preserve region information into nd_set
    ` [PATCH V2 18/20] cxl/pmem: Add support of cxl lsa 2.1 support in cxl pmem
    ` [PATCH V2 19/20] cxl/pmem_region: Prep patch to accommodate pmem_region attributes
    ` [PATCH V2 20/20] cxl/pmem_region: Add sysfs attribute cxl region label updation/deletion

[RFC V2 00/18] famfs: port into fuse
 2025-08-19 22:34 UTC  (42+ messages)
` [RFC V2 10/18] famfs_fuse: Basic fuse kernel ABI enablement for famfs
` [RFC V2 11/18] famfs_fuse: Basic famfs mount opts
` [RFC V2 12/18] famfs_fuse: Plumb the GET_FMAP message/response
` [RFC V2 14/18] famfs_fuse: GET_DAXDEV message and daxdev_table

[PATCH] nvdimm/pfn_dev: Remove redundant semicolons
 2025-08-19 15:07 UTC  (2+ messages)

[PATCH] mm/numa: Rename memory_add_physaddr_to_nid to memory_get_phys_to_nid
 2025-08-18  8:34 UTC  (5+ messages)

[ndctl PATCH v3] ndctl: fix user visible spelling errors
 2025-08-14 21:02 UTC  (2+ messages)

[ndctl PATCH V2] Various typos fix in Documention/, cxl/, ndctl/, test/, util/ and meson.build
 2025-08-14 10:37 UTC  (3+ messages)

[PATCH v3 0/3] xfs and DAX atomic writes changes
 2025-08-12  7:33 UTC  (6+ messages)

[PATCH 00/10] convert the majority of file systems to mmap_prepare
 2025-08-01 14:00 UTC  (2+ messages)

[GIT PULL] NVDIMM for 6.17
 2025-07-31 20:50 UTC  (2+ messages)

[PATCH v2 0/9] mm: vm_normal_page*() improvements
 2025-07-30 13:24 UTC  (12+ messages)
` [PATCH v2 7/9] mm/memory: factor out common code from vm_normal_page_*()
` [PATCH v2 8/9] mm: introduce and use vm_normal_page_pud()
` [PATCH v2 9/9] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()


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 NNTP newsgroup(s).