messages from 2025-06-25 22:25:03 to 2025-07-16 08:40:11 UTC [more...]
[PATCH v1 0/9] mm: vm_normal_page*() improvements
2025-07-16 8:40 UTC (15+ 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 v5 0/7] Add managed SOFT RESERVE resource handling
2025-07-16 6:01 UTC (10+ 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 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 (18+ messages)
` [PATCH v2 01/11] dm-pcache: add pcache_internal.h
` [PATCH v2 02/11] dm-pcache: add backing device management
` [PATCH v2 03/11] dm-pcache: add cache device
` [PATCH v2 04/11] dm-pcache: add segment layer
` [PATCH v2 05/11] dm-pcache: add cache_segment
` [PATCH v2 06/11] dm-pcache: add cache_writeback
` [PATCH v2 07/11] dm-pcache: add cache_gc
` [PATCH v2 08/11] dm-pcache: add cache_key
` [PATCH v2 09/11] dm-pcache: add cache_req
` [PATCH v2 10/11] dm-pcache: add cache core
` [PATCH v2 11/11] dm-pcache: initial dm-pcache target
[PATCH RFC 00/14] mm: vm_normal_page*() + CoW PFNMAP improvements
2025-07-14 14:19 UTC (31+ messages)
` [PATCH RFC 01/14] mm/memory: drop highest_memmap_pfn sanity check in vm_normal_page()
` [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 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 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 (63+ messages)
` [RFC V2 01/18] dev_dax_iomap: Move dax_pgoff_to_phys() from device.c to bus.c
` [RFC V2 02/18] dev_dax_iomap: Add fs_dax_get() func to prepare dax for fs-dax usage
` [RFC V2 03/18] dev_dax_iomap: Save the kva from memremap
` [RFC V2 04/18] dev_dax_iomap: Add dax_operations for use by fs-dax on devdax
` [RFC V2 05/18] dev_dax_iomap: export dax_dev_get()
` [RFC V2 06/18] dev_dax_iomap: (ignore!) Drop poisoned page warning in fs/dax.c
` [RFC V2 07/18] famfs_fuse: magic.h: Add famfs magic numbers
` [RFC V2 08/18] famfs_fuse: Kconfig
` [RFC V2 09/18] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
` [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
` [RFC V2 13/18] famfs_fuse: Create files with famfs fmaps
` [RFC V2 14/18] famfs_fuse: GET_DAXDEV message and daxdev_table
` [RFC V2 15/18] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
` [RFC V2 16/18] famfs_fuse: Add holder_operations for dax notify_failure()
` [RFC V2 17/18] famfs_fuse: Add famfs metadata documentation
` [RFC V2 18/18] famfs_fuse: Add documentation
[ndctl PATCH v3] test: fail on unexpected kernel error & warning, not just "Call Trace"
2025-07-12 0:32 UTC (5+ 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"
[RFC PATCH 05/20] nvdimm/region_label: Add region label updation routine
2025-07-10 17:18 UTC (50+ messages)
` [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 12/20] nvdimm/namespace_label: Skip region label during namespace creation
` [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
` [RFC PATCH 15/20] cxl: Add a routine to find cxl root decoder on cxl bus
` [RFC PATCH 02/20] nvdimm/label: Prep patch to accommodate cxl lsa 2.1 support
` [RFC PATCH 01/20] nvdimm/label: Introduce NDD_CXL_LABEL flag to set cxl label format
` [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 18/20] cxl/pmem: Add support of cxl lsa 2.1 support in cxl pmem
[PATCH v1 00/11] dm-pcache – persistent-memory cache for block devices
2025-07-07 6:25 UTC (19+ messages)
` [PATCH v1 01/11] dm-pcache: add pcache_internal.h
` [PATCH v1 02/11] dm-pcache: add backing device management
` [PATCH v1 03/11] dm-pcache: add cache device
` [PATCH v1 04/11] dm-pcache: add segment layer
` [PATCH v1 05/11] dm-pcache: add cache_segment
[NDCTL PATCH] cxl: Add helper function to verify port is in memdev hierarchy
2025-07-04 0:17 UTC (6+ messages)
[ndctl PATCH V2] Various typos fix in Documention/, cxl/, ndctl/, test/, util/ and meson.build
2025-07-02 16:44 UTC (2+ messages)
[ndctl PATCH] ndctl: spelling fixes
2025-07-01 18:08 UTC (3+ messages)
[PATCH v2 1/1] libnvdimm: Don't use "proxy" headers
2025-07-01 16:17 UTC (4+ messages)
[PATCH v3 0/2] libnvdimm/e820: Add a new parameter to configure many regions per e820 entry
2025-07-01 12:05 UTC (3+ messages)
[ndctl PATCH] Documentation: cxl,daxctl,ndctl add --list-cmds info
2025-07-01 2:48 UTC (3+ messages)
[RFC v2 00/11] dm-pcache – persistent-memory cache for block devices
2025-06-30 16:28 UTC (5+ messages)
[ndctl PATCH] cxl/monitor.c: Missing bracket
2025-06-30 7:30 UTC
[PATCH v5][for-next/hardening] acpi: nfit: intel: avoid multiple -Wflex-array-member-not-at-end warnings
2025-06-27 20:28 UTC (3+ messages)
[PATCH v4][for-next/hardening] acpi: nfit: intel: avoid multiple -Wflex-array-member-not-at-end warnings
2025-06-27 15:52 UTC (4+ messages)
[PATCH v1 1/1] libnvdimm: Don't use "proxy" headers
2025-06-26 21:56 UTC (3+ messages)
[RFC PATCH 00/20] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
2025-06-26 10:51 UTC (4+ messages)
[PATCH v3][next] acpi: nfit: intel: avoid multiple -Wflex-array-member-not-at-end warnings
2025-06-25 22:24 UTC (7+ 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).