nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-02 17:13:39 to 2022-02-14 19:14:20 UTC [more...]

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

[PATCH v3 00/14] CXL Region driver
 2022-02-14 18:09 UTC  (24+ messages)
` [PATCH v3 01/14] cxl/region: Add region creation ABI
` [PATCH v3 02/14] cxl/region: Introduce concept of region configuration
` [PATCH v3 08/14] cxl/region: HB port config verification

[PATCH] dax: make sure inodes are flushed before destroy cache
 2022-02-14 17:59 UTC  (3+ messages)

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 v10 8/9] xfs: Implement ->notify_failure() for XFS
 2022-02-13 13:02 UTC  (2+ messages)
` [PATCH v10.1 "

[PATCH v10 1/9] dax: Introduce holder for dax_device
 2022-02-13 12:58 UTC  (2+ messages)
` [PATCH v10.1 "

[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  (47+ 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

[PATCH v7 0/3] spapr: nvdimm: Introduce spapr-nvdimm device
 2022-02-07 11:53 UTC  (6+ messages)
` [PATCH v7 1/3] nvdimm: Add realize, unrealize callbacks to NVDIMMDevice class
` [PATCH v7 2/3] spapr: nvdimm: Implement H_SCM_FLUSH hcall
` [PATCH v7 3/3] spapr: nvdimm: Introduce spapr-nvdimm device

[PATCH v5 0/7] DAX poison recovery
 2022-02-06  8:30 UTC  (34+ messages)
` [PATCH v5 1/7] mce: fix set_mce_nospec to always unmap the whole page
` [PATCH v5 2/7] dax: introduce dax device flag DAXDEV_RECOVERY
` [PATCH v5 3/7] dm: make dm aware of target's DAXDEV_RECOVERY capability
` [PATCH v5 4/7] dax: add dax_recovery_write to dax_op and dm target type
` [PATCH v5 5/7] pmem: add pmem_recovery_write() dax op
` [PATCH v5 6/7] dax: add recovery_write to dax_iomap_iter in failure path
` [PATCH v5 7/7] pmem: fix pmem_do_write() avoid writing to 'np' page

[PATCH v3 33/40] cxl/mem: Add the cxl_mem driver
 2022-02-04 15:18 UTC  (9+ messages)
` [PATCH v4 "
  ` [PATCH v5 "
    ` [PATCH v6 "

[PATCH v3 32/40] cxl/core/port: Add switch port enumeration
 2022-02-04 15:08 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v5 "

[PATCH v3 00/40] CXL.mem Topology Discovery and Hotplug Support
 2022-02-04  4:25 UTC  (10+ messages)
` [PATCH v3 31/40] cxl/memdev: Add numa_node attribute

[PATCH v2 0/6] Fix some bugs related to ramp and dax
 2022-02-03 10:17 UTC  (7+ messages)
` [PATCH v2 1/6] mm: rmap: fix cache flush on THP pages
` [PATCH v2 2/6] dax: fix cache flush on PMD-mapped pages
` [PATCH v2 3/6] mm: page_vma_mapped: support checking if a pfn is mapped into a vma

[PATCH 1/2] mm/memory_hotplug: Export shrink span functions for zone and node
 2022-02-03  8:19 UTC  (8+ messages)

[PATCH v6 0/3] spapr: nvdimm: Introduce spapr-nvdimm device
 2022-02-02 18:57 UTC  (7+ messages)
` [PATCH v6 1/3] nvdimm: Add realize, unrealize callbacks to NVDIMMDevice class
` [PATCH v6 2/3] spapr: nvdimm: Implement H_SCM_FLUSH hcall
` [PATCH v6 3/3] spapr: nvdimm: Introduce spapr-nvdimm device


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).