NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
[PATCH v12 0/8] DCD Prep Series
 2026-08-03 14:33 UTC  (15+ messages)
` [PATCH v12 1/8] cxl/mbox: Flag support for Dynamic Capacity Devices (DCD)
` [PATCH v12 2/8] cxl/mem: Read dynamic capacity configuration from the device
` [PATCH v12 3/8] cxl/cdat: Gather DSMAS data for DCD partitions
` [PATCH v12 4/8] cxl/events: Split event msgnum configuration from irq setup
` [PATCH v12 5/8] cxl/pci: Factor out interrupt policy check
` [PATCH v12 6/8] cxl/mem: Configure dynamic capacity interrupts
` [PATCH v12 7/8] cxl/core: Return endpoint decoder information from region search
` [PATCH v12 8/8] cxl/core: Enforce partition order/simplify partition calls

[PATCH v5 00/16] Add dmabuf read/write via io_uring
 2026-08-03 13:20 UTC  (18+ messages)
` [PATCH v5 01/16] dma-buf: introduce initial file I/O infrastructure
` [PATCH v5 02/16] iov_iter: add iterator type for dmabuf maps
` [PATCH v5 03/16] block: rename bi_bvec_done
` [PATCH v5 04/16] block: always adjust bi_offset on bio_advance_iter
` [PATCH v5 05/16] block: move bvec init into __bio_clone
` [PATCH v5 06/16] block: introduce bio_iov_iter_set()
` [PATCH v5 07/16] block: introduce dma map backed bio type
` [PATCH v5 08/16] block: add dma-buf support for raw bdev
` [PATCH v5 09/16] nvme-pci: implement dma-buf backed requests
` [PATCH v5 10/16] nvme-pci: rename nvme_pci_sgl_set_data to nvme_pci_dma_iter_set_sgl
` [PATCH v5 11/16] nvme-pci: add SGL support for the dmabuf path
` [PATCH v5 12/16] io_uring/rsrc: introduce buf registration structure
` [PATCH v5 13/16] io_uring/rsrc: extend buffer update
` [PATCH v5 14/16] io_uring/rsrc: add uncloneable regbuf flag
` [PATCH v5 15/16] io_uring/rsrc: add regbuf import flags
` [PATCH v5 16/16] io_uring/rsrc: add dmabuf backed registered buffers

[PATCH v5] fs/dax: check zero or empty entry before converting xarray entry
 2026-08-03 12:34 UTC 

[PATCH V12 00/12] famfs: the Fabric-Attached Memory File System (standalone)
 2026-08-03  8:52 UTC  (25+ messages)
  ` [PATCH V12 01/12] dax: replace exported dax_dev_get() with non-allocating dax_dev_find()
  ` [PATCH V12 02/12] famfs: Module operations, fs_context, and mount
  ` [PATCH V12 03/12] famfs: Add daxdev table and dax notify_failure support
  ` [PATCH V12 04/12] famfs: Introduce inode_operations and super_operations
  ` [PATCH V12 05/12] famfs: Introduce file_operations read/write
  ` [PATCH V12 06/12] famfs: Introduce mmap and VM fault handling
  ` [PATCH V12 07/12] famfs: MAP_CREATE ioctl and fmap ingest (ABI 44)
  ` [PATCH V12 08/12] famfs: iomap_begin and file-to-dax offset resolution
  ` [PATCH V12 09/12] famfs: Register secondary daxdevs by path (FAMFSIOC_DAXDEV_OPEN)
  ` [PATCH V12 10/12] famfs: Add runtime operation-permission (opts) framework
  ` [PATCH V12 11/12] famfs: Report device capacity via statfs so df works
  ` [PATCH V12 12/12] famfs: Add documentation

[PATCH V11 0/9] famfs: port into fuse
 2026-08-01 19:02 UTC  (16+ messages)
  ` [PATCH V11 3/9] famfs_fuse: Plumb the GET_FMAP message/response
  ` [PATCH V11 4/9] famfs_fuse: Create files with famfs fmaps

[ndctl PATCH 1/2] cxl/list: emit decoder locked status
 2026-07-31 15:40 UTC  (4+ messages)
` [ndctl PATCH 2/2] cxl/list: list locked zero-sized decoders

[PATCH v4, RESEND] fs/dax: check zero or empty entry before converting xarray entry
 2026-07-31  8:56 UTC  (3+ messages)

[ndctl PATCH] test/cxl-topology.sh: test zero-sized decoders
 2026-07-31  1:36 UTC  (2+ messages)

[PATCH 1/2] libnvdimm: nd.h: clean up kernel-doc warnings
 2026-07-30 22:59 UTC  (8+ messages)
` [PATCH 2/2] nvdimm-btt: "

[PATCH v4 00/14] Add dmabuf read/write via io_uring
 2026-07-30 16:17 UTC  (47+ messages)
` [PATCH v4 01/14] dma-buf: introduce initial file I/O infrastructure
` [PATCH v4 02/14] iov_iter: add iterator type for dmabuf maps
` [PATCH v4 03/14] block: rename bi_bvec_done
` [PATCH v4 04/14] block: always adjust bi_offset on bio_advance_iter
` [PATCH v4 05/14] block: move bvec init into __bio_clone
` [PATCH v4 06/14] block: introduce dma map backed bio type
` [PATCH v4 07/14] block: forward init_dma_buf_io_ctx to drivers
` [PATCH v4 08/14] nvme-pci: implement dma_token backed requests
` [PATCH v4 09/14] nvme-pci: add SGL support for the dmabuf path
` [PATCH v4 10/14] io_uring/rsrc: introduce buf registration structure
` [PATCH v4 11/14] io_uring/rsrc: extend buffer update
` [PATCH v4 12/14] io_uring/rsrc: add uncloneable regbuf flag
` [PATCH v4 13/14] io_uring/rsrc: add regbuf import flags
` [PATCH v4 14/14] io_uring/rsrc: add dmabuf backed registered buffers

[PATCH RFC] mm/huge_memory: eliminate reference-counted huge zero folio
 2026-07-30 10:06 UTC  (3+ messages)

DCD: Add support for Dynamic Capacity Devices (DCD)
 2026-07-29 21:40 UTC  (17+ messages)
` [PATCH v11 14/31] cxl/extent: Handle DC Add Capacity events
` [PATCH v11 15/31] cxl/mem: Drop misaligned DCD extent groups
` [PATCH v11 16/31] cxl/extent: Validate DC extent partition
` [PATCH v11 17/31] cxl/mem: Enforce tag-group semantics
` [PATCH v11 18/31] cxl/extent: Handle DC Release Capacity events

[PATCH 0/9] ACPI: use named initializers for acpi_device_id
 2026-07-27 17:25 UTC  (21+ messages)
` [PATCH 1/9] ACPI: use a named initializer "
` [PATCH 2/9] ACPI: drop unused assignment of acpi_device_id::driver_data
` [PATCH 3/9] ACPI: pci: "
` [PATCH 4/9] ACPI: ghes-nvidia: use a named initializer for acpi_device_id::id
` [PATCH 5/9] ACPI: amba: drop unused assignment of acpi_device_id::driver_data
` [PATCH 6/9] ACPI: dptf: "
` [PATCH 7/9] ACPI: nfit: core: "
` [PATCH 8/9] ACPI: x86: use a named initializer for acpi_device_id::id
` [PATCH 9/9] ACPI: "

[RFC PATCH 0/8] dax/kmem: support for private NUMA nodes
 2026-07-24 13:06 UTC  (11+ messages)
` [RFC PATCH 1/8] dax/kmem: add dax_file= to expose an anonymous-fault char device
` [RFC PATCH 2/8] dax/kmem: add private= to online memory as an N_MEMORY_PRIVATE node
` [RFC PATCH 3/8] dax/kmem: add the reclaim opt-in (CAP_RECLAIM) for private nodes
` [RFC PATCH 4/8] dax/kmem: add the user_numa opt-in (CAP_USER_NUMA) "
` [RFC PATCH 5/8] dax/kmem: add the hotunplug opt-in (CAP_HOTUNPLUG) "
` [RFC PATCH 6/8] dax/kmem: add the demotion and numa_balancing opt-ins "
` [RFC PATCH 7/8] dax/kmem: add the ltpin opt-in (CAP_LTPIN) "
` [RFC PATCH 8/8] dax/kmem: add dax/adistance to make private node adistance configurable

[PATCH v4] fs/dax: check zero or empty entry before converting xarray entry
 2026-07-24 10:37 UTC 

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-07-24  6:29 UTC  (22+ messages)
  ` [PATCH v5 05/36] mm: add ZONELIST_PRIVATE(_NOFALLBACK) for N_MEMORY_PRIVATE nodes
  ` [PATCH v5 26/36] mm: add NODE_PRIVATE_CAP_RECLAIM for opted-in private node reclaim
  ` [PATCH v5 28/36] mm: add NODE_PRIVATE_CAP_HOTUNPLUG for opted-in private nodes
  ` [PATCH v5 32/36] mm/khugepaged: base private node collapse eligiblity on actor/cap bits

[PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout
 2026-07-23 13:36 UTC  (6+ messages)

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-23  2:42 UTC  (5+ messages)
` [PATCH v2 13/33] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH v2 14/33] mm/vma: clean up anon_vma_compatible()

[ndctl PATCH] ndctl.spec.in: make xmlto BuildRequires depend on rhel < 9
 2026-07-22 20:40 UTC  (2+ messages)

[PATCH] ACPI: NFIT: validate subtable extents before parsing
 2026-07-22  4:31 UTC  (2+ messages)

[ndctl PATCH v3 0/2] daxctl, util/sysfs: fix builtin-driver false failure on enable
 2026-07-22  0:22 UTC  (2+ messages)

[ndctl PATCH] test/cxl-poison.sh: test scanning past fully mapped partitions
 2026-07-22  0:21 UTC  (3+ messages)


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