public inbox for linux-cxl@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-27 00:56:23 to 2026-04-01 05:27:27 UTC [more...]

[PATCH v25 00/11] Type2 device basic support
 2026-04-01  5:27 UTC  (21+ messages)
` [PATCH v25 01/11] sfc: add cxl support
` [PATCH v25 02/11] cxl/sfc: Map cxl regs
` [PATCH v25 03/11] cxl/sfc: Initialize dpa without a mailbox
` [PATCH v25 04/11] cxl: Prepare memdev creation for type2
` [PATCH v25 05/11] sfc: create type2 cxl memdev
` [PATCH v25 06/11] cxl/hdm: Add support for getting region from committed decoder
` [PATCH v25 07/11] cxl: Add function for obtaining region range
` [PATCH v25 08/11] cxl: Export function for unwinding cxl by accelerators
` [PATCH v25 09/11] sfc: obtain decoder and region if committed by firmware
` [PATCH v25 10/11] cxl: Avoid dax creation for accelerators
` [PATCH v25 11/11] sfc: support pio mapping based on cxl

[PATCH] cxl/region: Fix a race bug in delete_region_store
 2026-04-01  3:50 UTC  (4+ messages)

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-04-01  1:48 UTC  (10+ messages)
` [RFC v3 16/27] lib: rspdm: Support SPDM get_certificate
` [RFC v3 22/27] lib: rspdm: Support SPDM certificate validation

[PATCH 1/1] ndctl: Show region locked status to user
 2026-04-01  0:26 UTC  (3+ messages)

[PATCH] cxl/region: Add a region sysfs interface for region lock status
 2026-03-31 23:57 UTC  (4+ messages)

[PATCH 0/9] dax/hmem: Add tests for the dax_hmem takeover capability
 2026-03-31 21:57 UTC  (46+ messages)
` [PATCH 1/9] cxl/region: Fix use-after-free from auto assembly failure
` [PATCH 2/9] dax/cxl: Fix HMEM dependencies
` [PATCH 3/9] cxl/region: Limit visibility of cxl_region_contains_resource()
` [PATCH 4/9] cxl/region: Constify cxl_region_resource_contains()
` [PATCH 5/9] dax/hmem: Reduce visibility of dax_cxl coordination symbols
` [PATCH 6/9] dax/hmem: Fix singleton confusion between dax_hmem_work and hmem devices
` [PATCH 7/9] dax/hmem: Parent dax_hmem devices
` [PATCH 8/9] tools/testing/cxl: Simulate auto-assembly failure
` [PATCH 9/9] tools/testing/cxl: Test dax_hmem takeover of CXL regions

[PATCH v16 00/10] Enable CXL PCIe Port Protocol Error handling and logging
 2026-03-31 21:12 UTC  (35+ messages)
` [PATCH v16 01/10] PCI/AER: Introduce AER-CXL Kfifo
` [PATCH v16 02/10] PCI/CXL: Update unregistration for AER-CXL and CPER-CXL kfifos
` [PATCH v16 03/10] cxl: Update CXL Endpoint tracing
` [PATCH v16 04/10] PCI/ERR: Introduce PCI_ERS_RESULT_PANIC
` [PATCH v16 05/10] PCI: Establish common CXL Port protocol error flow
` [PATCH v16 06/10] PCI/CXL: Add RCH support to CXL handlers
` [PATCH v16 07/10] cxl: Update error handlers to support CXL Port devices
` [PATCH v16 08/10] cxl: Update Endpoint AER uncorrectable handler
` [PATCH v16 09/10] cxl: Remove Endpoint AER correctable handler
` [PATCH v16 10/10] cxl: Enable CXL protocol error reporting

[QEMU PATCH 0/9] Application Specific Tagged Memory Support in CXL Type 3 Devices
 2026-03-31 14:53 UTC  (12+ messages)
` [PATCH 5/9] hw/cxl: Map lazy memory backend after host acceptance
` [PATCH 8/9] hw/cxl: Add tag-based dynamic-capacity release support
` [PATCH 9/9] hw/cxl: Add QMP status query for dynamic-capacity extent release

[PATCH V10 00/10] famfs: port into fuse
 2026-03-31 12:39 UTC  (11+ messages)
  ` [PATCH V10 01/10] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
  ` [PATCH V10 02/10] famfs_fuse: Basic fuse kernel ABI enablement for famfs
  ` [PATCH V10 03/10] famfs_fuse: Plumb the GET_FMAP message/response
  ` [PATCH V10 04/10] famfs_fuse: Create files with famfs fmaps
  ` [PATCH V10 05/10] famfs_fuse: GET_DAXDEV message and daxdev_table
  ` [PATCH V10 06/10] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
  ` [PATCH V10 07/10] famfs_fuse: Add holder_operations for dax notify_failure()
  ` [PATCH V10 08/10] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio
  ` [PATCH V10 09/10] famfs_fuse: Add famfs fmap metadata documentation
  ` [PATCH V10 10/10] famfs_fuse: Add documentation

[PATCH v3 0/3] Allow ATS to be always on for certain ATS-capable devices
 2026-03-31 12:08 UTC  (11+ messages)
` [PATCH v3 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices
` [PATCH v3 2/3] PCI: Allow ATS to be always on for pre-CXL devices
` [PATCH v3 3/3] iommu/arm-smmu-v3: Allow ATS to be always on

[PATCH] cxl/core: Check existence of cxl_memdev_state in poison test
 2026-03-31  5:58 UTC  (2+ messages)

[PATCH v2] mm/memory_hotplug: maintain N_NORMAL_MEMORY during hotplug
 2026-03-31  5:15 UTC  (10+ messages)

[PATCH v24 00/11] Type2 device basic support
 2026-03-30 22:36 UTC  (12+ messages)
` [PATCH v24 06/11] cxl/hdm: Add support for getting region from committed decoder
` [PATCH v24 07/11] cxl: Add function for obtaining region range
` [PATCH v24 08/11] cxl: Export function for unwinding cxl by accelerators
` [PATCH v24 10/11] cxl: Avoid dax creation for accelerators

[PATCH v2] cxl/hdm: fix a warning in devm_remove_action()
 2026-03-30 21:58 UTC  (3+ messages)

[PATCH V10 0/8] dax: prepare for famfs
 2026-03-30 21:21 UTC  (10+ messages)
  ` [PATCH V10 1/8] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
  ` [PATCH V10 2/8] dax: Factor out dax_folio_reset_order() helper
  ` [PATCH V10 3/8] dax: add fsdev.c driver for fs-dax on character dax
  ` [PATCH V10 4/8] dax: Save the kva from memremap
  ` [PATCH V10 5/8] dax: Add dax_operations for use by fs-dax on fsdev dax
  ` [PATCH V10 6/8] dax: Add dax_set_ops() for setting dax_operations at bind time
  ` [PATCH V10 7/8] dax: Add fs_dax_get() func to prepare dax for fs-dax usage
  ` [PATCH V10 8/8] dax: export dax_dev_get()

[RFC PATCH v3] cxl/core: Work around CXL Port PM Init failure when ACS SV enabled
 2026-03-30 19:33 UTC 

[PATCH] mm/memory_hotplug: maintain N_NORMAL_MEMORY during hotplug
 2026-03-30 11:43 UTC  (11+ messages)

[RFC PATCH 2/4] mm/memory-tiers: introduce socket-aware topology management for NUMA nodes
 2026-03-30  9:47 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] [RFC PATCH 0/4] mm/mempolicy: introduce socket-aware weighted interleave
 2026-03-30  9:24 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Strategies for memory deallocation/movement for Dynamic Capacity Pooling
 2026-03-30  7:59 UTC 

[LSF/MM/BPF TOPIC] [RFC PATCH 0/4] mm/mempolicy: introduce socket-aware weighted interleave
 2026-03-30  5:32 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] [RFC PATCH 0/4] mm/mempolicy: introduce socket-aware weighted interleave
 2026-03-30  3:17 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] [RFC PATCH 0/4] mm/mempolicy: introduce socket-aware weighted interleave
 2026-03-30  3:09 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] [RFC PATCH 0/4] mm/mempolicy: introduce socket-aware weighted interleave
 2026-03-30  2:59 UTC  (2+ messages)

[cxl:for-7.1/cxl-region-refactor] BUILD SUCCESS 29990ab5cb408d5aa15939d6535e3291aeef748b
 2026-03-28  7:38 UTC 

[cxl:for-7.1/dax-hmem] BUILD SUCCESS e4de6b910bf3645c224cd873d4e03ce3dd81fbe0
 2026-03-28  7:30 UTC 

[PATCH v5 0/3] pull region-specific logic into new files
 2026-03-27 18:57 UTC  (8+ messages)
` [PATCH v5 1/3] cxl/core/region: move pmem region driver logic into region_pmem.c
` [PATCH v5 2/3] cxl/core/region: move dax region device logic into region_dax.c
` [PATCH v5 3/3] cxl/core: use cleanup.h for devm_cxl_add_dax_region

[PATCH V9 0/8] dax: prepare for famfs
 2026-03-27 16:40 UTC  (17+ messages)
  ` [PATCH V9 3/8] dax: add fsdev.c driver for fs-dax on character dax
  ` [PATCH V9 5/8] dax: Add dax_operations for use by fs-dax on fsdev dax
  ` [PATCH V9 7/8] dax: Add fs_dax_get() func to prepare dax for fs-dax usage

[RFC PATCH 0/1] cxl: Media Operations
 2026-03-27 15:17 UTC  (5+ messages)

[PATCH V9 00/10] famfs: port into fuse
 2026-03-27 14:52 UTC  (4+ messages)
  ` [PATCH V9 01/10] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/

[PATCH] cxl: Add CXL_PMEM as dependency for CXL_ACPI
 2026-03-27 13:27 UTC  (3+ messages)

[PATCH v2 00/15] mm: memory hot(un)plug and SPARSEMEM cleanups
 2026-03-27 10:00 UTC  (3+ messages)


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