messages from 2025-06-16 11:59:19 to 2025-06-23 14:17:05 UTC [more...]
[PATCH 0/3] use vm_flags_t consistently
2025-06-23 14:16 UTC (25+ messages)
` [PATCH 1/3] mm: change vm_get_page_prot() to accept vm_flags_t argument
` [PATCH 2/3] mm: update core kernel code to use vm_flags_t consistently
` [PATCH 3/3] mm: update architecture and driver code to use vm_flags_t
[PATCH RFC 00/14] mm: vm_normal_page*() + CoW PFNMAP improvements
2025-06-23 14:04 UTC (25+ messages)
` [PATCH RFC 01/14] mm/memory: drop highest_memmap_pfn sanity check in vm_normal_page()
` [PATCH RFC 02/14] mm: drop highest_memmap_pfn
` [PATCH RFC 03/14] mm: compare pfns only if the entry is present when inserting pfns/pages
` [PATCH RFC 04/14] mm/huge_memory: move more common code into insert_pmd()
` [PATCH RFC 05/14] mm/huge_memory: move more common code into insert_pud()
` [PATCH RFC 06/14] mm/huge_memory: support huge zero folio in vmf_insert_folio_pmd()
` [PATCH RFC 07/14] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio
` [PATCH RFC 08/14] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH RFC 09/14] mm/memory: introduce is_huge_zero_pfn() and use it in vm_normal_page_pmd()
` [PATCH RFC 10/14] mm/memory: factor out common code from vm_normal_page_*()
` [PATCH RFC 11/14] mm: remove "horrible special case to handle copy-on-write behaviour"
` [PATCH RFC 12/14] mm: drop addr parameter from vm_normal_*_pmd()
` [PATCH RFC 13/14] mm: introduce and use vm_normal_page_pud()
` [PATCH RFC 14/14] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()
[RFC PATCH 01/20] nvdimm/label: Introduce NDD_CXL_LABEL flag to set cxl label format
2025-06-23 10:53 UTC (33+ messages)
` [RFC PATCH 02/20] nvdimm/label: Prep patch to accommodate cxl lsa 2.1 support
` [RFC PATCH 03/20] nvdimm/namespace_label: Add namespace label changes as per CXL LSA v2.1
` [RFC PATCH 04/20] nvdimm/label: CXL labels skip the need for 'interleave-set cookie'
` [RFC PATCH 05/20] nvdimm/region_label: Add region label updation routine
` [RFC PATCH 06/20] nvdimm/region_label: Add region label deletion routine
` [RFC PATCH 07/20] nvdimm/namespace_label: Update namespace init_labels and its region_uuid
` [RFC PATCH 08/20] nvdimm/label: Include region label in slot validation
` [RFC PATCH 09/20] nvdimm/namespace_label: Skip region label during ns label DPA reservation
` [RFC PATCH 10/20] nvdimm/region_label: Preserve cxl region information from region label
` [RFC PATCH 11/20] nvdimm/region_label: Export routine to fetch region information
` [RFC PATCH 12/20] nvdimm/namespace_label: Skip region label during namespace creation
` [RFC PATCH 13/20] cxl/mem: Refactor cxl pmem region auto-assembling
` [RFC PATCH 14/20] cxl/region: Add cxl pmem region creation routine for region persistency
` [RFC PATCH 15/20] cxl: Add a routine to find cxl root decoder on cxl bus
` [RFC PATCH 16/20] cxl/mem: Preserve cxl root decoder during mem probe
` [RFC PATCH 17/20] cxl/pmem: Preserve region information into nd_set
` [RFC PATCH 18/20] cxl/pmem: Add support of cxl lsa 2.1 support in cxl pmem
` [RFC PATCH 19/20] cxl/pmem_region: Prep patch to accommodate pmem_region attributes
` [RFC PATCH 20/20] cxl/pmem_region: Add cxl region label updation and deletion device attributes
[PATCH v3 2/2] libnvdimm: add nd_e820.pmem automatic devdax conversion
2025-06-23 10:00 UTC (2+ messages)
[RFC PATCH 00/20] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
2025-06-23 9:57 UTC (3+ messages)
[RFC v2 00/11] dm-pcache – persistent-memory cache for block devices
2025-06-23 4:18 UTC (4+ messages)
[ndctl PATCH 0/5] ndctl: Add missing test dependencies and other fixups
2025-06-20 20:19 UTC (16+ messages)
` [ndctl PATCH 1/5] build: Fix meson feature deprecation warnings
` [ndctl PATCH 2/5] test: Fix 'ndctl' dependency in test/sub-section.sh
` [ndctl PATCH 3/5] test: Fix dax.sh expectations
` [ndctl PATCH 4/5] test: Update documentation with required packages to install
` [ndctl PATCH 5/5] test: Fixup fwctl dependency
[PATCH 00/10] convert the majority of file systems to mmap_prepare
2025-06-19 17:47 UTC (49+ 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
[PATCH v3 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
2025-06-19 8:58 UTC (15+ messages)
` [PATCH v3 01/14] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH v3 02/14] mm: Filter zone device pages returned from folio_walk_start()
` [PATCH v3 03/14] mm: Remove remaining uses of PFN_DEV
` [PATCH v3 04/14] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH v3 05/14] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH v3 06/14] mm/huge_memory: Remove pXd_devmap usage from insert_pXd_pfn()
` [PATCH v3 07/14] mm: Remove redundant pXd_devmap calls
` [PATCH v3 08/14] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH v3 09/14] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH v3 10/14] fs/dax: Remove FS_DAX_LIMITED config option
` [PATCH v3 11/14] mm: Remove devmap related functions and page table bits
` [PATCH v3 12/14] mm: Remove PFN_DEV, PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH v3 13/14] mm: Remove callers of pfn_t functionality
` [PATCH v3 14/14] mm/memremap: Remove unused devmap_managed_key
[PATCH v2 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
2025-06-19 8:52 UTC (28+ 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 06/14] mm/huge_memory: Remove pXd_devmap usage from insert_pXd_pfn()
` [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
[NDCTL PATCH] cxl: Add helper function to verify port is in memdev hierarchy
2025-06-18 22:50 UTC (5+ messages)
[GIT PULL] NVDIMM fixes for 6.16-rc3
2025-06-17 22:09 UTC (2+ messages)
[ndctl PATCH v2 0/7] Add error injection support
2025-06-16 20:09 UTC (3+ messages)
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;
as well as URLs for NNTP newsgroup(s).