messages from 2015-05-27 22:26:32 to 2015-06-10 07:34:34 UTC [more...]
[PATCH v5 00/21] libnvdimm: non-volatile memory devices
2015-06-10 7:34 UTC (35+ messages)
` [PATCH v5 01/21] e820, efi: add ACPI 6.0 persistent memory types
` [PATCH v5 02/21] libnvdimm, nfit: initial libnvdimm infrastructure and NFIT support
` [PATCH v5 03/21] libnvdimm: control character device and libnvdimm bus sysfs attributes
` [PATCH v5 04/21] libnvdimm, nfit: dimm/memory-devices
` [PATCH v5 05/21] libnvdimm: control (ioctl) messages for libnvdimm bus and dimm devices
` [PATCH v5 06/21] libnvdimm, nvdimm: dimm driver and base libnvdimm device-driver infrastructure
` [PATCH v5 07/21] libnvdimm, nfit: regions (block-data-window, persistent memory, volatile memory)
` [PATCH v5 08/21] libnvdimm: support for legacy (non-aliasing) nvdimms
` [PATCH v5 09/21] libnvdimm, nd_pmem: add libnvdimm support to the pmem driver
` [PATCH v5 10/21] pmem: Dynamically allocate partition numbers
` [PATCH v5 11/21] libnvdimm, nfit: add interleave-set state-tracking infrastructure
` [PATCH v5 12/21] libnvdimm: namespace indices: read and validate
` [PATCH v5 13/21] libnvdimm: pmem label sets and namespace instantiation
` [PATCH v5 14/21] libnvdimm: blk labels "
` [PATCH v5 15/21] libnvdimm: write pmem label set
` [PATCH v5 16/21] libnvdimm: write blk "
` [PATCH v5 17/21] libnvdimm: infrastructure for btt devices
` [PATCH v5 18/21] nd_btt: atomic sector updates
` [PATCH v5 19/21] libnvdimm, nfit, nd_blk: driver for BLK-mode access persistent memory
` [PATCH v5 20/21] tools/testing/nvdimm: manufactured NFITs for interface development
` [PATCH v5 21/21] libnvdimm: Non-Volatile Devices
[PATCH v2 0/3] Add NUMA support for NVDIMM devices
2015-06-09 23:10 UTC (4+ messages)
` [PATCH v2 1/3] acpi: Add acpi_map_pxm_to_online_node()
` [PATCH v2 2/3] libnvdimm: Set numa_node to NVDIMM devices
` [PATCH v2 3/3] libnvdimm: Add sysfs "
[PATCH v4 0/9] introduce __pfn_t, evacuate struct page from sgls
2015-06-09 6:59 UTC (22+ messages)
` [PATCH v4 1/9] introduce __pfn_t for scatterlists and pmem
` [PATCH v4 2/9] x86: support kmap_atomic_pfn_t() for persistent memory
` [PATCH v4 3/9] dax: drop size parameter to ->direct_access()
` [PATCH v4 4/9] dax: fix mapping lifetime handling, convert to __pfn_t + kmap_atomic_pfn_t()
` [PATCH v4 5/9] dma-mapping: allow archs to optionally specify a ->map_pfn() operation
` [PATCH v4 6/9] scatterlist: use sg_phys()
` [PATCH v4 7/9] scatterlist: cleanup sg_chain() and sg_unmark_end()
` [PATCH v4 8/9] scatterlist: convert to __pfn_t
` [PATCH v4 9/9] x86: convert dma_map_ops to support mapping a __pfn_t
[PATCH v3 0/6] pmem api, generic ioremap_cache, and memremap
2015-06-08 19:39 UTC (13+ messages)
` [PATCH v3 1/6] arch: unify ioremap prototypes and macro aliases
` [PATCH v3 2/6] cleanup IORESOURCE_CACHEABLE vs ioremap()
` [PATCH v3 3/6] arch/*/asm/io.h: add ioremap_cache() to all architectures
` [PATCH v3 4/6] devm: fix ioremap_cache() usage
` [PATCH v3 5/6] arch: introduce memremap_cache() and memremap_wt()
` [PATCH v3 6/6] arch, x86: pmem api for ensuring durability of persistent memory updates
[PATCH 0/3] Add NUMA support for NVDIMM devices
2015-06-06 0:33 UTC (8+ messages)
` [PATCH 1/3] acpi: Fix acpi_map_pxm_to_node() to handle numa_off
` [PATCH 2/3] acpi: Add export to acpi_map_pxm_to_node()
` [PATCH 3/3] libnvdimm: Add sysfs numa_node to NVDIMM devices
[PATCH v2 00/10] evacuate struct page from the block layer, introduce __pfn_t
2015-06-05 5:43 UTC (11+ messages)
` "Directly mapped persistent memory page cache"
[GIT PULL v4 00/21] libnd: non-volatile memory device support
2015-06-03 7:02 UTC (15+ messages)
` [PATCH v4 20/21] nfit-test: manufactured NFITs for interface development
` [PATCH v4 21/21] libnd: Non-Volatile Devices
[PATCH v12 0/10] Support Write-Through mapping on x86
2015-06-02 20:01 UTC (17+ messages)
` [PATCH v12 1/10] x86, mm, pat: Set WT to PA7 slot of PAT MSR
` [PATCH v12 2/10] x86, mm, pat: Change reserve_memtype() for WT
` [PATCH v12 3/10] x86, asm: Change is_new_memtype_allowed() "
` [PATCH v12 4/10] x86, mm, asm-gen: Add ioremap_wt() "
` [PATCH v12 5/10] arch/*/asm/io.h: Add ioremap_wt() to all architectures
` [PATCH v12 6/10] video/fbdev, asm/io.h: Remove ioremap_writethrough()
` [PATCH v12 7/10] x86, mm, pat: Add pgprot_writethrough() for WT
` [PATCH v12 08/10] x86, mm, asm: Add WT support to set_page_memtype()
` [PATCH v12 09/10] x86, mm: Add set_memory_wt() for WT
` [PATCH v12 10/10] drivers/block/pmem: Map NVDIMM with ioremap_wt()
[PATCH v2 0/4] pmem api, generic ioremap_cache, and memremap
2015-06-02 8:38 UTC (19+ messages)
` [PATCH v2 1/4] arch/*/asm/io.h: add ioremap_cache() to all architectures
` [PATCH v2 2/4] devm: fix ioremap_cache() usage
` [PATCH v2 3/4] arch: introduce memremap()
` [PATCH v2 4/4] arch, x86: cache management apis for persistent memory
[PATCH v11 0/12] Support Write-Through mapping on x86
2015-06-01 18:51 UTC (30+ messages)
` [PATCH v11 1/12] x86, mm, pat: Cleanup init flags in pat_init()
` [PATCH v11 2/12] x86, mm, pat: Refactor !pat_enabled handling
` [PATCH 1/4] x86/pat: Untangle pat_init()
` [PATCH 2/4] x86/pat: Merge pat_init_cache_modes() into its caller
` [PATCH 3/4] x86/pat: Emulate PAT when it is disabled
` [PATCH 4/4] x86/pat: Remove pat_enabled() checks
` [PATCH v11 3/12] x86, mm, pat: Set WT to PA7 slot of PAT MSR
` [PATCH v11 4/12] x86, mm, pat: Change reserve_memtype() for WT
` [PATCH v11 5/12] x86, asm: Change is_new_memtype_allowed() "
` [PATCH v11 6/12] x86, mm, asm-gen: Add ioremap_wt() "
` [PATCH v11 7/12] arch/*/asm/io.h: Add ioremap_wt() to all architectures
` [PATCH v11 8/12] video/fbdev, asm/io.h: Remove ioremap_writethrough()
` [PATCH v11 9/12] x86, mm, pat: Add pgprot_writethrough() for WT
` [PATCH v11 10/12] x86, mm, asm: Add WT support to set_page_memtype()
` [PATCH v11 11/12] x86, mm: Add set_memory_wt() for WT
` [PATCH v11 12/12] drivers/block/pmem: Map NVDIMM with ioremap_wt()
[PATCH v10 0/12] Support Write-Through mapping on x86
2015-06-01 17:10 UTC (24+ messages)
` [PATCH v10 10/12] x86, mm, pat: Cleanup init flags in pat_init()
` [PATCH v10 11/12] x86, mm, pat: Refactor !pat_enabled handling
` [PATCH v10 12/12] drivers/block/pmem: Map NVDIMM with ioremap_wt()
[PATCH 0/6] I/O path improvements for ND_BLK and PMEM
2015-05-29 14:11 UTC (13+ messages)
` [PATCH 1/6] pmem: add force casts to avoid __iomem annotation
` [PATCH 2/6] nfit: Fix up address spaces, sparse warnings
` [PATCH 3/6] x86, pmem: add PMEM API for persistent memory
` [PATCH 4/6] pmem, nd_blk: update I/O paths to use PMEM API
` [PATCH 5/6] nd_blk: add support for flush hints
` [PATCH 6/6] nd_blk: add support for NVDIMM flags
[PATCH v2 00/20] libnd: non-volatile memory device support
2015-05-28 20:58 UTC (8+ messages)
` [PATCH v2 08/20] libnd, nd_acpi: regions (block-data-window, persistent memory, volatile memory)
` [Linux-nvdimm] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox