NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
 messages from 2024-01-26 02:16:42 to 2024-02-12 22:08:41 UTC [more...]

[PATCH v5 0/8] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-12 22:08 UTC  (11+ messages)
` [PATCH v5 1/8] dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n
` [PATCH v5 2/8] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v5 3/8] dm: "
` [PATCH v5 4/8] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
` [PATCH v5 5/8] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v5 6/8] dax: Check for data cache aliasing at runtime
` [PATCH v5 7/8] Introduce cpu_dcache_is_aliasing() across all architectures
` [PATCH v5 8/8] dax: Fix incorrect list of data cache aliasing architectures

[PATCH] nvdimm/pmem: Fix leak on dax_add_host() failure
 2024-02-12 22:03 UTC  (3+ messages)

[PATCH] libnvdimm: Fix ACPI_NFIT in BLK_DEV_PMEM help
 2024-02-12 18:10 UTC  (4+ messages)

[PATCH] KEYS: encrypted: Add check for strsep
 2024-02-12  5:11 UTC  (13+ messages)

[NDCTL PATCH] ndctl: cxl: Remove dependency for attributes derived from IDENTIFY command
 2024-02-09 21:39 UTC 

CPU data cache across reboot/kexec for pmem/dax devices
 2024-02-09 20:15 UTC  (2+ messages)

[PATCH v4 00/12] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-09  1:01 UTC  (35+ messages)
` [PATCH v4 01/12] nvdimm/pmem: Fix leak on dax_add_host() failure
` [PATCH v4 02/12] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v4 03/12] dm: "
` [PATCH v4 04/12] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
` [PATCH v4 05/12] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v4 06/12] dax: Check for data cache aliasing at runtime
` [PATCH v4 07/12] Introduce cpu_dcache_is_aliasing() across all architectures
` [PATCH v4 08/12] dax: Fix incorrect list of data cache aliasing architectures
` [PATCH v4 09/12] nvdimm/pmem: Cleanup alloc_dax() error handling
` [PATCH v4 10/12] dm: "
` [PATCH v4 11/12] dcssblk: "
` [PATCH v4 12/12] virtio: "

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

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

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

[ndctl PATCH v6 0/7] Support poison list retrieval
 2024-02-07 22:54 UTC  (5+ messages)

ndctl: Add support of qos_class for CXL CLI
 2024-02-06 21:05 UTC  (8+ 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

[PATCH] device-dax: make dax_bus_type const
 2024-02-05 22:32 UTC  (3+ messages)

[PATCH] nvdimm: make nvdimm_bus_type const
 2024-02-05 17:22 UTC  (3+ messages)

[RFC PATCH v4 00/12] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-02 21:00 UTC  (13+ messages)
` [RFC PATCH v4 01/12] nvdimm/pmem: Fix leak on dax_add_host() failure
` [RFC PATCH v4 02/12] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [RFC PATCH v4 03/12] dm: "
` [RFC PATCH v4 04/12] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
` [RFC PATCH v4 05/12] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [RFC PATCH v4 06/12] dax: Check for data cache aliasing at runtime
` [RFC PATCH v4 07/12] Introduce cpu_dcache_is_aliasing() across all architectures
` [RFC PATCH v4 08/12] dax: Fix incorrect list of data cache aliasing architectures
` [RFC PATCH v4 09/12] nvdimm/pmem: Cleanup alloc_dax() error handling
` [RFC PATCH v4 10/12] dm: "
` [RFC PATCH v4 11/12] dcssblk: "
` [RFC PATCH v4 12/12] virtio: "

[RFC PATCH v3 0/4] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-02 20:18 UTC  (20+ 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 v1 1/1] ACPI: NFIT: Switch to use acpi_evaluate_dsm_typed()
 2024-02-02 16:33 UTC  (6+ messages)

[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  (9+ 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  (4+ 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  (7+ 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 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 


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