messages from 2025-09-16 17:40:36 to 2025-09-30 04:48:15 UTC [more...]
[PATCH v3 0/5] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
2025-09-30 4:47 UTC (4+ messages)
` [PATCH v3 1/5] dax/hmem, e820, resource: Defer Soft Reserved registration until hmem is ready
` [PATCH v3 2/5] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
` [PATCH v3 3/5] dax/hmem: Use DEV_DAX_CXL instead of CXL_REGION for deferral
[PATCH v2 0/5] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
2025-09-30 4:28 UTC (6+ messages)
` [PATCH v2 1/5] dax/hmem, e820, resource: Defer Soft Reserved registration until hmem is ready
` [PATCH v2 2/5] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
` [PATCH v2 3/5] dax/hmem: Use DEV_DAX_CXL instead of CXL_REGION for deferral
` [PATCH v2 4/5] dax/hmem: Defer Soft Reserved overlap handling until CXL region assembly completes
` [PATCH v2 5/5] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree
[PATCH 0/6] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
2025-09-30 4:06 UTC (16+ messages)
` [PATCH 1/6] dax/hmem, e820, resource: Defer Soft Reserved registration until hmem is ready
` [PATCH 3/6] dax/hmem, cxl: Tighten dependencies on DEV_DAX_CXL and dax_hmem
` [PATCH 5/6] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree
` [RFC PATCH 6/6] cxl/region, dax/hmem: Guard CXL DAX region creation and tighten HMEM deps
[PATCH -next] nvdimm: Remove duplicate linux/slab.h header
2025-09-29 17:23 UTC (4+ messages)
[PATCH v2 0/2] nvdimm: Introduce guard() for nvdimm_bus_lock and clean up usages
2025-09-29 9:06 UTC (7+ messages)
` [PATCH v2 1/2] nvdimm: Introduce guard() for nvdimm_bus_lock
` [PATCH v2 2/2] nvdimm: Clean up __nd_ioctl() and remove gotos
[PATCH 0/1] nvdimm: allow exposing RAM as libnvdimm DIMMs
2025-09-26 18:45 UTC (9+ messages)
` [PATCH 1/1] nvdimm: allow exposing RAM carveouts as NVDIMM DIMM devices
[ndctl PATCH v3] cxl/list: remove libtracefs build dependency for --media-errors
2025-09-25 17:04 UTC (3+ messages)
[PATCH v3] nvdimm: ndtest: Return -ENOMEM if devm_kcalloc() fails in ndtest_probe()
2025-09-25 16:39 UTC (4+ messages)
[ndctl PATCH v2] cxl/list: remove libtracefs build dependency for --media-errors
2025-09-25 0:27 UTC (6+ messages)
[PATCH V3 00/20] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
2025-09-24 21:42 UTC (59+ messages)
` [PATCH V3 01/20] nvdimm/label: Introduce NDD_REGION_LABELING flag to set region label
` [PATCH V3 02/20] nvdimm/label: CXL labels skip the need for 'interleave-set cookie'
` [PATCH V3 03/20] nvdimm/label: Modify nd_label_base() signature
` [PATCH V3 04/20] nvdimm/label: Update mutex_lock() with guard(mutex)()
` [PATCH V3 05/20] nvdimm/namespace_label: Add namespace label changes as per CXL LSA v2.1
` [PATCH V3 06/20] nvdimm/region_label: Add region label update support
` [PATCH V3 07/20] nvdimm/region_label: Add region label delete support
` [PATCH V3 08/20] nvdimm/label: Include region label in slot validation
` [PATCH V3 09/20] nvdimm/namespace_label: Skip region label during ns label DPA reservation
` [PATCH V3 10/20] nvdimm/namespace_label: Skip region label during namespace creation
` [PATCH V3 11/20] nvdimm/region_label: Preserve cxl region information from region label
` [PATCH V3 12/20] nvdimm/region_label: Export routine to fetch region information
` [PATCH V3 13/20] cxl/mem: Refactor cxl pmem region auto-assembling
` [PATCH V3 14/20] cxl/region: Add devm_cxl_pmem_add_region() for pmem region creation
` [PATCH V3 15/20] cxl: Add a routine to find cxl root decoder on cxl bus using cxl port
` [PATCH V3 16/20] cxl/mem: Preserve cxl root decoder during mem probe
` [PATCH V3 17/20] cxl/pmem: Preserve region information into nd_set
` [PATCH V3 18/20] cxl/pmem_region: Prep patch to accommodate pmem_region attributes
` [PATCH V3 19/20] cxl/pmem_region: Add sysfs attribute cxl region label updation/deletion
` [PATCH V3 20/20] cxl/pmem: Add CXL LSA 2.1 support in cxl pmem
[PATCH v2] nvdimm: ndtest: Return -ENOMEM if devm_kcalloc() fails in ndtest_probe()
2025-09-24 15:45 UTC (5+ messages)
[PATCH v4 00/14] expand mmap_prepare functionality, port more users
2025-09-24 12:03 UTC (29+ messages)
` [PATCH v4 01/14] mm/shmem: update shmem to use mmap_prepare
` [PATCH v4 02/14] device/dax: update devdax "
` [PATCH v4 03/14] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v4 04/14] relay: update relay to use mmap_prepare
` [PATCH v4 05/14] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v4 06/14] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v4 07/14] mm: abstract io_remap_pfn_range() based on PFN
` [PATCH v4 08/14] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v4 09/14] mm: add ability to take further action in vm_area_desc
` [PATCH v4 10/14] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v4 11/14] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v4 12/14] mm: add shmem_zero_setup_desc()
` [PATCH v4 13/14] mm: update mem char driver to use mmap_prepare
` [PATCH v4 14/14] mm: update resctl "
[ndctl PATCH] cxl/list: remove libtracefs build dependency for --media-errors
2025-09-24 4:46 UTC (3+ messages)
[NDCTL PATCH] cxl: Add man page documentation to note the change to disable-port
2025-09-23 22:43 UTC (2+ messages)
[PATCH] nvdimm: Introduce guard() for nvdimm_bus_lock
2025-09-23 16:36 UTC (7+ messages)
[PATCH V3 00/20] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
2025-09-22 12:51 UTC (24+ messages)
` [PATCH V3 01/20] nvdimm/label: Introduce NDD_REGION_LABELING flag to set region label
` [PATCH V3 03/20] nvdimm/label: Modify nd_label_base() signature
` [PATCH V3 04/20] nvdimm/label: Update mutex_lock() with guard(mutex)()
` [PATCH V3 05/20] nvdimm/namespace_label: Add namespace label changes as per CXL LSA v2.1
` [PATCH V3 06/20] nvdimm/region_label: Add region label update support
` [PATCH V3 07/20] nvdimm/region_label: Add region label delete support
` [PATCH V3 08/20] nvdimm/label: Include region label in slot validation
` [PATCH V3 09/20] nvdimm/namespace_label: Skip region label during ns label DPA reservation
` [PATCH V3 10/20] nvdimm/namespace_label: Skip region label during namespace creation
` [PATCH V3 11/20] nvdimm/region_label: Preserve cxl region information from region label
` [PATCH V3 12/20] nvdimm/region_label: Export routine to fetch region information
` [PATCH V3 13/20] cxl/mem: Refactor cxl pmem region auto-assembling
` [PATCH V3 14/20] cxl/region: Add devm_cxl_pmem_add_region() for pmem region creation
` [PATCH V3 15/20] cxl: Add a routine to find cxl root decoder on cxl bus using cxl port
` [PATCH V3 16/20] cxl/mem: Preserve cxl root decoder during mem probe
` [PATCH V3 17/20] cxl/pmem: Preserve region information into nd_set
` [PATCH V3 18/20] cxl/pmem_region: Prep patch to accommodate pmem_region attributes
` [PATCH V3 19/20] cxl/pmem_region: Add sysfs attribute cxl region label updation/deletion
` [PATCH V3 20/20] cxl/pmem: Add CXL LSA 2.1 support in cxl pmem
[PATCH v2 11/16] mm: update mem char driver to use mmap_prepare
2025-09-19 5:13 UTC (3+ messages)
[PATCH v2 16/16] kcov: update kcov to use mmap_prepare
2025-09-19 5:10 UTC (3+ messages)
[PATCH] nvdimm: ndtest: Add check for devm_kcalloc() allocations in ndtest_probe()
2025-09-18 17:18 UTC (2+ messages)
[ndctl PATCH v3] cxl: Add cxl-translate.sh unit test
2025-09-18 0:34 UTC
[PATCH v3 00/13] expand mmap_prepare functionality, port more users
2025-09-17 15:34 UTC (37+ messages)
` [PATCH v3 01/13] mm/shmem: update shmem to use mmap_prepare
` [PATCH v3 02/13] device/dax: update devdax "
` [PATCH v3 03/13] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v3 04/13] relay: update relay to use mmap_prepare
` [PATCH v3 05/13] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v3 06/13] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v3 07/13] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v3 08/13] mm: add ability to take further action in vm_area_desc
` [PATCH v3 11/13] mm: update mem char driver to use mmap_prepare
` [PATCH v3 12/13] mm: update resctl "
` [PATCH v3 13/13] iommufd: update "
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 read-only IMAP folder(s) and NNTP newsgroup(s).