linux-nvdimm.lists.01.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-10 01:16:44 to 2019-07-24 00:45:39 UTC [more...]

专线物流助手
 2019-07-24  0:45 UTC 

[PATCH] mm/memory-failure: Poison read receives SIGKILL instead of SIGBUS if mmaped more than once
 2019-07-23 23:38 UTC 

Как продвигать свою компанию
 2019-07-23 22:51 UTC 

Picking 0th namespace if it is idle
 2019-07-23 18:59 UTC  (3+ messages)

[PATCH] memremap: move from kernel/ to mm/
 2019-07-23  5:32 UTC  (3+ messages)

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

Security Alert. Your accounts was compromised. You need change password!
 2019-07-22 23:42 UTC 

[PATCH v2 00/30] [RFC] virtio-fs: shared file system for virtual machines
 2019-07-22 12:08 UTC  (14+ messages)
` [PATCH v2 18/30] virtio_fs, dax: Set up virtio_fs dax_device

Практическое задание
 2019-07-22  0:53 UTC 

[ndctl PATCH v6 00/13] daxctl: add a new reconfigure-device command
 2019-07-19 18:36 UTC  (21+ messages)
` [ndctl PATCH v6 01/13] libdaxctl: add interfaces to get ctx and check device state
` [ndctl PATCH v6 02/13] libdaxctl: add interfaces to enable/disable devices
` [ndctl PATCH v6 03/13] libdaxctl: add an interface to retrieve the device resource
` [ndctl PATCH v6 04/13] libdaxctl: add a 'daxctl_memory' object for memory based operations
` [ndctl PATCH v6 05/13] daxctl/list: add target_node for device listings
` [ndctl PATCH v6 06/13] libdaxctl: add an interface to get the mode for a dax device
` [ndctl PATCH v6 07/13] daxctl: add a new reconfigure-device command
` [ndctl PATCH v6 08/13] Documentation/daxctl: add a man page for daxctl-reconfigure-device
` [ndctl PATCH v6 09/13] daxctl: add commands to online and offline memory
` [ndctl PATCH v6 10/13] Documentation: Add man pages for daxctl-{on, off}line-memory
` [ndctl PATCH v6 11/13] contrib/ndctl: fix region-id completions for daxctl
` [ndctl PATCH v6 12/13] contrib/ndctl: add bash-completion for the new daxctl commands
` [ndctl PATCH v6 13/13] test: Add a unit test for daxctl-reconfigure-device and friends

[PATCH v2 0/7] libnvdimm: Fix async operations and locking
 2019-07-19  0:45 UTC  (16+ messages)
` [PATCH v2 1/7] drivers/base: Introduce kill_device()
` [PATCH v2 2/7] libnvdimm/bus: Prevent duplicate device_unregister() calls
` [PATCH v2 3/7] libnvdimm/region: Register badblocks before namespaces
` [PATCH v2 4/7] libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant
` [PATCH v2 5/7] libnvdimm/bus: Stop holding nvdimm_bus_list_mutex over __nd_ioctl()
` [PATCH v2 6/7] libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock
` [PATCH v2 7/7] driver-core, libnvdimm: Let device subsystems add local lockdep coverage

[GIT PULL] dax for 5.3
 2019-07-18 18:30 UTC  (2+ messages)

[GIT PULL] libnvdimm for 5.3
 2019-07-18 18:30 UTC  (2+ messages)

[PATCH] dax: Fix missed PMD wakeups
 2019-07-17  3:39 UTC  (22+ messages)

[PATCH v3] virtio_pmem: fix sparse warning
 2019-07-17  3:02 UTC  (3+ messages)

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

JIRA Agile and Clarizen -Vendors List
 2019-07-16 16:11 UTC 

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

hungry for a f&ck friend
 2019-07-15  7:21 UTC 

💃 Методики бюджетирования
 2019-07-14 10:20 UTC 

中港运输+香港仓储+拼箱+装卸柜服务
 2019-07-12 14:49 UTC 

[PATCH v2] virtio_pmem: fix sparse warning
 2019-07-11 18:46 UTC  (3+ messages)

[PATCH] virtio_pmem: fix sparse warning
 2019-07-11 18:37 UTC  (3+ messages)

[PATCH v7 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-07-10 20:27 UTC  (9+ messages)
` [PATCH v7 06/18] kbuild: enable building KUnit
` [PATCH v7 08/18] objtool: add kunit_try_catch_throw to the noreturn list
  ` [PATCH v7 16/18] MAINTAINERS: add entry for KUnit the unit testing framework

JIRA Agile and Clarizen -Vendors List
 2019-07-10 15:50 UTC 

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

[PATCH v4 0/6] Fixes related namespace alignment/page size/big endian
 2019-07-10  4:50 UTC  (2+ messages)

[v7 0/3] "Hotremove" persistent memory
 2019-07-10  1:16 UTC  (4+ messages)
` [v7 1/3] device-dax: fix memory and resource leak if hotplug fails
` [v7 2/3] mm/hotplug: make remove_memory() interface useable
` [v7 3/3] device-dax: "Hotremove" persistent memory that is used like normal RAM


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