nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-13 20:01:55 to 2019-06-20 14:30:16 UTC [more...]

Hello
 2019-06-20 14:30 UTC 

[linux-nvdimm:libnvdimm-for-next 4/15] drivers/nvdimm/virtio_pmem.c:61:9: sparse: sparse: incompatible types in comparison expression (different base types):
 2019-06-20 13:42 UTC  (2+ messages)

[PATCH v10 00/13] mm: Sub-section memory hotplug support
 2019-06-20 12:30 UTC  (19+ messages)
` [PATCH v10 01/13] mm/sparsemem: Introduce struct mem_section_usage
` [PATCH v10 02/13] mm/sparsemem: Introduce a SECTION_IS_EARLY flag
` [PATCH v10 03/13] mm/sparsemem: Add helpers track active portions of a section at boot
` [PATCH v10 04/13] mm/hotplug: Prepare shrink_{zone, pgdat}_span for sub-section removal
` [PATCH v10 05/13] mm/sparsemem: Convert kmalloc_section_memmap() to populate_section_memmap()
` [PATCH v10 06/13] mm/hotplug: Kill is_dev_zone() usage in __remove_pages()
` [PATCH v10 07/13] mm: Kill is_dev_zone() helper
` [PATCH v10 08/13] mm/sparsemem: Prepare for sub-section ranges
` [PATCH v10 09/13] mm/sparsemem: Support sub-section hotplug
` [PATCH v10 10/13] mm: Document ZONE_DEVICE memory-model implications
` [PATCH v10 11/13] mm/devm_memremap_pages: Enable sub-section remap
` [PATCH v10 12/13] libnvdimm/pfn: Fix fsdax-mode namespace info-block zero-fields
` [PATCH v10 13/13] libnvdimm/pfn: Stop padding pmem namespaces to section alignment

[linux-nvdimm:libnvdimm-for-next 5/15] drivers/s390//block/dcssblk.c:681:22: error: too few arguments to function 'alloc_dax'
 2019-06-20  9:23 UTC  (2+ messages)

[PATCH v4 0/6] Fixes related namespace alignment/page size/big endian
 2019-06-20  9:16 UTC  (7+ messages)
` [PATCH v4 1/6] nvdimm: Consider probe return -EOPNOTSUPP as success
` [PATCH v4 2/6] mm/nvdimm: Add page size and struct page size to pfn superblock
` [PATCH v4 3/6] mm/nvdimm: Use correct #defines instead of open coding
` [PATCH v4 4/6] mm/nvdimm: Pick the right alignment default when creating dax devices
` [PATCH v4 5/6] mm/nvdimm: Use correct alignment when looking at first pfn from a region
` [PATCH v4 6/6] mm/nvdimm: Fix endian conversion issues

a few questions about pagevc_lookup_entries
 2019-06-20  8:36 UTC 

[linux-nvdimm:libnvdimm-for-next 6/15] drivers/md/dm-table.c:897:9: error: implicit declaration of function 'dax_synchronous'; did you mean 'device_synchronous'?
 2019-06-20  6:37 UTC 

[PATCH 0/6] libnvdimm: Fix async operations and locking
 2019-06-20  6:34 UTC  (5+ messages)
` [PATCH 6/6] driver-core, libnvdimm: Let device subsystems add local lockdep coverage

dev_pagemap related cleanups v2
 2019-06-20  6:32 UTC  (46+ messages)
` [PATCH 01/25] mm: remove the unused ARCH_HAS_HMM_DEVICE Kconfig option
` [PATCH 02/25] mm: remove the struct hmm_device infrastructure
` [PATCH 03/25] mm: remove hmm_devmem_add_resource
` [PATCH 04/25] mm: don't clear ->mapping in hmm_devmem_free
` [PATCH 05/25] mm: export alloc_pages_vma
  ` [PATCH 06/25] mm: factor out a devm_request_free_mem_region helper
` [PATCH 07/25] memremap: validate the pagemap type passed to devm_memremap_pages
` [PATCH 08/25] memremap: move dev_pagemap callbacks into a separate structure
` [PATCH 09/25] memremap: pass a struct dev_pagemap to ->kill and ->cleanup
` [PATCH 10/25] memremap: lift the devmap_enable manipulation into devm_memremap_pages
` [PATCH 11/25] memremap: add a migrate_to_ram method to struct dev_pagemap_ops
` [PATCH 12/25] memremap: remove the data field in struct dev_pagemap
` [PATCH 13/25] memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag
` [PATCH 14/25] memremap: provide an optional internal refcount in struct dev_pagemap
` [PATCH 15/25] device-dax: use the dev_pagemap internal refcount
` [PATCH 16/25] PCI/P2PDMA: "
` [PATCH 17/25] nouveau: use alloc_page_vma directly
` [PATCH 18/25] nouveau: use devm_memremap_pages directly
` [PATCH 19/25] mm: remove hmm_vma_alloc_locked_page
` [PATCH 20/25] mm: remove hmm_devmem_add
` [PATCH 21/25] mm: mark DEVICE_PUBLIC as broken
` [PATCH 22/25] mm: simplify ZONE_DEVICE page private data
` [PATCH 23/25] mm: sort out the DEVICE_PRIVATE Kconfig mess
` [PATCH 24/25] mm: remove the HMM config option
` [PATCH 25/25] mm: don't select MIGRATE_VMA_HELPER from HMM_MIRROR

Hello
 2019-06-20  4:04 UTC 

992113(业务员如何业绩提升)及(研发人员的考核与激励)
 2019-06-20  2:06 UTC 

Hello
 2019-06-20  1:35 UTC 

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

dev_pagemap related cleanups
 2019-06-19 19:46 UTC  (69+ messages)
` [PATCH 02/22] mm: remove the struct hmm_device infrastructure
  ` [Nouveau] "
` [PATCH 03/22] mm: remove hmm_devmem_add_resource
  ` [Nouveau] "
` [PATCH 04/22] mm: don't clear ->mapping in hmm_devmem_free
` [PATCH 05/22] mm: export alloc_pages_vma
` [PATCH 06/22] mm: factor out a devm_request_free_mem_region helper
` [PATCH 07/22] memremap: move dev_pagemap callbacks into a separate structure
` [PATCH 08/22] memremap: pass a struct dev_pagemap to ->kill
` [PATCH 09/22] memremap: lift the devmap_enable manipulation into devm_memremap_pages
` [PATCH 10/22] memremap: add a migrate callback to struct dev_pagemap_ops
` [PATCH 13/22] device-dax: use the dev_pagemap internal refcount
` [PATCH 17/22] mm: remove hmm_devmem_add
` [PATCH 18/22] mm: mark DEVICE_PUBLIC as broken
` [PATCH 21/22] mm: remove the HMM config option
` [PATCH 22/22] mm: don't select MIGRATE_VMA_HELPER from HMM_MIRROR
  ` [Nouveau] "

[PATCH v2] libnvdimm: Enable unit test infrastructure compile checks
 2019-06-19 19:24 UTC 

[PATCH] libnvdimm: Enable unit test infrastructure compile checks
 2019-06-19 16:27 UTC  (3+ messages)

回复:敏.捷.软.件.开.发.669352
 2019-06-19  9:38 UTC 

主營香港搬家到內地---长期有效,请惠存 ,linux-nvdimm@lists.01.org 2019年06月19日
 2019-06-19  6:53 UTC 

[PATCH v9 00/12] mm: Sub-section memory hotplug support
 2019-06-19  3:40 UTC  (21+ messages)
` [PATCH v9 01/12] mm/sparsemem: Introduce struct mem_section_usage
` [PATCH v9 02/12] mm/sparsemem: Add helpers track active portions of a section at boot
` [PATCH v9 03/12] mm/hotplug: Prepare shrink_{zone, pgdat}_span for sub-section removal
` [PATCH v9 04/12] mm/sparsemem: Convert kmalloc_section_memmap() to populate_section_memmap()
` [PATCH v9 06/12] mm: Kill is_dev_zone() helper
` [PATCH v9 07/12] mm/sparsemem: Prepare for sub-section ranges
` [PATCH v9 10/12] mm/devm_memremap_pages: Enable sub-section remap

[PATCH v2 27/29] docs: nvdimm: convert to ReST
 2019-06-18 20:53 UTC 

Security Alert. Your accounts was hacked by criminal group
 2019-06-18 11:25 UTC 

Looking for website translation?
 2019-06-18  4:17 UTC 

ndctl hangs after memory deregistration
 2019-06-18  3:15 UTC  (3+ messages)

[PATCH 5/5] mm/hotplug: export try_online_node
 2019-06-17 13:14 UTC  (3+ messages)

[PATCH] nvdimm: remove prototypes for nonexistent functions
 2019-06-17  4:47 UTC 

电邮营销好帮手---日群发30万邮箱只需500元一月---QQ咨询:3351665625
 2019-06-15 11:34 UTC 

You Should Not Blame Yourself For Anything
 2019-06-15  9:22 UTC 

[PATCH v4 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-06-14 23:22 UTC  (4+ messages)
` [PATCH v4 01/18] kunit: test: add KUnit test runner core

[ndctl PATCH] libndctl/inject: Refuse error injection for BTT namespaces
 2019-06-14 19:52 UTC  (2+ messages)

[PATCH -next] mm/hotplug: skip bad PFNs from pfn_to_online_page()
 2019-06-14 17:40 UTC  (6+ messages)

[PATCH RFC 00/10] RDMA/FS DAX truncate proposal
 2019-06-14  3:42 UTC  (21+ 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).