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

[PATCH v6 00/13] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-07-14  4:49 UTC 

[fstests PATCH v2 0/2] Add test for DAX+ext4+DMA race
 2018-07-14  1:41 UTC  (4+ 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

[PATCH v5 00/11] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-07-14  0:34 UTC  (10+ messages)
` [PATCH v5 05/11] mm, madvise_inject_error: Let memory_failure() optionally take a page reference
` [PATCH v5 06/11] mm, memory_failure: Collect mapping size in collect_procs()
` [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-14  0:01 UTC  (23+ messages)
` [PATCH v4 01/11] nfit: add support for Intel DSM 1.7 commands
` [PATCH v4 02/11] libnvdimm: create keyring to store security keys
` [PATCH v4 03/11] nfit/libnvdimm: store dimm id as a member to struct nvdimm
` [PATCH v4 04/11] nfit/libnvdimm: add unlock of nvdimm support for Intel DIMMs
` [PATCH v4 05/11] nfit/libnvdimm: add set passphrase support for Intel nvdimms
` [PATCH v4 06/11] nfit/libnvdimm: add disable passphrase support to Intel nvdimm
` [PATCH v4 07/11] nfit/libnvdimm: add freeze security "
` [PATCH v4 08/11] nfit/libnvdimm: add support for issue secure erase DSM "
` [PATCH v4 09/11] nfit_test: add context to dimm_dev for nfit_test
` [PATCH v4 10/11] nfit_test: add test support for Intel nvdimm security DSMs
` [PATCH v4 11/11] libnvdimm: add documentation for nvdimm security support

[ndctl PATCH v13 0/5] ndctl, monitor: add ndctl monitor daemon
 2018-07-13 23:33 UTC  (6+ messages)
` [ndctl PATCH v13 1/5] ndctl, monitor: add a new command - monitor
` [ndctl PATCH v13 2/5] ndctl, monitor: add main ndctl monitor configuration file
` [ndctl PATCH v13 3/5] ndctl, monitor: add the unit file of systemd for ndctl-monitor service
` [ndctl PATCH v13 4/5] ndctl, documentation: add man page for monitor
` [ndctl PATCH v13 5/5] ndctl, test: add a new unit test "

[PATCH 0/6] ndctl: add security support
 2018-07-13 22:46 UTC  (7+ messages)
` [PATCH 1/6] ndctl: add support for display security state
` [PATCH 2/6] ndctl: add update to security support
` [PATCH 3/6] ndctl: add disable "
` [PATCH 4/6] ndctl: add support for freeze security
` [PATCH 5/6] ndctl: add support for secure erase
` [PATCH 6/6] ndctl: add request-key upcall reference app

[ndctl PATCH v12 0/5] ndctl, monitor: add ndctl monitor daemon
 2018-07-13 21:32 UTC  (13+ messages)
` [ndctl PATCH v12 1/5] ndctl, monitor: add a new command - monitor
` [ndctl PATCH v12 2/5] ndctl, monitor: add main ndctl monitor configuration file
` [ndctl PATCH v12 3/5] ndctl, monitor: add the unit file of systemd for ndctl-monitor service
` [ndctl PATCH v12 4/5] ndctl, documentation: add man page for monitor
` [ndctl PATCH v12 5/5] ndctl, test: add a new unit test "

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

Interesting work
 2018-07-13 17:07 UTC 

[ndctl PATCH v11 0/5] ndctl, monitor: add ndctl monitor daemon
 2018-07-13 14:51 UTC  (15+ messages)
` [ndctl PATCH v11 1/5] ndctl, monitor: add a new command - monitor
` [ndctl PATCH v11 2/5] ndctl, monitor: add main ndctl monitor configuration file
` [ndctl PATCH v11 3/5] ndctl, monitor: add the unit file of systemd for ndctl-monitor service
` [ndctl PATCH v11 4/5] ndctl, documentation: add manpage for monitor
` [ndctl PATCH v11 5/5] ndctl, test: add a new unit test "

Welcome to our company
 2018-07-13  9:32 UTC 

[PATCH V2 0/4] Fix kvm misconceives NVDIMM pages as reserved mmio
 2018-07-13 14:29 UTC  (7+ messages)
` [PATCH V2 1/4] kvm: remove redundant reserved page check
` [PATCH V2 2/4] mm: introduce memory type MEMORY_DEVICE_DEV_DAX
` [PATCH V2 3/4] mm: add a function to differentiate the pages is from DAX device memory
` [PATCH V2 4/4] kvm: add a check if pfn is from NVDIMM pmem

[ndctl PATCH 1/2] ndctl, test: fix tests for the array vs object listing fix
 2018-07-12 20:15 UTC  (4+ messages)
` [ndctl PATCH 2/2] ndctl, test: convert remaining tests to use test/common

[GIT PULL] libnvdimm fixes for 4.18-rc5
 2018-07-12 18:13 UTC 

[ndctl PATCH] ndctl, documentation: fix the manpage of inject-smart
 2018-07-12 16:43 UTC  (2+ messages)

[PATCHv3 1/2] libnvdimm: Use max contiguous area for namespace size
 2018-07-12 15:47 UTC  (2+ messages)
` [PATCHv3 2/2] libnvdimm: Export max available extent

[PATCHv2 1/2] libnvdimm: Use max contiguous area for namespace size
 2018-07-12 15:31 UTC  (8+ messages)

Staff Wanted
 2018-07-12 10:07 UTC 

[ndctl PATCHv3] ndctl: Use max_available_extent for namespace
 2018-07-12  0:38 UTC  (2+ messages)

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

[ndctl PATCH v2] ndctl: add an API to check support for smart injection
 2018-07-11 22:19 UTC 

[ndctl PATCH] ndctl: add an API to check support for smart injection
 2018-07-11 22:10 UTC  (4+ messages)

linux-nvdimm:打造五星级秘书
 2018-07-11 21:38 UTC 

[ndctl PATCH] contrib/do_abidiff: make the build more robust
 2018-07-11 21:23 UTC 

[ndctl PATCH v2] ndctl: Remove dependency on linker garbage collection
 2018-07-11 20:47 UTC 

[ndctl PATCH] ndctl, test: fix timeouts in device-dax
 2018-07-11 20:44 UTC  (2+ messages)

[ndctl PATCH] ndctl: Remove dependency on linker garbage collection
 2018-07-11 20:32 UTC 

[ndctl PATCH] ndctl, test: Fix dax.sh return code
 2018-07-11 18:44 UTC  (6+ messages)

[PATCH] nfit: fix unchecked dereference in acpi_nfit_ctl
 2018-07-11 17:14 UTC  (2+ messages)

[PATCH v2] acpi/nfit: fix cmd_rc for acpi_nfit_ctl to always return a value
 2018-07-11 16:01 UTC 

[PATCH v4 0/2] ext4: fix DAX dma vs truncate/hole-punch
 2018-07-11 15:41 UTC  (5+ messages)
` [PATCH v4 1/2] dax: dax_layout_busy_page() warn on !exceptional
` [PATCH v4 2/2] ext4: handle layout changes to pinned DAX mappings

Good day!
 2018-07-11 15:32 UTC 

霸气!支付宝红包重磅加码!10亿支付宝红包疯狂送!(一定要记得红包领取号码: 7807299 (每天都可以领哦))
 2018-07-11 10:58 UTC 

[bug report] acpi/nfit: fix cmd_rc for acpi_nfit_ctl to always return a value
 2018-07-11  9:07 UTC 

[ndctl PATCH v10 0/4] ndctl, monitor: add ndctl monitor daemon
 2018-07-11  1:27 UTC  (7+ messages)
` [ndctl PATCH v10 1/4] ndctl, monitor: add a new command - monitor
` [ndctl PATCH v10 2/4] ndctl, monitor: add main ndctl monitor configuration file
` [ndctl PATCH v10 3/4] ndctl, monitor: add the unit file of systemd for ndctl-monitor service
` [ndctl PATCH v10 4/4] ndctl, documentation: add manpage for monitor

[ndctl PATCH v4] ndctl, test: add a new unit test for monitor
 2018-07-10 23:59 UTC  (4+ messages)

ndctl read-labels default output format
 2018-07-10 23:34 UTC 

[ndctl PATCHv3] ndctl: Add 'list' verbose options
 2018-07-10 22:39 UTC  (2+ messages)

[fstests PATCH 1/2] src/: fix up mmap() error checking
 2018-07-10 21:15 UTC  (4+ messages)
` [fstests PATCH 2/2] generic/999: test DAX DMA vs truncate/hole-punch

Welcome to our company
 2018-07-10 20:33 UTC 

linux-nvdimm:如何成为上司在工作中的得力助手
 2018-07-10  8:59 UTC 

[ndctl PATCH v3] ndctl, test: add a new unit test for monitor
 2018-07-10  7:04 UTC  (5+ messages)

A question about ndctl namespace
 2018-07-10  3:20 UTC  (3+ messages)
  ` [External] "

[PATCH v6 2/4] resource: Use list_head to link sibling resource
 2018-07-10  3:10 UTC  (7+ messages)
    ` [kbuild-all] "

[PATCH v2 00/11] Adding security support for nvdimm
 2018-07-09 22:52 UTC  (3+ messages)
` [PATCH v2 04/11] nfit/libnvdimm: adding unlock of nvdimm support for Intel DIMMs

Good day!
 2018-07-09 21:10 UTC 

[PATCH v2 2/2] ext4: handle layout changes to pinned DAX mappings
 2018-07-09 19:49 UTC  (14+ messages)
` [PATCH v3 "

[PATCH 00/13] mm: Asynchronous + multithreaded memmap init for ZONE_DEVICE
 2018-07-09 16:53 UTC  (3+ messages)

Staff Wanted
 2018-07-09 15:43 UTC 

[PATCH 0/3] Fix kvm misconceives NVDIMM pages as reserved mmio
 2018-07-09 12:36 UTC  (5+ messages)
` [PATCH 3/3] kvm: add a function to check if page is from NVDIMM pmem

[PATCH v9 0/3] ndctl, monitor: add ndctl monitor daemon
 2018-07-09  6:31 UTC  (8+ messages)
` [PATCH v9 1/3] ndctl, monitor: add ndctl monitor

开进项%16做账%3
 2018-07-09  4:20 UTC 

[ANNOUNCE] Alpine Linux Persistence and Storage Summit
 2018-07-08 20:26 UTC 

linux-nvdimm:如何成为上司在工作中的得力助手
 2018-07-08 19:35 UTC 

Welcome to our company
 2018-07-08 12:23 UTC 

转发:如何构建固定资产管理体系
 2018-07-08 10:23 UTC 

Interesting work
 2018-07-07  8:24 UTC 

[ndctl PATCH v2] ndctl, test: add a new unit test for monitor
 2018-07-07  6:21 UTC  (7+ messages)

[PATCH] mm/sparse.c: fix error path in sparse_add_one_section
 2018-07-07  6:01 UTC  (3+ messages)
` [PATCH v2] "


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