linux-nvdimm.lists.01.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-30 19:02:43 to 2020-02-17 13:38:11 UTC [more...]

[RFC PATCH 0/6] dax: Replace bdev_dax_pgoff() with dax_pgoff()
 2020-02-17 13:37 UTC  (10+ messages)
` [PATCH 1/6] dax: Define a helper dax_pgoff() which takes in dax_offset as argument
` [PATCH 2/6] dax,iomap,ext4,ext2,xfs: Save dax_offset in "struct iomap"
` [PATCH 3/6] fs/dax.c: Start using dax_pgoff() instead of bdev_dax_pgoff()
` [PATCH 4/6] dax, dm/md: Use "
` [PATCH 5/6] drivers/dax: "
` [PATCH 6/6] dax: Remove bdev_dax_pgoff() helper

[PATCH v3 0/7] dax,pmem: Provide a dax operation to zero range of memory
 2020-02-17 13:27 UTC  (17+ messages)
` [PATCH v3 1/7] pmem: Add functions for reading/writing page to/from pmem
` [PATCH v3 2/7] pmem: Enable pmem_do_write() to deal with arbitrary ranges
` [PATCH v3 3/7] dax, pmem: Add a dax operation zero_page_range
` [PATCH v3 4/7] s390,dcssblk,dax: Add dax zero_page_range operation to dcssblk driver
` [PATCH v3 5/7] dm,dax: Add dax zero_page_range operation
` [PATCH v3 6/7] dax,iomap: Start using dax native zero_page_range()
` [PATCH v3 7/7] dax,iomap: Add helper dax_iomap_zero() to zero a range

[PATCH v4 0/6] Memory Hierarchy: Enable target node lookups for reserved memory
 2020-02-17  8:22 UTC  (21+ messages)
` [PATCH v4 4/6] x86/mm: Introduce CONFIG_KEEP_NUMA
` [PATCH v4 5/6] x86/numa: Provide a range-to-target_node lookup facility
` [PATCH v5 0/6] Memory Hierarchy: Enable target node lookups for reserved memory
  ` [PATCH v5 1/6] ACPI: NUMA: Up-level "map to online node" functionality
  ` [PATCH v5 2/6] mm/numa: Skip NUMA_NO_NODE and online nodes in numa_map_to_online_node()
  ` [PATCH v5 3/6] powerpc/papr_scm: Switch to numa_map_to_online_node()
  ` [PATCH v5 4/6] x86/mm: Introduce CONFIG_NUMA_KEEP_MEMINFO
  ` [PATCH v5 5/6] x86/NUMA: Provide a range-to-target_node lookup facility
  ` [PATCH v5 6/6] libnvdimm/e820: Retrieve and populate correct 'target_node' info

[PATCH] tools/testing/nvdimm: Fix compilation failure without CONFIG_DEV_DAX_PMEM_COMPAT
 2020-02-17  8:16 UTC  (7+ messages)

[PATCH v2 0/4] libnvdimm: Cross-arch compatible namespace alignment
 2020-02-14 23:05 UTC  (18+ messages)
` [PATCH v2 1/4] mm/memremap_pages: Introduce memremap_compat_align()
` [PATCH v2 2/4] libnvdimm/namespace: Enforce memremap_compat_align()
` [PATCH v2 3/4] libnvdimm/region: Introduce NDD_LABELING
` [PATCH v2 4/4] libnvdimm/region: Introduce an 'align' attribute

[PATCH v2 00/27] Add support for OpenCAPI SCM devices
 2020-02-14 11:09 UTC  (21+ messages)
` [PATCH v2 05/27] powerpc: Map & release OpenCAPI LPC memory
` [PATCH v2 06/27] ocxl: Tally up the LPC memory on a link & allow it to be mapped
` [PATCH v2 07/27] ocxl: Add functions to map/unmap LPC memory
` [PATCH v2 08/27] ocxl: Save the device serial number in ocxl_fn
` [PATCH v2 10/27] nvdimm: Add driver for OpenCAPI Storage Class Memory
` [PATCH v2 12/27] nvdimm/ocxl: Read the capability registers & wait for device ready
` [PATCH v2 13/27] nvdimm/ocxl: Add support for Admin commands
` [PATCH v2 14/27] nvdimm/ocxl: Add support for near storage commands
` [PATCH v2 22/27] nvdimm/ocxl: Implement the heartbeat command
` [PATCH v2 24/27] nvdimm/ocxl: Implement Overwrite

Top Urgent Request for Quotation/Proforma invoice
 2020-02-12 21:54 UTC 

SALES/PRODUCT INQUIRY
 2020-02-12 10:37 UTC 

New Shpt. from USA [MC414]2020_134_PM_Petrotech_lb_Proposal_rev002nd
 2020-02-12 10:12 UTC 

[GIT PULL] dax fixes for v5.6-rc2
 2020-02-12  1:10 UTC  (2+ messages)

[PATCH 01/19] dax: remove block device dependencies
 2020-02-11 17:33 UTC  (11+ messages)

[PATCH v2] libnvdimm: Update persistence domain value for of_pmem and papr_scm device
 2020-02-11 16:38 UTC  (6+ messages)

[PATCH RFC 00/10] device-dax: Support devices without PFN metadata
 2020-02-11 16:23 UTC  (18+ messages)
` [PATCH RFC 01/10] mm: Add pmd support for _PAGE_SPECIAL
` [PATCH RFC 02/10] mm: Handle pmd entries in follow_pfn()
` [PATCH RFC 09/10] vfio/type1: Use follow_pfn for VM_FPNMAP VMAs
` [PATCH RFC 10/10] nvdimm/e820: add multiple namespaces support

NEW BUSINESS PURCHASE ORDER FOR ALYANS LTD
 2020-02-11  9:34 UTC 

referral commission
 2020-02-10 12:55 UTC 

commission agent
 2020-02-10 12:55 UTC 

Shipment Document BL,INV and packing list
 2020-02-10 11:32 UTC 

Confirm your email request for linux-nvdimm@lists.01.org
 2020-02-09 21:40 UTC 

partnerships business ventures k,,
 2020-02-08 15:16 UTC 

Revised Purchased Order #0074
 2020-02-08  9:10 UTC 

[RFC PATCH 0/5][V2] dax,pmem: Provide a dax operation to zero range of memory
 2020-02-07 17:06 UTC  (25+ messages)
` [PATCH 1/5] dax, pmem: Add a dax operation zero_page_range
` [PATCH 2/5] s390,dax: Add dax zero_page_range operation to dcssblk driver
` [PATCH 3/5] dm,dax: Add dax zero_page_range operation
` [PATCH 4/5] dax,iomap: Start using dax native zero_page_range()
` [PATCH 5/5] dax,iomap: Add helper dax_iomap_zero() to zero a range

PAYMENT ADVICE
 2020-02-06 22:33 UTC 

Приглашаем на бизнес семинары, тренинги и мастер классы ведущих бизнесменов, учителей и психологов!
 2020-02-06 22:15 UTC 

[patch] dax: pass NOWAIT flag to iomap_apply
 2020-02-06 15:39 UTC  (7+ messages)

[PATCH 0/5] libnvdimm: Cross-arch compatible namespace alignment
 2020-02-06  6:21 UTC  (15+ messages)
` [PATCH 1/5] mm/memremap_pages: Kill unused __devm_memremap_pages()
` [PATCH 2/5] mm/memremap_pages: Introduce memremap_compat_align()
` [PATCH 3/5] libnvdimm/namespace: Enforce memremap_compat_align()
` [PATCH 4/5] libnvdimm/region: Introduce NDD_LABELING
` [PATCH 5/5] libnvdimm/region: Introduce an 'align' attribute

[RFC][PATCH] dax: Do not try to clear poison for partial pages
 2020-02-06  0:37 UTC  (4+ messages)

[bug report] libnvdimm, nvdimm: dimm driver and base libnvdimm device-driver infrastructure
 2020-02-05 20:18 UTC  (9+ messages)

Business Proposal Enquiry Sheet 42020402020
 2020-02-05 15:28 UTC 

[RFC] dax,pmem: Provide a dax operation to zero range of memory
 2020-02-04 23:23 UTC  (6+ messages)

Shipment Document BL,INV and packing list
 2020-02-04 16:38 UTC 

ORDER FOR TURKOMAR LTD
 2020-02-05  6:46 UTC 

[PATCH] libnvdimm/of_pmem: Fix leaking bus_desc.provider_name in some paths
 2020-02-04 15:29 UTC  (2+ messages)

Fwd: Payment TT Slip
 2020-02-04  0:15 UTC 

[PATCH RFC] MAINTAINERS: clarify maintenance of nvdimm testing tool
 2020-02-01 20:03 UTC  (3+ messages)

[ndctl PATCH] ndctl: add util/filter.{c,h} to ndctl_SOURCES in Makefile.am
 2020-01-31 23:33 UTC  (2+ messages)

Contacts Of Gastroenterologists
 2020-01-31 21:11 UTC 

[ndctl PATCH v3] ndctl/lib: fix symbol redefinitions reported by GCC10
 2020-01-31 20:06 UTC 

[PATCH 00/10] Add support for OpenCAPI SCM devices
 2020-01-31  5:14 UTC  (5+ messages)
` [PATCH 09/10] powerpc: Enable OpenCAPI Storage Class Memory driver on bare metal

[PATCH v6] mm/pgmap: Use correct alignment when looking at first pfn from a region
 2020-01-31  4:26 UTC  (7+ messages)

[ndctl PATCH v2] ndctl/lib: fix symbol redefinitions reported by GCC10
 2020-01-31  0:50 UTC  (2+ messages)

[ndctl PATCH 0/2] ndctl: Cross-arch compatible namespace alignment
 2020-01-30 22:42 UTC  (3+ messages)
` [ndctl PATCH 1/2] ndctl/region: Support ndctl_region_{get, set}_align()
` [ndctl PATCH 2/2] ndctl/namespace: Improve namespace action failure messages

Re: SOA - 23-12-19 - QIHUA MANUFACTURERS SOA linux-nvdimm@lists.01.org
 2020-01-30 22:30 UTC 

[ndctl PATCH] ndctl/lib: make dimm_ops in private.h extern
 2020-01-30 19:05 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).