NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
 messages from 2023-12-15 05:25:39 to 2024-02-02 00:06:11 UTC [more...]

[PATCH] KEYS: encrypted: Add check for strsep
 2024-02-02  0:05 UTC  (12+ messages)

ndctl: Add support of qos_class for CXL CLI
 2024-02-01 23:05 UTC  (5+ messages)
` [NDCTL PATCH v5 1/4] ndctl: cxl: Add QoS class retrieval for the root decoder
` [NDCTL PATCH v5 2/4] ndctl: cxl: Add QoS class support for the memory device
` [NDCTL PATCH v5 3/4] ndctl: cxl: add QoS class check for CXL region creation
` [NDCTL PATCH v5 4/4] ndctl: add test for qos_class in CXL test suite

[RFC PATCH v3 0/4] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-01 15:44 UTC  (12+ messages)
` [RFC PATCH v3 1/4] dm: Treat alloc_dax failure as non-fatal
` [RFC PATCH v3 2/4] dax: Check for data cache aliasing at runtime
` [RFC PATCH v3 3/4] Introduce cpu_dcache_is_aliasing() across all architectures
` [RFC PATCH v3 4/4] dax: Fix incorrect list of data cache aliasing architectures

[PATCH v2 1/3] cxl: Change 'struct cxl_memdev_state' *_perf_list to single 'struct cxl_dpa_perf'
 2024-01-31 23:35 UTC  (5+ messages)
` [PATCH v2 2/3] cxl: Fix sysfs export of qos_class for memdev
` [PATCH v2 3/3] cxl/test: Add support for qos_class checking

[RFC PATCH v2 0/8] Introduce dcache_is_aliasing() to fix DAX regression
 2024-01-31 20:42 UTC  (17+ messages)
` [RFC PATCH v2 1/8] dax: Introduce dax_is_supported()
` [RFC PATCH v2 2/8] erofs: Use dax_is_supported()
` [RFC PATCH v2 3/8] ext2: "
` [RFC PATCH v2 4/8] ext4: "
` [RFC PATCH v2 5/8] fuse: "
` [RFC PATCH v2 6/8] xfs: "
` [RFC PATCH v2 7/8] Introduce dcache_is_aliasing() across all architectures
` [RFC PATCH v2 8/8] dax: Fix incorrect list of dcache aliasing architectures

ndctl: Add support of qos_class for CXL CLI
 2024-01-31  3:10 UTC  (6+ messages)
` [NDCTL PATCH v4 1/4] ndctl: cxl: Add QoS class retrieval for the root decoder
` [NDCTL PATCH v4 2/4] ndctl: cxl: Add QoS class support for the memory device
` [NDCTL PATCH v4 3/4] ndctl: cxl: add QoS class check for CXL region creation
` [NDCTL PATCH v4 4/4] ndctl: add test for qos_class in cxl-topology.sh

[NDCTL PATCH v3 0/3] ndctl: Add support of qos_class for CXL CLI
 2024-01-30 20:53 UTC  (12+ messages)
` [NDCTL PATCH v3 1/3] ndctl: cxl: Add QoS class retrieval for the root decoder
` [NDCTL PATCH v3 2/3] ndctl: cxl: Add QoS class support for the memory device
` [NDCTL PATCH v3 3/3] ndctl: cxl: add QoS class check for CXL region creation

[RFC PATCH 0/7] Introduce cache_is_aliasing() to fix DAX regression
 2024-01-30 15:21 UTC  (14+ messages)
` [RFC PATCH 1/7] Introduce cache_is_aliasing() across all architectures
` [RFC PATCH 2/7] dax: Fix incorrect list of cache aliasing architectures
` [RFC PATCH 3/7] erofs: Use dax_is_supported()
` [RFC PATCH 4/7] ext2: "
` [RFC PATCH 5/7] ext4: "
` [RFC PATCH 6/7] fuse: Introduce fuse_dax_is_supported()
` [RFC PATCH 7/7] xfs: Use dax_is_supported()

[PATCH] cxl/region:Fix overflow issue in alloc_hpa()
 2024-01-29  2:22 UTC  (6+ messages)

[PATCH] powerpc/papr_scm: Move duplicate definitions to common header files
 2024-01-27 19:01 UTC  (3+ messages)

[REPOST PATCH v3] powerpc/papr_scm: Move duplicate definitions to common header files
 2024-01-27 18:57 UTC 

[PATCH v7 0/5] Add DAX ABI for memmap_on_memory
 2024-01-26 21:40 UTC  (10+ messages)
` [PATCH v7 1/5] dax/bus.c: replace driver-core lock usage by a local rwsem
` [PATCH v7 2/5] dax/bus.c: replace several sprintf() with sysfs_emit()
` [PATCH v7 3/5] Documentatiion/ABI: Add ABI documentation for sys-bus-dax
` [PATCH v7 4/5] mm/memory_hotplug: export mhp_supports_memmap_on_memory()
` [PATCH v7 5/5] dax: add a sysfs knob to control memmap_on_memory behavior

[REGRESSION] v5.13: FS_DAX unavailable on 32-bit ARM
 2024-01-26 20:14 UTC  (2+ messages)

+ dax-add-a-sysfs-knob-to-control-memmap_on_memory-behavior.patch added to mm-unstable branch
 2024-01-26  2:16 UTC 

+ documentatiion-abi-add-abi-documentation-for-sys-bus-dax.patch added to mm-unstable branch
 2024-01-26  2:16 UTC 

+ mm-memory_hotplug-export-mhp_supports_memmap_on_memory.patch added to mm-unstable branch
 2024-01-26  2:16 UTC 

+ dax-busc-replace-driver-core-lock-usage-by-a-local-rwsem.patch added to mm-unstable branch
 2024-01-26  2:16 UTC 

+ dax-busc-replace-several-sprintf-with-sysfs_emit.patch added to mm-unstable branch
 2024-01-26  2:16 UTC 

[ndctl PATCH v6 0/7] Support poison list retrieval
 2024-01-19 21:18 UTC  (15+ messages)
` [PATCH v6 1/7] libcxl: add interfaces for GET_POISON_LIST mailbox commands
` [PATCH v6 2/7] cxl: add an optional pid check to event parsing
` [PATCH v6 3/7] cxl/event_trace: add a private context for private parsers
` [PATCH v6 4/7] cxl/event_trace: add helpers get_field_[string|data]()
` [PATCH v6 5/7] cxl/list: collect and parse media_error records
` [PATCH v6 6/7] cxl/list: add --media-errors option to cxl list
` [PATCH v6 7/7] cxl/test: add cxl-poison.sh unit test

[PATCH] fsdax: cleanup tracepoints
 2024-01-19  1:59 UTC  (4+ messages)

[PATCH v2] daxctl: Remove unused memory_zone and mem_zone
 2024-01-17 20:09 UTC  (5+ messages)

[PATCH] tools/testing/cxl: Disable "missing prototypes / declarations" warnings
 2024-01-17  5:24 UTC  (2+ messages)

[PATCH] tools/testing/nvdimm: Disable "missing prototypes / declarations" warnings
 2024-01-17  5:24 UTC  (2+ messages)

[NDCTL PATCH 1/2] daxctl: Don't check param.no_movable when param.no_online is set
 2024-01-17  0:25 UTC  (6+ messages)
` [NDCTL PATCH 2/2] daxctl: Force to offline memory by param.force

[GIT PULL] NVDIMM/NFIT changes for 6.8
 2024-01-12 22:20 UTC  (2+ messages)

[PATCH] xfs: drop experimental warning for FSDAX
 2024-01-12  2:21 UTC  (3+ messages)

[PATCH v12 0/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2024-01-12  1:56 UTC  (3+ messages)

[PATCH ndctl v2] test/daxctl-create.sh: remove region and dax device assumptions
 2024-01-12  0:15 UTC  (2+ messages)

[PATCH ndctl] test/daxctl-create.sh: remove region and dax device assumptions
 2024-01-11 22:54 UTC  (3+ messages)

Bug in commit aa511ff8218b ("badblocks: switch to the improved badblock handling
 2024-01-07  8:48 UTC  (9+ messages)

[PATCH] virtio_pmem: support feature SHMEM_REGION
 2023-12-27  2:51 UTC  (8+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "
          ` [PATCH v4] "

[PATCH] badblocks: avoid checking invalid range in badblocks_check()
 2023-12-24  2:11 UTC  (5+ messages)

[PATCH v7 0/6] badblocks improvement for multiple bad block ranges
 2023-12-23  6:46 UTC  (3+ messages)

[PATCH 1/3] nvdimm/btt: fix btt_blk_cleanup() kernel-doc
 2023-12-21 23:34 UTC  (10+ messages)
` [PATCH 2/3] nvdimm/dimm_devs: fix kernel-doc for function params
` [PATCH 3/3] nvdimm/namespace: "

[PATCH v3] ACPI: NFIT: Use cleanup.h helpers instead of devm_*()
 2023-12-21 21:25 UTC  (4+ messages)

[PATCH] acpi/nfit: Use sysfs_emit() for all attributes
 2023-12-20 15:36 UTC  (3+ messages)

[PATCH] [v2] nvdimm-btt: fix several memleaks
 2023-12-20  7:52 UTC  (6+ messages)

[PATCH v6 0/4] Add DAX ABI for memmap_on_memory
 2023-12-19 15:27 UTC  (14+ messages)
` [PATCH v6 1/4] Documentatiion/ABI: Add ABI documentation for sys-bus-dax
` [PATCH v6 2/4] dax/bus: Use guard(device) in sysfs attribute helpers
` [PATCH v6 3/4] mm/memory_hotplug: export mhp_supports_memmap_on_memory()
` [PATCH v6 4/4] dax: add a sysfs knob to control memmap_on_memory behavior


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