NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
 messages from 2025-04-03 18:34:02 to 2025-05-05 22:57:43 UTC [more...]

[PATCH AUTOSEL 6.6 036/294] libnvdimm/labels: Fix divide error in nd_label_data_init()
 2025-05-05 22:52 UTC 

[PATCH AUTOSEL 6.12 054/486] libnvdimm/labels: Fix divide error in nd_label_data_init()
 2025-05-05 22:32 UTC 

[PATCH AUTOSEL 6.14 066/642] libnvdimm/labels: Fix divide error in nd_label_data_init()
 2025-05-05 22:04 UTC 

[PATCH v9 00/19] DCD: Add support for Dynamic Capacity Devices (DCD)
 2025-05-05 21:04 UTC  (40+ messages)
` [PATCH v9 01/19] cxl/mbox: Flag "
` [PATCH v9 02/19] cxl/mem: Read dynamic capacity configuration from the device
` [PATCH v9 03/19] cxl/cdat: Gather DSMAS data for DCD partitions
` [PATCH v9 04/19] cxl/core: Enforce partition order/simplify partition calls
` [PATCH v9 05/19] cxl/mem: Expose dynamic ram A partition in sysfs
` [PATCH v9 06/19] cxl/port: Add 'dynamic_ram_a' to endpoint decoder mode
` [PATCH v9 07/19] cxl/region: Add sparse DAX region support
` [PATCH v9 08/19] cxl/events: Split event msgnum configuration from irq setup
` [PATCH v9 09/19] cxl/pci: Factor out interrupt policy check
` [PATCH v9 10/19] cxl/mem: Configure dynamic capacity interrupts
` [PATCH v9 11/19] cxl/core: Return endpoint decoder information from region search
` [PATCH v9 12/19] cxl/extent: Process dynamic partition events and realize region extents
` [PATCH v9 13/19] cxl/region/extent: Expose region extent information in sysfs
` [PATCH v9 14/19] dax/bus: Factor out dev dax resize logic
` [PATCH v9 15/19] dax/region: Create resources on sparse DAX regions
` [PATCH v9 16/19] cxl/region: Read existing extents on region creation
` [PATCH v9 17/19] cxl/mem: Trace Dynamic capacity Event Record
` [PATCH v9 18/19] tools/testing/cxl: Make event logs dynamic
` [PATCH v9 19/19] tools/testing/cxl: Add DC Regions to mock mem data

[RFC PATCH 00/19] famfs: port into fuse
 2025-05-02 20:35 UTC  (44+ messages)
` [RFC PATCH 01/19] dev_dax_iomap: Move dax_pgoff_to_phys() from device.c to bus.c
` [RFC PATCH 02/19] dev_dax_iomap: Add fs_dax_get() func to prepare dax for fs-dax usage
` [RFC PATCH 03/19] dev_dax_iomap: Save the kva from memremap
` [RFC PATCH 04/19] dev_dax_iomap: Add dax_operations for use by fs-dax on devdax
` [RFC PATCH 05/19] dev_dax_iomap: export dax_dev_get()
` [RFC PATCH 06/19] dev_dax_iomap: (ignore!) Drop poisoned page warning in fs/dax.c
` [RFC PATCH 07/19] famfs_fuse: magic.h: Add famfs magic numbers
` [RFC PATCH 08/19] famfs_fuse: Kconfig
` [RFC PATCH 09/19] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
` [RFC PATCH 10/19] famfs_fuse: Basic fuse kernel ABI enablement for famfs
` [RFC PATCH 11/19] famfs_fuse: Basic famfs mount opts
` [RFC PATCH 12/19] famfs_fuse: Plumb the GET_FMAP message/response
` [RFC PATCH 13/19] famfs_fuse: Create files with famfs fmaps
` [RFC PATCH 14/19] famfs_fuse: GET_DAXDEV message and daxdev_table
` [RFC PATCH 15/19] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
` [RFC PATCH 16/19] famfs_fuse: Add holder_operations for dax notify_failure()
` [RFC PATCH 17/19] famfs_fuse: Add famfs metadata documentation
` [RFC PATCH 18/19] famfs_fuse: Add documentation
` [RFC PATCH 19/19] famfs_fuse: (ignore) debug cruft

[PATCH v2][next] acpi: nfit: intel: Avoid multiple -Wflex-array-member-not-at-end warnings
 2025-04-30 21:19 UTC  (5+ messages)

[ndctl PATCH 0/6] Add error injection support
 2025-04-30  0:53 UTC  (10+ messages)
` [PATCH 1/6] libcxl: Add debugfs path to CXL context
` [PATCH 2/6] libcxl: Add CXL protocol errors
` [PATCH 3/6] libcxl: Add poison injection functions
` [PATCH 4/6] cxl/list: Add debugfs option
` [PATCH 5/6] cxl/list: Add injectable-errors option
` [PATCH 6/6] cxl: Add inject-error command

[PATCH v3] DAX: warn when kmem regions are truncated for memory block alignment
 2025-04-28 20:56 UTC  (2+ messages)

[PATCH v4 -ndctl] cxl/memdev: Introduce sanitize-memdev functionality
 2025-04-23 18:17 UTC  (2+ messages)

[NDCTL PATCH v5 0/3] ndctl: Add support and test for CXL Features support
 2025-04-23  5:37 UTC  (10+ messages)
` [NDCTL PATCH v5 1/3] cxl: Add cxl_bus_get_by_provider()
` [NDCTL PATCH v5 2/3] cxl: Enumerate major/minor of FWCTL char device
` [NDCTL PATCH v5 3/3] cxl/test: Add test for cxl features device

[PATCH v2 1/1] libnvdimm/e820: Add a new parameter to configure many regions per e820 entry
 2025-04-22 19:40 UTC  (7+ messages)

[RFC PATCH 00/11] pcache: Persistent Memory Cache for Block Devices
 2025-04-22 13:23 UTC  (19+ messages)
` [RFC PATCH 01/11] pcache: introduce cache_dev for managing persistent memory-based cache devices
` [RFC PATCH 02/11] pcache: introduce segment abstraction
` [RFC PATCH 03/11] pcache: introduce meta_segment abstraction
` [RFC PATCH 04/11] pcache: introduce cache_segment abstraction
` [RFC PATCH 05/11] pcache: introduce lifecycle management of pcache_cache
` [RFC PATCH 06/11] pcache: gc and writeback
` [RFC PATCH 07/11] pcache: introduce cache_key infrastructure for persistent metadata management
` [RFC PATCH 08/11] pcache: implement request processing and cache I/O path in cache_req
` [RFC PATCH 09/11] pcache: introduce logic block device and request handling
` [RFC PATCH 10/11] pcache: add backing device management
` [RFC PATCH 11/11] block: introduce pcache (persistent memory to be cache for block device)

[PATCH v1] fs/dax: fix folio splitting issue by resetting old folio order + _nr_pages
 2025-04-17 22:59 UTC  (12+ messages)

[PATCH 1/1] libnvdimm/e820: Add a new parameter to configure many regions per e820 entry
 2025-04-17  9:44 UTC 

[PATCH v3 0/4] Add managed SOFT RESERVE resource handling
 2025-04-14 14:11 UTC  (21+ messages)
` [PATCH v3 1/4] kernel/resource: Provide mem region release for SOFT RESERVES
` [PATCH v3 2/4] cxl: Update Soft Reserved resources upon region creation
` [PATCH v3 3/4] dax/mum: Save the dax mum platform device pointer
` [PATCH v3 4/4] cxl/dax: Delay consumption of SOFT RESERVE resources

[ndctl PATCH v5 0/5] ndctl: Dynamic Capacity additions for cxl-cli
 2025-04-13 22:53 UTC  (6+ messages)
` [ndctl PATCH v5 1/5] libcxl: Add Dynamic RAM A partition mode support
` [ndctl PATCH v5 2/5] cxl/region: Add cxl-cli support for dynamic RAM A
` [ndctl PATCH v5 3/5] libcxl: Add extent functionality to DC regions
` [ndctl PATCH v5 4/5] cxl/region: Add extent output to region query
` [ndctl PATCH v5 5/5] cxl/test: Add Dynamic Capacity tests

[linus:master] [fs/dax] bde708f1a6: WARNING:at_mm/truncate.c:#truncate_folio_batch_exceptionals
 2025-04-11 14:03 UTC  (5+ messages)

[BUG Report] 6.15-rc1 RIP: 0010:__lruvec_stat_mod_folio+0x7e/0x250
 2025-04-10  8:48 UTC  (9+ messages)

[NDCTL PATCH v4 1/3] cxl: Add cxl_bus_get_by_provider()
 2025-04-10  1:05 UTC  (4+ messages)
  ` [NDCTL PATCH v4 3/3] cxl/test: Add test for cxl features device

[PATCH v2] DAX: warn when kmem regions are truncated for memory block alignment
 2025-04-09 23:43 UTC  (5+ messages)

[PATCH][next] UAPI: ndctl / acpi: intel: Avoid multiple -Wflex-array-member-not-at-end warnings
 2025-04-07 19:09 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox