NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
 messages from 2023-12-07 04:39:14 to 2024-01-26 02:16:42 UTC [more...]

+ dax-add-a-sysfs-knob-to-control-memmap_on_memory-behavior.patch added to mm-unstable branch
 2024-01-26  2:16 UTC 

+ documentatiion-abi-add-abi-documentation-for-sys-bus-dax.patch added to mm-unstable branch
 2024-01-26  2:16 UTC 

+ mm-memory_hotplug-export-mhp_supports_memmap_on_memory.patch added to mm-unstable branch
 2024-01-26  2:16 UTC 

+ dax-busc-replace-driver-core-lock-usage-by-a-local-rwsem.patch added to mm-unstable branch
 2024-01-26  2:16 UTC 

+ dax-busc-replace-several-sprintf-with-sysfs_emit.patch added to mm-unstable branch
 2024-01-26  2:16 UTC 

[PATCH v7 0/5] Add DAX ABI for memmap_on_memory
 2024-01-26  1:29 UTC  (7+ messages)
` [PATCH v7 1/5] dax/bus.c: replace driver-core lock usage by a local rwsem
` [PATCH v7 2/5] dax/bus.c: replace several sprintf() with sysfs_emit()
` [PATCH v7 3/5] Documentatiion/ABI: Add ABI documentation for sys-bus-dax
` [PATCH v7 4/5] mm/memory_hotplug: export mhp_supports_memmap_on_memory()
` [PATCH v7 5/5] dax: add a sysfs knob to control memmap_on_memory behavior

[NDCTL PATCH v3 0/3] ndctl: Add support of qos_class for CXL CLI
 2024-01-25 22:07 UTC  (7+ messages)
` [NDCTL PATCH v3 1/3] ndctl: cxl: Add QoS class retrieval for the root decoder
` [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

[PATCH] powerpc/papr_scm: Move duplicate definitions to common header files
 2024-01-25 21:16 UTC  (2+ messages)

[PATCH] cxl/region:Fix overflow issue in alloc_hpa()
 2024-01-25  0:02 UTC  (3+ messages)

[PATCH] KEYS: encrypted: Add check for strsep
 2024-01-24 21:10 UTC  (5+ messages)

[ndctl PATCH v6 0/7] Support poison list retrieval
 2024-01-19 21:18 UTC  (15+ messages)
` [PATCH v6 1/7] libcxl: add interfaces for GET_POISON_LIST mailbox commands
` [PATCH v6 2/7] cxl: add an optional pid check to event parsing
` [PATCH v6 3/7] cxl/event_trace: add a private context for private parsers
` [PATCH v6 4/7] cxl/event_trace: add helpers get_field_[string|data]()
` [PATCH v6 5/7] cxl/list: collect and parse media_error records
` [PATCH v6 6/7] cxl/list: add --media-errors option to cxl list
` [PATCH v6 7/7] cxl/test: add cxl-poison.sh unit test

[PATCH] fsdax: cleanup tracepoints
 2024-01-19  1:59 UTC  (4+ messages)

[PATCH v2] daxctl: Remove unused memory_zone and mem_zone
 2024-01-17 20:09 UTC  (5+ messages)

[PATCH] tools/testing/cxl: Disable "missing prototypes / declarations" warnings
 2024-01-17  5:24 UTC  (2+ messages)

[PATCH] tools/testing/nvdimm: Disable "missing prototypes / declarations" warnings
 2024-01-17  5:24 UTC  (2+ messages)

[NDCTL PATCH 1/2] daxctl: Don't check param.no_movable when param.no_online is set
 2024-01-17  0:25 UTC  (6+ messages)
` [NDCTL PATCH 2/2] daxctl: Force to offline memory by param.force

[GIT PULL] NVDIMM/NFIT changes for 6.8
 2024-01-12 22:20 UTC  (2+ messages)

[PATCH] xfs: drop experimental warning for FSDAX
 2024-01-12  2:21 UTC  (3+ messages)

[PATCH v12 0/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2024-01-12  1:56 UTC  (3+ messages)

[PATCH ndctl v2] test/daxctl-create.sh: remove region and dax device assumptions
 2024-01-12  0:15 UTC  (2+ messages)

[PATCH ndctl] test/daxctl-create.sh: remove region and dax device assumptions
 2024-01-11 22:54 UTC  (3+ messages)

Bug in commit aa511ff8218b ("badblocks: switch to the improved badblock handling
 2024-01-07  8:48 UTC  (9+ messages)

[PATCH] virtio_pmem: support feature SHMEM_REGION
 2023-12-27  2:51 UTC  (8+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "
          ` [PATCH v4] "

[PATCH] badblocks: avoid checking invalid range in badblocks_check()
 2023-12-24  2:11 UTC  (5+ messages)

[PATCH v7 0/6] badblocks improvement for multiple bad block ranges
 2023-12-23  6:46 UTC  (3+ messages)

[PATCH 1/3] nvdimm/btt: fix btt_blk_cleanup() kernel-doc
 2023-12-21 23:34 UTC  (10+ messages)
` [PATCH 2/3] nvdimm/dimm_devs: fix kernel-doc for function params
` [PATCH 3/3] nvdimm/namespace: "

[PATCH v3] ACPI: NFIT: Use cleanup.h helpers instead of devm_*()
 2023-12-21 21:25 UTC  (4+ messages)

[PATCH] acpi/nfit: Use sysfs_emit() for all attributes
 2023-12-20 15:36 UTC  (3+ messages)

[PATCH] [v2] nvdimm-btt: fix several memleaks
 2023-12-20  7:52 UTC  (6+ messages)

[PATCH v6 0/4] Add DAX ABI for memmap_on_memory
 2023-12-19 15:27 UTC  (14+ messages)
` [PATCH v6 1/4] Documentatiion/ABI: Add ABI documentation for sys-bus-dax
` [PATCH v6 2/4] dax/bus: Use guard(device) in sysfs attribute helpers
` [PATCH v6 3/4] mm/memory_hotplug: export mhp_supports_memmap_on_memory()
` [PATCH v6 4/4] dax: add a sysfs knob to control memmap_on_memory behavior

[PATCH v5 0/4] Add DAX ABI for memmap_on_memory
 2023-12-15  4:53 UTC  (8+ messages)
` [PATCH v5 1/4] Documentatiion/ABI: Add ABI documentation for sys-bus-dax
` [PATCH v5 2/4] dax/bus: Use guard(device) in sysfs attribute helpers
` [PATCH v5 3/4] mm/memory_hotplug: export mhp_supports_memmap_on_memory()
` [PATCH v5 4/4] dax: add a sysfs knob to control memmap_on_memory behavior

[PATCH] driver core: Add a guard() definition for the device_lock()
 2023-12-14 15:49 UTC  (5+ messages)

[PATCH] [v2] nvdimm-btt: simplify code with the scope based resource management
 2023-12-14 15:42 UTC  (2+ messages)

[PATCH] nvdimm-btt: simplify code with the scope based resource management
 2023-12-14  7:33 UTC  (5+ messages)

[PATCH v4 0/3] Add DAX ABI for memmap_on_memory
 2023-12-13 17:05 UTC  (8+ messages)
` [PATCH v4 1/3] Documentatiion/ABI: Add ABI documentation for sys-bus-dax
` [PATCH v4 2/3] dax/bus: Introduce guard(device) for device_{lock,unlock} flows
` [PATCH v4 3/3] dax: add a sysfs knob to control memmap_on_memory behavior

[ndctl PATCH v3 1/2] test/cxl-region-sysfs.sh: use '[[ ]]' command to evaluate operands as arithmetic expressions
 2023-12-13  8:25 UTC  (2+ messages)
` [ndctl PATCH v3 2/2] test/cxl-region-sysfs.sh: Fix cxl-region-sysfs.sh: line 107: [: missing `]'

[ndctl PATCH v2 1/2] test/cxl-region-sysfs.sh: use '[[ ]]' command to evaluate operands as arithmetic expressions
 2023-12-13  8:02 UTC  (8+ messages)
` [ndctl PATCH v2 2/2] test/cxl-region-sysfs.sh: Fix cxl-region-sysfs.sh: line 107: [: missing `]'

[ndctl PATCH v5 0/5] Support poison list retrieval
 2023-12-13  2:13 UTC  (8+ messages)
` [ndctl PATCH v5 3/5] cxl/list: collect and parse the poison list records
` [ndctl PATCH v5 4/5] cxl/list: add --poison option to cxl list

[RFC KERNEL] initoverlayfs - a scalable initial filesystem
 2023-12-12 21:17 UTC  (5+ messages)

[PATCH v3 0/2] Add DAX ABI for memmap_on_memory
 2023-12-12 10:05 UTC  (9+ messages)
` [PATCH v3 1/2] Documentatiion/ABI: Add ABI documentation for sys-bus-dax
` [PATCH v3 2/2] dax: add a sysfs knob to control memmap_on_memory behavior

[PATCH] nvdimm: Remove usage of the deprecated ida_simple_xx() API
 2023-12-12  1:26 UTC  (2+ messages)

[PATCH] nvdimm-btt: fix a potential memleak in btt_freelist_init
 2023-12-09 16:27 UTC  (6+ messages)

[PATCH v2 0/2] Add DAX ABI for memmap_on_memory
 2023-12-08 21:26 UTC  (10+ messages)
` [PATCH v2 2/2] dax: add a sysfs knob to control memmap_on_memory behavior

[PATCH v10 0/3] mm: use memmap_on_memory semantics for dax/kmem
 2023-12-08  9:11 UTC  (3+ messages)
` [PATCH v10 3/3] dax/kmem: allow kmem to add memory with memmap_on_memory

[PATCH] tools/testing/nvdimm: Add compile-test coverage for ndtest
 2023-12-07 15:39 UTC  (2+ messages)

[ndctl PATCH 1/3] test/cxl-region-sysfs.sh: covert size and resource to hex before test
 2023-12-07  9:07 UTC  (7+ messages)
` [ndctl PATCH 2/3] test/cxl-region-sysfs.sh: use operator '!=' to compare hexadecimal value
` [ndctl PATCH 3/3] test/cxl-region-sysfs.sh: Fix cxl-region-sysfs.sh: line 107: [: missing `]'


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