NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
 messages from 2022-02-07 19:07:03 to 2022-02-22 15:52:36 UTC [more...]

remove opencoded kmap of bio_vecs
 2022-02-22 15:51 UTC  (11+ messages)
` [PATCH 01/10] iss-simdisk: use bvec_kmap_local in simdisk_submit_bio
` [PATCH 02/10] aoe: use bvec_kmap_local in bvcpy
` [PATCH 03/10] zram: use memcpy_to_bvec in zram_bvec_read
` [PATCH 04/10] zram: use memcpy_from_bvec in zram_bvec_write
` [PATCH 05/10] nvdimm-blk: use bvec_kmap_local in nd_blk_rw_integrity
` [PATCH 06/10] nvdimm-btt: use bvec_kmap_local in btt_rw_integrity
` [PATCH 07/10] bcache: use bvec_kmap_local in bio_csum
` [PATCH 08/10] drbd: use bvec_kmap_local in drbd_csum_bio
` [PATCH 09/10] drbd: use bvec_kmap_local in recv_dless_read
` [PATCH 10/10] floppy: use memcpy_{to,from}_bvec

[ndctl PATCH v5] ndctl,libndctl: Update nvdimm flags after smart-inject
 2022-02-22 12:15 UTC 

[ndctl PATCH v4] libndctl: Update nvdimm flags in ndctl_cmd_submit()
 2022-02-19 12:39 UTC  (3+ messages)

[PATCH v3 00/14] CXL Region driver
 2022-02-18 23:42 UTC  (30+ messages)
` [PATCH v3 02/14] cxl/region: Introduce concept of region configuration
` [PATCH v3 03/14] cxl/mem: Cache port created by the mem dev
` [PATCH v3 04/14] cxl/region: Introduce a cxl_region driver
` [PATCH v3 05/14] cxl/acpi: Handle address space allocation
` [PATCH v3 06/14] cxl/region: Address "
` [PATCH v3 07/14] cxl/region: Implement XHB verification
` [PATCH v3 08/14] cxl/region: HB port config verification
` [PATCH v3 09/14] cxl/region: Add infrastructure for decoder programming
` [PATCH v3 10/14] cxl/region: Collect host bridge decoders
` [PATCH v3 11/14] cxl/region: Add support for single switch level

[PATCH v6 0/4] Add perf interface to expose nvdimm
 2022-02-18 18:06 UTC  (6+ messages)
` [PATCH v6 1/4] drivers/nvdimm: Add nvdimm pmu structure
` [PATCH v6 2/4] drivers/nvdimm: Add perf interface to expose nvdimm performance stats
` [PATCH v6 3/4] powerpc/papr_scm: Add perf interface support
` [PATCH v6 4/4] docs: ABI: sysfs-bus-nvdimm: Document sysfs event format entries for nvdimm pmu

[PATCH v3 01/14] cxl/region: Add region creation ABI
 2022-02-18 16:41 UTC  (10+ messages)
` [PATCH v4 "
  ` [PATCH v5 01/15] "

[PATCH v7 0/3] spapr: nvdimm: Introduce spapr-nvdimm device
 2022-02-18  7:44 UTC  (2+ messages)

[ndctl PATCH] ndctl/test: make inject-smart.sh more tolerant of decimal fields
 2022-02-18  5:49 UTC 

[RFC v3 0/2] virtio-pmem: Asynchronous flush
 2022-02-16 17:04 UTC  (11+ messages)
` [RFC v3 1/2] virtio-pmem: Async virtio-pmem flush
` [RFC v3 2/2] pmem: enable pmem_submit_bio for asynchronous flush

[PATCH v10 0/9] fsdax: introduce fs query to support reflink
 2022-02-16  3:09 UTC  (23+ messages)
` [PATCH v10 2/9] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v10 3/9] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v10 4/9] fsdax: fix function description
` [PATCH v10 5/9] fsdax: Introduce dax_load_page()
` [PATCH v10 6/9] mm: move pgoff_address() to vma_pgoff_address()
` [PATCH v10 7/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v10 8/9] xfs: Implement ->notify_failure() for XFS
` [PATCH v10 9/9] fsdax: set a CoW flag when associate reflink mappings

[PATCH v10 1/9] dax: Introduce holder for dax_device
 2022-02-15 22:06 UTC  (3+ messages)
` [PATCH v10.1 "

[PATCH v9 02/10] dax: Introduce holder for dax_device
 2022-02-15 21:51 UTC  (12+ messages)

[PATCH v10 8/9] xfs: Implement ->notify_failure() for XFS
 2022-02-15  9:42 UTC  (4+ messages)
` [PATCH v10.1 "

[PATCH] dax: make sure inodes are flushed before destroy cache
 2022-02-14 23:12 UTC  (5+ messages)

[PATCH v3 35/40] cxl/core/port: Add endpoint decoders
 2022-02-14 19:14 UTC  (4+ messages)
` [PATCH v4 "

start sorting out the ZONE_DEVICE refcount mess v2
 2022-02-14 17:37 UTC  (38+ messages)
` [PATCH 01/27] mm: remove a pointless CONFIG_ZONE_DEVICE check in memremap_pages
` [PATCH 02/27] mm: remove the __KERNEL__ guard from <linux/mm.h>
` [PATCH 03/27] mm: remove pointless includes from <linux/hmm.h>
` [PATCH 04/27] mm: move free_devmap_managed_page to memremap.c
` [PATCH 05/27] mm: simplify freeing of devmap managed pages
` [PATCH 06/27] mm: don't include <linux/memremap.h> in <linux/mm.h>
` [PATCH 07/27] mm: remove the extra ZONE_DEVICE struct page refcount
` [PATCH 08/27] fsdax: depend on ZONE_DEVICE || FS_DAX_LIMITED
` [PATCH 09/27] mm: generalize the pgmap based page_free infrastructure
` [PATCH 10/27] mm: refactor check_and_migrate_movable_pages
` [PATCH 11/27] mm: refactor the ZONE_DEVICE handling in migrate_vma_insert_page
` [PATCH 12/27] mm: refactor the ZONE_DEVICE handling in migrate_vma_pages
` [PATCH 13/27] mm: move the migrate_vma_* device migration code into it's own file
` [PATCH 14/27] mm: build migrate_vma_* for all configs with ZONE_DEVICE support
` [PATCH 15/27] mm: add zone device coherent type memory support
` [PATCH 16/27] mm: add device coherent vma selection for memory migration
` [PATCH 17/27] mm/gup: fail get_user_pages for LONGTERM dev coherent type
` [PATCH 18/27] drm/amdkfd: add SPM support for SVM
` [PATCH 19/27] drm/amdkfd: coherent type as sys mem on migration to ram
` [PATCH 20/27] lib: test_hmm add ioctl to get zone device type
` [PATCH 21/27] lib: test_hmm add module param for "
` [PATCH 22/27] lib: add support for device coherent type in test_hmm
` [PATCH 23/27] tools: update hmm-test to support device coherent type
` [PATCH 24/27] tools: update test_hmm script to support SP config
` [PATCH 25/27] mm: remove the vma check in migrate_vma_setup()
` [PATCH 26/27] mm/gup: migrate device coherent pages when pinning instead of failing
` [PATCH 27/27] tools: add hmm gup test for long term pinned device pages

[PATCH v5 0/5] sparse-vmemmap: memory savings for compound devmaps (device-dax)
 2022-02-14 10:57 UTC  (18+ messages)
` [PATCH v5 1/5] mm/sparse-vmemmap: add a pgmap argument to section activation
` [PATCH v5 2/5] mm/sparse-vmemmap: refactor core of vmemmap_populate_basepages() to helper
` [PATCH v5 3/5] mm/hugetlb_vmemmap: move comment block to Documentation/vm
` [PATCH v5 4/5] mm/sparse-vmemmap: improve memory savings for compound devmaps
` [PATCH v5 5/5] mm/page_alloc: reuse tail struct pages "

[PATCH v1 1/1] ACPI: Switch to use list_entry_is_head() helper
 2022-02-11 17:59 UTC  (2+ messages)

start sorting out the ZONE_DEVICE refcount mess
 2022-02-10 21:00 UTC  (43+ messages)
` [PATCH 1/8] mm: remove a pointless CONFIG_ZONE_DEVICE check in memremap_pages
` [PATCH 2/8] mm: remove the __KERNEL__ guard from <linux/mm.h>
` [PATCH 3/8] mm: remove pointless includes from <linux/hmm.h>
` [PATCH 4/8] mm: move free_devmap_managed_page to memremap.c
` [PATCH 5/8] mm: simplify freeing of devmap managed pages
` [PATCH 6/8] mm: don't include <linux/memremap.h> in <linux/mm.h>
` [PATCH 7/8] mm: remove the extra ZONE_DEVICE struct page refcount
` [PATCH 8/8] fsdax: depend on ZONE_DEVICE || FS_DAX_LIMITED

[ndctl PATCH v5 0/6] Add partitioning support for CXL memdevs
 2022-02-10  2:31 UTC  (8+ messages)
` [ndctl PATCH v5 1/6] libcxl: add GET_PARTITION_INFO mailbox command and accessors
` [ndctl PATCH v5 2/6] libcxl: add accessors for capacity fields of the IDENTIFY command
` [ndctl PATCH v5 3/6] libcxl: return the partition alignment field in bytes
` [ndctl PATCH v5 4/6] cxl: add memdev partition information to cxl-list
` [ndctl PATCH v5 5/6] libcxl: add interfaces for SET_PARTITION_INFO mailbox command
` [ndctl PATCH v5 6/6] cxl: add command 'cxl set-partition'

[ndctl PATCH v4 0/6] Add partitioning support for CXL memdevs
 2022-02-08 21:18 UTC  (17+ messages)
` [ndctl PATCH v4 1/6] libcxl: add GET_PARTITION_INFO mailbox command and accessors
` [ndctl PATCH v4 2/6] libcxl: add accessors for capacity fields of the IDENTIFY command
` [ndctl PATCH v4 3/6] libcxl: return the partition alignment field in bytes
` [ndctl PATCH v4 4/6] cxl: add memdev partition information to cxl-list
` [ndctl PATCH v4 5/6] libcxl: add interfaces for SET_PARTITION_INFO mailbox command
` [ndctl PATCH v4 6/6] cxl: add command set-partition


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