Linux CXL
 help / color / mirror / Atom feed
 messages from 2025-07-03 09:17:11 to 2025-07-10 17:18:30 UTC [more...]

[RFC PATCH 02/20] nvdimm/label: Prep patch to accommodate cxl lsa 2.1 support
 2025-07-10 17:18 UTC  (15+ messages)
  ` [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 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

[PATCH v2 00/11] dm-pcache – persistent-memory cache for block devices
 2025-07-10 10:59 UTC  (17+ 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 v2 0/8] Cache coherency management subsystem
 2025-07-10 10:59 UTC  (18+ messages)
` [PATCH v2 1/8] memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()
` [PATCH v2 2/8] generic: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION

[PATCH v4 0/3] Fix wrong dpa checking in PPR operation
 2025-07-10  9:16 UTC  (5+ messages)
` [PATCH v4 1/3] cxl/core: Introduce a new helper cxl_resource_contains_addr()
` [PATCH v4 2/3] cxl/edac: Fix wrong dpa checking for PPR operation
` [PATCH v4 3/3] cxl/core: Using cxl_resource_contains_addr() to check address availability

[PATCH v4 0/7] Add managed SOFT RESERVE resource handling
 2025-07-10  8:18 UTC  (7+ 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

[PATCH qemu v17 0/5] arm/virt: CXL support via pxb_cxl
 2025-07-10  8:11 UTC  (9+ messages)
` [PATCH qemu v17 1/5] hw/cxl-host: Add an index field to CXLFixedMemoryWindow
` [PATCH qemu v17 2/5] hw/cxl: Make the CXL fixed memory windows devices
` [PATCH qemu v17 3/5] hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxl
` [PATCH qemu v17 4/5] docs/cxl: Add an arm/virt example
` [PATCH qemu v17 5/5] qtest/cxl: Add aarch64 virt test for CXL

[PATCH] cxl: Add hpa_to_spa to the root decoder callback operations
 2025-07-10  4:02 UTC  (2+ messages)

[RFC] CXL/ACPI: Remove overlapping Soft Reserved regions before adding CFMW resources
 2025-07-10  2:30 UTC 

[PATCH v6 00/10] cxl: Delay HB port and switch dport probing until endpoint dev probe
 2025-07-09 20:36 UTC  (11+ messages)
` [PATCH v6 01/10] cxl/region: Add decoder check to check_commit_order()
` [PATCH v6 02/10] cxl: Add helper to detect top of CXL device topology
` [PATCH v6 03/10] cxl: Add helper to reap dport
` [PATCH v6 04/10] cxl: Defer dport allocation for switch ports
` [PATCH v6 05/10] cxl/test: Add cxl_test support for cxl_port_update_total_ports()
` [PATCH v6 06/10] cxl/test: Add mock version of devm_cxl_add_dport_by_dev()
` [PATCH v6 07/10] cxl: Change sslbis handler to only handle single dport
` [PATCH v6 08/10] cxl: Create an xarray to tie a host bridge to the cxl_root
` [PATCH v6 09/10] cxl: Move enumeration of hostbridge ports to the memdev probe path
` [PATCH v6 10/10] cxl: Remove devm_cxl_port_enumerate_dports() that is no longer used

[PATCH v3 0/3] Fix wrong dpa checking in PPR operation
 2025-07-09  7:13 UTC  (12+ messages)
` [PATCH v3 1/3] cxl/core: Introduce a new helper resource_contains_addr()
` [PATCH v3 2/3] cxl/edac: Fix wrong dpa checking for PPR operation
` [PATCH v3 3/3] cxl/core: Using resource_contains_addr() to check address availability

[RFC V2 00/18] famfs: port into fuse
 2025-07-09  4:27 UTC  (57+ 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

[PATCH v5 00/10] cxl: Delay HB port and switch dport probing until endpoint dev probe
 2025-07-08 21:47 UTC  (20+ messages)
` [PATCH v5 01/10] cxl/region: Add decoder check to check_commit_order()
` [PATCH v5 02/10] cxl: Add helper to detect top of CXL device topology
` [PATCH v5 03/10] cxl: Add helper to reap dport
` [PATCH v5 04/10] cxl: Defer dport allocation for switch ports
` [PATCH v5 05/10] cxl/test: Add cxl_test support for cxl_port_update_total_ports()
` [PATCH v5 06/10] cxl/test: Add mock version of devm_cxl_add_dport_by_dev()
` [PATCH v5 07/10] cxl: Change sslbis handler to only handle single dport
` [PATCH v5 08/10] cxl: Create an xarray to tie a host bridge to the cxl_root
` [PATCH v5 09/10] cxl: Move enumeration of hostbridge ports to the memdev probe path
` [PATCH v5 10/10] cxl: Remove devm_cxl_port_enumerate_dports() that is no longer used

[PATCH v3] cxl: docs/driver-api/conventions resolve conflicts btw CFMWS, LMH, ED
 2025-07-07 19:55 UTC  (8+ messages)

[PATCH v4 0/9] cxl: Delay HB port and switch dport probing until endpoint dev probe
 2025-07-07 18:35 UTC  (6+ messages)
` [PATCH v4 9/9] cxl: Move enumeration of hostbridge ports to the memdev probe path

[PATCH v17 00/22] Type2 device basic support
 2025-07-07 12:06 UTC  (24+ messages)
` [PATCH v17 11/22] cxl: Define a driver interface for HPA free space enumeration
` [PATCH v17 12/22] sfc: get endpoint decoder
` [PATCH v17 13/22] cxl: Define a driver interface for DPA allocation
` [PATCH v17 14/22] sfc: get endpoint decoder
` [PATCH v17 18/22] cxl: Allow region creation by type2 drivers
` [PATCH v17 20/22] sfc: create cxl region
` [PATCH v17 22/22] sfc: support pio mapping based on cxl

[PATCH v1 00/11] dm-pcache – persistent-memory cache for block devices
 2025-07-07  6:25 UTC  (10+ messages)
` [PATCH v1 02/11] dm-pcache: add backing device management
` [PATCH v1 04/11] dm-pcache: add segment layer
` [PATCH v1 05/11] dm-pcache: add cache_segment

[PATCH v2 1/3] resource: Introduce a new helper resource_contains_addr()
 2025-07-07  4:19 UTC  (10+ messages)
` [PATCH v2 2/3] cxl/edac: Fix wrong dpa checking for PPR operation

[PATCH 0/3 v4] Make ELOG and GHES log and trace consistently
 2025-07-04 13:43 UTC  (4+ messages)
` [PATCH 3/3 v4] ACPI: extlog: Trace CPER CXL Protocol Error Section

[cxl:next] BUILD SUCCESS 1a45e1cd694fdf2d2a22e3c70a6917ff39fe77ab
 2025-07-04 12:21 UTC 

[PATCH v3 00/28] lan966x pci device: Add support for SFPs
 2025-07-04  8:57 UTC  (5+ messages)
` [PATCH v3 05/28] bus: simple-pm-bus: Populate child nodes at probe

[PATCH qemu 00/11] hw/cxl: DCD Fabric Management Command Set (for 10.1)
 2025-07-04  8:12 UTC  (8+ messages)
` [PATCH qemu 09/11] hw/cxl: Create helper function to create DC Event Records from extents
` [PATCH qemu 10/11] hw/cxl: mailbox-utils: 0x5604 - FMAPI Initiate DC Add
` [PATCH qemu 11/11] hw/cxl: mailbox-utils: 0x5605 - FMAPI Initiate DC Release

[NDCTL PATCH] cxl: Add helper function to verify port is in memdev hierarchy
 2025-07-04  0:17 UTC  (6+ messages)

[PATCH v3] cxl: Remove core/acpi.c and cxl core dependency on ACPI
 2025-07-03 23:49 UTC  (4+ messages)

[PATCH v2 0/4] cxl: Support Poison Inject & Clear by Region Offset
 2025-07-03 14:31 UTC  (9+ messages)
` [PATCH v2 1/4] cxl: Define a SPA->CXL HPA root decoder callback for XOR Math
` [PATCH v2 2/4] cxl/region: Introduce SPA to DPA address translation
` [PATCH v2 3/4] cxl/core: Add locked variants of the poison inject and clear funcs
` [PATCH v2 4/4] cxl/region: Add inject and clear poison by region offset

[PATCH v3 0/7] hw/cxl: Update CXL events to rev3.2 and add maintenance support for memory repair features
 2025-07-03 12:51 UTC  (9+ messages)
` [PATCH v3 1/7] hw/cxl/events: Update for rev3.2 common event record format
` [PATCH v3 2/7] hw/cxl/events: Updates for rev3.2 general media event record
` [PATCH v3 3/7] hw/cxl/events: Updates for rev3.2 DRAM "
` [PATCH v3 4/7] hw/cxl/events: Updates for rev3.2 memory module "
` [PATCH v3 5/7] hw/cxl/cxl-mailbox-utils: Move declaration of scrub and ECS feature attributes in cmd_features_set_feature()
` [PATCH v3 6/7] hw/cxl: Add Maintenance support
` [PATCH v3 7/7] hw/cxl: Add emulation for memory sparing control feature

[PATCH v10 00/17] Enable CXL PCIe Port Protocol Error handling and logging
 2025-07-03 10:11 UTC  (9+ messages)
` [PATCH v10 05/17] CXL/AER: Introduce kfifo for forwarding CXL errors
` [PATCH v10 06/17] PCI/AER: Dequeue forwarded CXL error


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