NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
 messages from 2026-05-26 17:02:00 to 2026-06-09 09:50:36 UTC [more...]

[PATCH v4 0/9] dax/kmem: atomic whole-device hotplug via sysfs
 2026-06-09  9:50 UTC  (11+ messages)
` [PATCH v4 1/9] mm/memory: add memory_block_aligned_range() helper
` [PATCH v4 2/9] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH v4 3/9] mm/memory_hotplug: export mhp_get_default_online_type
` [PATCH v4 4/9] mm/memory_hotplug: add __add_memory_driver_managed() with online_type arg
` [PATCH v4 5/9] mm/memory_hotplug: add multi-range hotunplug
` [PATCH v4 6/9] dax: plumb hotplug online_type through dax
` [PATCH v4 7/9] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH v4 8/9] dax/kmem: add sysfs interface for atomic hotplug
` [PATCH v4 9/9] selftests/dax: add dax/kmem hotplug sysfs regression test

[PATCH v6 0/7] ndctl: Dynamic Capacity additions for cxl-cli
 2026-06-09  0:24 UTC  (17+ messages)
` [PATCH v6 1/7] "
` [PATCH v6 2/7] libcxl: Add Dynamic RAM A partition mode support
` [PATCH v6 3/7] cxl/region: Add cxl-cli support for dynamic RAM A
` [PATCH v6 4/7] libcxl: Add extent functionality to DC regions
` [PATCH v6 5/7] cxl/region: Add extent output to region query
` [PATCH v6 6/7] daxctl: Add --uuid option to create-device for sparse regions
` [PATCH v6 7/7] cxl/test: Add Dynamic Capacity tests

[PATCH V4 0/9] Fixes to the previously-merged drivers/dax/fsdev series
 2026-06-08 21:39 UTC  (15+ messages)
  ` [PATCH V4 1/9] dax: fix misleading comment about share/index union in dax_folio_reset_order()
  ` [PATCH V4 2/9] dax/fsdev: fix multi-range offset in memory_failure handler
  ` [PATCH V4 3/9] dax/fsdev: clear vmemmap_shift when binding static pgmap
  ` [PATCH V4 4/9] dax/fsdev: don't leave a dangling dev_dax->pgmap on probe failure
  ` [PATCH V4 5/9] dax/fsdev: use __va(phys) for kaddr in direct_access
  ` [PATCH V4 6/9] dax/fsdev: fail probe on invalid pgmap offset
  ` [PATCH V4 7/9] dax: fix holder_ops race in fs_put_dax()
  ` [PATCH V4 8/9] dax: replace exported dax_dev_get() with non-allocating dax_dev_find()
  ` [PATCH V4 9/9] dax: fsdev.c minor formatting cleanup

[PATCH v10 00/31] DCD: Add support for Dynamic Capacity Devices (DCD)
 2026-06-08  8:16 UTC  (67+ messages)
` [PATCH v10 01/31] cxl/mbox: Flag "
` [PATCH v10 02/31] cxl/mem: Read dynamic capacity configuration from the device
` [PATCH v10 03/31] cxl/cdat: Gather DSMAS data for DCD partitions
` [PATCH v10 04/31] cxl/core: Enforce partition order/simplify partition calls
` [PATCH v10 05/31] cxl/mem: Expose dynamic ram A partition in sysfs
` [PATCH v10 06/31] cxl/port: Add 'dynamic_ram_a' to endpoint decoder mode
` [PATCH v10 07/31] cxl/region: Add DC DAX region support
` [PATCH v10 10/31] cxl/mem: Configure dynamic capacity interrupts
` [PATCH v10 12/31] cxl/mem: Set up framework for handling DC Events
` [PATCH v10 13/31] cxl/mem: Add 20 second timeout for stalled DC_ADD_CAPACITY chains
` [PATCH v10 14/31] cxl/extent: Handle DC Add Capacity events
` [PATCH v10 15/31] cxl/mem: Drop misaligned DCD extent groups
` [PATCH v10 16/31] cxl/extent: Validate DC extent partition
` [PATCH v10 18/31] cxl/extent: Handle DC Release Capacity events
` [PATCH v10 19/31] cxl/extent: Enforce cross-region tag uniqueness
` [PATCH v10 20/31] cxl/region/extent: Expose dc_extent information in sysfs
` [PATCH v10 21/31] cxl + dax: Surface dax_resources on DCD Add Capacity events
` [PATCH v10 22/31] cxl + dax: Release dax_resources on DCD Release "
` [PATCH v10 24/31] dax/bus: Add uuid sysfs attribute to dax devices
` [PATCH v10 25/31] dax/bus: Reject resize on DC dax devices and enforce 0-size creation
` [PATCH v10 26/31] dax/bus: Tag-aware uuid claim and show on DC dax devices
` [PATCH v10 27/31] cxl/region: Read existing extents on region creation
` [PATCH v10 28/31] cxl/mem: Trace Dynamic capacity Event Record
` [PATCH v10 29/31] tools/testing/cxl: Make event logs dynamic
` [PATCH v10 30/31] tools/testing/cxl: Add DC Regions to mock mem data

[PATCH V3 0/9] Fixes to the previously-merged drivers/dax/fsdev series
 2026-06-07 15:37 UTC  (27+ messages)
  ` [PATCH V3 1/9] dax: fix misleading comment about share/index union in dax_folio_reset_order()
  ` [PATCH V3 2/9] dax/fsdev: fix multi-range offset in memory_failure handler
  ` [PATCH V3 3/9] dax/fsdev: clear vmemmap_shift when binding static pgmap
  ` [PATCH V3 4/9] dax/fsdev: clear dev_dax->pgmap on probe failure
  ` [PATCH V3 5/9] dax/fsdev: use __va(phys) for kaddr in direct_access
  ` [PATCH V3 6/9] dax/fsdev: fail probe on invalid pgmap offset
  ` [PATCH V3 7/9] dax: fix holder_ops race in fs_put_dax()
  ` [PATCH V3 8/9] dax: replace exported dax_dev_get() with non-allocating dax_dev_find()
  ` [PATCH V3 9/9] dax: fsdev.c minor formatting cleanup

[PATCH v5 0/4] cleanup: Remove NULL check from unconditional guards
 2026-06-05 10:46 UTC  (10+ messages)
` [PATCH v5 1/4] nvdimm: Convert nvdimm_bus guard to class
` [PATCH v5 2/4] genirq: Move NULL check into irqdesc_lock guard unlock expression
` [PATCH v5 3/4] cleanup: Annotate guard constructors with nonnull
` [PATCH v5 4/4] cleanup: Remove NULL check from unconditional guards

[PATCH] nvdimm: ndtest: reject wrapped config-data offsets
 2026-06-05  0:53 UTC 

[ndctl PATCH] test/btt-stress.sh: add stress test for BTT lane race
 2026-06-03 23:22 UTC  (3+ messages)

[PATCH v2 0/4] ACPI: NFIT: core: Fix multiple issues related to concurrency and cleanup
 2026-06-03 23:10 UTC  (9+ messages)
` [PATCH v2 1/4] ACPI: NFIT: core: Fix possible NULL pointer dereference
` [PATCH v2 2/4] ACPI: NFIT: core: Fix acpi_nfit_init() error cleanup
` [PATCH v2 3/4] ACPI: NFIT: core: Eliminate redundant local variable
` [PATCH v2 4/4] ACPI: NFIT: core: Fix possible deadlock and missing notifications

[PATCH V6 0/2] daxctl: Add support for famfs mode
 2026-06-02 22:27 UTC  (5+ messages)
  ` [PATCH V6 1/2] "
  ` [PATCH V6 2/2] Add nfit_test famfs mode-transition test

[PATCH v1 01/17] ACPI: bus: Introduce devm_acpi_install_notify_handler()
 2026-06-02 21:58 UTC  (4+ messages)

[PATCH v1] ACPI: NFIT: Fix possible issues related to driver cleanup
 2026-06-02 16:29 UTC 

[PATCH v3 0/5] nvdimm: virtio_pmem: fix request lifetime and converge broken queue failures
 2026-06-02  1:51 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add maintainer info for libnvdimm and DAX
 2026-06-02  1:23 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update address for Ira Weiny
 2026-06-02  1:21 UTC  (2+ messages)

[PATCH] MAINTAINERS: nvdimm: Include maintainer profile
 2026-06-02  1:18 UTC  (2+ messages)

[PATCH v3] dax/bus: Upgrade resource conflict message to dev_err() in alloc_dax_region()
 2026-06-02  0:40 UTC  (5+ messages)

[PATCH 00/16] lib/cpumask: get rid of cpumap_print_to_pagebuf()
 2026-06-02  0:38 UTC  (30+ messages)
` [PATCH 01/16] psci: simplify hotplug_tests()
` [PATCH 02/16] arm: Use sysfs_emit() for cpumask show callbacks
` [PATCH 03/16] powerpc: "
` [PATCH 04/16] x86/events: "
` [PATCH 05/16] ACPI: pad: Use sysfs_emit() for idlecpus show
` [PATCH 06/16] cpu: Use sysfs_emit() for cpumask show callback
` [PATCH 07/16] devfreq: Use sysfs_emit() for cpumask show callbacks
` [PATCH 08/16] fpga: dfl-fme-perf: Use sysfs_emit() for cpumask show
` [PATCH 09/16] hwtracing: hisi_ptt: "
` [PATCH 10/16] RDMA/hfi1: Use sysfs_emit() for cpumask show helper
` [PATCH 11/16] nvdimm: Use sysfs_emit() for cpumask show callback
` [PATCH 12/16] PCI/sysfs: Use sysfs_emit() for cpumask show callbacks
` [PATCH 13/16] perf: "
` [PATCH 14/16] powercap: intel_rapl: Use sysfs_emit() for cpumask show
` [PATCH 15/16] thermal: intel: Use sysfs_emit() for powerclamp cpumask
` [PATCH 16/16] lib/bitmap-str: get rid of cpumap_print_to_pagebuf()

[PATCH 0/2] nvdimm/btt: fix a few memory leaks
 2026-06-02  0:33 UTC  (3+ messages)

[PATCH v6] nvdimm/btt: Handle preemption in BTT lane acquisition
 2026-06-01 22:36 UTC  (3+ messages)

[PATCH V2 0/7] Fixes to the previously-merged drivers/dax/fsdev series
 2026-05-30 14:32 UTC  (22+ messages)
  ` [PATCH V2 1/7] dax: fix misleading comment about share/index union in dax_folio_reset_order()
  ` [PATCH V2 2/7] dax/fsdev: fix multi-range offset, vmemmap_shift leak, and probe error cleanup
  ` [PATCH V2 3/7] dax/fsdev: fix kaddr for multi-range and fail probe on invalid pgmap offset
  ` [PATCH V2 4/7] dax/fsdev: clamp direct_access return to current physical range
  ` [PATCH V2 5/7] dax: fix holder_ops race in fs_put_dax()
  ` [PATCH V2 6/7] dax: replace exported dax_dev_get() with non-allocating dax_dev_find()
  ` [PATCH V2 7/7] dax: fsdev.c minor formatting cleanup

[ndctl PATCH 1/2] cxl/region: allow mixed-granularity regions
 2026-05-30  0:18 UTC  (2+ messages)
` [ndctl PATCH 2/2] test/cxl-region-mixed.sh: test mixed-granularity region creation

[PATCH v2] dax/bus: Upgrade resource conflict message to dev_err() in alloc_dax_region()
 2026-05-28  6:40 UTC  (4+ messages)

[PATCH v2] x86/mm: fix freeing of PMD-sized vmemmap pages
 2026-05-27 22:51 UTC 

[PATCH v4 0/4] cleanup: Remove NULL check from unconditional guards
 2026-05-27 12:30 UTC  (6+ messages)
` [PATCH v4 3/4] cleanup: Annotate guard constructors with __nonnull()


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