NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
 messages from 2022-06-30 17:34:58 to 2022-07-15 21:08:36 UTC [more...]

[PATCH RFC 00/15] Introduce security commands for CXL pmem device
 2022-07-15 21:08 UTC 

[PATCH] acpi/nfit: badrange report spill over to clean range
 2022-07-15 19:17 UTC  (10+ messages)

[ndctl PATCH 0/8] cxl: add region management
 2022-07-15 18:35 UTC  (10+ messages)
` [ndctl PATCH 1/8] libcxl: add a depth attribute to cxl_port
` [ndctl PATCH 2/8] cxl/port: Consolidate the debug option in cxl-port man pages
` [ndctl PATCH 3/8] libcxl: Introduce libcxl region and mapping objects
` [ndctl PATCH 4/8] cxl-cli: add region listing support
` [ndctl PATCH 5/8] libcxl: add low level APIs for region creation
` [ndctl PATCH 6/8] cxl: add a 'create-region' command
` [ndctl PATCH 7/8] cxl: add commands to {enable,disable,destroy}-region
` [ndctl PATCH 8/8] cxl/list: make memdevs and regions the default listing

[PATCH v2 00/28] CXL PMEM Region Provisioning
 2022-07-15  5:23 UTC  (30+ messages)
` [PATCH v2 01/28] Documentation/cxl: Use a double line break between entries
` [PATCH v2 02/28] cxl/core: Define a 'struct cxl_switch_decoder'
` [PATCH v2 03/28] cxl/acpi: Track CXL resources in iomem_resource
` [PATCH v2 04/28] cxl/core: Define a 'struct cxl_root_decoder'
` [PATCH v2 05/28] cxl/core: Define a 'struct cxl_endpoint_decoder'
` [PATCH v2 06/28] cxl/hdm: Enumerate allocated DPA
` [PATCH v2 07/28] cxl/hdm: Add 'mode' attribute to decoder objects
` [PATCH v2 08/28] cxl/hdm: Track next decoder to allocate
` [PATCH v2 09/28] cxl/hdm: Add support for allocating DPA to an endpoint decoder
` [PATCH v2 10/28] cxl/port: Record dport in endpoint references
` [PATCH v2 11/28] cxl/port: Record parent dport when adding ports
` [PATCH v2 12/28] cxl/port: Move 'cxl_ep' references to an xarray per port
` [PATCH v2 13/28] cxl/port: Move dport tracking to an xarray
` [PATCH v2 14/28] cxl/hdm: Add sysfs attributes for interleave ways + granularity
` [PATCH v2 15/28] cxl/mem: Enumerate port targets before adding endpoints
` [PATCH v2 16/28] resource: Introduce alloc_free_mem_region()
` [PATCH v2 17/28] cxl/region: Add region creation support
` [PATCH v2 18/28] cxl/region: Add a 'uuid' attribute
` [PATCH v2 19/28] cxl/region: Add interleave geometry attributes
` [PATCH v2 20/28] cxl/region: Allocate HPA capacity to regions
` [PATCH v2 21/28] cxl/region: Enable the assignment of endpoint decoders "
` [PATCH v2 22/28] cxl/acpi: Add a host-bridge index lookup mechanism
` [PATCH v2 23/28] cxl/region: Attach endpoint decoders
` [PATCH v2 24/28] cxl/region: Program target lists
` [PATCH v2 25/28] cxl/hdm: Commit decoder state to hardware
` [PATCH v2 26/28] cxl/region: Add region driver boiler plate
` [PATCH v2 27/28] cxl/pmem: Fix offline_nvdimm_bus() to offline by bridge
` [PATCH v2 28/28] cxl/region: Introduce cxl_pmem_region objects

[ndctl PATCH v2 00/12] cxl: Region provisioning foundation
 2022-07-14 21:26 UTC  (17+ messages)
` [ndctl PATCH v2 01/12] cxl/list: Reformat option list
` [ndctl PATCH v2 02/12] cxl/list: Emit endpoint decoders filtered by memdev
` [ndctl PATCH v2 03/12] cxl/list: Hide 0s in disabled decoder listings
` [ndctl PATCH v2 04/12] cxl/list: Add DPA span to endpoint "
` [ndctl PATCH v2 05/12] ccan/list: Import latest list helpers
` [ndctl PATCH v2 06/12] cxl/lib: Maintain decoders in id order
` [ndctl PATCH v2 07/12] cxl/memdev: Fix json for multi-device partitioning
` [ndctl PATCH v2 08/12] cxl/list: Emit 'mode' for endpoint decoder objects
` [ndctl PATCH v2 09/12] cxl/set-partition: Accept 'ram' as an alias for 'volatile'
` [ndctl PATCH v2 10/12] cxl/memdev: Add {reserve,free}-dpa commands
` [ndctl PATCH v2 11/12] cxl/test: Update CXL memory parameters
` [ndctl PATCH v2 12/12] cxl/test: Checkout region setup/teardown

[PATCH v1 1/1] nvdimm/namespace: return uuid_null only once in nd_dev_to_uuid()
 2022-07-14 20:50 UTC  (4+ messages)

[PATCH v1 1/1] nvdimm/namespace: drop nested variable in create_namespace_pmem()
 2022-07-14 20:49 UTC  (2+ messages)

[PATCH v1 1/1] nvdimm/namespace: drop unneeded temporary variable in size_store()
 2022-07-14 18:28 UTC  (2+ messages)

[RFC PATCH] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-07-14 18:21 UTC  (8+ messages)
` [RFC PATCH v4] "
` [RFC PATCH v5] "
` [RFC PATCH v6] "

[ndctl PATCH 00/11] cxl: Region provisioning foundation
 2022-07-13 23:14 UTC  (27+ messages)
` [ndctl PATCH 01/11] cxl/list: Reformat option list
  ` [PATCH 1/11] "
` [ndctl PATCH 02/11] cxl/list: Emit endpoint decoders filtered by memdev
` [ndctl PATCH 03/11] cxl/list: Hide 0s in disabled decoder listings
  ` [PATCH 3/11] "
` [ndctl PATCH 04/11] cxl/list: Add DPA span to endpoint "
` [ndctl PATCH 05/11] cxl/lib: Maintain decoders in id order
  ` [PATCH 5/11] "
` [ndctl PATCH 06/11] cxl/memdev: Fix json for multi-device partitioning
` [ndctl PATCH 07/11] cxl/list: Emit 'mode' for endpoint decoder objects
` [ndctl PATCH 08/11] cxl/set-partition: Accept 'ram' as an alias for 'volatile'
  ` [PATCH 8/11] "
` [ndctl PATCH 09/11] cxl/memdev: Add {reserve,free}-dpa commands
` [ndctl PATCH 10/11] cxl/test: Update CXL memory parameters
` [ndctl PATCH 11/11] cxl/test: Checkout region setup/teardown

[ndctl PATCH] cxl/test: add a test to {read,write,zero}-labels
 2022-07-13 20:23 UTC  (6+ messages)

[ndctl PATCH v2] cxl/test: add a test to {read,write,zero}-labels
 2022-07-13 20:37 UTC 

[PATCH v2] powerpc/papr_scm: Fix nvdimm event mappings
 2022-07-13  6:02 UTC  (3+ messages)

[PATCH] ACPI/NFIT: Add no_deepflush param to dynamic control flush operation
 2022-07-13  1:25 UTC  (3+ messages)

[PATCH] nvdimm: Add NVDIMM_NO_DEEPFLUSH flag to control btt data deepflush
 2022-07-13  1:10 UTC  (6+ messages)

[REPOST PATCH] ndtest: Cleanup all of blk namespace specific code
 2022-07-13  0:58 UTC  (2+ messages)

[PATCH v2] pmem: fix a name collision
 2022-07-13  0:53 UTC  (4+ messages)

[PATCH 00/46] CXL PMEM Region Provisioning
 2022-07-12 22:11 UTC  (92+ messages)
` [PATCH 01/46] tools/testing/cxl: Fix cxl_hdm_decode_init() calling convention
` [PATCH 05/46] cxl/core: Drop ->platform_res attribute for root decoders
` [PATCH 07/46] cxl: Introduce cxl_to_{ways,granularity}
` [PATCH 08/46] cxl/core: Define a 'struct cxl_switch_decoder'
` [PATCH 09/46] cxl/acpi: Track CXL resources in iomem_resource
` [PATCH 10/46] cxl/core: Define a 'struct cxl_root_decoder' for tracking CXL window resources
` [PATCH 11/46] cxl/core: Define a 'struct cxl_endpoint_decoder' for tracking DPA resources
` [PATCH 14/46] cxl/hdm: Enumerate allocated DPA
` [PATCH 16/46] cxl/hdm: Add 'mode' attribute to decoder objects
` [PATCH 17/46] cxl/hdm: Track next decoder to allocate
` [PATCH 18/46] cxl/hdm: Add support for allocating DPA to an endpoint decoder
` [PATCH 20/46] cxl/mem: Add a debugfs version of 'iomem' for DPA, 'dpamem'
` [PATCH 21/46] tools/testing/cxl: Move cxl_test resources to the top of memory
` [PATCH 24/46] tools/testing/cxl: Fix decoder default state
` [PATCH 25/46] cxl/port: Record dport in endpoint references
` [PATCH 28/46] cxl/port: Move dport tracking to an xarray
` [PATCH 29/46] cxl/port: Cache CXL host bridge data
` [PATCH 30/46] cxl/hdm: Add sysfs attributes for interleave ways + granularity
` [PATCH 32/46] cxl/mem: Enumerate port targets before adding endpoints
` [PATCH 33/46] resource: Introduce alloc_free_mem_region()
` [PATCH 34/46] cxl/region: Add region creation support
` [PATCH 36/46] cxl/region: Add interleave ways attribute
` [PATCH 37/46] cxl/region: Allocate host physical address (HPA) capacity to new regions
` [PATCH 38/46] cxl/region: Enable the assignment of endpoint decoders to regions
` [PATCH 40/46] cxl/region: Attach endpoint decoders
` [PATCH 42/46] cxl/hdm: Commit decoder state to hardware
` [PATCH 45/46] cxl/pmem: Fix offline_nvdimm_bus() to offline by bridge
` [PATCH 46/46] cxl/region: Introduce cxl_pmem_region objects

[REPOST PATCH v3] powerpc/papr_scm: Move duplicate definitions to common header files
 2022-07-12 15:25 UTC 

[PATCH] BTT: Use dram freelist and remove bflog to otpimize perf
 2022-07-12  5:06 UTC  (3+ messages)

[PATCH] mm: fix missing wake-up event for FSDAX pages
 2022-07-12  2:39 UTC  (4+ messages)

[PATCH] fs: Call kmap_local_page() in copy_string_kernel()
 2022-07-10 10:01 UTC 

[PATCH] fs: Replace kmap{,_atomic}() with kmap_local_page()
 2022-07-09 18:30 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 088b9c375534d905a4d337c78db3b3bfbb52c4a0
 2022-07-08 10:02 UTC  (5+ messages)

[PATCH v2] mm: fix missing wake-up event for FSDAX pages
 2022-07-06  3:11 UTC  (7+ messages)

[linux-next:master] BUILD REGRESSION 2a2aa3f05338270aecbe2492fda910d6c17e0102
 2022-07-05 23:41 UTC 

[linux-next:master] BUILD REGRESSION b6f1f2fa2bddd69ff46a190b8120bd440fd50563
 2022-07-05  0:01 UTC 

[linux-next:master] BUILD REGRESSION 6cc11d2a1759275b856e464265823d94aabd5eaf
 2022-07-02  1:03 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION c4185b16aba73929aa76f0d030efbe79ae867808
 2022-07-02  0:58 UTC 

[GIT PULL] nvdimm fixes v5.19-rc5
 2022-07-02  0:02 UTC  (2+ messages)

[PATCH v4 26/34] tools/testing/nvdimm: Convert to printbuf
 2022-07-01  6:32 UTC  (3+ messages)

[PATCH] xfs: fail dax mount if reflink is enabled on a partition
 2022-07-01  5:14 UTC  (3+ messages)

[PATCH] pmem: fix a name collision
 2022-06-30 18:14 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox