nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-30 06:55:12 to 2018-11-13 09:29:02 UTC [more...]

[PATCH 0/2] kvm: Use huge pages for DAX-backed files
 2018-11-13  9:28 UTC  (5+ messages)
` [PATCH 1/2] mm: make dev_pagemap_mapping_shift() externally visible
` [PATCH 2/2] kvm: Use huge pages for DAX-backed files

[mm PATCH v5 0/7] Deferred page init improvements
 2018-11-12 20:37 UTC  (24+ messages)
` [mm PATCH v5 1/7] mm: Use mm_zero_struct_page from SPARC on all 64b architectures
` [mm PATCH v5 2/7] mm: Drop meminit_pfn_in_nid as it is redundant
` [mm PATCH v5 3/7] mm: Implement new zone specific memblock iterator
` [mm PATCH v5 4/7] mm: Initialize MAX_ORDER_NR_PAGES at a time instead of doing larger sections
` [mm PATCH v5 5/7] mm: Move hot-plug specific memory init into separate functions and optimize
` [mm PATCH v5 6/7] mm: Add reserved flag setting to set_page_links
` [mm PATCH v5 7/7] mm: Use common iterator for deferred_init_pages and deferred_free_pages

[PATCH 00/11] Additional patches for nvdimm security support
 2018-11-12 20:27 UTC  (25+ messages)
` [PATCH 01/11] keys-encrypted: add nvdimm key format type to encrypted keys
` [PATCH 02/11] libnvdimm/security: change clear text nvdimm keys "
` [PATCH 03/11] libnvdimm/security: add override module param for key self verification
` [PATCH 04/11] libnvdimm/security: introduce NDD_SECURITY_BUSY flag
` [PATCH 05/11] acpi/nfit, libnvdimm/security: Add security DSM overwrite support
` [PATCH 06/11] tools/testing/nvdimm: Add overwrite support for nfit_test
` [PATCH 07/11] libnvdimm/security: add overwrite status notification
` [PATCH 08/11] libnvdimm/security: add documentation for ovewrite
` [PATCH 09/11] acpi/nfit, libnvdimm/security: add Intel DSM 1.8 master passphrase support
` [PATCH 10/11] tools/testing/nvdimm: add Intel DSM 1.8 support for nfit_test
` [PATCH 11/11] acpi/nfit: prevent indiscriminate DSM payload dumping for security DSMs

[PATCH] acpi/nfit, device-dax: Identify differentiated memory with a unique numa-node
 2018-11-12 18:44 UTC  (2+ messages)

[driver-core PATCH v6 0/9] Add NUMA aware async_schedule calls
 2018-11-11 23:27 UTC  (23+ messages)
` [driver-core PATCH v6 1/9] workqueue: Provide queue_work_node to queue work near a given NUMA node
` [driver-core PATCH v6 2/9] async: Add support for queueing on specific "
` [driver-core PATCH v6 3/9] device core: Consolidate locking and unlocking of parent and device
` [driver-core PATCH v6 4/9] driver core: Move async_synchronize_full call
` [driver-core PATCH v6 5/9] driver core: Establish clear order of operations for deferred probe and remove
` [driver-core PATCH v6 6/9] driver core: Probe devices asynchronously instead of the driver
` [driver-core PATCH v6 7/9] driver core: Attach devices on CPU local to device node
` [driver-core PATCH v6 8/9] PM core: Use new async_schedule_dev command
` [driver-core PATCH v6 9/9] libnvdimm: Schedule device registration on node local to the device

[driver-core PATCH v5 0/9] Add NUMA aware async_schedule calls
 2018-11-11 14:31 UTC  (29+ messages)
` [driver-core PATCH v5 1/9] workqueue: Provide queue_work_node to queue work near a given NUMA node
` [driver-core PATCH v5 2/9] async: Add support for queueing on specific "
` [driver-core PATCH v5 3/9] device core: Consolidate locking and unlocking of parent and device
` [driver-core PATCH v5 4/9] driver core: Move async_synchronize_full call
` [driver-core PATCH v5 5/9] driver core: Establish clear order of operations for deferred probe and remove
` [driver-core PATCH v5 6/9] driver core: Probe devices asynchronously instead of the driver
` [driver-core PATCH v5 7/9] driver core: Attach devices on CPU local to device node
` [driver-core PATCH v5 8/9] PM core: Use new async_schedule_dev command
` [driver-core PATCH v5 9/9] libnvdimm: Schedule device registration on node local to the device

[Question] About atomic operations on nvdimm in Linux kernel
 2018-11-11  1:41 UTC  (2+ messages)

[4.18-stable PATCH] acpi, nfit: Fix Address Range Scrub completion tracking
 2018-11-10 18:25 UTC  (2+ messages)

fsdax memory error handling regression
 2018-11-10 17:08 UTC  (6+ messages)

Hacking Alert! You account was hacked
 2018-11-10 16:04 UTC 

Security Alert. You account has been hacked. Password must be need changed
 2018-11-10 13:02 UTC 

[linux-nvdimm:for-5.0/nvdimm-security 2/17] arch/powerpc//platforms/pseries/papr_scm.c:219:14: error: too few arguments to function 'nvdimm_create'
 2018-11-10 10:46 UTC 

nfit_test.ko.xz needs unknown symbol 
 2018-11-09  9:44 UTC  (3+ messages)

[PATCH] ndctl: fix zero-labels to handle firmware error properly
 2018-11-08 21:38 UTC  (2+ messages)

[daxctl PATCH] daxctl: Opt-in to /sys/bus/dax ABI
 2018-11-08 21:14 UTC  (6+ messages)

[PATCH 0/8] Introduce a device-dax bus-based device-model
 2018-11-07 23:42 UTC  (10+ messages)
` [PATCH 1/8] device-dax: Kill dax_region ida
` [PATCH 2/8] device-dax: Kill dax_region base
` [PATCH 3/8] device-dax: Remove multi-resource infrastructure
` [PATCH 4/8] device-dax: Start defining a dax bus model
` [PATCH 5/8] device-dax: Introduce bus + driver model
` [PATCH 6/8] device-dax: Move resource pinning+mapping into the common driver
` [PATCH 7/8] device-dax: Add support for a dax override driver
` [PATCH 8/8] device-dax: Add /sys/class/dax backwards compatibility

[PATCH] libnvdimm: Fix __nd_ioctl() to check error in cmd_rc
 2018-11-07 21:26 UTC  (3+ messages)

[RFC v2 00/14] kunit: introduce KUnit, the Linux kernel unit testing framework
 2018-11-07 20:02 UTC  (8+ messages)
` [RFC v2 01/14] kunit: test: add KUnit test runner core

(AD)为何总是销售难,业绩跟不上
 2018-11-07  6:10 UTC 

Question about unit test for acpi_nfit_notify()
 2018-11-07  2:12 UTC 

[RFC PATCH] kvm: Use huge pages for DAX-backed files
 2018-11-06 21:17 UTC  (16+ messages)

[PATCH v3 1/2] nfit, mce: only handle uncorrectable machine checks
 2018-11-06 18:07 UTC  (7+ messages)
` [PATCH v3 2/2] nfit, mce: validate the mce->addr before using it

[PATCH] acpi, nfit: Fix ARS overflow continuation
 2018-11-06 16:26 UTC  (2+ messages)

(桓扬)每次的业绩为什么总不理想
 2018-11-06  0:26 UTC 

扶召|想成为领导的得力助手,却不知道如何才能做得优秀?
 2018-11-05 22:55 UTC 

Change your password immediately. Your account has been hacked
 2018-11-05 13:26 UTC 

[ndctl PATCH v13 0/5] ndctl, monitor: add ndctl monitor daemon
 2018-11-05  8:05 UTC  (5+ messages)
` [ndctl PATCH v13 2/5] ndctl, monitor: add main ndctl monitor configuration file

Change your password immediately. Your account has been hacked
 2018-11-05  6:47 UTC 

[PATCH] Revert "acpi, nfit: Further restrict userspace ARS start requests"
 2018-11-04  1:05 UTC 

AV 경보
 2018-11-03 22:12 UTC 

Change your password immediately. Your account has been hacked
 2018-11-02 17:27 UTC 

Change your password immediately. Your account has been hacked
 2018-11-02 16:22 UTC 

Problems with VM_MIXEDMAP removal from /proc/<pid>/smaps
 2018-11-02  1:43 UTC  (13+ messages)

郝痴|高级采购管理--采购经理必修课
 2018-11-01 17:41 UTC 

あなたのパスワードが侵害されました (linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org)
 2018-11-01  3:12 UTC 

回复:企业赖以生存的物质基础,固定资产管理
 2018-10-31  6:57 UTC 

[PATCH 0/9] Allow persistent memory to be used like normal RAM
 2018-10-31  5:11 UTC  (2+ messages)

[PATCH v2] tools/testing/nvdimm: Fix the array size for dimm devices
 2018-10-31  3:02 UTC  (2+ messages)

[PATCH] tools/testing/nvdimm: Fix the index for dimm devices
 2018-10-31  1:45 UTC  (4+ messages)

什么样的管理是最适合企业的管理
 2018-10-31  0:39 UTC 

[PATCH v5 4/4] mm: Defer ZONE_DEVICE page initialization to the point where we init pgmap
 2018-10-30 15:57 UTC  (17+ 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).