NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
 messages from 2022-09-28 07:50:14 to 2022-11-10 00:07:58 UTC [more...]

[PATCH v5 0/7] ndctl: cxl: add monitor support for trace events
 2022-11-10  0:07 UTC  (6+ messages)
` [PATCH v5 1/7] ndctl: cxl: add helper function to parse trace event to json object
` [PATCH v5 2/7] ndctl: cxl: add helper to parse through all current events
` [PATCH v5 3/7] ndctl: cxl: add common function to enable/disable event trace
` [PATCH v5 4/7] ndctl: move common logging functions from ndctl/monitor.c to util/log.c
` [PATCH v5 5/7] ndctl: cxl: add monitor command for event trace events

Detecting whether hug pages are working with fsdax
 2022-11-09 21:59 UTC 

[PATCH v2 00/18] Fix the DAX-gup mistake
 2022-11-09 11:38 UTC  (6+ messages)
` [PATCH v2 12/18] devdax: Move address_space helpers to the DAX core

[ndctl PATCH 00/15] cxl-cli test and usability updates
 2022-11-08 20:23 UTC  (31+ messages)
` [ndctl PATCH 01/15] ndctl/test: Move firmware-update.sh to the 'descructive' set
` [ndctl PATCH 02/15] ndctl/test: Add kernel backtrace detection to some dax tests
` [ndctl PATCH 03/15] ndctl/clang-format: Move minimum version to 6
` [ndctl PATCH 04/15] ndctl/clang-format: Fix space after for_each macros
` [ndctl PATCH 05/15] cxl/list: Always attempt to collect child objects
` [ndctl PATCH 06/15] cxl/list: Skip emitting pmem_size when it is zero
` [ndctl PATCH 07/15] cxl/filter: Return json-c topology
` [ndctl PATCH 08/15] cxl/list: Record cxl objects in json objects
` [ndctl PATCH 09/15] cxl/region: Make ways an integer argument
` [ndctl PATCH 10/15] cxl/region: Make granularity "
` [ndctl PATCH 11/15] cxl/region: Use cxl_filter_walk() to gather create-region targets
` [ndctl PATCH 12/15] cxl/region: Trim region size by max available extent
` [ndctl PATCH 13/15] cxl/region: Default to memdev mode for create with no arguments
` [ndctl PATCH 14/15] cxl/test: Extend cxl-topology.sh for a single root-port host-bridge
` [ndctl PATCH 15/15] cxl/test: Test single-port host-bridge region creation

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

[PATCH v2 00/19] Introduce security commands for CXL pmem device
 2022-11-07 23:46 UTC  (37+ messages)
` [PATCH v2 01/19] memregion: Add cpu_cache_invalidate_memregion() interface
  ` [PATCH v3] "
` [PATCH v2 03/19] tools/testing/cxl: Add "Get Security State" opcode support
` [PATCH v2 05/19] tools/testing/cxl: Add "Set Passphrase" "
` [PATCH v2 07/19] tools/testing/cxl: Add "Disable" security "
` [PATCH v2 09/19] tools/testing/cxl: Add "Freeze Security State" "
` [PATCH v2 10/19] cxl/pmem: Add "Unlock" security command support
` [PATCH v2 11/19] tools/testing/cxl: Add "Unlock" security opcode support
` [PATCH v2 12/19] cxl/pmem: Add "Passphrase Secure Erase" security command support
` [PATCH v2 13/19] tools/testing/cxl: Add "passphrase secure erase" opcode support
` [PATCH v2 14/19] nvdimm/cxl/pmem: Add support for master passphrase disable security command
` [PATCH v2 15/19] cxl/pmem: add id attribute to CXL based nvdimm
` [PATCH v2 16/19] tools/testing/cxl: add mechanism to lock mem device for testing
` [PATCH v2 17/19] cxl/pmem: add provider name to cxl pmem dimm attribute group
` [PATCH v2 18/19] libnvdimm: Introduce CONFIG_NVDIMM_SECURITY_TEST flag
` [PATCH v2 19/19] cxl: add dimm_id support for __nvdimm_create()

[ndctl PATCH v2] ndctl: Fix the NDCTL_TIMEOUT environment variable parsing
 2022-11-04  7:31 UTC 

[PATCH] xfs: fail dax mount if reflink is enabled on a partition
 2022-11-03  2:32 UTC  (34+ messages)

[PATCH v3 00/25] Fix the DAX-gup mistake
 2022-11-02 13:04 UTC  (42+ messages)
` [PATCH v3 01/25] fsdax: Wait on @page not @page->_refcount
` [PATCH v3 02/25] fsdax: Use dax_page_idle() to document DAX busy page checking
` [PATCH v3 03/25] fsdax: Include unmapped inodes for page-idle detection
` [PATCH v3 04/25] fsdax: Introduce dax_zap_mappings()
` [PATCH v3 05/25] fsdax: Wait for pinned pages during truncate_inode_pages_final()
` [PATCH v3 06/25] fsdax: Validate DAX layouts broken before truncate
` [PATCH v3 07/25] fsdax: Hold dax lock over mapping insertion
` [PATCH v3 08/25] fsdax: Update dax_insert_entry() calling convention to return an error
` [PATCH v3 09/25] fsdax: Rework for_each_mapped_pfn() to dax_for_each_folio()
` [PATCH v3 10/25] fsdax: Introduce pgmap_request_folios()
` [PATCH v3 11/25] fsdax: Rework dax_insert_entry() calling convention
` [PATCH v3 12/25] fsdax: Cleanup dax_associate_entry()
` [PATCH v3 13/25] devdax: Minor warning fixups
` [PATCH v3 14/25] devdax: Fix sparse lock imbalance warning
` [PATCH v3 15/25] libnvdimm/pmem: Support pmem block devices without dax
` [PATCH v3 16/25] devdax: Move address_space helpers to the DAX core
` [PATCH v3 17/25] devdax: Sparse fixes for xarray locking
` [PATCH v3 18/25] devdax: Sparse fixes for vmfault_t / dax-entry conversions
` [PATCH v3 19/25] devdax: Sparse fixes for vm_fault_t in tracepoints
` [PATCH v3 20/25] devdax: add PUD support to the DAX mapping infrastructure
` [PATCH v3 21/25] devdax: Use dax_insert_entry() + dax_delete_mapping_entry()
` [PATCH v3 22/25] mm/memremap_pages: Replace zone_device_page_init() with pgmap_request_folios()
` [PATCH v3 23/25] mm/memremap_pages: Initialize all ZONE_DEVICE pages to start at refcount 0
` [PATCH v3 24/25] mm/meremap_pages: Delete put_devmap_managed_page_refs()
` [PATCH v3 25/25] mm/gup: Drop DAX pgmap accounting

[PATCH 05/30] nvdimm: Use kstrtobool() instead of strtobool()
 2022-11-01 21:13 UTC 

[ndctl PATCH v2] cxl/test: add cxl_xor_region test
 2022-10-29  0:57 UTC  (3+ messages)

[PATCH v6 0/7] badblocks improvement for multiple bad block ranges
 2022-10-28 17:50 UTC  (3+ messages)
` [PATCH v6 5/7] badblocks: improve badblocks_check() for multiple ranges handling

[PATCH v5] memregion: Add cpu_cache_invalidate_memregion() interface
 2022-10-28 18:34 UTC 

[PATCH] mm/memremap: Introduce pgmap_request_folio() using pgmap offsets
 2022-10-28 18:33 UTC  (7+ messages)

[PATCH v4] memregion: Add cpu_cache_invalidate_memregion() interface
 2022-10-27 19:23 UTC  (4+ messages)

[PATCH v1] virtio_pmem: populate numa information
 2022-10-26 21:49 UTC  (6+ messages)

subscribe
 2022-10-25 12:52 UTC 

[PATCH v3 -next] memregion: Add cpu_cache_invalidate_memregion() interface
 2022-10-22 22:57 UTC  (2+ messages)

[mm-unstable PATCH] mm/memremap: fix pgmap_request_folio() stub
 2022-10-22 22:40 UTC 

[PATCH] ACPI/NFIT: Add no_deepflush param to dynamic control flush operation
 2022-10-20  6:23 UTC  (6+ messages)

[RFC PATCH] xfs: drop experimental warning for fsdax
 2022-10-20  3:02 UTC  (14+ messages)

Opensource A light-weight nvdimm filesyste pmmapfs
 2022-10-16 14:02 UTC 

[GIT PULL] NVDIMM for 6.1
 2022-10-15  1:44 UTC  (2+ messages)

[ndctl RFC 0/3] Support poison list retrieval
 2022-10-13 23:39 UTC  (4+ messages)
` [RFC 1/3] libcxl: add interfaces for GET_POISON_LIST mailbox commands
` [RFC 2/3] cxl/list: collect and parse the poison list records
` [RFC 3/3] cxl/list: add --media-errors option to cxl list

[PATCH v9 0/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-10-13 10:07 UTC  (3+ messages)

[PATCH v2 05/18] xfs: Add xfs_break_layouts() to the inode eviction path
 2022-10-03  7:55 UTC  (16+ messages)

[cxl PATCH] add support for CXL mailbox command
 2022-09-30 17:33 UTC  (2+ messages)

[PATCH] dax: Remove usage of the deprecated ida_simple_xxx API
 2022-09-30  0:29 UTC  (2+ messages)

[PATCH v2] libnvdimm/region: Allow setting align attribute on regions without mappings
 2022-09-30  0:21 UTC  (4+ messages)

[PATCH] drivers/nvdimm/e820: turn off write cache by default
 2022-09-29  7:32 UTC 

[PATCH] ndctl: Fix the NDCTL_TIMEOUT environment variable parsing
 2022-09-28  7:49 UTC  (2+ messages)


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