nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-21 05:52:57 to 2021-06-17 18:46:13 UTC [more...]

[PATCH v2 00/14] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-06-17 18:45 UTC  (14+ messages)
` [PATCH v2 01/14] memory-failure: fetch compound_head after pgmap_pfn_valid()
` [PATCH v2 03/14] mm/page_alloc: refactor memmap_init_zone_device() page init
` [PATCH v2 04/14] mm/memremap: add ZONE_DEVICE support for compound pages
` [PATCH v2 05/14] mm/sparse-vmemmap: add a pgmap argument to section activation
` [PATCH v2 06/14] mm/sparse-vmemmap: refactor core of vmemmap_populate_basepages() to helper
` [PATCH v2 07/14] mm/hugetlb_vmemmap: move comment block to Documentation/vm
` [PATCH v2 08/14] mm/sparse-vmemmap: populate compound pagemaps
` [PATCH v2 09/14] mm/page_alloc: reuse tail struct pages for "
` [PATCH v2 10/14] device-dax: use ALIGN() for determining pgoff
` [PATCH v2 11/14] device-dax: ensure dev_dax->pgmap is valid for dynamic devices
` [PATCH v2 12/14] device-dax: compound pagemap support
` [PATCH v2 13/14] mm/gup: grab head page refcount once for group of subpages
` [PATCH v2 14/14] mm/sparse-vmemmap: improve memory savings for compound pud geometry

[PATCH v4 0/7] Add support for FORM2 associativity
 2021-06-17 16:51 UTC  (8+ messages)
` [PATCH v4 1/7] powerpc/pseries: rename min_common_depth to primary_domain_index
` [PATCH v4 2/7] powerpc/pseries: rename distance_ref_points_depth to max_associativity_domain_index
` [PATCH v4 3/7] powerpc/pseries: Rename TYPE1_AFFINITY to FORM1_AFFINITY
` [PATCH v4 4/7] powerpc/pseries: Consolidate DLPAR NUMA distance update
` [PATCH v4 5/7] powerpc/pseries: Consolidate NUMA distance update during boot
` [PATCH v4 6/7] powerpc/pseries: Add a helper for form1 cpu distance
` [PATCH v4 7/7] powerpc/pseries: Add support for FORM2 associativity

[PATCH v3 0/4] Add perf interface to expose nvdimm
 2021-06-17 13:26 UTC  (5+ messages)
` [PATCH v3 1/4] drivers/nvdimm: Add nvdimm pmu structure
` [PATCH v3 2/4] drivers/nvdimm: Add perf interface to expose nvdimm performance stats
` [PATCH v3 3/4] powerpc/papr_scm: Add perf interface support
` [PATCH v3 4/4] powerpc/papr_scm: Document papr_scm sysfs event format entries

[PATCH v4 03/10] fs: Introduce ->corrupted_range() for superblock
 2021-06-17  8:12 UTC  (7+ messages)
  ` [PATCH v4 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping
  ` [PATCH v4 05/10] mm, pmem: Implement ->memory_failure() in pmem driver

[PATCH v3 0/8] Add support for FORM2 associativity
 2021-06-17  7:34 UTC  (9+ messages)
` [PATCH v3 1/8] powerpc/pseries: rename min_common_depth to primary_domain_index
` [PATCH v3 2/8] powerpc/pseries: rename distance_ref_points_depth to max_associativity_domain_index
` [PATCH v3 3/8] powerpc/pseries: Rename TYPE1_AFFINITY to FORM1_AFFINITY
` [PATCH v3 4/8] powerpc/pseries: Consolidate DLPAR NUMA distance update
` [PATCH v3 5/8] powerpc/pseries: Consolidate NUMA distance update during boot
` [PATCH v3 6/8] powerpc/pseries: Add a helper for form1 cpu distance
` [PATCH v3 7/8] powerpc/pseries: Add support for FORM2 associativity
` [PATCH v3 8/8] powerpc/papr_scm: Use FORM2 associativity details

[PATCH v2 0/4] Add perf interface to expose nvdimm
 2021-06-17  6:32 UTC  (7+ messages)
` [PATCH v2 1/4] drivers/nvdimm: Add nvdimm pmu structure
` [PATCH v2 2/4] drivers/nvdimm: Add perf interface to expose nvdimm performance stats
` [PATCH v2 3/4] powerpc/papr_scm: Add perf interface support
` [PATCH v2 4/4] powerpc/papr_scm: Document papr_scm sysfs event format entries

[RFC ndctl PATCH 0/3] Rename monitor.conf to ndctl.conf as a ndctl global config file
 2021-06-17  0:25 UTC  (5+ messages)
  ` [RFC ndctl PATCH 3/3] ndctl, rename monitor.conf to ndctl.conf

[PATCH] ndctl/dimm: Fix to dump namespace indexs and labels
 2021-06-16  1:31 UTC  (2+ messages)

[PATCH v2 0/5] cxl/pmem: Add core infrastructure for PMEM support
 2021-06-15 23:36 UTC  (8+ messages)
` [PATCH v2 1/5] cxl/core: Add cxl-bus driver infrastructure
` [PATCH v2 2/5] cxl/pmem: Add initial infrastructure for pmem support
` [PATCH v2 3/5] libnvdimm: Export nvdimm shutdown helper, nvdimm_delete()
` [PATCH v2 4/5] libnvdimm: Drop unused device power management support
` [PATCH v2 5/5] cxl/pmem: Register 'pmem' / cxl_nvdimm devices
  ` [PATCH v3 "

set_memory_uc() does not work with pmem poison handling
 2021-06-15 18:55 UTC 

[ndctl PATCH 0/2] fix two issues reported by Coverity
 2021-06-15 12:39 UTC  (3+ messages)
` [ndctl PATCH 1/2] libndctl: check return value of ndctl_pfn_get_namespace
` [ndctl PATCH 2/2] namespace: fix potentail fd leak problem in do_xaction_namespace()

[PATCH v6.1 6/7] fs/xfs: Handle CoW for fsdax write() path
 2021-06-15  7:21 UTC 

[PATCH v1 00/11] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-06-14 23:07 UTC  (15+ messages)
` [PATCH v1 04/11] mm/memremap: add ZONE_DEVICE support for compound pages
` [PATCH v1 09/11] mm/page_alloc: reuse tail struct pages for compound pagemaps
` [PATCH v1 10/11] device-dax: compound pagemap support
` [PATCH v1 11/11] mm/gup: grab head page refcount once for group of subpages

[PATCH 0/5] cxl/pmem: Add core infrastructure for PMEM support
 2021-06-14 21:40 UTC  (18+ messages)
` [PATCH 1/5] cxl/core: Add cxl-bus driver infrastructure
` [PATCH 2/5] cxl/pmem: Add initial infrastructure for pmem support
` [PATCH 3/5] libnvdimm: Export nvdimm shutdown helper, nvdimm_delete()
` [PATCH 4/5] libnvdimm: Drop unused device power management support
` [PATCH 5/5] cxl/pmem: Register 'pmem' / cxl_nvdimm devices

[PATCH] libnvdimm/pmem: Fix pmem_pagemap_cleanup compile warning
 2021-06-09 15:10 UTC  (2+ messages)

[PATCH 0/4] Add perf interface to expose nvdimm
 2021-06-09 12:12 UTC  (7+ messages)
` [PATCH 1/4] drivers/nvdimm: Add nvdimm pmu structure
` [PATCH 2/4] drivers/nvdimm: Add perf interface to expose nvdimm performance stats
` [PATCH 3/4] powerpc/papr_scm: Add perf interface support
` [PATCH 4/4] powerpc/papr_scm: Document papr_scm sysfs event format entries

[PATCH v1 05/12] mm/memory_hotplug: remove nid parameter from remove_memory() and friends
 2021-06-09 10:05 UTC  (4+ messages)

[PATCH] ndctl/dimm: Fix to dump namespace indexs and labels
 2021-06-09  1:27 UTC  (3+ messages)

[PATCH] libnvdimm/pmem: Fix blk_cleanup_disk() usage
 2021-06-08 21:26 UTC  (5+ messages)
` [PATCH v2] "

simplify gendisk and request_queue allocation for bio based drivers
 2021-06-07  4:43 UTC  (75+ messages)
` [PATCH 01/26] block: refactor device number setup in __device_add_disk
  ` [dm-devel] "
` [PATCH 02/26] block: move the DISK_MAX_PARTS sanity check into __device_add_disk
  ` [dm-devel] "
` [PATCH 03/26] block: automatically enable GENHD_FL_EXT_DEVT
  ` [dm-devel] "
` [PATCH 04/26] block: add a flag to make put_disk on partially initalized disks safer
  ` [dm-devel] "
` [PATCH 05/26] block: add blk_alloc_disk and blk_cleanup_disk APIs
  ` [dm-devel] "
` [PATCH 06/26] brd: convert to blk_alloc_disk/blk_cleanup_disk
` [PATCH 07/26] drbd: "
` [PATCH 08/26] pktcdvd: "
` [PATCH 09/26] rsxx: "
` [PATCH 10/26] zram: "
` [PATCH 11/26] lightnvm: "
` [PATCH 12/26] bcache: "
` [PATCH 13/26] dm: "
` [PATCH 14/26] md: "
` [PATCH 15/26] nvdimm-blk: "
` [PATCH 16/26] nvdimm-btt: "
` [PATCH 17/26] nvdimm-pmem: "
` [PATCH 18/26] nvme-multipath: "
` [PATCH 19/26] nfblock: "
` [PATCH 20/26] simdisk: "
` [PATCH 21/26] n64cart: convert to blk_alloc_disk
` [PATCH 22/26] ps3vram: convert to blk_alloc_disk/blk_cleanup_disk
` [PATCH 23/26] dcssblk: "
` [PATCH 24/26] xpram: "
` [PATCH 25/26] null_blk: "
` [PATCH 26/26] block: unexport blk_alloc_queue

[powerpc]next-20210604 - Kernel crash while running pmem tests
 2021-06-06 12:58 UTC 

[PATCH] nvdimm: Fix missing error code in btt_read_pg()
 2021-06-04 10:24 UTC 

[PATCH v2] powerpc/papr_scm: Add support for reporting dirty-shutdown-count
 2021-06-04  8:53 UTC  (2+ messages)

[PATCH] nvdimm/test: Fix corruption due to memory overflow
 2021-06-04  7:08 UTC 

[PATCH] tools/testing/nvdimm: use vzalloc() instead of vmalloc()/memset(0)
 2021-06-04  6:48 UTC  (3+ messages)

[PATCH 1/1] device-dax: use DEVICE_ATTR_ADMIN_RO() helper macro
 2021-06-03  9:24 UTC 

[PATCH] ndctl/dimm: Fix to dump namespace indexs and labels
 2021-06-02 12:18 UTC 

[RFC v3 0/4] Add perf interface to expose nvdimm
 2021-05-29  7:38 UTC  (5+ messages)
` [RFC v3 1/4] drivers/nvdimm: Add nvdimm pmu structure
` [RFC v3 2/4] drivers/nvdimm: Add perf interface to expose nvdimm performance stats
` [RFC v3 3/4] powerpc/papr_scm: Add perf interface support
` [RFC v3 4/4] powerpc/papr_scm: Document papr_scm sysfs event format entries

[PATCH] powerpc/papr_scm: Add support for reporting dirty-shutdown-count
 2021-05-27 11:17 UTC  (3+ messages)

[PATCH] spapr: nvdimm: Fix the persistent-memory root node name in device tree
 2021-05-27  1:09 UTC  (2+ messages)

[ndctl V5 4/4] Use page size as alignment value
 2021-05-27  0:28 UTC  (3+ messages)

[ndctl PATCH 0/2] ndctl/scrub: Fix start-scrub vs exponential backoff
 2021-05-26 23:33 UTC  (3+ messages)
` [ndctl PATCH 1/2] ndctl/scrub: Stop translating return values
` [ndctl PATCH 2/2] ndctl/scrub: Reread scrub-engine status at start

(no subject)
 2021-05-24  5:17 UTC 

[PATCH v5 0/3] spapr: nvdimm: Introduce spapr-nvdimm device
 2021-05-24  4:45 UTC  (3+ messages)
` [PATCH v5 1/3] spapr: nvdimm: Forward declare and move the definitions

[ndctl PATCH] libndctl/papr: Add support for reporting shutdown-count
 2021-05-21 20:00 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;
as well as URLs for NNTP newsgroup(s).