NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
 messages from 2024-01-30 16:53:08 to 2024-02-15 14:43:43 UTC [more...]

[PATCH v2] nvdimm/pmem: Fix leak on dax_add_host() failure
 2024-02-15 14:43 UTC 

pass queue_limits to blk_alloc_disk for simple drivers
 2024-02-15  7:10 UTC  (10+ messages)
` [PATCH 1/9] block: pass a queue_limits argument to blk_alloc_disk
` [PATCH 2/9] nfblock: pass queue_limits to blk_mq_alloc_disk
` [PATCH 3/9] brd: "
` [PATCH 4/9] n64cart: "
` [PATCH 5/9] zram: "
` [PATCH 6/9] bcache: "
` [PATCH 7/9] btt: "
` [PATCH 8/9] pmem: "
` [PATCH 9/9] dcssblk: "

[ndctl PATCH] cxl/test: Add 3-way HB interleave testcase to cxl-xor-region.sh
 2024-02-14 21:49 UTC  (3+ messages)

[NDCTL PATCH] ndctl: cxl: Remove dependency for attributes derived from IDENTIFY command
 2024-02-14 16:36 UTC  (3+ messages)

[PATCH v5 0/8] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-14  6:59 UTC  (22+ 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

CPU data cache across reboot/kexec for pmem/dax devices
 2024-02-13 20:56 UTC  (3+ messages)

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

[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  (7+ messages)
` [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


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