NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
 messages from 2023-05-31 02:24:57 to 2023-07-03 14:08:51 UTC [more...]

[PATCH] ACPICA: actbl2: change to be16/be32 types for big endian data
 2023-07-03 13:01 UTC 

[PATCH] ACPI: NFIT: add helper to_nfit_mem() to take device to nfit_mem
 2023-07-03 13:17 UTC 

[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: "

[NDCTL PATCH] cxl/region: Always use the correct target position
 2023-06-30 15:12 UTC 

[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] "

[ndctl PATCH v3 0/6] cxl/monitor and ndctl/monitor fixes
 2023-06-27 10:17 UTC  (2+ messages)

[RFC PATCH v3 0/3] pmem memmap dump support
 2023-06-25 10:27 UTC  (11+ messages)
` [RFC PATCH v3 1/3] nvdimm: set force_raw=1 in kdump kernel
` [RFC PATCH v3 2/3] x86/crash: Add pmem region into PT_LOADs of vmcore
` [RFC PATCH v3 3/3] kernel/kexec_file: Mark pmem region with new flag PF_DEV
` [RFC PATCH kexec-tools v3 1/1] kexec: Add and mark pmem region into PT_LOADs
` [RFC PATCH makedumpfile v3 1/3] elf_info.c: Introduce is_pmem_pt_load_range
` [RFC PATCH makedumpfile v3 2/3] makedumpfile.c: Exclude all pmem pages
` [RFC PATCH makedumpfile v3 3/3] makedumpfile: get metadata boundaries from pmem's infoblock

[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  (7+ messages)

[PATCH RFC 0/4] dax: Clean up dax_region references
 2023-06-03  2:09 UTC  (5+ messages)
` [PATCH RFC 1/4] dax/bus: Fix leaked reference in alloc_dax_region()
` [PATCH RFC 2/4] dax/hmem: Fix refcount leak in dax_hmem_probe()
` [PATCH RFC 3/4] dax/cxl: Fix refcount leak in cxl_dax_region_probe()
` [PATCH RFC 4/4] dax/bus: Remove unnecessary reference in alloc_dax_region()

[PATCH v4 35/35] acpi/bus: Remove notify callback and flags
 2023-06-02  9:26 UTC  (3+ messages)

[ndctl PATCH] cxl/region: Fix memdevs leak
 2023-06-01 17:53 UTC  (2+ messages)

[PATCH v4 07/35] acpi/nfit: Move handler installing logic to driver
 2023-06-01 13:17 UTC 

[PATCH v4 34/35] acpi/bus: Remove redundant functions
 2023-06-01 13:21 UTC 

[PATCH v4 33/35] acpi/bus: Remove installing/removing notify handlers from probe/remove
 2023-06-01 13:21 UTC 

[ndctl PATCH v2 1/2] CONTRIBUTING.md: document cxl mailing list
 2023-05-31  2:24 UTC  (2+ messages)
` [ndctl PATCH v2 2/2] README.md: document CXL unit tests


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