nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-14 04:59:27 to 2018-07-24 22:31:30 UTC [more...]

[ndctl PATCHv4] ndctl: Use max_available_extent for namespace
 2018-07-24 22:31 UTC 

[PATCHv4 1/2] libnvdimm: Use max contiguous area for namespace size
 2018-07-24 21:39 UTC  (4+ messages)
` [PATCHv4 2/2] libnvdimm: Export max available extent

[PATCH] libnvdimm: fix NULL pointer dereference
 2018-07-24 19:46 UTC  (2+ messages)

[RFC v3 0/2] kvm "fake DAX" device flushing
 2018-07-24 16:13 UTC  (23+ messages)
` [RFC v3 1/2] libnvdimm: Add flush callback for virtio pmem
` [RFC v3 2/2] virtio-pmem: Add virtio pmem driver
    ` [Qemu-devel] "
` [RFC v3] qemu: Add virtio pmem device
      ` [Qemu-devel] "

[PATCH v6 00/13] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-07-24 15:46 UTC  (22+ messages)
` [PATCH v6 01/13] device-dax: Convert to vmf_insert_mixed and vm_fault_t
` [PATCH v6 02/13] device-dax: Enable page_mapping()
` [PATCH v6 03/13] device-dax: Set page->index
` [PATCH v6 04/13] filesystem-dax: "
` [PATCH v6 05/13] mm, madvise_inject_error: Disable MADV_SOFT_OFFLINE for ZONE_DEVICE pages
` [PATCH v6 06/13] mm, dev_pagemap: Do not clear ->mapping on final put
` [PATCH v6 07/13] mm, madvise_inject_error: Let memory_failure() optionally take a page reference
` [PATCH v6 08/13] mm, memory_failure: Collect mapping size in collect_procs()
` [PATCH v6 09/13] filesystem-dax: Introduce dax_lock_mapping_entry()
` [PATCH v6 10/13] mm, memory_failure: Teach memory_failure() about dev_pagemap pages
` [PATCH v6 11/13] x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy" addresses
` [PATCH v6 12/13] x86/memory_failure: Introduce {set, clear}_mce_nospec()
` [PATCH v6 13/13] libnvdimm, pmem: Restore page attributes when clearing errors

[PATCH 0/5] Do not request a pointer kaddr when not required
 2018-07-24 15:41 UTC  (12+ messages)
` [PATCH 1/5] libnvdimm, pmem: Allow a NULL-kaddr to ->direct_access()
` [PATCH 2/5] tools/testing/nvdimm: "
` [PATCH 3/5] s390, dcssblk: "
    ` [External] "
` [PATCH 4/5] filesystem-dax: Do not request a pointer kaddr when not required
` [PATCH 5/5] dax/super: "
  ` [External] Re: [PATCH 0/5] "

[PATCH v2 00/14] mm: Asynchronous + multithreaded memmap init for ZONE_DEVICE
 2018-07-24  7:29 UTC  (26+ messages)
` [PATCH v2 01/14] mm: Plumb dev_pagemap instead of vmem_altmap to memmap_init_zone()
` [PATCH v2 02/14] mm: Enable asynchronous __add_pages() and vmemmap_populate_hugepages()
` [PATCH v2 03/14] mm: Teach memmap_init_zone() to initialize ZONE_DEVICE pages
` [PATCH v2 04/14] mm: Multithread ZONE_DEVICE initialization
` [PATCH v2 05/14] mm, memremap: Up-level foreach_order_pgoff()
` [PATCH v2 06/14] mm: Allow an external agent to coordinate memmap initialization
` [PATCH v2 07/14] libnvdimm, pmem: Allow a NULL-pfn to ->direct_access()
` [PATCH v2 08/14] tools/testing/nvdimm: "
` [PATCH v2 09/14] s390, dcssblk: "
` [PATCH v2 10/14] filesystem-dax: Do not request a pfn when not required
` [PATCH v2 11/14] filesystem-dax: Make mount time pfn validation a debug check
` [PATCH v2 12/14] libnvdimm, pmem: Initialize the memmap in the background
` [PATCH v2 13/14] device-dax: "
` [PATCH v2 14/14] libnvdimm, namespace: Publish page structure init state / control

答复:一网打尽晦涩难懂的贸易知识和制度设计
 2018-07-24  0:33 UTC 

[PATCH v7 0/4] resource: Use list_head to link sibling resource
 2018-07-23 14:34 UTC  (12+ messages)
` [PATCH v7 1/4] resource: Move reparent_resources() to kernel/resource.c and make it public
` [PATCH v7 2/4] resource: Use list_head to link sibling resource
` [PATCH v7 3/4] resource: add walk_system_ram_res_rev()
` [PATCH v7 4/4] kexec_file: Load kernel at top of system RAM if required

LET'S PARTNERSHIP
 2018-07-22 20:09 UTC 

转发:优化企业生产运作
 2018-07-22 12:07 UTC 

转发.最新合同法律风险及用工问题解析
 2018-07-22 10:56 UTC 

[PATCH 0/5] fix radix tree multi-order iteration race
 2018-07-22  3:11 UTC  (11+ messages)
` [PATCH 1/5] radix tree test suite: fix mapshift build target

[PATCHv3 1/2] libnvdimm: Use max contiguous area for namespace size
 2018-07-20 23:17 UTC  (5+ messages)

[PATCH v5 00/12] Adding security support for nvdimm
 2018-07-20 16:40 UTC  (44+ messages)
` [PATCH v5 01/12] nfit: add support for Intel DSM 1.7 commands
` [PATCH v5 02/12] libnvdimm: create keyring to store security keys
` [PATCH v5 03/12] nfit/libnvdimm: store dimm id as a member to struct nvdimm
` [PATCH v5 04/12] nfit/libnvdimm: add unlock of nvdimm support for Intel DIMMs
` [PATCH v5 05/12] keys: add call key_put_sync() to flush key_gc_work when doing a key_put()
` [PATCH v5 06/12] nfit/libnvdimm: add set passphrase support for Intel nvdimms
` [PATCH v5 07/12] nfit/libnvdimm: add disable passphrase support to Intel nvdimm
` [PATCH v5 08/12] nfit/libnvdimm: add freeze security "
` [PATCH v5 09/12] nfit/libnvdimm: add support for issue secure erase DSM "
` [PATCH v5 10/12] nfit_test: add context to dimm_dev for nfit_test
` [PATCH v5 11/12] nfit_test: add test support for Intel nvdimm security DSMs
` [PATCH v5 12/12] libnvdimm: add documentation for nvdimm security support

[PATCH V2 0/4] Fix kvm misconceives NVDIMM pages as reserved mmio
 2018-07-20 16:24 UTC  (4+ messages)

[ndctl PATCH 0/4] misc fixups for ndctl-monitor
 2018-07-20  4:10 UTC  (8+ messages)
` [ndctl PATCH 1/4] ndctl, monitor: Add a config-file section to the man page
` [ndctl PATCH 2/4] ndctl, monitor: fix memory leak in read_config_file
` [ndctl PATCH 3/4] ndctl, monitor: Fix memory leak in monitor_event
` [ndctl PATCH 4/4] ndctl, monitor: improve error reporting throughout monitor.c

[ndctl PATCH] Documentation, create-namespace: clarify fsdax wording
 2018-07-20  1:54 UTC  (2+ messages)

[PATCH 0/2] Update mail addresses, add FS DAX maintainer
 2018-07-19 18:47 UTC  (3+ messages)
` [PATCH 1/2] MAINTAINERS: update Ross Zwisler's email address
` [PATCH 2/2] MAINTAINERS: Add Jan Kara for filesystem DAX

[PATCH] ndctl, monitor: fix monitor can be started though no dimm event to monitor
 2018-07-19 18:07 UTC  (2+ messages)

Interesting work
 2018-07-19  8:43 UTC 

[ndctl PATCH v13 0/5] ndctl, monitor: add ndctl monitor daemon
 2018-07-19  1:02 UTC  (3+ messages)

[ndctl PATCH] ndctl, bash-completion: add completion for ndctl-monitor
 2018-07-19  0:38 UTC 

[PATCH v2] mm: disallow mapping that conflict for devm_memremap_pages()
 2018-07-18 19:23 UTC  (7+ messages)

Staff Wanted
 2018-07-18 17:37 UTC 

转发:如何轻松应对海关的现场验证
 2018-07-18 16:48 UTC 

转发:进出口商品综合管理
 2018-07-17 15:36 UTC 

Welcome to our company
 2018-07-17 14:50 UTC 

Staff Wanted
 2018-07-17 10:23 UTC 

[PATCH v5 00/11] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-07-17  6:36 UTC  (5+ messages)
` [PATCH v5 08/11] mm, memory_failure: Teach memory_failure() about dev_pagemap pages

[PATCH v4 00/11] Adding security support for nvdimm
 2018-07-16 22:12 UTC  (5+ messages)
` [PATCH v4 05/11] nfit/libnvdimm: add set passphrase support for Intel nvdimms

[fstests PATCH v2 0/2] Add test for DAX+ext4+DMA race
 2018-07-16 16:07 UTC  (7+ messages)
` [fstests PATCH v2 1/2] src/: add license and copyright info to files
` [fstests PATCH v2 2/2] generic/999: test DAX DMA vs truncate/hole-punch

[ruab] Re: (2) linux-pci@vger.kernel.org The base of businessmen from all over the world. / База бизнесменов со всего Мира
 2018-07-16 13:32 UTC 

支付宝红包口令时间表, 教你如何领取支付宝大额红包!!!
 2018-07-16  2:04 UTC 

New vacancies in our company
 2018-07-16  1:18 UTC 

Interesting work
 2018-07-14  6:48 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).