Linux-NVDIMM Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-11-17 01:29:41 to 2015-12-09 21:44:15 UTC [more...]

[PATCH v3 0/3] Allow EINJ to inject memory error to NVDIMM
 2015-12-09 21:44 UTC  (14+ messages)
` [PATCH v3 1/3] resource: Add @flags to region_intersects()
` [PATCH v3 2/3] resource: Add region_intersects_pmem()
` [PATCH v3 3/3] ACPI/APEI/EINJ: Allow memory error injection to NVDIMM

[PATCH v3 0/7] DAX fsync/msync support
 2015-12-09 19:44 UTC  (9+ messages)
` [PATCH v3 1/7] pmem: add wb_cache_pmem() to the PMEM API
` [PATCH v3 2/7] dax: support dirty DAX entries in radix tree
` [PATCH v3 3/7] mm: add find_get_entries_tag()
` [PATCH v3 4/7] dax: add support for fsync/sync
` [PATCH v3 5/7] ext2: call dax_pfn_mkwrite() for DAX fsync/msync
` [PATCH v3 6/7] ext4: "
` [PATCH v3 7/7] xfs: "

[PATCH v3 0/3] nvdimm: Add an IOCTL pass thru for DSM calls
 2015-12-09  2:10 UTC  (5+ messages)
` [PATCH v3 1/3] nvdimm: Clean-up access mode check
` [PATCH v3 2/3] nvdimm: Add wrapper for IOCTL pass thru
` [PATCH v3 3/3] nvdimm: Add IOCTL pass thru functions

[PATCH 3/3] x86, ras: Add mcsafe_memcpy() function to recover from machine checks
 2015-12-08 22:08 UTC  (2+ messages)

[PATCH -mm 00/25] get_user_pages() for dax pte and pmd mappings
 2015-12-08 18:50 UTC  (28+ messages)
` [PATCH -mm 01/25] pmem, dax: clean up clear_pmem()
` [PATCH -mm 02/25] dax: increase granularity of dax_clear_blocks() operations
` [PATCH -mm 03/25] dax: guarantee page aligned results from bdev_direct_access()
` [PATCH -mm 04/25] dax: fix lifetime of in-kernel dax mappings with dax_map_atomic()
` [PATCH -mm 05/25] mm, dax: fix livelock, allow dax pmd mappings to become writeable
` [PATCH -mm 06/25] dax: Split pmd map when fallback on COW
` [PATCH -mm 07/25] um: kill pfn_t
` [PATCH -mm 08/25] kvm: rename pfn_t to kvm_pfn_t
` [PATCH -mm 09/25] mm, dax, pmem: introduce pfn_t
` [PATCH -mm 10/25] mm: introduce find_dev_pagemap()
` [PATCH -mm 11/25] x86, mm: introduce vmem_altmap to augment vmemmap_populate()
` [PATCH -mm 12/25] libnvdimm, pfn, pmem: allocate memmap array in persistent memory
` [PATCH -mm 13/25] avr32: convert to asm-generic/memory_model.h
` [PATCH -mm 14/25] hugetlb: fix compile error on tile
` [PATCH -mm 15/25] frv: fix compiler warning from definition of __pmd()
` [PATCH -mm 16/25] x86, mm: introduce _PAGE_DEVMAP
` [PATCH -mm 17/25] mm, dax, gpu: convert vm_insert_mixed to pfn_t
` [PATCH -mm 18/25] mm, dax: convert vmf_insert_pfn_pmd() "
` [PATCH -mm 19/25] list: introduce list_del_poison()
` [PATCH -mm 20/25] libnvdimm, pmem: move request_queue allocation earlier in probe
` [PATCH -mm 21/25] mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gup
` [PATCH -mm 22/25] mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmd
` [PATCH -mm 23/25] mm, x86: get_user_pages() for dax mappings
` [PATCH -mm 24/25] dax: provide diagnostics for pmd mapping failures
` [PATCH -mm 25/25] dax: re-enable dax pmd mappings

[PATCH v2 00/20] get_user_pages() for dax mappings
 2015-12-08  0:48 UTC  (9+ messages)

ARM EFI stub and the EfiPersistentMemory type
 2015-12-07 23:06 UTC  (5+ messages)

[GIT PULL] libnvdimm fixes for 4.4-rc4
 2015-12-04 19:18 UTC 

[PATCH] mm: Fix mmap MAP_POPULATE for DAX pmd mapping
 2015-12-04 16:55 UTC  (24+ messages)

[PATCH] nvdimm: do not show pfn_seed for non pmem regions
 2015-12-04  2:52 UTC  (2+ messages)

[PATCH] nvdimm: improve diagnosibility of namespaces
 2015-12-04  2:52 UTC  (2+ messages)

[PATCH 0/3] fs, bdev: handle end of life
 2015-12-03 12:38 UTC  (8+ messages)
` [PATCH 1/3] block, fs: reliably communicate bdev end-of-life
` [PATCH 2/3] xfs: handle shutdown notifications
` [PATCH 3/3] writeback: fix false positive WARN in __mark_inode_dirty

[PATCH] ACPI/Kconfig: Make ACPI_NFIT depend on EFI_STUB on X86
 2015-12-01 16:20 UTC 

[PATCH v2 0/7] dax cleanups and lifetime fixes
 2015-12-01  4:21 UTC  (16+ messages)
` [PATCH v2 1/7] pmem, dax: clean up clear_pmem()
` [PATCH v2 2/7] dax: increase granularity of dax_clear_blocks() operations
` [PATCH v2 3/7] dax: guarantee page aligned results from bdev_direct_access()
` [PATCH v2 4/7] dax: fix lifetime of in-kernel dax mappings with dax_map_atomic()
` [PATCH v2 5/7] fs: notify superblocks of backing-device death
` [PATCH v2 6/7] ext4: skip inode dirty when backing device is gone
` [PATCH v2 7/7] mm, dax: unmap dax mappings at bdev shutdown

[RFC PATCH 0/5] get_user_pages() for dax mappings
 2015-11-30 19:12 UTC  (7+ messages)
` [RFC PATCH 1/5] mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gup
` [RFC PATCH 2/5] mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmd
` [RFC PATCH 3/5] mm, x86: get_user_pages() for dax mappings
` [RFC PATCH 4/5] dax: provide diagnostics for pmd mapping failures
` [RFC PATCH 5/5] dax: re-enable dax pmd mappings

Cleaning up e820_pmem?
 2015-11-30 19:02 UTC  (3+ messages)

[PATCH] dax: Split pmd map when fallback on COW
 2015-11-24 17:08 UTC  (7+ messages)

[PATCH 1/2] arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debug
 2015-11-24  8:27 UTC  (10+ messages)
` [PATCH 2/2] restrict /dev/mem to idle io memory ranges

[PATCH] ext4: drop file_update_time from ext4_dax_fault
 2015-11-23 19:55 UTC  (6+ messages)

[GIT PULL] libnvdimm fixes for 4.4-rc2
 2015-11-20 21:44 UTC 

[RFC PATCH] restrict /dev/mem to idle io memory ranges
 2015-11-20 20:07 UTC  (3+ messages)

[PATCH] block: protect rw_page against device teardown
 2015-11-20 18:26 UTC  (5+ messages)

[PATCH 0/8] dax fixes / cleanups: pmd vs thp, lifetime, and locking
 2015-11-20 17:08 UTC  (20+ messages)
` [PATCH 1/8] ext2, ext4: warn when mounting with dax enabled
` [PATCH 2/8] dax: disable pmd mappings
` [PATCH 3/8] mm, dax: fix DAX deadlocks (COW fault)
` [PATCH 4/8] mm, dax: truncate dax mappings at bdev or fs shutdown
` [PATCH 5/8] pmem, dax: clean up clear_pmem()
` [PATCH 6/8] dax: increase granularity of dax_clear_blocks() operations
` [PATCH 7/8] dax: guarantee page aligned results from bdev_direct_access()
` [PATCH 8/8] dax: fix lifetime of in-kernel dax mappings with dax_map_atomic()

[PATCH v2 00/11] DAX fsynx/msync support
 2015-11-20  0:37 UTC  (21+ messages)
` [PATCH v2 02/11] mm: add pmd_mkclean()
` [PATCH v2 03/11] pmem: enable REQ_FUA/REQ_FLUSH handling
` [PATCH v2 07/11] mm: add find_get_entries_tag()
` [PATCH v2 08/11] dax: add support for fsync/sync
` [PATCH v2 11/11] xfs: add support for DAX fsync/msync

[PATCH v2 0/3] nvdimm: Add an IOCTL pass thru for DSM calls
 2015-11-18  7:01 UTC  (7+ messages)

[PATCH] ndctl: dax pmd tests
 2015-11-17 20:50 UTC 

[RFC 1/1] memremap: devm_memremap_pages has wrong nid
 2015-11-17 13:15 UTC  (6+ messages)

[PATCH] mm, dax: fix DAX deadlocks (COW fault)
 2015-11-17 10:40 UTC  (4+ messages)


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