nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-30 20:49:57 to 2019-04-15 16:29:02 UTC [more...]

[PATCH ndctl] ndctl, region: return the rc value in region_action
 2019-04-15 16:28 UTC  (2+ messages)

[RFC PATCH 0/5] EFI Special Purpose Memory Support
 2019-04-15 11:43 UTC  (24+ messages)
` [RFC PATCH 1/5] efi: Detect UEFI 2.8 Special Purpose Memory
` [RFC PATCH 2/5] lib/memregion: Uplevel the pmem "region" ida to a global allocator
` [RFC PATCH 3/5] acpi/hmat: Track target address ranges
` [RFC PATCH 4/5] acpi/hmat: Register special purpose memory as a device
` [RFC PATCH 5/5] device-dax: Add a driver for "hmem" devices

[PATCH][RFC] nvdimm: pmem: always flush nvdimm for write request
 2019-04-15  3:26 UTC  (5+ messages)
  ` 答复: "

[PATCH v5 0/6] virtio pmem driver
 2019-04-12 13:12 UTC  (30+ messages)
` [PATCH v5 1/6] libnvdimm: nd_region flush callback support
    ` [Qemu-devel] "
` [PATCH v5 2/5] virtio-pmem: Add virtio pmem driver
    ` [Qemu-devel] "
` [PATCH v5 3/6] libnvdimm: add dax_dev sync flag
` [PATCH v5 4/6] dax: check synchronous mapping is supported
` [PATCH v5 5/6] ext4: disable map_sync for async flush
` [PATCH v5 6/6] xfs: "

[PATCH] acpi/nfit: ensure that intel passphrase length is not larger than nvdimm
 2019-04-12  2:10 UTC 

[ndctl PATCH] ndctl: add a 'clear-errors' command
 2019-04-12  1:35 UTC 

E-mail De-activation
 2019-04-11 18:41 UTC 

High danger. Your account was attacked
 2019-04-11  4:09 UTC 

[PATCH v5 00/10] mm: Sub-section memory hotplug support
 2019-04-10  9:51 UTC  (9+ messages)

[PATCH RFC tip/core/rcu 0/4] Forbid static SRCU use in modules
 2019-04-09 19:14 UTC  (41+ messages)
` [PATCH RFC tip/core/rcu 1/4] dax/super: Dynamically allocate dax_srcu

72282798公开审理的开庭形式,有何风险,如何避免风险?
 2019-04-09 13:26 UTC 

[PATCH v2 1/1] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
 2019-04-09 13:02 UTC  (4+ messages)

New Order
 2019-04-09 11:33 UTC 

[PATCH v2] mm: Fix modifying of page protection by insert_pfn_pmd()
 2019-04-09  4:46 UTC  (4+ messages)

Security Notice. Someone have access to your system
 2019-04-09  1:49 UTC 

[GIT PULL] tpmdd fixes for Linux v5.1
 2019-04-08 22:13 UTC  (2+ messages)

DAX numa_attribute vs SubNUMA clusters
 2019-04-08 19:55 UTC  (6+ messages)

[PATCH v2] fs/dax: deposit pagetable even when installing zero page
 2019-04-08 15:54 UTC  (6+ messages)

[mm PATCH v7 0/4] Deferred page init improvements
 2019-04-06 13:02 UTC  (6+ messages)
` [mm PATCH v7 1/4] mm: Use mm_zero_struct_page from SPARC on all 64b architectures
` [mm PATCH v7 2/4] mm: Drop meminit_pfn_in_nid as it is redundant
` [mm PATCH v7 3/4] mm: Implement new zone specific memblock iterator
` [mm PATCH v7 4/4] mm: Initialize MAX_ORDER_NR_PAGES at a time instead of doing larger sections

[LSF/MM TOPIC] Filesystem-DAX, page-pinning, and RDMA
 2019-04-05 23:01 UTC  (6+ messages)

[PATCH] libnvdimm, pmem: fix a possible OOB access when read and write pmem
 2019-04-05 15:43 UTC  (3+ messages)

High level of danger. Your account was under attack
 2019-04-05 14:44 UTC 

[PATCH v1 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-04-04 22:06 UTC  (18+ messages)
` [PATCH v1 01/17] kunit: test: add KUnit test runner core
  ` [PATCH v1 02/17] kunit: test: add test resource management API
  ` [PATCH v1 03/17] kunit: test: add string_stream a std::stream like string builder
  ` [PATCH v1 05/17] kunit: test: add the concept of expectations
  ` [PATCH v1 06/17] kbuild: enable building KUnit
  ` [PATCH v1 07/17] kunit: test: add initial tests
  ` [PATCH v1 10/17] kunit: test: add the concept of assertions
  ` [PATCH v1 12/17] kunit: tool: add Python wrappers for running KUnit tests
  ` [PATCH v1 15/17] MAINTAINERS: add entry for KUnit the unit testing framework
  ` [PATCH v1 16/17] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v1 04/17] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v1 08/17] kunit: test: add support for test abort
` [PATCH v1 09/17] kunit: test: add tests for kunit "
` [PATCH v1 11/17] kunit: test: add test managed resource tests
` [PATCH v1 13/17] kunit: defconfig: add defconfigs for building KUnit tests
` [PATCH v1 14/17] Documentation: kunit: add documentation for KUnit
` [PATCH v1 17/17] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section

[PATCH v3 0/3] kvm: Use huge pages for DAX-backed files
 2019-04-04 20:37 UTC  (6+ messages)
` [PATCH v3 1/3] mm: make dev_pagemap_mapping_shift() externally visible
  ` [PATCH v3 2/3] kvm: Use huge pages for DAX-backed files
  ` [PATCH v3 3/3] kvm: remove redundant PageReserved() check

[PATCH v4 0/5] virtio pmem driver
 2019-04-04 15:50 UTC  (22+ messages)
` [PATCH v4 1/5] ibnvdimm: nd_region flush callback support
` [PATCH v4 2/5] virtio-pmem: Add virtio pmem driver
  ` [Qemu-devel] "
` [PATCH v4 3/5] libnvdimm: add dax_dev sync flag
` [PATCH v4 4/5] ext4: disable map_sync for async flush
` [PATCH v4 5/5] xfs: "
            ` [Qemu-devel] "

MESSAGE COULD NOT BE DELIVERED
 2019-04-04 11:26 UTC 

[PATCH 5.0 057/246] mm/resource: Return real error codes from walk failures
 2019-04-04  8:45 UTC 

(unknown)
 2019-04-04  5:56 UTC 

朱经理:会不会补征?会不会有罚款及滞纳金?
 2019-04-03  9:12 UTC 

624是否受到仲裁时效的限制
 2019-04-02 19:30 UTC 

[ndctl PATCH] monitor: removing the requirement of default config
 2019-04-01 19:30 UTC  (4+ messages)

[PATCH] mm: Fix modifying of page protection by insert_pfn_pmd()
 2019-04-01 10:49 UTC  (3+ messages)

Returned mail: Data format error
 2019-04-01  9:22 UTC 

Re:YAGEO Inquiry
 2019-04-01  9:21 UTC 

[PATCH v2] drivers/dax: Allow to include DEV_DAX_PMEM as builtin
 2019-04-01  5:14 UTC 

Delivery reports about your e-mail
 2019-04-01  3:44 UTC 

Delivery reports about your e-mail
 2019-04-01  3:44 UTC 

linux-nvdimm:供应链七大计划流程制度
 2019-03-31 22:28 UTC 

please be my f@ck buddy
 2019-03-30 20:49 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).