NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
 messages from 2022-11-14 20:34:32 to 2022-12-01 15:29:31 UTC [more...]

[PATCH v2 0/8] fsdax,xfs: fix warning messages
 2022-12-01 15:28 UTC  (5+ messages)
` [PATCH v2 1/8] fsdax: introduce page->share for fsdax in reflink mode
` [PATCH v2 2/8] fsdax: invalidate pages when CoW
` [PATCH v2 3/8] fsdax: zero the edges if source is HOLE or UNWRITTEN
` [PATCH v2 4/8] fsdax,xfs: set the shared flag when file extent is shared

[PATCH v4 00/12] cxl: Add support for Restricted CXL hosts (RCD mode)
 2022-12-01 15:23 UTC  (47+ messages)
` [PATCH v4 01/12] cxl/acpi: Simplify cxl_nvdimm_bridge probing
` [PATCH v4 02/12] cxl/region: Drop redundant pmem region release handling
` [PATCH v4 03/12] cxl/pmem: Refactor nvdimm device registration, delete the workqueue
  ` [PATCH v5 "
` [PATCH v4 04/12] cxl/pmem: Remove the cxl_pmem_wq and related infrastructure
` [PATCH v4 05/12] cxl/acpi: Move rescan to the workqueue
` [PATCH v4 06/12] tools/testing/cxl: Make mock CEDT parsing more robust
` [PATCH v4 07/12] cxl/ACPI: Register CXL host ports by bridge device
` [PATCH v4 08/12] cxl/acpi: Extract component registers of restricted hosts from RCRB
` [PATCH v4 09/12] cxl/mem: Move devm_cxl_add_endpoint() from cxl_core to cxl_mem
` [PATCH v4 10/12] cxl/port: Add RCD endpoint port enumeration
` [PATCH v4 11/12] tools/testing/cxl: Add an RCH topology
` [PATCH v4 12/12] cxl/acpi: Set ACPI's CXL _OSC to indicate CXL1.1 support

[PATCH v7 00/20] Introduce security commands for CXL pmem device
 2022-12-01 11:22 UTC  (28+ messages)
` [PATCH v7 01/20] cxl/pmem: Introduce nvdimm_security_ops with ->get_flags() operation
` [PATCH v7 02/20] tools/testing/cxl: Add "Get Security State" opcode support
` [PATCH v7 03/20] cxl/pmem: Add "Set Passphrase" security command support
` [PATCH v7 04/20] tools/testing/cxl: Add "Set Passphrase" opcode support
` [PATCH v7 05/20] cxl/pmem: Add Disable Passphrase security command support
` [PATCH v7 06/20] tools/testing/cxl: Add "Disable" security opcode support
` [PATCH v7 07/20] cxl/pmem: Add "Freeze Security State" security command support
` [PATCH v7 08/20] tools/testing/cxl: Add "Freeze Security State" security opcode support
` [PATCH v7 09/20] cxl/pmem: Add "Unlock" security command support
` [PATCH v7 10/20] tools/testing/cxl: Add "Unlock" security opcode support
` [PATCH v7 11/20] cxl/pmem: Add "Passphrase Secure Erase" security command support
` [PATCH v7 12/20] tools/testing/cxl: Add "passphrase secure erase" opcode support
` [PATCH v7 13/20] nvdimm/cxl/pmem: Add support for master passphrase disable security command
` [PATCH v7 14/20] cxl/pmem: add id attribute to CXL based nvdimm
` [PATCH v7 15/20] tools/testing/cxl: add mechanism to lock mem device for testing
` [PATCH v7 16/20] cxl/pmem: add provider name to cxl pmem dimm attribute group
` [PATCH v7 17/20] libnvdimm: Introduce CONFIG_NVDIMM_SECURITY_TEST flag
` [PATCH v7 18/20] cxl: bypass cpu_cache_invalidate_memregion() when in test config
` [PATCH v7 19/20] acpi/nfit: "
` [PATCH v7 20/20] cxl: add dimm_id support for __nvdimm_create()

nvdimm,pmem: makedumpfile: __vtop4_x86_64: Can't get a valid pte
 2022-12-01  9:42 UTC  (8+ messages)

[PATCH] mm/memremap: Introduce pgmap_request_folio() using pgmap offsets
 2022-12-01  0:22 UTC  (3+ messages)

[PATCH 0/2] fsdax,xfs: fix warning messages
 2022-11-30 23:58 UTC  (20+ messages)
` [PATCH 1/2] fsdax,xfs: fix warning messages at dax_[dis]associate_entry()
` [PATCH 2/2] fsdax,xfs: port unshare to fsdax
` [PATCH 0/2] fsdax,xfs: fix warning messages #forregzbot

Detecting whether hug pages are working with fsdax
 2022-11-30  4:25 UTC  (4+ messages)
` Detecting whether huge pages are working with fsdax - only partial success

[PATCH v5 00/18] Introduce security commands for CXL pmem device
 2022-11-30  1:33 UTC  (28+ messages)
` [PATCH v5 01/18] cxl/pmem: Introduce nvdimm_security_ops with ->get_flags() operation
` [PATCH v5 02/18] tools/testing/cxl: Add "Get Security State" opcode support
` [PATCH v5 03/18] cxl/pmem: Add "Set Passphrase" security command support
` [PATCH v5 04/18] tools/testing/cxl: Add "Set Passphrase" opcode support
` [PATCH v5 05/18] cxl/pmem: Add Disable Passphrase security command support
` [PATCH v5 06/18] tools/testing/cxl: Add "Disable" security opcode support
` [PATCH v5 07/18] cxl/pmem: Add "Freeze Security State" security command support
` [PATCH v5 08/18] tools/testing/cxl: Add "Freeze Security State" security opcode support
` [PATCH v5 09/18] cxl/pmem: Add "Unlock" security command support
` [PATCH v5 10/18] tools/testing/cxl: Add "Unlock" security opcode support
` [PATCH v5 11/18] cxl/pmem: Add "Passphrase Secure Erase" security command support
` [PATCH v5 12/18] tools/testing/cxl: Add "passphrase secure erase" opcode support
    ` [PATCH v6] "
` [PATCH v5 13/18] nvdimm/cxl/pmem: Add support for master passphrase disable security command
` [PATCH v5 14/18] cxl/pmem: add id attribute to CXL based nvdimm
` [PATCH v5 15/18] tools/testing/cxl: add mechanism to lock mem device for testing
` [PATCH v5 16/18] cxl/pmem: add provider name to cxl pmem dimm attribute group
` [PATCH v5 17/18] libnvdimm: Introduce CONFIG_NVDIMM_SECURITY_TEST flag
` [PATCH v5 18/18] cxl: add dimm_id support for __nvdimm_create()

[bug report] libnvdimm: fix mishandled nvdimm_clear_poison() return value
 2022-11-29  5:22 UTC  (3+ messages)

[ndctl patch] security.sh: ensure a user keyring is linked into the session keyring
 2022-11-28 15:36 UTC  (2+ messages)

[PATCH 0/2] tools/testing/nvdimm: fix return value check
 2022-11-25  9:27 UTC  (3+ messages)
` [PATCH 1/2] nfit_test: fix return value check in nfit_test_dimm_init()
` [PATCH 2/2] ndtest: fix return value check in ndtest_dimm_register()

[PATCH] ndtest: Add checks for devm_kcalloc
 2022-11-25  2:08 UTC 

[PATCH v2] libnvdimm/of_pmem: Fix memory leak in of_pmem_region_probe()
 2022-11-23 15:54 UTC  (2+ messages)

[PATCH] libnvdimm/of_pmem: Fix memory leak in of_pmem_region_probe()
 2022-11-23 15:09 UTC  (3+ messages)

[PATCH] libnvdimm: Add check for nd_dax_alloc
 2022-11-22 18:07 UTC  (2+ messages)

[ndctl PATCH 0/3] Support poison list retrieval
 2022-11-21 10:57 UTC  (10+ messages)
` [ndctl PATCH 1/5] libcxl: add interfaces for GET_POISON_LIST mailbox commands
` [ndctl PATCH 2/5] cxl: add an optional pid check to event parsing
` [ndctl PATCH 4/5] cxl/list: add --media-errors option to cxl list

[PATCH] device-dax: Fix duplicate 'hmem' device registration
 2022-11-20  1:37 UTC 

[RFC PATCH v2 0/7] On-Demand Paging on SoftRoCE
 2022-11-18  5:48 UTC  (5+ messages)
` [RFC PATCH v2 1/7] IB/mlx5: Change ib_umem_odp_map_dma_single_page() to retain umem_mutex

[ndctl PATCH v3] cxl/test: add cxl_xor_region test
 2022-11-18  4:53 UTC 

[ndctl PATCH] libndctl/msft: Improve "smart" state reporting
 2022-11-17 22:41 UTC  (3+ messages)

[ndctl PATCH 1/2 v2] libndctl/msft: Cleanup the code
 2022-11-17 22:37 UTC  (2+ messages)
` [ndctl PATCH 2/2 v2] libndctl/msft: Improve "smart" state reporting

[PATCH v2 0/2] ACPI: HMAT: fix single-initiator target registrations
 2022-11-17 16:20 UTC  (5+ messages)
` [PATCH v2 1/2] ACPI: HMAT: remove unnecessary variable initialization
` [PATCH v2 2/2] ACPI: HMAT: Fix initiator registration for single-initiator systems

[PATCH v4 00/18] Introduce security commands for CXL pmem device
 2022-11-17 11:26 UTC  (16+ messages)
` [PATCH v4 12/18] tools/testing/cxl: Add "passphrase secure erase" opcode support
` [PATCH v4 13/18] nvdimm/cxl/pmem: Add support for master passphrase disable security command
` [PATCH v4 15/18] tools/testing/cxl: add mechanism to lock mem device for testing
` [PATCH v4 16/18] cxl/pmem: add provider name to cxl pmem dimm attribute group
` [PATCH v4 17/18] libnvdimm: Introduce CONFIG_NVDIMM_SECURITY_TEST flag
` [PATCH v4 18/18] cxl: add dimm_id support for __nvdimm_create()

[PATCH 0/2] ACPI: HMAT: fix single-initiator target registrations
 2022-11-16 20:44 UTC  (8+ messages)
` [PATCH 1/2] ACPI: HMAT: remove unnecessary variable initialization
` [PATCH 2/2] ACPI: HMAT: Fix initiator registration for single-initiator systems

[PATCH v1] virtio_pmem: populate numa information
 2022-11-16 14:28 UTC  (9+ messages)

[PATCH v2] virtio_pmem: populate numa information
 2022-11-15 21:40 UTC 

Possible PMD (huge pages) bug in fs dax
 2022-11-15 21:15 UTC 


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