Linux-NVDIMM Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-17 11:31:21 to 2015-07-01 16:49:35 UTC [more...]

[PATCH v7 00/16] libnvdimm: non-volatile memory devices
 2015-07-01 16:49 UTC  (22+ messages)
` [PATCH v7 01/16] e820, efi: add ACPI 6.0 persistent memory types
` [PATCH v7 02/16] libnvdimm, nfit: initial libnvdimm infrastructure and NFIT support
` [PATCH v7 03/16] libnvdimm: control character device and nvdimm_bus sysfs attributes
` [PATCH v7 04/16] libnvdimm, nfit: dimm/memory-devices
` [PATCH v7 05/16] libnvdimm: control (ioctl) messages for nvdimm_bus and nvdimm devices
` [PATCH v7 06/16] libnvdimm, nvdimm: dimm driver and base libnvdimm device-driver infrastructure
` [PATCH v7 07/16] libnvdimm, nfit: regions (block-data-window, persistent memory, volatile memory)
` [PATCH v7 08/16] libnvdimm: support for legacy (non-aliasing) nvdimms
` [PATCH v7 09/16] libnvdimm, pmem: move pmem to drivers/nvdimm/
` [PATCH v7 10/16] libnvdimm, pmem: add libnvdimm support to the pmem driver
` [PATCH v7 11/16] libnvdimm, nfit: add interleave-set state-tracking infrastructure
` [PATCH v7 12/16] libnvdimm: namespace indices: read and validate
` [PATCH v7 13/16] libnvdimm: pmem label sets and namespace instantiation
` [PATCH v7 14/16] libnvdimm: blk labels "
` [PATCH v7 15/16] libnvdimm: write pmem label set
` [PATCH v7 16/16] libnvdimm: write blk "

[PATCH v5 0/6] pmem api, generic ioremap_cache, and memremap
 2015-07-01 16:47 UTC  (27+ messages)
` [PATCH v5 1/6] arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> instead
` [PATCH v5 2/6] arch: unify ioremap prototypes and macro aliases
` [PATCH v5 3/6] cleanup IORESOURCE_CACHEABLE vs ioremap()
` [PATCH v5 4/6] devm: fix ioremap_cache() usage
` [PATCH v5 5/6] arch: introduce memremap_cache() and memremap_wt()
` [PATCH v5 6/6] arch, x86: pmem api for ensuring durability of persistent memory updates

[PATCH] nvdimm: Fix return value of nvdimm_bus_init() if class_create() fails
 2015-06-30 18:37 UTC 

[GIT PULL] libnvdimm: non-volatile memory devices for 4.2
 2015-06-26 21:46 UTC 

[PATCH v2 00/17] libnvdimm: ->rw_bytes(), BLK, BTT, PMEM api, and unit tests
 2015-06-26 15:26 UTC  (33+ messages)
` [PATCH v2 01/17] libnvdimm: infrastructure for btt devices
` [PATCH v2 02/17] nd_btt: atomic sector updates
` [PATCH v2 03/17] libnvdimm, nfit, nd_blk: driver for BLK-mode access persistent memory
` [PATCH v2 04/17] tools/testing/nvdimm: libnvdimm unit test infrastructure
` [PATCH v2 05/17] libnvdimm: Non-Volatile Devices
` [PATCH v2 06/17] fs/block_dev.c: skip rw_page if bdev has integrity
` [PATCH v2 07/17] libnvdimm, btt: add support for blk integrity
` [PATCH v2 08/17] libnvdimm, blk: "
` [PATCH v2 09/17] libnvdimm, pmem: fix up max_hw_sectors
` [PATCH v2 10/17] pmem: make_request cleanups
` [PATCH v2 11/17] libnvdimm: enable iostat
` [PATCH v2 12/17] pmem: flag pmem block devices as non-rotational
` [PATCH v2 13/17] libnvdimm, nfit: handle unarmed dimms, mark namespaces read-only
` [PATCH v2 14/17] acpi: Add acpi_map_pxm_to_online_node()
` [PATCH v2 15/17] libnvdimm: Set numa_node to NVDIMM devices
` [PATCH v2 16/17] libnvdimm: Add sysfs "
` [PATCH v2 17/17] arch, x86: pmem api for ensuring durability of persistent memory updates

[PATCH v3 0/3] Add NUMA support for NVDIMM devices
 2015-06-24 17:14 UTC  (16+ messages)
` [PATCH v3 1/3] acpi: Add acpi_map_pxm_to_online_node()
` [PATCH v3 2/3] libnvdimm: Set numa_node to NVDIMM devices
` [PATCH v3 3/3] libnvdimm: Add sysfs "

[PATCH] mm: make GUP handle pfn mapping unless FOLL_GET is requested
 2015-06-24 16:40 UTC  (2+ messages)

[PATCH 00/15] libnvdimm: ->rw_bytes(), BLK-mode, unit tests, and misc features
 2015-06-24 12:11 UTC  (63+ messages)
` [PATCH 01/15] block: introduce an ->rw_bytes() block device operation
` [PATCH 02/15] libnvdimm: infrastructure for btt devices
` [PATCH 03/15] nd_btt: atomic sector updates
` [PATCH 04/15] libnvdimm, nfit, nd_blk: driver for BLK-mode access persistent memory
` [PATCH 05/15] tools/testing/nvdimm: libnvdimm unit test infrastructure
` [PATCH 06/15] libnvdimm: Non-Volatile Devices
` [PATCH 07/15] fs/block_dev.c: skip rw_page if bdev has integrity
` [PATCH 08/15] libnvdimm, btt: add support for blk integrity
` [PATCH 09/15] libnvdimm, blk: "
` [PATCH 10/15] libnvdimm: fix up max_hw_sectors
` [PATCH 11/15] libnvdimm: pmem, blk, and btt make_request cleanups
` [PATCH 12/15] libnvdimm: enable iostat
` [PATCH 13/15] libnvdimm: flag libnvdimm block devices as non-rotational
` [PATCH 14/15] libnvdimm: support read-only btt backing devices
` [PATCH 15/15] libnvdimm, nfit: handle acpi_nfit_memory_map flags

[PATCH] mm: Fix MAP_POPULATE and mlock() for DAX
 2015-06-23 22:10 UTC  (5+ messages)

[PATCH 0/3] mm, x86: Fix ioremap RAM check interfaces
 2015-06-23 18:57 UTC  (11+ messages)
` [PATCH 1/3] mm, x86: Fix warning in ioremap RAM check
` [PATCH 2/3] mm, x86: Remove region_is_ram() call from ioremap
` [PATCH 3/3] mm: Fix bugs in region_is_ram()

[PATCH v3-UPDATE 1/3] acpi: Add acpi_map_pxm_to_online_node()
 2015-06-22 14:03 UTC  (2+ messages)

[-tip PATCH v4 0/6] pmem api, generic ioremap_cache, and memremap
 2015-06-19 21:28 UTC  (10+ messages)
` [PATCH v4 1/6] arch: unify ioremap prototypes and macro aliases
` [PATCH v4 5/6] arch: introduce memremap_cache() and memremap_wt()
` [PATCH v4 6/6] arch, x86: pmem api for ensuring durability of persistent memory updates

[PATCH v2 0/3] Add NUMA support for NVDIMM devices
 2015-06-19  1:16 UTC  (6+ messages)
` [PATCH v2 1/3] acpi: Add acpi_map_pxm_to_online_node()

[PATCH v6 00/21] libnvdimm: non-volatile memory devices
 2015-06-17 22:09 UTC  (16+ messages)
` [PATCH v6 02/21] libnvdimm, nfit: initial libnvdimm infrastructure and NFIT support
` [PATCH v6 03/21] libnvdimm: control character device and nvdimm_bus sysfs attributes
` [PATCH v6 04/21] libnvdimm, nfit: dimm/memory-devices
` [PATCH v6 07/21] libnvdimm, nfit: regions (block-data-window, persistent memory, volatile memory)
` [PATCH v6 11/21] libnvdimm, nfit: add interleave-set state-tracking infrastructure
` [PATCH v6 19/21] libnvdimm, nfit, nd_blk: driver for BLK-mode access persistent memory


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