messages from 2025-07-07 20:16:35 to 2025-08-04 10:54:29 UTC [more...]
[PATCH 0/3] use vm_flags_t consistently
2025-08-04 10:54 UTC (7+ messages)
` [PATCH 2/3] mm: update core kernel code to "
[ndctl PATCH] cxl: Add cxl-translate.sh unit test
2025-08-04 9:01 UTC
[ndctl PATCH v2] test/cxl-poison.sh: test inject and clear poison by region offset
2025-08-04 8:14 UTC
[PATCH 00/10] convert the majority of file systems to mmap_prepare
2025-08-01 14:00 UTC (2+ messages)
[GIT PULL] NVDIMM for 6.17
2025-07-31 20:50 UTC (2+ messages)
[PATCH V2 00/20] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
2025-07-31 15:07 UTC (27+ messages)
` [PATCH V2 01/20] nvdimm/label: Introduce NDD_CXL_LABEL flag to set cxl label format
` [PATCH V2 02/20] nvdimm/label: Prep patch to accommodate cxl lsa 2.1 support
` [PATCH V2 03/20] nvdimm/namespace_label: Add namespace label changes as per CXL LSA v2.1
` [PATCH V2 04/20] nvdimm/label: CXL labels skip the need for 'interleave-set cookie'
` [PATCH V2 05/20] nvdimm/region_label: Add region label updation routine
` [PATCH V2 06/20] nvdimm/region_label: Add region label deletion routine
` [PATCH V2 07/20] nvdimm/namespace_label: Update namespace init_labels and its region_uuid
` [PATCH V2 08/20] nvdimm/label: Include region label in slot validation
` [PATCH V2 09/20] nvdimm/namespace_label: Skip region label during ns label DPA reservation
` [PATCH V2 10/20] nvdimm/region_label: Preserve cxl region information from region label
` [PATCH V2 11/20] nvdimm/region_label: Export routine to fetch region information
` [PATCH V2 12/20] nvdimm/namespace_label: Skip region label during namespace creation
` [PATCH V2 13/20] cxl/mem: Refactor cxl pmem region auto-assembling
` [PATCH V2 14/20] cxl/region: Add devm_cxl_pmem_add_region() for pmem region creation
` [PATCH V2 15/20] cxl: Add a routine to find cxl root decoder on cxl bus using cxl port
` [PATCH V2 16/20] cxl/mem: Preserve cxl root decoder during mem probe
` [PATCH V2 17/20] cxl/pmem: Preserve region information into nd_set
` [PATCH V2 18/20] cxl/pmem: Add support of cxl lsa 2.1 support in cxl pmem
` [PATCH V2 19/20] cxl/pmem_region: Prep patch to accommodate pmem_region attributes
` [PATCH V2 20/20] cxl/pmem_region: Add sysfs attribute cxl region label updation/deletion
[PATCH v5 0/7] Add managed SOFT RESERVE resource handling
2025-07-30 16:09 UTC (30+ messages)
` [PATCH v5 1/7] cxl/acpi: Refactor cxl_acpi_probe() to always schedule fallback DAX registration
` [PATCH v5 2/7] cxl/core: Rename suspend.c to probe_state.c and remove CONFIG_CXL_SUSPEND
` [PATCH v5 3/7] cxl/acpi: Add background worker to coordinate with cxl_mem probe completion
` [PATCH v5 4/7] cxl/region: Introduce SOFT RESERVED resource removal on region teardown
` [PATCH v5 5/7] dax/hmem: Save the DAX HMEM platform device pointer
` [PATCH v5 6/7] dax/hmem, cxl: Defer DAX consumption of SOFT RESERVED resources until after CXL region creation
` [PATCH v5 7/7] dax/hmem: Preserve fallback SOFT RESERVED regions if DAX HMEM loads late
[PATCH v2 0/9] mm: vm_normal_page*() improvements
2025-07-30 13:24 UTC (48+ messages)
` [PATCH v2 1/9] mm/huge_memory: move more common code into insert_pmd()
` [PATCH v2 2/9] mm/huge_memory: move more common code into insert_pud()
` [PATCH v2 3/9] mm/huge_memory: support huge zero folio in vmf_insert_folio_pmd()
` [PATCH v2 4/9] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio
` [PATCH v2 5/9] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH v2 6/9] mm/memory: convert print_bad_pte() to print_bad_page_map()
` [PATCH v2 7/9] mm/memory: factor out common code from vm_normal_page_*()
` [PATCH v2 8/9] mm: introduce and use vm_normal_page_pud()
` [PATCH v2 9/9] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()
test/common: stop relying on bash $SECONDS in check_dmesg()
2025-07-29 15:19 UTC (7+ messages)
` [ndctl PATCH 1/3] test/common: add missing quotes
` [ndctl PATCH 2/3] test/common: move err() function at the top
` [ndctl PATCH 3/3] test/common: stop relying on bash $SECONDS in check_dmesg()
[PATCH v3 0/3] xfs and DAX atomic writes changes
2025-07-25 15:49 UTC (8+ messages)
` [PATCH v3 1/3] fs/dax: Reject IOCB_ATOMIC in dax_iomap_rw()
` [PATCH v3 2/3] xfs: disallow atomic writes on DAX
` [PATCH v3 3/3] xfs: reject max_atomic_write mount option for no reflink
[RFC PATCH 01/20] nvdimm/label: Introduce NDD_CXL_LABEL flag to set cxl label format
2025-07-21 18:11 UTC (20+ messages)
` [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 18/20] cxl/pmem: Add support of cxl lsa 2.1 support in cxl pmem
` [RFC PATCH 05/20] nvdimm/region_label: Add region label updation routine
[ndctl PATCH v3] test: fail on unexpected kernel error & warning, not just "Call Trace"
2025-07-19 0:22 UTC (6+ 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 v1 0/9] mm: vm_normal_page*() improvements
2025-07-17 8:39 UTC (20+ messages)
` [PATCH v1 1/9] mm/huge_memory: move more common code into insert_pmd()
` [PATCH v1 2/9] mm/huge_memory: move more common code into insert_pud()
` [PATCH v1 3/9] mm/huge_memory: support huge zero folio in vmf_insert_folio_pmd()
` [PATCH v1 4/9] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio
` [PATCH v1 5/9] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH v1 6/9] mm/memory: convert print_bad_pte() to print_bad_page_map()
` [PATCH v1 7/9] mm/memory: factor out common code from vm_normal_page_*()
` [PATCH v1 8/9] mm: introduce and use vm_normal_page_pud()
` [PATCH v1 9/9] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()
[PATCH v4 0/7] Add managed SOFT RESERVE resource handling
2025-07-15 18:45 UTC (10+ messages)
` [PATCH v4 5/7] cxl/region: Introduce SOFT RESERVED resource removal on region teardown
` [PATCH v4 7/7] cxl/dax: Defer DAX consumption of SOFT RESERVED resources until after CXL region creation
[NDCTL PATCH v2] cxl: Add helper function to verify port is in memdev hierarchy
2025-07-15 18:15 UTC (4+ messages)
[PATCH v2 00/11] dm-pcache – persistent-memory cache for block devices
2025-07-14 15:43 UTC (7+ messages)
[PATCH RFC 00/14] mm: vm_normal_page*() + CoW PFNMAP improvements
2025-07-14 14:19 UTC (20+ messages)
` [PATCH RFC 01/14] mm/memory: drop highest_memmap_pfn sanity check in vm_normal_page()
` [PATCH RFC 08/14] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH RFC 14/14] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()
[RFC V2 00/18] famfs: port into fuse
2025-07-12 5:54 UTC (19+ messages)
` [RFC V2 10/18] famfs_fuse: Basic fuse kernel ABI enablement for famfs
` [RFC V2 11/18] famfs_fuse: Basic famfs mount opts
` [RFC V2 12/18] famfs_fuse: Plumb the GET_FMAP message/response
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).