nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-19 16:34:04 to 2018-12-03 17:16:13 UTC [more...]

[PATCH 0/9] Allow persistent memory to be used like normal RAM
 2018-12-03 17:16 UTC  (4+ messages)

linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org 被黑了! 立即更改密码!
 2018-12-03 16:48 UTC 

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

[RFC v3 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2018-12-03 10:55 UTC  (47+ messages)
` [RFC v3 01/19] kunit: test: add KUnit test runner core
` [RFC v3 10/19] kunit: test: add test managed resource tests
  ` [RFC v3 02/19] kunit: test: add test resource management API
  ` [RFC v3 03/19] kunit: test: add string_stream a std::stream like string builder
  ` [RFC v3 04/19] kunit: test: add test_stream a std::stream like logger
  ` [RFC v3 05/19] kunit: test: add the concept of expectations
  ` [RFC v3 06/19] arch: um: enable running kunit from User Mode Linux
  ` [RFC v3 07/19] kunit: test: add initial tests
  ` [RFC v3 08/19] arch: um: add shim to trap to allow installing a fault catcher for tests
  ` [RFC v3 09/19] kunit: test: add the concept of assertions
  ` [RFC v3 11/19] kunit: add Python libraries for handing KUnit config and kernel
  ` [RFC v3 12/19] kunit: add KUnit wrapper script and simple output parser
  ` [RFC v3 13/19] kunit: improve output from python wrapper
  ` [RFC v3 14/19] Documentation: kunit: add documentation for KUnit
  ` [RFC v3 15/19] MAINTAINERS: add entry for KUnit the unit testing framework
  ` [RFC v3 17/19] of: unittest: migrate tests to run on KUnit
  ` [RFC v3 18/19] of: unittest: split out a couple of test cases from unittest
  ` [RFC v3 19/19] of: unittest: split up some super large test cases
` [RFC v3 16/19] arch: um: make UML unflatten device tree when testing

Third party accessed to linux-nvdimm@lists.01.org
 2018-12-02 10:48 UTC 

Third party accessed to linux-nvdimm@lists.01.org
 2018-12-02  9:58 UTC 

Third party accessed to linux-nvdimm@lists.01.org
 2018-12-01 23:50 UTC 

Security Alert. linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org was compromised. Password must be changed
 2018-12-01 13:01 UTC 

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

[PATCH v5 00/12] ndctl: add security support
 2018-11-30 21:34 UTC  (13+ messages)
` [PATCH v5 01/12] ndctl: add support for display security state
` [PATCH v5 02/12] ndctl: add passphrase update to ndctl
` [PATCH v5 03/12] ndctl: add disable security support
` [PATCH v5 04/12] ndctl: add support for freeze security
` [PATCH v5 05/12] ndctl: add support for sanitize dimm
` [PATCH v5 06/12] ndctl: add unit test for security ops (minus overwrite)
` [PATCH v5 07/12] ndctl: setup modprobe rules
` [PATCH v5 08/12] ndctl: add overwrite operation support
` [PATCH v5 09/12] ndctl: add overwrite-wait support
` [PATCH v5 10/12] ndctl: master phassphrase management support
` [PATCH v5 11/12] ndctl: add master secure erase support
` [PATCH v5 12/12] ndctl: documentation for security and key management

[PATCH] dax: Fix Xarray conversion of dax_unlock_mapping_entry()
 2018-11-30 20:05 UTC  (8+ messages)

[RFC v2 00/14] kunit: introduce KUnit, the Linux kernel unit testing framework
 2018-11-30  0:59 UTC  (6+ messages)

FAILED: patch "[PATCH] dax: Avoid losing wakeup in dax_lock_mapping_entry" failed to apply to 4.19-stable tree
 2018-11-29  8:04 UTC  (4+ messages)
    ` [4.19-stable PATCH] dax: Avoid losing wakeup in dax_lock_mapping_entry

fsdax memory error handling regression
 2018-11-29  6:09 UTC  (7+ messages)

[ndctl PATCH] ndctl: recover from failed namespace creation
 2018-11-28 22:10 UTC  (3+ messages)
` [External] "

[ndctl PATCH] ndctl, build: Define HAVE_UUID
 2018-11-28 21:42 UTC 

[PATCH 0/2] Two DAX fixes for 4.20
 2018-11-28 19:44 UTC  (9+ messages)
` [PATCH 1/2] dax: Check page->mapping isn't NULL
` [PATCH 2/2] dax: Don't access a freed inode
  ` [PATCH v2] "

[RFC PATCH v2 0/3] realize dax_operations for dm-snapshot
 2018-11-28 14:27 UTC  (6+ messages)
` [RFC PATCH v2 1/3] dm: enable "
` [RFC PATCH v2 2/3] dm: expand hc_map in mapped_device for lack of map
` [RFC PATCH v2 3/3] dm: expand valid types for dm-ioctl
  ` [External] Re: [RFC PATCH v2 0/3] realize dax_operations for dm-snapshot

[driver-core PATCH v6 0/9] Add NUMA aware async_schedule calls
 2018-11-27 22:34 UTC  (29+ 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 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

[PATCH 00/11] Additional patches for nvdimm security support
 2018-11-27 20:15 UTC  (12+ messages)
` [PATCH 01/11] keys-encrypted: add nvdimm key format type to encrypted keys
` [PATCH 09/11] acpi/nfit, libnvdimm/security: add Intel DSM 1.8 master passphrase support

dax_lock_mapping_entry was never safe
 2018-11-27 18:59 UTC  (4+ messages)

[driver-core PATCH v5 0/9] Add NUMA aware async_schedule calls
 2018-11-27 16:49 UTC  (8+ messages)
` [driver-core PATCH v5 5/9] driver core: Establish clear order of operations for deferred probe and remove

[PATCH 0/2] kvm: Use huge pages for DAX-backed files
 2018-11-27 13:31 UTC  (7+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] mm: make dev_pagemap_mapping_shift() externally visible
  ` [PATCH v2 3/3] kvm: remove redundant PageReserved() check

[PATCH 1/4] libndctl: Use the supported_alignment attribute
 2018-11-27 13:27 UTC  (9+ messages)
` [PATCH 2/4] ndctl/namespace: Check for seed namespaces earlier
` [PATCH 3/4] ndctl/namespace: Use seed alignment as the default
` [PATCH 4/4] ndctl/namespace: Validate alignment from the {pfn|dax} seed

[RFC PATCH 0/3] Maintainer Handbook: Subsystem Profile
 2018-11-26 15:55 UTC  (21+ messages)
` [RFC PATCH 2/3] MAINTAINERS, "
  ` [Ksummit-discuss] "
` [RFC PATCH 3/3] libnvdimm, MAINTAINERS: "
  ` [Ksummit-discuss] "

[PATCH 1/2] tools/testing/nvdimm: Align test resources to 128M
 2018-11-25 16:37 UTC  (4+ messages)
` [PATCH 2/2] libnvdimm, pfn: Pad pfn namespaces relative to other regions

Security Warning. Third party accessed to linux-nvdimm@lists.01.org
 2018-11-24 13:00 UTC 

What would you like to do with me?
 2018-11-24  2:43 UTC 

HELLO GOOD FRIEND
 2018-11-24  1:00 UTC 

(边儡)企业电子原件白盒测试方法与技巧
 2018-11-21 12:14 UTC 

[RFC PATCH 0/3] realize dax_operations for dm-snapshot
 2018-11-20 10:20 UTC  (4+ messages)
` [RFC PATCH 1/3] dm: enable "
` [RFC PATCH 2/3] dm: expand hc_map in mapped_device for lack of map
` [RFC PATCH 3/3] dm: expand valid types for dm-ioctl

[mm PATCH v5 0/7] Deferred page init improvements
 2018-11-19 18:53 UTC  (4+ messages)
` [mm PATCH v5 4/7] mm: Initialize MAX_ORDER_NR_PAGES at a time instead of doing larger sections

[PATCH 4.18 073/171] acpi/nfit, x86/mce: Handle only uncorrectable machine checks
 2018-11-19 16:27 UTC  (2+ messages)
` [PATCH 4.18 074/171] acpi/nfit, x86/mce: Validate a MCEs address before using it

[PATCH 4.19 091/205] acpi/nfit, x86/mce: Validate a MCEs address before using it
 2018-11-19 16:26 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).