NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
 messages from 2022-02-01 15:11:04 to 2022-02-10 07:28:46 UTC [more...]

start sorting out the ZONE_DEVICE refcount mess v2
 2022-02-10  7:28 UTC  (2+ messages)
` [PATCH 01/27] mm: remove a pointless CONFIG_ZONE_DEVICE check in memremap_pages

start sorting out the ZONE_DEVICE refcount mess
 2022-02-10  6:45 UTC  (46+ messages)
` [PATCH 1/8] mm: remove a pointless CONFIG_ZONE_DEVICE check in memremap_pages
` [PATCH 2/8] mm: remove the __KERNEL__ guard from <linux/mm.h>
` [PATCH 3/8] mm: remove pointless includes from <linux/hmm.h>
` [PATCH 4/8] mm: move free_devmap_managed_page to memremap.c
` [PATCH 5/8] mm: simplify freeing of devmap managed pages
` [PATCH 6/8] mm: don't include <linux/memremap.h> in <linux/mm.h>
` [PATCH 7/8] mm: remove the extra ZONE_DEVICE struct page refcount
` [PATCH 8/8] fsdax: depend on ZONE_DEVICE || FS_DAX_LIMITED

[ndctl PATCH v5 0/6] Add partitioning support for CXL memdevs
 2022-02-10  2:31 UTC  (8+ messages)
` [ndctl PATCH v5 1/6] libcxl: add GET_PARTITION_INFO mailbox command and accessors
` [ndctl PATCH v5 2/6] libcxl: add accessors for capacity fields of the IDENTIFY command
` [ndctl PATCH v5 3/6] libcxl: return the partition alignment field in bytes
` [ndctl PATCH v5 4/6] cxl: add memdev partition information to cxl-list
` [ndctl PATCH v5 5/6] libcxl: add interfaces for SET_PARTITION_INFO mailbox command
` [ndctl PATCH v5 6/6] cxl: add command 'cxl set-partition'

[ndctl PATCH v4 0/6] Add partitioning support for CXL memdevs
 2022-02-08 21:18 UTC  (17+ messages)
` [ndctl PATCH v4 1/6] libcxl: add GET_PARTITION_INFO mailbox command and accessors
` [ndctl PATCH v4 2/6] libcxl: add accessors for capacity fields of the IDENTIFY command
` [ndctl PATCH v4 3/6] libcxl: return the partition alignment field in bytes
` [ndctl PATCH v4 4/6] cxl: add memdev partition information to cxl-list
` [ndctl PATCH v4 5/6] libcxl: add interfaces for SET_PARTITION_INFO mailbox command
` [ndctl PATCH v4 6/6] cxl: add command set-partition

[PATCH v7 0/3] spapr: nvdimm: Introduce spapr-nvdimm device
 2022-02-07 11:53 UTC  (6+ messages)
` [PATCH v7 1/3] nvdimm: Add realize, unrealize callbacks to NVDIMMDevice class
` [PATCH v7 2/3] spapr: nvdimm: Implement H_SCM_FLUSH hcall
` [PATCH v7 3/3] spapr: nvdimm: Introduce spapr-nvdimm device

[PATCH v5 0/7] DAX poison recovery
 2022-02-06  8:30 UTC  (34+ messages)
` [PATCH v5 1/7] mce: fix set_mce_nospec to always unmap the whole page
` [PATCH v5 2/7] dax: introduce dax device flag DAXDEV_RECOVERY
` [PATCH v5 3/7] dm: make dm aware of target's DAXDEV_RECOVERY capability
` [PATCH v5 4/7] dax: add dax_recovery_write to dax_op and dm target type
` [PATCH v5 5/7] pmem: add pmem_recovery_write() dax op
` [PATCH v5 6/7] dax: add recovery_write to dax_iomap_iter in failure path
` [PATCH v5 7/7] pmem: fix pmem_do_write() avoid writing to 'np' page

[PATCH v3 33/40] cxl/mem: Add the cxl_mem driver
 2022-02-04 15:18 UTC  (10+ messages)
` [PATCH v4 "
  ` [PATCH v5 "
    ` [PATCH v6 "

[PATCH v3 00/40] CXL.mem Topology Discovery and Hotplug Support
 2022-02-04 15:08 UTC  (51+ messages)
` [PATCH v3 23/40] cxl/core: Emit modalias for CXL devices
` [PATCH v3 25/40] cxl/core/port: Remove @host argument for dport + decoder enumeration
  ` [PATCH v4 "
` [PATCH v3 27/40] cxl/pci: Cache device DVSEC offset
  ` [PATCH v4 "
` [PATCH v3 28/40] cxl/pci: Retrieve CXL DVSEC memory info
  ` [PATCH v4 "
` [PATCH v3 29/40] cxl/pci: Implement wait for media active
` [PATCH v3 31/40] cxl/memdev: Add numa_node attribute
` [PATCH v3 32/40] cxl/core/port: Add switch port enumeration
  ` [PATCH v4 "
    ` [PATCH v5 "
` [PATCH v3 34/40] cxl/core: Move target_list out of base decoder attributes

[PATCH v3 00/14] CXL Region driver
 2022-02-04  2:45 UTC  (30+ messages)
` [PATCH v3 01/14] cxl/region: Add region creation ABI
` [PATCH v3 02/14] cxl/region: Introduce concept of region configuration
` [PATCH v3 04/14] cxl/region: Introduce a cxl_region driver
` [PATCH v3 09/14] cxl/region: Add infrastructure for decoder programming
` [PATCH v3 10/14] cxl/region: Collect host bridge decoders
` [PATCH v3 11/14] cxl/region: Add support for single switch level

[PATCH v2 0/6] Fix some bugs related to ramp and dax
 2022-02-03 10:17 UTC  (10+ messages)
` [PATCH v2 1/6] mm: rmap: fix cache flush on THP pages
` [PATCH v2 2/6] dax: fix cache flush on PMD-mapped pages
` [PATCH v2 3/6] mm: page_vma_mapped: support checking if a pfn is mapped into a vma
` [PATCH v2 4/6] mm: rmap: introduce pfn_mkclean_range() to cleans PTEs
` [PATCH v2 5/6] dax: fix missing writeprotect the pte entry
` [PATCH v2 6/6] mm: remove range parameter from follow_invalidate_pte()

[PATCH 1/2] mm/memory_hotplug: Export shrink span functions for zone and node
 2022-02-03  8:19 UTC  (8+ messages)

[PATCH v3 35/40] cxl/core/port: Add endpoint decoders
 2022-02-03  4:02 UTC  (2+ messages)
` [PATCH v4 "

[PATCH v6 0/3] spapr: nvdimm: Introduce spapr-nvdimm device
 2022-02-02 18:57 UTC  (7+ messages)
` [PATCH v6 1/3] nvdimm: Add realize, unrealize callbacks to NVDIMMDevice class
` [PATCH v6 2/3] spapr: nvdimm: Implement H_SCM_FLUSH hcall
` [PATCH v6 3/3] spapr: nvdimm: Introduce spapr-nvdimm device

[PATCH v10 0/9] fsdax: introduce fs query to support reflink
 2022-02-02 13:04 UTC  (9+ messages)
` [PATCH v10 1/9] dax: Introduce holder for dax_device
` [PATCH v10 2/9] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v10 4/9] fsdax: fix function description
` [PATCH v10 8/9] xfs: Implement ->notify_failure() for XFS

[PATCH v3 24/40] cxl/port: Add a driver for 'struct cxl_port' objects
 2022-02-02  9:33 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v5 "

[PATCH v4 22/40] cxl/core/hdm: Add CXL standard decoder enumeration to the core
 2022-02-02  9:31 UTC  (3+ messages)
` [PATCH v5 "

[PATCH v4] powerpc/papr_scm: Implement initial support for injecting smart errors
 2022-02-02  9:03 UTC  (2+ messages)

[PATCH REBASED v5 0/3] spapr: nvdimm: Introduce spapr-nvdimm device
 2022-02-01 21:41 UTC  (7+ messages)
` [PATCH REBASED v5 1/2] spapr: nvdimm: Implement H_SCM_FLUSH hcall
` [PATCH REBASED v5 2/2] spapr: nvdimm: Introduce spapr-nvdimm device

[PATCH v3 26/40] cxl/pci: Store component register base in cxlds
 2022-02-01 21:28 UTC  (2+ messages)
` [PATCH v4 "


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