nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-04 09:01:19 to 2025-07-29 00:17:51 UTC [more...]

[PATCH 0/3] use vm_flags_t consistently
 2025-07-29  0:15 UTC  (3+ messages)
` [PATCH 2/3] mm: update core kernel code to "

[PATCH v2 0/9] mm: vm_normal_page*() improvements
 2025-07-28  8:49 UTC  (44+ messages)
` [PATCH v2 1/9] mm/huge_memory: move more common code into insert_pmd()
` [PATCH v2 2/9] mm/huge_memory: move more common code into insert_pud()
` [PATCH v2 3/9] mm/huge_memory: support huge zero folio in vmf_insert_folio_pmd()
` [PATCH v2 4/9] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio
` [PATCH v2 5/9] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH v2 6/9] mm/memory: convert print_bad_pte() to print_bad_page_map()
` [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()

[PATCH v3 0/3] xfs and DAX atomic writes changes
 2025-07-25 15:49 UTC  (8+ messages)
` [PATCH v3 1/3] fs/dax: Reject IOCB_ATOMIC in dax_iomap_rw()
` [PATCH v3 2/3] xfs: disallow atomic writes on DAX
` [PATCH v3 3/3] xfs: reject max_atomic_write mount option for no reflink

test/common: stop relying on bash $SECONDS in check_dmesg()
 2025-07-24 22:00 UTC  (4+ 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 v5 0/7] Add managed SOFT RESERVE resource handling
 2025-07-23 16:13 UTC  (28+ messages)
` [PATCH v5 1/7] cxl/acpi: Refactor cxl_acpi_probe() to always schedule fallback DAX registration
` [PATCH v5 2/7] cxl/core: Rename suspend.c to probe_state.c and remove CONFIG_CXL_SUSPEND
` [PATCH v5 3/7] cxl/acpi: Add background worker to coordinate with cxl_mem probe completion
` [PATCH v5 4/7] cxl/region: Introduce SOFT RESERVED resource removal on region teardown
` [PATCH v5 5/7] dax/hmem: Save the DAX HMEM platform device pointer
` [PATCH v5 6/7] dax/hmem, cxl: Defer DAX consumption of SOFT RESERVED resources until after CXL region creation
` [PATCH v5 7/7] dax/hmem: Preserve fallback SOFT RESERVED regions if DAX HMEM loads late

[RFC PATCH 01/20] nvdimm/label: Introduce NDD_CXL_LABEL flag to set cxl label format
 2025-07-21 18:11 UTC  (20+ messages)
  ` [RFC PATCH 13/20] cxl/mem: Refactor cxl pmem region auto-assembling
  ` [RFC PATCH 14/20] cxl/region: Add cxl pmem region creation routine for region persistency
  ` [RFC PATCH 15/20] cxl: Add a routine to find cxl root decoder on cxl bus
  ` [RFC PATCH 18/20] cxl/pmem: Add support of cxl lsa 2.1 support in cxl pmem
  ` [RFC PATCH 05/20] nvdimm/region_label: Add region label updation routine

[ndctl PATCH v3] test: fail on unexpected kernel error & warning, not just "Call Trace"
 2025-07-19  0:22 UTC  (6+ messages)
` [ndctl PATCH v3 1/2] test: move err() function at the top
` [ndctl PATCH v3 2/2] test: fail on unexpected kernel error & warning, not just "Call Trace"

[PATCH v1 0/9] mm: vm_normal_page*() improvements
 2025-07-17  8:39 UTC  (20+ messages)
` [PATCH v1 1/9] mm/huge_memory: move more common code into insert_pmd()
` [PATCH v1 2/9] mm/huge_memory: move more common code into insert_pud()
` [PATCH v1 3/9] mm/huge_memory: support huge zero folio in vmf_insert_folio_pmd()
` [PATCH v1 4/9] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio
` [PATCH v1 5/9] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH v1 6/9] mm/memory: convert print_bad_pte() to print_bad_page_map()
` [PATCH v1 7/9] mm/memory: factor out common code from vm_normal_page_*()
` [PATCH v1 8/9] mm: introduce and use vm_normal_page_pud()
` [PATCH v1 9/9] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()

[PATCH v4 0/7] Add managed SOFT RESERVE resource handling
 2025-07-15 18:45 UTC  (10+ messages)
` [PATCH v4 5/7] cxl/region: Introduce SOFT RESERVED resource removal on region teardown
` [PATCH v4 7/7] cxl/dax: Defer DAX consumption of SOFT RESERVED resources until after CXL region creation

[NDCTL PATCH v2] cxl: Add helper function to verify port is in memdev hierarchy
 2025-07-15 18:15 UTC  (4+ messages)

[PATCH v2 00/11] dm-pcache – persistent-memory cache for block devices
 2025-07-14 15:43 UTC  (18+ messages)
` [PATCH v2 01/11] dm-pcache: add pcache_internal.h
` [PATCH v2 02/11] dm-pcache: add backing device management
` [PATCH v2 03/11] dm-pcache: add cache device
` [PATCH v2 04/11] dm-pcache: add segment layer
` [PATCH v2 05/11] dm-pcache: add cache_segment
` [PATCH v2 06/11] dm-pcache: add cache_writeback
` [PATCH v2 07/11] dm-pcache: add cache_gc
` [PATCH v2 08/11] dm-pcache: add cache_key
` [PATCH v2 09/11] dm-pcache: add cache_req
` [PATCH v2 10/11] dm-pcache: add cache core
` [PATCH v2 11/11] dm-pcache: initial dm-pcache target

[PATCH RFC 00/14] mm: vm_normal_page*() + CoW PFNMAP improvements
 2025-07-14 14:19 UTC  (30+ messages)
` [PATCH RFC 01/14] mm/memory: drop highest_memmap_pfn sanity check in vm_normal_page()
` [PATCH RFC 04/14] mm/huge_memory: move more common code into insert_pmd()
` [PATCH RFC 05/14] mm/huge_memory: move more common code into insert_pud()
` [PATCH RFC 07/14] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio
` [PATCH RFC 08/14] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH RFC 14/14] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()

[RFC V2 00/18] famfs: port into fuse
 2025-07-12  5:54 UTC  (53+ messages)
` [RFC V2 02/18] dev_dax_iomap: Add fs_dax_get() func to prepare dax for fs-dax usage
` [RFC V2 03/18] dev_dax_iomap: Save the kva from memremap
` [RFC V2 04/18] dev_dax_iomap: Add dax_operations for use by fs-dax on devdax
` [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 13/18] famfs_fuse: Create files with famfs fmaps
` [RFC V2 14/18] famfs_fuse: GET_DAXDEV message and daxdev_table
` [RFC V2 15/18] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
` [RFC V2 18/18] famfs_fuse: Add documentation

[PATCH v1 00/11] dm-pcache – persistent-memory cache for block devices
 2025-07-07  6:25 UTC  (10+ messages)
` [PATCH v1 02/11] dm-pcache: add backing device management
` [PATCH v1 04/11] dm-pcache: add segment layer
` [PATCH v1 05/11] dm-pcache: add cache_segment


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).