nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-03 22:20:10 to 2025-06-17 09:30:28 UTC [more...]

[PATCH v2 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-17  9:30 UTC  (18+ messages)
` [PATCH v2 01/14] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH v2 02/14] mm: Filter zone device pages returned from folio_walk_start()
` [PATCH v2 03/14] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH v2 04/14] mm: Remove remaining uses of PFN_DEV
` [PATCH v2 05/14] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH v2 06/14] mm/huge_memory: Remove pXd_devmap usage from insert_pXd_pfn()
` [PATCH v2 07/14] mm: Remove redundant pXd_devmap calls
` [PATCH v2 08/14] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH v2 09/14] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH v2 10/14] fs/dax: Remove FS_DAX_LIMITED config option
` [PATCH v2 11/14] mm: Remove devmap related functions and page table bits
` [PATCH v2 12/14] mm: Remove PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH v2 13/14] mm: Remove callers of pfn_t functionality
` [PATCH v2 14/14] mm/memremap: Remove unused devmap_managed_key

[PATCH 00/10] convert the majority of file systems to mmap_prepare
 2025-06-17  5:29 UTC  (25+ messages)
` [PATCH 01/10] mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
` [PATCH 02/10] mm/nommu: use file_has_valid_mmap_hooks() helper
` [PATCH 03/10] fs: consistently "
` [PATCH 04/10] fs/dax: make it possible to check dev dax support without a VMA
` [PATCH 05/10] fs/ext4: transition from deprecated .mmap hook to .mmap_prepare
` [PATCH 06/10] fs/xfs: "
` [PATCH 07/10] mm/filemap: introduce generic_file_*_mmap_prepare() helpers
` [PATCH 08/10] fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
` [PATCH 09/10] fs: convert most other generic_file_*mmap() users "
` [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings

[ndctl PATCH v2 0/7] Add error injection support
 2025-06-16 20:09 UTC  (3+ messages)

[PATCH v4 0/7] Add managed SOFT RESERVE resource handling
 2025-06-16  1:00 UTC  (32+ messages)
` [PATCH v4 1/7] cxl/region: Avoid null pointer dereference in is_cxl_region()
` [PATCH v4 2/7] cxl/core: Remove CONFIG_CXL_SUSPEND and always build suspend.o
` [PATCH v4 3/7] cxl/pci: Add pci_loaded tracking to mark PCI driver readiness
` [PATCH v4 4/7] cxl/acpi: Add background worker to wait for cxl_pci and cxl_mem probe
` [PATCH v4 5/7] cxl/region: Introduce SOFT RESERVED resource removal on region teardown
` [PATCH v4 6/7] dax/hmem: Save the DAX HMEM platform device pointer
` [PATCH v4 7/7] cxl/dax: Defer DAX consumption of SOFT RESERVED resources until after CXL region creation

[RFC PATCH 0/1] nvdimm: allow exposing RAM as libnvdimm DIMMs
 2025-06-13 16:25 UTC  (4+ messages)
` [RFC PATCH 1/1] nvdimm: allow exposing RAM carveouts as NVDIMM DIMM devices

[PATCH v3 0/3] mm/huge_memory: vmf_insert_folio_*() and vmf_insert_pfn_pud() fixes
 2025-06-13 16:06 UTC  (11+ messages)
` [PATCH v3 1/3] mm/huge_memory: don't ignore queried cachemode in vmf_insert_pfn_pud()
` [PATCH v3 2/3] mm/huge_memory: don't mark refcounted folios special in vmf_insert_folio_pmd()
` [PATCH v3 3/3] mm/huge_memory: don't mark refcounted folios special in vmf_insert_folio_pud()

[PATCH v2 0/3] mm/huge_memory: vmf_insert_folio_*() and vmf_insert_pfn_pud() fixes
 2025-06-13  7:44 UTC  (35+ messages)
` [PATCH v2 1/3] mm/huge_memory: don't ignore queried cachemode in vmf_insert_pfn_pud()
` [PATCH v2 2/3] mm/huge_memory: don't mark refcounted folios special in vmf_insert_folio_pmd()
` [PATCH v2 3/3] mm/huge_memory: don't mark refcounted folios special in vmf_insert_folio_pud()

[RFC v2 00/11] dm-pcache – persistent-memory cache for block devices
 2025-06-13  3:39 UTC  (14+ messages)
` [RFC PATCH 01/11] dm-pcache: add pcache_internal.h
` [RFC PATCH 02/11] dm-pcache: add backing device management
` [RFC PATCH 03/11] dm-pcache: add cache device
` [RFC PATCH 04/11] dm-pcache: add segment layer
` [RFC PATCH 05/11] dm-pcache: add cache_segment
` [RFC PATCH 06/11] dm-pcache: add cache_writeback
` [RFC PATCH 07/11] dm-pcache: add cache_gc
` [RFC PATCH 08/11] dm-pcache: add cache_key
` [RFC PATCH 09/11] dm-pcache: add cache_req
` [RFC PATCH 10/11] dm-pcache: add cache core
` [RFC PATCH 11/11] dm-pcache: initial dm-pcache target

[PATCH 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-12 22:50 UTC  (34+ messages)
` [PATCH 01/12] mm: Remove PFN_MAP, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH 02/12] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH 03/12] mm/pagewalk: Skip dax pages in pagewalk
` [PATCH 04/12] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH 05/12] mm: Remove remaining uses of PFN_DEV
` [PATCH 06/12] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH 07/12] mm: Remove redundant pXd_devmap calls

[PATCH v3 0/2] libnvdimm/e820: Add a new parameter to configure many regions per e820 entry
 2025-06-12 11:42 UTC  (3+ messages)
` [PATCH v3 1/2] libnvdimm/e820: Add a new parameter to split e820 entry into many regions
` [PATCH v3 2/2] libnvdimm: add nd_e820.pmem automatic devdax conversion

[ANNOUNCE] ndctl v82
 2025-06-12  2:05 UTC 

[ndctl PATCH v3] test: fail on unexpected kernel error & warning, not just "Call Trace"
 2025-06-12  0:02 UTC  (4+ messages)
` [ndctl PATCH v3 1/2] test: move err() function at the top
` [ndctl PATCH v3 2/2] test: fail on unexpected kernel error & warning, not just "Call Trace"

[PATCH v3][next] acpi: nfit: intel: avoid multiple -Wflex-array-member-not-at-end warnings
 2025-06-11 19:52 UTC 

[PATCH v3] dt-bindings: pmem: Convert binding to YAML
 2025-06-11 17:11 UTC  (10+ messages)

[PATCH] mm: Remove PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
 2025-06-11  8:58 UTC  (7+ messages)

[PATCH v9 00/19] DCD: Add support for Dynamic Capacity Devices (DCD)
 2025-06-09 17:09 UTC  (3+ messages)

[PATCH v1 0/2] mm/huge_memory: don't mark refcounted pages special in vmf_insert_folio_*()
 2025-06-06 18:41 UTC  (12+ messages)
` [PATCH v1 1/2] mm/huge_memory: don't mark refcounted pages special in vmf_insert_folio_pmd()
` [PATCH v1 2/2] mm/huge_memory: don't mark refcounted pages special in vmf_insert_folio_pud()

[PATCH] dt-bindings: pmem: Convert binding to YAML
 2025-06-06 17:28 UTC  (6+ messages)


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).