nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-08 21:38:57 to 2021-02-19 02:04:13 UTC [more...]

[ndctl PATCH v2 00/13] Initial CXL support
 2021-02-19  2:03 UTC  (14+ messages)
` [ndctl PATCH v2 01/13] cxl: add a cxl utility and libcxl library
` [ndctl PATCH v2 02/13] cxl: add a local copy of the cxl_mem UAPI header
` [ndctl PATCH v2 03/13] libcxl: add support for command query and submission
` [ndctl PATCH v2 04/13] libcxl: add support for the 'Identify Device' command
` [ndctl PATCH v2 05/13] test: rename 'ndctl_test' to 'test_ctx'
` [ndctl PATCH v2 06/13] test: rename 'ndctl_test_*' helpers to 'test_*'
` [ndctl PATCH v2 07/13] test: introduce a libcxl unit test
` [ndctl PATCH v2 08/13] libcxl: add GET_HEALTH_INFO mailbox command and accessors
` [ndctl PATCH v2 09/13] libcxl: add support for the 'GET_LSA' command
` [ndctl PATCH v2 10/13] util/hexdump: Add a util helper to print a buffer in hex
` [ndctl PATCH v2 11/13] test/libcxl: add a test for {set, get}_lsa commands
` [ndctl PATCH v2 12/13] Documentation/cxl: add library API documentation
` [ndctl PATCH v2 13/13] test/libcxl: introduce a command size fuzzing test

[PATCH 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-02-18 16:20 UTC  (17+ messages)
` [PATCH 3/7] fsdax: Copy data before write
` [PATCH 4/7] fsdax: Replace mmap entry in case of CoW
` [PATCH 5/7] fsdax: Dedup file range to use a compare function

[PATCH v3 00/11] fsdax: introduce fs query to support reflink
 2021-02-18  8:59 UTC  (16+ messages)
` [PATCH v3 01/11] pagemap: Introduce ->memory_failure()
` [PATCH v3 02/11] blk: Introduce ->corrupted_range() for block device
` [PATCH v3 05/11] mm, fsdax: Refactor memory-failure handler for dax mapping
` [PATCH v3 06/11] mm, pmem: Implement ->memory_failure() in pmem driver
` [PATCH v3 10/11] xfs: Implement ->corrupted_range() for XFS
` [PATCH v3 11/11] fs/dax: Remove useless functions

[PATCH v17 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-02-17 16:19 UTC  (34+ messages)
` [PATCH v17 07/10] "

[PATCH v5 0/9] CXL 2.0 Support
 2021-02-17 14:16 UTC  (12+ messages)
` [PATCH v5 1/9] cxl/mem: Introduce a driver for CXL-2.0-Type-3 endpoints
` [PATCH v5 2/9] cxl/mem: Find device capabilities
` [PATCH v5 3/9] cxl/mem: Register CXL memX devices
` [PATCH v5 4/9] cxl/mem: Add basic IOCTL interface
` [PATCH v5 5/9] cxl/mem: Add a "RAW" send command
` [PATCH v5 6/9] cxl/mem: Enable commands via CEL
` [PATCH v5 7/9] cxl/mem: Add set of informational commands
` [PATCH v5 8/9] MAINTAINERS: Add maintainers of the CXL driver
` [RFC PATCH v5 9/9] cxl/mem: Add payload dumping for debug

[PATCH v4 0/9] CXL 2.0 Support
 2021-02-17  9:55 UTC  (26+ messages)
` [PATCH v4 1/9] cxl/mem: Introduce a driver for CXL-2.0-Type-3 endpoints
` [PATCH v4 2/9] cxl/mem: Find device capabilities
` [PATCH v4 3/9] cxl/mem: Register CXL memX devices
` [PATCH v4 4/9] cxl/mem: Add basic IOCTL interface
` [PATCH v4 5/9] cxl/mem: Add a "RAW" send command
` [PATCH v4 6/9] cxl/mem: Enable commands via CEL
` [PATCH v4 7/9] cxl/mem: Add set of informational commands
` [PATCH v4 8/9] MAINTAINERS: Add maintainers of the CXL driver
` [PATCH v4 9/9] cxl/mem: Add payload dumping for debug

[PATCH v2 0/5] dax-device: Some cleanups
 2021-02-17  6:39 UTC  (4+ messages)

[PATCH 1/2] libnvdimm: simplify nvdimm_remove()
 2021-02-17  3:37 UTC  (4+ messages)
` [PATCH 2/2] libnvdimm: Make remove callback return void

[PATCH] dax: fix default return code of range_parse()
 2021-02-16 22:38 UTC  (3+ messages)

[PATCH v2 0/8] CXL 2.0 Support
 2021-02-16 13:43 UTC  (57+ messages)
` [PATCH v2 1/8] cxl/mem: Introduce a driver for CXL-2.0-Type-3 endpoints
` [PATCH v2 2/8] cxl/mem: Find device capabilities
` [PATCH v2 3/8] cxl/mem: Register CXL memX devices
` [PATCH v2 4/8] cxl/mem: Add basic IOCTL interface
` [PATCH v2 5/8] cxl/mem: Add a "RAW" send command
` [PATCH v2 6/8] cxl/mem: Enable commands via CEL
` [PATCH v2 7/8] cxl/mem: Add set of informational commands
` [PATCH v2 8/8] MAINTAINERS: Add maintainers of the CXL driver

[PATCH ndctl] dimm: re-fix potential fd leakage in dimm_action()
 2021-02-15 18:15 UTC  (2+ messages)

[PATCH v3 0/9] CXL 2.0 Support
 2021-02-15 16:30 UTC  (13+ messages)
` [PATCH v3 1/9] cxl/mem: Introduce a driver for CXL-2.0-Type-3 endpoints
` [PATCH v3 2/9] cxl/mem: Find device capabilities
` [PATCH v3 3/9] cxl/mem: Register CXL memX devices
` [PATCH v3 4/9] cxl/mem: Add basic IOCTL interface
` [PATCH v3 5/9] cxl/mem: Add a "RAW" send command
` [PATCH v3 6/9] cxl/mem: Enable commands via CEL
  ` [PATCH v4 06/09] "
` [PATCH v3 7/9] cxl/mem: Add set of informational commands
` [PATCH v3 8/9] MAINTAINERS: Add maintainers of the CXL driver
` [RFC PATCH 9/9] cxl/mem: Add payload dumping for debug

[RFC v3] nvfs: a filesystem for persistent memory
 2021-02-15 15:03 UTC 

[PATCH] mm/pmem: Avoid inserting hugepage PTE entry with fsdax if hugepage support is disabled
 2021-02-10  5:18 UTC  (2+ messages)

[ndctl patch] zero_info_block: skip seed devices
 2021-02-09 21:51 UTC 

[PATCH v17 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-02-09 20:08 UTC  (10+ messages)

Waiting for your response
 2021-02-09 13:36 UTC 

[PATCH 00/14] CXL 2.0 Support
 2021-02-09  3:36 UTC  (8+ messages)
` [PATCH 08/14] taint: add taint for direct hardware access


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