public inbox for linux-nvdimm@lists.01.org
 help / color / mirror / Atom feed
 messages from 2017-12-08 23:46:51 to 2017-12-29 07:50:28 UTC [more...]

revamp vmem_altmap / dev_pagemap handling V3
 2017-12-29  7:54 UTC  (16+ messages)
` [PATCH 01/17] memremap: provide stubs for vmem_altmap_offset and vmem_altmap_free
` [PATCH 02/17] mm: don't export arch_add_memory
` [PATCH 03/17] mm: don't export __add_pages
` [PATCH 04/17] mm: pass the vmem_altmap to arch_add_memory and __add_pages
` [PATCH 05/17] mm: pass the vmem_altmap to vmemmap_populate
` [PATCH 06/17] mm: pass the vmem_altmap to arch_remove_memory and __remove_pages
` [PATCH 07/17] mm: pass the vmem_altmap to vmemmap_free
` [PATCH 08/17] mm: pass the vmem_altmap to memmap_init_zone
` [PATCH 09/17] mm: split altmap memory map allocation from normal case
` [PATCH 10/17] mm: merge vmem_altmap_alloc into altmap_alloc_block_buf
` [PATCH 11/17] mm: move get_dev_pagemap out of line
` [PATCH 12/17] mm: optimize dev_pagemap reference counting around get_dev_pagemap
` [PATCH 13/17] memremap: remove to_vmem_altmap
` [PATCH 14/17] memremap: simplify duplicate region handling in devm_memremap_pages
` [PATCH 15/17] memremap: drop private struct page_map

Detecting NUMA per pmem
 2017-12-28 18:16 UTC  (6+ messages)

[PATCH v4 00/18] dax: fix dma vs truncate/hole-punch
 2017-12-27 18:08 UTC  (22+ messages)
` [PATCH v4 01/18] mm, dax: introduce pfn_t_special()
` [PATCH v4 02/18] ext4: auto disable dax instead of failing mount
` [PATCH v4 03/18] ext2: "
` [PATCH v4 04/18] dax: require 'struct page' by default for filesystem dax
` [PATCH v4 05/18] dax: stop using VM_MIXEDMAP for dax
` [PATCH v4 06/18] dax: stop using VM_HUGEPAGE "
` [PATCH v4 07/18] dax: store pfns in the radix
` [PATCH v4 08/18] tools/testing/nvdimm: add 'bio_delay' mechanism
` [PATCH v4 09/18] mm, dax: enable filesystems to trigger dev_pagemap ->page_free callbacks
` [PATCH v4 10/18] mm, dev_pagemap: introduce CONFIG_DEV_PAGEMAP_OPS
` [PATCH v4 11/18] fs, dax: introduce DEFINE_FSDAX_AOPS
` [PATCH v4 12/18] xfs: use DEFINE_FSDAX_AOPS
` [PATCH v4 13/18] ext4: "
` [PATCH v4 14/18] ext2: "
` [PATCH v4 15/18] mm, fs, dax: use page->mapping to warn if dma collides with truncate
` [PATCH v4 16/18] wait_bit: introduce {wait_on,wake_up}_atomic_one
` [PATCH v4 17/18] mm, fs, dax: dax_flush_dma, handle dma vs block-map-change collisions
` [PATCH v4 18/18] xfs, dax: wire up dax_flush_dma support via a new xfs_sync_dma helper

[PATCH v3 0/3] create sysfs representation of ACPI HMAT
 2017-12-27  9:10 UTC  (40+ messages)
` [PATCH v3 1/3] acpi: HMAT support in acpi_parse_entries_array()
` [PATCH v3 2/3] hmat: add heterogeneous memory sysfs support
` [PATCH v3 3/3] hmat: add performance attributes

Delivery reports about your e-mail
 2017-12-25  3:27 UTC 

Delivery reports about your e-mail
 2017-12-25  3:27 UTC 

[GIT PULL] libnvdimm fixes for 4.15-rc5
 2017-12-23 20:29 UTC 

linux-nvdimm@lists.01.org Business offer / Бизнес предложение
 2017-12-23 20:14 UTC 

revamp vmem_altmap / dev_pagemap handling V2
 2017-12-23  1:54 UTC  (42+ messages)
` [PATCH 01/17] memremap: provide stubs for vmem_altmap_offset and vmem_altmap_free
` [PATCH 02/17] mm: don't export arch_add_memory
` [PATCH 03/17] mm: don't export __add_pages
` [PATCH 04/17] mm: pass the vmem_altmap to arch_add_memory and __add_pages
` [PATCH 05/17] mm: pass the vmem_altmap to vmemmap_populate
` [PATCH 06/17] mm: pass the vmem_altmap to arch_remove_memory and __remove_pages
` [PATCH 07/17] mm: pass the vmem_altmap to vmemmap_free
` [PATCH 08/17] mm: pass the vmem_altmap to memmap_init_zone
` [PATCH 09/17] mm: split altmap memory map allocation from normal case
` [PATCH 10/17] mm: merge vmem_altmap_alloc into altmap_alloc_block_buf
` [PATCH 11/17] mm: move get_dev_pagemap out of line
` [PATCH 12/17] mm: optimize dev_pagemap reference counting around get_dev_pagemap
` [PATCH 13/17] memremap: remove to_vmem_altmap
` [PATCH 14/17] memremap: simplify duplicate region handling in devm_memremap_pages
` [PATCH 15/17] memremap: drop private struct page_map
` [PATCH 16/17] memremap: change devm_memremap_pages interface to use struct dev_pagemap
` [PATCH 17/17] memremap: merge find_dev_pagemap into get_dev_pagemap

[PATCH 00/15] dax: prep work for fixing dax-dma vs truncate collisions
 2017-12-22  8:51 UTC  (10+ messages)
` [PATCH 14/15] dax: associate mappings with inodes, and warn if dma collides with truncate

[PATCH 1/2] libnvdimm, btt: add a couple of missing kernel-doc lines
 2017-12-21 23:04 UTC  (5+ messages)
` [PATCH 2/2] libnvdimm, btt: Fix an incompatibility in the log layout
    ` [PATCH v2 "

[PATCH] libnvdimm, pfn: fix start_pad handling for aligned namespaces
 2017-12-21 22:55 UTC 

[xfsprogs PATCH v4 0/2] Add necessary items for MAP_SYNC testing
 2017-12-21 22:18 UTC  (4+ messages)
` [xfsprogs PATCH v4 1/2] xfs_io: add MAP_SYNC support to mmap()
` [xfsprogs PATCH v4 2/2] xfs_io: add a new 'log_writes' command

[xfsprogs PATCH v2 0/3] Add necessary items for MAP_SYNC testing
 2017-12-21 17:46 UTC  (7+ messages)
` [xfsprogs PATCH v2 2/3] xfs_io: add MAP_SYNC support to mmap()

[PATCH 0/2 v2] ext4: Fix ENOSPC handling for DAX faults
 2017-12-21 17:17 UTC  (6+ messages)
` [PATCH 1/2] dax: Pass detailed error code from dax_iomap_fault()
` [PATCH 2/2] ext4: Fix ENOSPC handling in DAX page fault handler

转发:/ linux-nvdimm
 2017-12-21 17:10 UTC 

[xfsprogs PATCH v2 3/3] xfs_io: add a new 'log_writes' command
 2017-12-21 17:14 UTC  (3+ messages)
` [xfsprogs PATCH v3 "

ホットな画像サイトです
 2017-12-21 12:59 UTC 

[PATCH 0/2] ext4: Fix ENOSPC handling for DAX faults
 2017-12-19 16:42 UTC  (6+ messages)
` [PATCH 1/2] dax: Pass detailed error code from dax_iomap_fault()
` [PATCH 2/2] ext4: Fix ENOSPC handling in DAX page fault handler

[PATCH] acpi: add NFIT and HMAT to the initrd override list
 2017-12-18 19:54 UTC  (2+ messages)

转发:年底了,绩效与薪薪酬做好了吗?
 2017-12-18 19:04 UTC 

答复:全面解析人力资源管理制度
 2017-12-17 15:47 UTC 

[PATCH v3 0/4] ndctl: add DIMM firmware update support
 2017-12-15 23:24 UTC  (5+ messages)
` [PATCH v3 1/4] ndctl: add support to alloc_intel_cmd for variable payload
` [PATCH v3 2/4] ndctl: add firmware download support functions in libndctl
` [PATCH v3 3/4] ndctl: add firmware update command option for ndctl
` [PATCH v3 4/4] ndctl, test: firmware update unit test

[PATCH v2 1/4] ndctl: add support to alloc_intel_cmd for variable payload
 2017-12-15 18:12 UTC  (7+ messages)
` [PATCH v2 2/4] ndctl: add firmware download support functions in libndctl
` [PATCH v2 3/4] ndctl: add firmware update command option for ndctl

[ndctl PATCH 1/2] ndctl, test: Add the xxd-binary-dump for a BTT namespace
 2017-12-15  0:26 UTC  (2+ messages)
` [ndctl PATCH 2/2] ndctl, test: Add a test for the BTT padding incompatibility fix

转发:技术部门如何成功走向管理
 2017-12-14 19:59 UTC 

票-据做-账
 2017-12-14 17:11 UTC 

票-据做-账
 2017-12-14 17:11 UTC 

[patch] btt: fix uninitialized err_lock
 2017-12-13 21:38 UTC  (2+ messages)

转发:销*售*人*员
 2017-12-13 18:57 UTC 

[PATCH 0/2] mm, smaps: MMUPageSize for device-dax
 2017-12-13 13:07 UTC  (4+ messages)
` [PATCH 1/2] mm, hugetlbfs: introduce ->pagesize() to vm_operations_struct

Hello
 2017-12-13  5:27 UTC 

Hello
 2017-12-13  5:27 UTC 

答复:/ linux-nvdimm
 2017-12-13  2:08 UTC 

Report
 2017-12-12  3:23 UTC 

Report
 2017-12-12  3:23 UTC 

Delivery reports about your e-mail
 2017-12-10 10:41 UTC 

Delivery reports about your e-mail
 2017-12-10 10:41 UTC 

[fstests PATCH v5 2/2] generic: add test for DAX MAP_SYNC support
 2017-12-10  6:15 UTC  (5+ messages)
` [fstests PATCH v6 "

[RFC PATCH v2 0/7] ndctl: nvdimmd: notify/monitor the feathers of over threshold event
 2017-12-09 23:54 UTC  (7+ messages)
` [RFC PATCH v2 2/7] ndctl: nvdimmd: add nvdimmd necessary util functions

转发:建立个人的领导风格与魅力
 2017-12-09 20:02 UTC 

Message could not be delivered
 2017-12-09  4:47 UTC 

Message could not be delivered
 2017-12-09  4:47 UTC 

[PATCH] acpi, nfit: fix health event notification
 2017-12-08 23:51 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox