nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-25 23:15:12 to 2021-07-14 19:36:18 UTC [more...]

[PATCH v3 00/14] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-07-14 19:35 UTC  (4+ messages)
` [PATCH v3 01/14] memory-failure: fetch compound_head after pgmap_pfn_valid()
` [PATCH v3 03/14] mm/page_alloc: refactor memmap_init_zone_device() page init
` [PATCH v3 04/14] mm/memremap: add ZONE_DEVICE support for compound pages

[ndctl PATCH 0/6] Convert to the Meson build system
 2021-07-14 18:53 UTC  (9+ messages)
` [ndctl PATCH 1/6] util: Distribute 'filter' and 'json' helpers to per-tool objects
` [ndctl PATCH 2/6] Documentation: Drop attrs.adoc include
` [ndctl PATCH 3/6] build: Drop unnecessary $tool/config.h includes
` [ndctl PATCH 4/6] build: Explicitly include version.h
` [ndctl PATCH 5/6] test: Prepare out of line builds
` [ndctl PATCH 6/6] build: Add meson build infrastructure

[PATCH v4 0/5] bus: Make remove callback return void
 2021-07-14 10:25 UTC  (4+ messages)
` [PATCH v4 5/5] "

[ndctl PATCH] libndctl: Update nvdimm flags after inject-smart
 2021-07-14  7:58 UTC  (3+ messages)

[ndctl PATCH v3 00/21] Initial CXL support
 2021-07-13 21:39 UTC  (30+ messages)
` [ndctl PATCH v3 01/21] ndctl: add .clang-format
` [ndctl PATCH v3 02/21] cxl: add a cxl utility and libcxl library
` [ndctl PATCH v3 03/21] cxl: add a local copy of the cxl_mem UAPI header
` [ndctl PATCH v3 04/21] libcxl: add support for command query and submission
` [ndctl PATCH v3 05/21] libcxl: add support for the 'Identify Device' command
` [ndctl PATCH v3 06/21] test: rename 'ndctl_test' to 'test_ctx'
` [ndctl PATCH v3 07/21] test: rename 'ndctl_test_*' helpers to 'test_*'
` [ndctl PATCH v3 08/21] test: introduce a libcxl unit test
` [ndctl PATCH v3 09/21] libcxl: add GET_HEALTH_INFO mailbox command and accessors
` [ndctl PATCH v3 10/21] libcxl: add support for the 'GET_LSA' command
` [ndctl PATCH v3 11/21] util/hexdump: Add a util helper to print a buffer in hex
` [ndctl PATCH v3 12/21] test/libcxl: add a test for {set, get}_lsa commands
` [ndctl PATCH v3 13/21] test/libcxl: introduce a command size fuzzing test
` [ndctl PATCH v3 14/21] libcxl: add lsa_size to cxl_memdev, and an API to retrieve it
` [ndctl PATCH v3 15/21] libcxl: PLACEHOLDER: add an interface to determine whether a memdev is active
` [ndctl PATCH v3 16/21] libcxl: add interfaces for label operations
` [ndctl PATCH v3 17/21] test/libcxl: add a test for cxl_memdev_{get,set}_lsa
` [ndctl PATCH v3 18/21] cxl: add commands to read, write, and zero labels
` [ndctl PATCH v3 19/21] Documentation/cxl: add library API documentation
` [ndctl PATCH v3 20/21] ndctl: Add CXL packages to the RPM spec
` [ndctl PATCH v3 21/21] cxl-cli: add bash completion

[ndctl PATCH 0/2] papr: Implement initial support for injecting smart errors
 2021-07-13  7:51 UTC  (5+ messages)
` [ndctl PATCH 1/2] libndctl, intel: Indicate supported smart-inject types
` [ndctl PATCH 2/2] libndctl/papr: Add limited support for inject-smart

[PATCH v3 0/5] bus: Make remove callback return void
 2021-07-13  7:40 UTC  (2+ messages)
` [PATCH v3 5/5] "

[PATCH] ndctl: Avoid confusing error message when operating on all the namespaces
 2021-07-13  5:16 UTC  (4+ messages)

[PATCH v2 00/14] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-07-13  1:11 UTC  (9+ messages)
` [PATCH v2 02/14] mm/page_alloc: split prep_compound_page into head and tail subparts
` [PATCH v2 07/14] mm/hugetlb_vmemmap: move comment block to Documentation/vm
  ` [External] "

[PATCH v1 0/4] ndctl: Add pcdctl tool with pcdctl list and reconfigure-region commands
 2021-07-12 20:19 UTC  (14+ messages)
` [PATCH v1 1/4] Documentation/pcdctl: Add documentation for pcdctl tool and commands
` [PATCH v1 2/4] pcdctl/list: Add pcdctl-list command to enumerate 'nvdimm' devices
` [PATCH v1 3/4] pcdctl/reconfigure: Add pcdctl-reconfigure-region command
` [PATCH v1 4/4] pcdctl/reconfigure: Add support for pmem and iso-pmem modes

[PATCH] dax: replace sprintf() by scnprintf()
 2021-07-12 16:48 UTC  (5+ messages)

[PATCH v1 3/4] mm/memory_hotplug: remove nid parameter from remove_memory() and friends
 2021-07-12 12:40 UTC 

[PATCH v2 0/2] erofs: dio/dax support for non-tailpacking cases
 2021-07-12 12:02 UTC  (3+ messages)
` [PATCH v2 1/2] erofs: iomap support for non-tailpacking DIO
` [PATCH v2 2/2] erofs: dax support for non-tailpacking regular file

[PATCH] powerpc/papr_scm: Implement initial support for injecting smart errors
 2021-07-12  8:48 UTC 

[PATCH v6.1 6/7] fs/xfs: Handle CoW for fsdax write() path
 2021-07-09 12:36 UTC  (9+ messages)
        ` [PATCH v6.2 6/7] dax: Introduce dax_iomap_ops for end of reflink

[RFC PATCH 0/2] erofs: dio/dax support for non-tailpacking cases
 2021-07-09  2:28 UTC  (6+ messages)
` [RFC PATCH 1/2] erofs: iomap support for non-tailpacking DIO
` [RFC PATCH 2/2] erofs: dax support for non-tailpacking regular file
  ` [RFC PATCH v1.1 "

[PATCH v2] libnvdimm, badrange: replace div_u64_rem with DIV_ROUND_UP
 2021-07-08 13:11 UTC  (2+ messages)

[PATCH v2 0/4] bus: Make remove callback return void
 2021-07-08 12:41 UTC  (16+ messages)
` [PATCH v2 4/4] "

[PATCH REBASED v5 0/3] spapr: nvdimm: Introduce spapr-nvdimm device
 2021-07-08  6:12 UTC  (4+ 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] ndctl/dimm: Fix to dump namespace indexs and labels
 2021-07-08  8:14 UTC 

[PATCH] ndctl/dimm: Fix to dump namespace indexs and labels
 2021-07-08  6:52 UTC  (6+ messages)

[RFC ndctl PATCH 0/3] Rename monitor.conf to ndctl.conf as a ndctl global config file
 2021-07-08  6:34 UTC  (5+ messages)

[RFT PATCH] x86/pat: Fix set_mce_nospec() for pmem
 2021-07-07  1:01 UTC 

[PATCH] bus: Make remove callback return void
 2021-07-06 15:11 UTC  (21+ messages)

[PATCH v3 0/4] Add perf interface to expose nvdimm
 2021-07-06  7:20 UTC  (6+ messages)

[ndctl PATCH v2 0/2] fix two issues reported by Coverity
 2021-07-06  4:33 UTC  (3+ messages)
` [ndctl PATCH v2 1/2] libndctl: check return value of ndctl_pfn_get_namespace
` [ndctl PATCH v2 2/2] namespace: Close fd before return in do_xaction_namespace()

[ndctl PATCH 0/2] fix two issues reported by Coverity
 2021-07-06  4:35 UTC  (9+ 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()

subscribe nvdimm
 2021-07-05  3:37 UTC 

[GIT PULL] Compute Express Link (CXL) update for v5.14
 2021-07-04 20:09 UTC  (2+ messages)

[RESEND PATCH v3 0/3] fsdax: Factor helper functions to simplify the code
 2021-07-02  9:23 UTC  (4+ messages)
` [RESEND PATCH v3 1/3] fsdax: Factor helpers to simplify dax fault code
` [RESEND PATCH v3 2/3] fsdax: Factor helper: dax_fault_actor()
` [RESEND PATCH v3 3/3] fsdax: Output address in dax_iomap_pfn() and rename it

[PATCH] powerpc/papr_scm: Move duplicate definitions to common header files
 2021-06-30 12:08 UTC 

[PATCH] ndtest: Remove NULL test before vfree
 2021-06-30  8:10 UTC 

[PATCH v5 0/9] fsdax: introduce fs query to support reflink
 2021-06-29 11:46 UTC  (16+ messages)
` [PATCH v5 1/9] pagemap: Introduce ->memory_failure()
` [PATCH v5 2/9] dax: Introduce holder for dax_device
` [PATCH v5 3/9] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v5 4/9] pmem,mm: Implement ->memory_failure in pmem driver
` [PATCH v5 5/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v5 6/9] xfs: Implement ->corrupted_range() for XFS
` [PATCH v5 7/9] dm: Introduce ->rmap() to find bdev offset
` [PATCH v5 8/9] md: Implement dax_holder_operations
` [PATCH v5 9/9] fs/dax: Remove useless functions

[PATCH v4 0/7] Add support for FORM2 associativity
 2021-06-28 15:04 UTC  (6+ messages)
` [PATCH v4 7/7] powerpc/pseries: "

[ndctl PATCH] libndctl/papr: Add support for reporting shutdown-count
 2021-06-28  9:05 UTC  (4+ messages)

[RESEND-PATCH v2] powerpc/papr_scm: Add support for reporting dirty-shutdown-count
 2021-06-26 17:43 UTC  (3+ messages)

[PATCH] libnvdimm, badrange: replace div_u64_rem with DIV_ROUND_UP
 2021-06-26  3:29 UTC 

[PATCH v3] tools/testing/nvdimm: Remove NULL test before vfree
 2021-06-26  1:56 UTC 

[PATCH] ndtest: Remove NULL test before vfree
 2021-06-26  2:06 UTC 

[PATCH] tools/testing/nvdimm: Remove NULL test before vfree
 2021-06-26  1:40 UTC  (2+ messages)

set_memory_uc() does not work with pmem poison handling
 2021-06-25 23:49 UTC  (6+ 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).