NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
 messages from 2023-06-03 04:11:56 to 2023-07-11 07:14:09 UTC [more...]

[ndctl PATCH 0/2] add support for Set Alert Configuration mailbox command
 2023-07-11  7:10 UTC  (2+ messages)
  ` [ndctl PATCH 1/2] libcxl: "

[ndctl PATCH v3 0/6] cxl/monitor and ndctl/monitor fixes
 2023-07-10 16:59 UTC  (22+ messages)
` [ndctl PATCH v3 1/6] cxl/monitor: Enable default_log and refactor sanity check
` [ndctl PATCH v3 2/6] cxl/monitor: replace monitor.log_file with monitor.ctx.log_file
` [ndctl PATCH v3 3/6] cxl/monitor: use strcmp to compare the reserved word
` [ndctl PATCH v3 4/6] cxl/monitor: always log started message
` [ndctl PATCH v3 6/6] ndctl/monitor: use strcmp to compare the reserved word

[PATCH v3] libnvdimm/of_pmem: Replace kstrdup with devm_kstrdup and add check
 2023-07-10 15:16 UTC  (2+ messages)

[NDCTL PATCH] cxl/region: Always use the correct target position
 2023-07-09 11:50 UTC  (2+ messages)

[bug report] libnvdimm: fix mishandled nvdimm_clear_poison() return value
 2023-07-08  8:40 UTC 

[PATCH] memory tier: rename destroy_memory_type() to put_memory_type()
 2023-07-06 13:11 UTC  (4+ messages)

[PATCH] ACPI: NFIT: add helper to_nfit_mem() to take device to nfit_mem
 2023-07-05 23:28 UTC  (4+ messages)

[PATCH] ACPI: NFIT: limit string attribute write
 2023-07-05 18:34 UTC  (2+ messages)

[PATCH] ACPICA: actbl2: change to be16/be32 types for big endian data
 2023-07-04 17:19 UTC  (2+ messages)

[PATCH v7 0/9] Remove .notify callback in acpi_device_ops
 2023-07-03  8:02 UTC  (10+ messages)
` [PATCH v7 1/9] acpi/bus: Introduce wrappers for ACPICA event handler install/remove
` [PATCH v7 2/9] acpi/bus: Set driver_data to NULL every time .add() fails
` [PATCH v7 3/9] acpi/ac: Move handler installing logic to driver
` [PATCH v7 4/9] acpi/video: "
` [PATCH v7 5/9] acpi/battery: "
` [PATCH v7 6/9] acpi/hed: "
` [PATCH v7 7/9] acpi/nfit: "
` [PATCH v7 8/9] acpi/nfit: Remove unnecessary .remove callback
` [PATCH v7 9/9] acpi/thermal: Move handler installing logic to driver

[GIT PULL] NVDIMM and DAX for 6.5
 2023-07-01 16:12 UTC  (3+ messages)

[PATCH v6 0/9] Remove .notify callback in acpi_device_ops
 2023-06-30 20:47 UTC  (11+ messages)
` [PATCH v6 1/9] acpi/bus: Introduce wrappers for ACPICA event handler install/remove
` [PATCH v6 2/9] acpi/bus: Set driver_data to NULL every time .add() fails
` [PATCH v6 3/9] acpi/ac: Move handler installing logic to driver
` [PATCH v6 4/9] acpi/video: "
` [PATCH v6 5/9] acpi/battery: "
` [PATCH v6 6/9] acpi/hed: "
` [PATCH v6 7/9] acpi/nfit: "
` [PATCH v6 8/9] acpi/nfit: Remove unnecessary .remove callback
` [PATCH v6 9/9] acpi/thermal: Move handler installing logic to driver

[PATCH v5 00/10] Remove .notify callback in acpi_device_ops
 2023-06-30 17:26 UTC  (36+ messages)
` [PATCH v5 01/10] acpi/bus: Introduce wrappers for ACPICA event handler install/remove
` [PATCH v5 02/10] acpi/bus: Set driver_data to NULL every time .add() fails
` [PATCH v5 03/10] acpi/ac: Move handler installing logic to driver
` [PATCH v5 04/10] acpi/video: "
` [PATCH v5 05/10] acpi/battery: "
` [PATCH v5 06/10] acpi/hed: "
` [PATCH v5 07/10] acpi/nfit: Move acpi_nfit_notify() before acpi_nfit_add()
` [PATCH v5 08/10] acpi/nfit: Improve terminator line in acpi_nfit_ids
` [PATCH v5 09/10] acpi/nfit: Move handler installing logic to driver
` [PATCH v5 10/10] acpi/thermal: "

[PATCH] virtio_pmem: do flush synchronously
 2023-06-30  4:45 UTC  (11+ messages)
  ` [PATCH v2] virtio_pmem: add the missing REQ_OP_WRITE for flush bio
      ` [PATCH v3] "

[PATCH v3] dax/kmem: Pass valid argument to memory_group_register_static
 2023-06-30  3:41 UTC  (2+ messages)

[PATCH v12 0/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-06-29 12:02 UTC  (4+ messages)
` [PATCH v12 1/2] xfs: fix the calculation for "end" and "length"
` [PATCH v12 2/2] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind

[PATCH v5 0/1] dax: enable dax fault handler to report VM_FAULT_HWPOISON
 2023-06-27 17:25 UTC  (11+ messages)
` [PATCH v5 1/1] "
    ` [v5 0/1] "

[RFC PATCH v3 0/3] pmem memmap dump support
 2023-06-25 10:27 UTC  (4+ messages)

[PATCH] libnvdimm/of_pmem: Add check and kfree for kstrdup
 2023-06-23 17:19 UTC  (2+ messages)

[PATCH] libnvdimm/of_pmem: Replace kstrdup with devm_kstrdup and add check
 2023-06-23 17:17 UTC  (2+ messages)

[PATCH 0/3] mm: use memmap_on_memory semantics for dax/kmem
 2023-06-23 12:35 UTC  (16+ messages)
` [PATCH 1/3] mm/memory_hotplug: Allow an override for the memmap_on_memory param
` [PATCH 2/3] mm/memory_hotplug: Export symbol mhp_supports_memmap_on_memory()
` [PATCH 3/3] dax/kmem: Always enroll hotplugged memory for memmap_on_memory

[PATCH] dax/kmem: Pass valid argument to memory_group_register_static
 2023-06-22  7:15 UTC  (5+ messages)

[PATCH][next] fsdax: remove redundant variable 'error'
 2023-06-21 13:28 UTC  (2+ messages)

[PATCH v2] dax/kmem: Pass valid argument to memory_group_register_static
 2023-06-21 10:34 UTC 

[PATCH] libnvdimm/of_pmem: Add check and kfree for kstrdup
 2023-06-20 16:04 UTC  (3+ messages)

[PATCH 0/4] dax: Fix use after free and other cleanups
 2023-06-16 22:11 UTC  (18+ messages)
` [PATCH 1/4] dax: Fix dax_mapping_release() use after free
` [PATCH 2/4] dax: Use device_unregister() in unregister_dax_mapping()
` [PATCH 3/4] dax: Introduce alloc_dev_dax_id()
` [PATCH 4/4] dax: Cleanup extra dax_region references

[PATCH] dax: include bus.h for definition of run_dax()
 2023-06-16 18:25 UTC  (2+ messages)

[PATCH] nvdimm: make nd_class variable static
 2023-06-16 17:59 UTC  (2+ messages)

[PATCH] nvdimm: make security_show static
 2023-06-16 16:14 UTC  (2+ messages)

[ndctl PATCH 0/2] Fix accessors for temperature field when it is negative
 2023-06-16  1:08 UTC  (3+ messages)
    ` [ndctl PATCH 1/2] cxl: Update a revision by CXL 3.0 specification
    ` [ndctl PATCH 2/2] libcxl: Fix accessors for temperature field to support negative value

[PATCH v4 0/1] dax: enable dax fault handler to report VM_FAULT_HWPOISON
 2023-06-15  0:49 UTC  (4+ messages)
` [PATCH v4 1/1] "

[PATCH] tools/testing/nvdimm: Drop empty platform remove function
 2023-06-07  3:44 UTC  (5+ messages)

[PATCH ndctl v2 0/5] cxl: firmware update support for libcxl and cxl-cli
 2023-06-05 20:21 UTC  (6+ messages)
` [PATCH ndctl v2 1/5] cxl/memdev.c: allow filtering memdevs by bus
` [PATCH ndctl v2 2/5] cxl/list: print firmware info in memdev listings
` [PATCH ndctl v2 3/5] cxl/fw_loader: add APIs to get current state of the FW loader mechanism
` [PATCH ndctl v2 4/5] cxl: add an update-firmware command
` [PATCH ndctl v2 5/5] test/cxl-update-firmware: add a unit test for firmware update

[PATCH 1/3] acpi: nfit: add declaration in a local header
 2023-06-05 17:07 UTC  (3+ messages)

[PATCH v4 01/35] acpi: Adjust functions installing bus event handlers
 2023-06-05 15:17 UTC  (4+ messages)

[PATCH v4 00/35] Remove .notify callback in acpi_device_ops
 2023-06-05  9:50 UTC  (4+ messages)

[PATCH] dax/hmem: Fix refcount leak in dax_hmem_probe()
 2023-06-03  4:11 UTC  (6+ 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).