linux-nvdimm.lists.01.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-04 19:03:06 to 2020-05-22 09:31:35 UTC [more...]

[PATCH v2 1/5] powerpc/pmem: Add new instructions for persistent storage and sync
 2020-05-22  9:31 UTC  (18+ messages)
` [PATCH v2 2/5] powerpc/pmem: Add flush routines using new pmem store and sync instruction
` [PATCH v2 3/5] libnvdimm/nvdimm/flush: Allow architecture to override the flush barrier
` [PATCH v2 4/5] powerpc/pmem/of_pmem: Update of_pmem to use the new barrier instruction
` [PATCH v2 5/5] powerpc/pmem: Avoid the barrier in flush routines

[RESEND PATCH v7 0/5] powerpc/papr_scm: Add support for reporting nvdimm health
 2020-05-22  7:38 UTC  (18+ messages)
` [RESEND PATCH v7 1/5] powerpc: Document details on H_SCM_HEALTH hcall
` [RESEND PATCH v7 2/5] seq_buf: Export seq_buf_printf() to external modules
` [RESEND PATCH v7 3/5] powerpc/papr_scm: Fetch nvdimm health information from PHYP
` [RESEND PATCH v7 4/5] ndctl/papr_scm,uapi: Add support for PAPR nvdimm specific methods
      ` [RESEND PATCH v7 4/5] ndctl/papr_scm, uapi: "
` [RESEND PATCH v7 5/5] powerpc/papr_scm: Implement support for PAPR_SCM_PDSM_HEALTH

[5.4-stable PATCH 0/7] libnvdimm: Cross-arch compatible namespace alignment
 2020-05-21 23:38 UTC  (8+ messages)
` [5.4-stable PATCH 1/7] mm/memremap_pages: Kill unused __devm_memremap_pages()
` [5.4-stable PATCH 2/7] mm/memremap_pages: Introduce memremap_compat_align()
` [5.4-stable PATCH 3/7] libnvdimm/pfn: Prevent raw mode fallback if pfn-infoblock valid
` [5.4-stable PATCH 4/7] libnvdimm/pfn_dev: Don't clear device memmap area during generic namespace probe
` [5.4-stable PATCH 5/7] libnvdimm/namespace: Enforce memremap_compat_align()
` [5.4-stable PATCH 6/7] libnvdimm/region: Introduce NDD_LABELING
` [5.4-stable PATCH 7/7] libnvdimm/region: Introduce an 'align' attribute

[PATCH v4 0/2] Renovate memcpy_mcsafe with copy_mc_to_{user, kernel}
 2020-05-21 22:47 UTC  (3+ messages)
` [PATCH v4 1/2] x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
` [PATCH v4 2/2] x86/copy_mc: Introduce copy_mc_generic()

[PATCH] nvdimm: fixes to maintainter-entry-profile
 2020-05-21 16:51 UTC 

Invoice 5185
 2020-05-21 13:33 UTC 

New Order for your ref
 2020-05-21  1:36 UTC 

[ndctl PATCH 1/2] ndctl/test: Fix region selection in align.sh
 2020-05-21  0:58 UTC  (2+ messages)
` [ndctl PATCH 2/2] ndctl/test: fix align.sh to not expect initialized labels

[PATCH] nvdimm/region: always show the 'align' attribute
 2020-05-20 23:20 UTC  (2+ messages)

[PATCH v3 0/2] Renovate memcpy_mcsafe with copy_mc_to_{user, kernel}
 2020-05-20 21:57 UTC  (9+ messages)
` [PATCH v3 1/2] x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
` [PATCH v3 2/2] x86/copy_mc: Introduce copy_mc_generic()

M/V GRETKE OLDENDORFF vessel 5202020
 2020-05-20 18:56 UTC 

Nourhan Mahmoud CV
 2020-05-20 12:55 UTC 

Item Rates & Packing List For Your Reference - Weber Monitiq Ltd
 2020-05-20  9:52 UTC 

Nourhan Mahmoud CV
 2020-05-20  7:39 UTC 

[ndctl PATCH v3 0/6] Add support for reporting papr-scm nvdimm health
 2020-05-19 19:01 UTC  (7+ messages)
` [ndctl PATCH v3 1/6] libndctl: Refactor out add_dimm() to handle NFIT specific init
` [ndctl PATCH v3 2/6] libncdtl: Add initial support for NVDIMM_FAMILY_PAPR_SCM dimm family
` [ndctl PATCH v3 3/6] libndctl: Introduce new dimm-ops dimm_init() & dimm_uninit()
` [ndctl PATCH v3 4/6] libndctl,papr_scm: Add definitions for PAPR nvdimm specific methods
` [ndctl PATCH v3 5/6] libndctl,papr_scm: Add scaffolding to issue and handle PDSM requests
` [ndctl PATCH v3 6/6] libndctl,papr_scm: Implement support for PAPR_SCM_PDSM_HEALTH

[PATCH v3 1/7] powerpc/pmem: Restrict papr_scm to P8 and above
 2020-05-19  5:55 UTC  (7+ messages)
` [PATCH v3 2/7] powerpc/pmem: Add new instructions for persistent storage and sync
` [PATCH v3 3/7] powerpc/pmem: Add flush routines using new pmem store and sync instruction
` [PATCH v3 4/7] libnvdimm/nvdimm/flush: Allow architecture to override the flush barrier
` [PATCH v3 5/7] powerpc/pmem/of_pmem: Update of_pmem to use the new barrier instruction
` [PATCH v3 6/7] powerpc/pmem: Avoid the barrier in flush routines
` [PATCH v3 7/7] powerpc/book3s/pmem: Add WARN_ONCE to catch the wrong usage of pmem flush functions

[PATCH] ACPI: Drop rcu usage for MMIO mappings
 2020-05-18 19:44 UTC  (10+ messages)
` [ACPI] b13663bdf9: BUG:sleeping_function_called_from_invalid_context_at_kernel/locking/mutex.c

[ndctl RFC-PATCH 0/4] Add support for reporting PAPR NVDIMM Statistics
 2020-05-18 11:20 UTC  (5+ messages)
` [ndctl RFC-PATCH 1/4] ndctl,libndctl: Implement new dimm-ops 'new_stats' and 'get_stat'
` [ndctl RFC-PATCH 2/4] papr_scm: Add support for fetching dimm-stats
` [ndctl RFC-PATCH 3/4] papr_scm: Implement parsing and clean-up for fetched dimm stats
` [ndctl RFC-PATCH 4/4] papr_scm: Implement dimm op 'get_stat'

[RFC PATCH 0/4] powerpc/papr_scm: Add support for reporting NVDIMM performance statistics
 2020-05-18 11:08 UTC  (5+ messages)
` [RFC PATCH 1/4] powerpc/papr_scm: Fetch nvdimm performance stats from PHYP
` [RFC PATCH 2/4] powerpc/papr_scm: Add support for PAPR_SCM_PDSM_FETCH_PERF_STATS
` [RFC PATCH 3/4] powerpc/papr_scm: Implement support for PAPR_SCM_PDSM_READ_PERF_STATS
` [RFC PATCH 4/4] powerpc/papr_scm: Add support for PDSM GET_PERF_STAT

Quotation/Offer
 2020-05-18  6:13 UTC 

Your shipment has arrived
 2020-05-13 21:30 UTC 

Postdated Check cleared receipt for 2020/15/May
 2020-05-17 22:33 UTC 

KN95 mask quotation
 2020-05-17 23:26 UTC 

Shipment Docs
 2020-05-17  3:59 UTC 

FW: HDFC Bank ENet Trade Portal Services:EGA UAE.: Remittance
 2020-05-16 17:05 UTC 

Country targeted organic visits
 2020-05-16  6:00 UTC 

Important: Invoice Payment - Draft Copy
 2020-05-15  5:54 UTC 

Important: Invoice Payment - Draft Copy
 2020-05-15  3:42 UTC 

FedEx Shipment 629519013765: Delivered
 2020-05-14 13:36 UTC 

FedEx Shipment 504512437092 Delivered
 2020-05-14 13:28 UTC 

FedEx Shipment 223783895708: Delivered
 2020-05-14 12:52 UTC 

[RFC] tools/testing/nvdimm: Add generic test module for non-nfit platforms
 2020-05-14 10:36 UTC 

CV for your consideration
 2020-05-14  6:26 UTC 

How to fake a dax device for debugging purposes?
 2020-05-14  1:25 UTC  (3+ messages)

remove a few uses of ->queuedata
 2020-05-13 22:26 UTC  (28+ messages)
` [PATCH 01/15] nfblock: use gendisk private_data
` [PATCH 02/15] simdisk: stop using ->queuedata
` [PATCH 03/15] drbd: "
` [PATCH 04/15] null_blk: stop using ->queuedata for bio mode
` [PATCH 05/15] ps3vram: stop using ->queuedata
` [PATCH 06/15] rsxx: "
` [PATCH 07/15] umem: "
` [PATCH 08/15] zram: "
` [PATCH 09/15] lightnvm: "
  ` [PATCH 09/15, fіxed] "
` [PATCH 10/15] bcache: stop setting ->queuedata
` [PATCH 11/15] dm: stop using ->queuedata
` [PATCH 12/15] md: "
` [PATCH 13/15] nvdimm/blk: "
` [PATCH 14/15] nvdimm/btt: "
` [PATCH 15/15] nvdimm/pmem: "

UPS Invoice Notification
 2020-05-13 16:28 UTC 

[PATCH v2] ACPI: Drop rcu usage for MMIO mappings
 2020-05-13  8:52 UTC  (2+ messages)
` [ACPI] 5a91d41f89: BUG:sleeping_function_called_from_invalid_context_at_kernel/locking/mutex.c

Proof of payment copy_Invoice no. 0872713IN
 2020-05-13  8:30 UTC 

Your shipment has arrived
 2020-05-13  7:58 UTC 

OUTSTANDING INVOICES
 2020-05-12 19:12 UTC 

[PATCH 00/12] device-dax: Support sub-dividing soft-reserved ranges
 2020-05-12 14:36 UTC  (3+ messages)
` [PATCH 11/12] device-dax: Add dis-contiguous resource support

[PATCH v2 0/2] Replace and improve "mcsafe" with copy_safe()
 2020-05-11 15:24 UTC  (17+ messages)

DHL SHIPMENT NOTIFICATION
 2020-05-11  7:23 UTC 

Please Confirm Payment EURO 78,450
 2020-05-11  6:42 UTC 

[PATCH 1/1] ndctl/namespace: Fix disable-namespace accounting relative to seed devices
 2020-05-10 15:32 UTC 

[PATCH v7 0/5] powerpc/papr_scm: Add support for reporting nvdimm health
 2020-05-10 13:08 UTC  (15+ messages)
` [PATCH v7 1/5] powerpc: Document details on H_SCM_HEALTH hcall
` [PATCH v7 2/5] seq_buf: Export seq_buf_printf() to external modules
` [PATCH v7 3/5] powerpc/papr_scm: Fetch nvdimm health information from PHYP
` [PATCH v7 4/5] ndctl/papr_scm,uapi: Add support for PAPR nvdimm specific methods
` [PATCH v7 5/5] powerpc/papr_scm: Implement support for PAPR_SCM_PDSM_HEALTH

Proof of payment copy_Invoice no. 0872713IN
 2020-05-09 19:56 UTC 

OUTSTANDING INVOICES
 2020-05-09 11:33 UTC 

[PATCH v4 0/4] mm/memory_hotplug: Interface to add driver-managed system ram
 2020-05-09  5:40 UTC  (7+ messages)
` [PATCH v4 1/4] device-dax: Don't leak kernel memory to user space after unloading kmem
` [PATCH v4 2/4] mm/memory_hotplug: Introduce add_memory_driver_managed()
` [PATCH v4 3/4] kexec_file: Don't place kexec images on IORESOURCE_MEM_DRIVER_MANAGED
` [PATCH v4 4/4] device-dax: Add memory via add_memory_driver_managed()

RE: Invoice For Payment
 2020-05-08 23:44 UTC 

[PATCH] tools/testing/nvdimm: Replace zero-length array with flexible-array
 2020-05-07 18:57 UTC 

Pending Payment [18,725.00 USD]
 2020-05-07 11:00 UTC 

Get VPN Protection for Lifetime at Just $20
 2020-05-07  9:00 UTC 

Proof of payment copy_Invoice no. 0872713IN
 2020-05-07  5:50 UTC 

OUTSTANDING INVOICES
 2020-05-07  4:18 UTC 

Export trial to apply the import permit
 2020-05-07  1:48 UTC 

货运通知
 2020-05-06  6:39 UTC 

[PATCH v3 0/3] mm/memory_hotplug: Interface to add driver-managed system ram
 2020-05-06 14:19 UTC  (7+ messages)
` [PATCH v3 1/3] mm/memory_hotplug: Introduce add_memory_device_managed()
` [PATCH v3 2/3] kexec_file: Don't place kexec images on IORESOURCE_MEM_DRIVER_MANAGED
` [PATCH v3 3/3] device-dax: Add memory via add_memory_driver_managed()

PI copy 308289 & 307869
 2020-05-06 13:13 UTC 

Country targeted organic visits
 2020-05-05  5:01 UTC 

ETA NOTICE // FRACHTIS INVOICE// VOY:05/2020
 2020-05-05  2:27 UTC 


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).