Linux CXL
 help / color / mirror / Atom feed
 messages from 2025-12-02 08:49:38 to 2025-12-10 20:10:52 UTC [more...]

[ndctl PATCH v4 0/7] Add error injection support
 2025-12-10 20:10 UTC  (13+ messages)
` [PATCH v4 1/7] libcxl: Add debugfs path to CXL context
` [PATCH v4 2/7] libcxl: Add CXL protocol errors
` [PATCH v4 3/7] libcxl: Add poison injection support
` [PATCH v4 4/7] cxl: Add inject-error command
` [PATCH v4 5/7] cxl: Add clear-error command
` [PATCH v4 6/7] cxl/list: Add injectable errors in output
` [PATCH v4 7/7] Documentation: Add docs for inject/clear-error commands

[PATCH v8 00/13] cxl: ACPI PRM Address Translation Support and AMD Zen5 enablement
 2025-12-10 17:44 UTC  (16+ messages)
` [PATCH v8 01/13] cxl/region: Rename misleading variable name @hpa to @hpa_range
` [PATCH v8 02/13] cxl/region: Store root decoder in struct cxl_region
` [PATCH v8 03/13] cxl/region: Store HPA range "
` [PATCH v8 04/13] cxl: Simplify cxl_root_ops allocation and handling
` [PATCH v8 05/13] cxl/region: Separate region parameter setup and region construction
` [PATCH v8 06/13] cxl/region: Add @hpa_range argument to function cxl_calc_interleave_pos()
` [PATCH v8 07/13] cxl/region: Use region data to get the root decoder
` [PATCH v8 08/13] cxl: Introduce callback for HPA address ranges translation
` [PATCH v8 09/13] cxl/acpi: Prepare use of EFI runtime services
` [PATCH v8 10/13] cxl: Enable AMD Zen5 address translation using ACPI PRMT
` [PATCH v8 11/13] cxl/atl: Lock decoders that need address translation
` [PATCH v8 12/13] cxl: Check if ULLONG_MAX was returned from translation functions
` [PATCH v8 13/13] cxl: Disable HPA/SPA translation handlers for Normalized addressing

[PATCH v2 1/2] cxl, doc: Moving conventions in separate files
 2025-12-10 15:44 UTC  (4+ messages)
` [PATCH v2 2/2] Documentation/driver-api/cxl: ACPI PRM Address Translation Support and AMD Zen5 enablement

[PATCH] cxl/events: Update memory event type for patrol scrub cycle end event
 2025-12-10 14:47 UTC  (2+ messages)

[PATCH v4 00/29] lan966x pci device: Add support for SFPs
 2025-12-10 12:21 UTC  (21+ messages)
` [PATCH v4 01/29] Revert "treewide: Fix probing of devices in DT overlays"

[RFC v2 00/15] vfio: introduce vfio-cxl to support CXL type-2 accelerator passthrough Hello all,
 2025-12-09 16:50 UTC  (16+ messages)
` [RFC v2 01/15] cxl: factor out cxl_await_range_active() and cxl_media_ready()
` [RFC v2 02/15] cxl: introduce cxl_get_hdm_reg_info()
` [RFC v2 03/15] cxl: introduce cxl_find_comp_reglock_offset()
` [RFC v2 04/15] cxl: introduce devm_cxl_del_memdev()
` [RFC v2 05/15] cxl: introduce cxl_get_committed_regions()
` [RFC v2 06/15] vfio/cxl: introduce vfio-cxl core preludes
` [RFC v2 07/15] vfio/cxl: expose CXL region to the userspace via a new VFIO device region
` [RFC v2 08/15] vfio/cxl: discover precommitted CXL region
` [RFC v2 09/15] vfio/cxl: introduce vfio_cxl_core_{read, write}()
` [RFC v2 10/15] vfio/cxl: introduce the register emulation framework
` [RFC v2 11/15] vfio/cxl: introduce the emulation of HDM registers
` [RFC v2 12/15] vfio/cxl: introduce the emulation of CXL configuration space
` [RFC v2 13/15] vfio/pci: introduce CXL device awareness
` [RFC v2 14/15] vfio/cxl: VFIO variant driver for QEMU CXL accel device
` [RFC v2 15/15] cxl/mem: Fix NULL pointer deference in memory device paths

[PATCH v13 20/25] CXL/PCI: Introduce CXL Port protocol error handlers
 2025-12-09 15:17 UTC  (3+ messages)

[PATCH 0/6] cxl: Initialization reworks in support Soft Reserve Recovery and Accelerator Memory
 2025-12-09  7:53 UTC  (36+ messages)
` [PATCH 1/6] cxl/mem: Fix devm_cxl_memdev_edac_release() confusion
` [PATCH 2/6] cxl/mem: Arrange for always-synchronous memdev attach
` [PATCH 3/6] cxl/port: Arrange for always synchronous endpoint attach
` [PATCH 4/6] cxl/mem: Convert devm_cxl_add_memdev() to scope-based-cleanup
` [PATCH 5/6] cxl/mem: Drop @host argument to devm_cxl_add_memdev()
` [PATCH 6/6] cxl/mem: Introduce a memdev creation ->probe() operation

[RESEND v13 01/25] CXL/PCI: Move CXL DVSEC definitions into uapi/linux/pci_regs.h
 2025-12-08 22:13 UTC  (3+ messages)

[PATCH v13 08/25] CXL/AER: Move AER drivers RCH error handling into pcie/aer_cxl_rch.c
 2025-12-08 21:28 UTC  (3+ messages)

[RESEND v13 00/25] Enable CXL PCIe Port Protocol Error handling and logging
 2025-12-08 18:42 UTC  (3+ messages)

[RESEND v13 23/25] CXL/PCI: Introduce CXL uncorrectable protocol error recovery
 2025-12-08 18:40 UTC  (2+ messages)

[PATCH v13 22/25] CXL/PCI: Export and rename merge_result() to pci_ers_merge_result()
 2025-12-08 18:38 UTC  (2+ messages)

[PATCH v13 16/25] CXL/AER: Introduce pcie/aer_cxl_vh.c in AER driver for forwarding CXL errors
 2025-12-08 18:36 UTC  (2+ messages)

[PATCH v13 02/25] PCI/CXL: Introduce pcie_is_cxl()
 2025-12-08 18:33 UTC  (4+ messages)

[PATCH v13 07/25] CXL/AER: Replace device_lock() in cxl_rch_handle_error_iter() with guard() lock
 2025-12-08 18:05 UTC  (2+ messages)

[PATCH 0/2] mm: fix oom-killer not being invoked when demotion is enabled
 2025-12-08  9:40 UTC  (3+ messages)
` [PATCH 1/2] mm: memory-tiers, numa_emu: enable to create memory tiers using fake numa nodes
` [PATCH 2/2] mm/vmscan: don't demote if there is not enough free memory in the lower memory tier

[PATCH v22 00/25] Type2 device basic support
 2025-12-07  7:12 UTC  (27+ messages)
` [PATCH v22 01/25] cxl/mem: Arrange for always-synchronous memdev attach
` [PATCH v22 02/25] cxl/port: Arrange for always synchronous endpoint attach
` [PATCH v22 03/25] cxl/mem: Introduce a memdev creation ->probe() operation
` [PATCH v22 04/25] cxl: Add type2 device basic support
` [PATCH v22 05/25] sfc: add cxl support
` [PATCH v22 06/25] cxl: Move pci generic code
` [PATCH v22 07/25] cxl/sfc: Map cxl component regs
` [PATCH v22 08/25] cxl/sfc: Initialize dpa without a mailbox
` [PATCH v22 09/25] cxl: Prepare memdev creation for type2
` [PATCH v22 10/25] sfc: create type2 cxl memdev
` [PATCH v22 11/25] cxl/hdm: Add support for getting region from committed decoder
` [PATCH v22 12/25] cxl: Add function for obtaining region range
` [PATCH v22 13/25] cxl: Export functions for unwinding cxl by accelerators
` [PATCH v22 14/25] sfc: obtain decoder and region if committed by firmware
` [PATCH v22 15/25] cxl: Define a driver interface for HPA free space enumeration
` [PATCH v22 16/25] sfc: get root decoder
` [PATCH v22 17/25] cxl: Define a driver interface for DPA allocation
` [PATCH v22 18/25] sfc: get endpoint decoder
` [PATCH v22 19/25] cxl: Make region type based on endpoint type
` [PATCH v22 20/25] cxl/region: Factor out interleave ways setup
` [PATCH v22 21/25] cxl/region: Factor out interleave granularity setup
` [PATCH v22 22/25] cxl: Allow region creation by type2 drivers
` [PATCH v22 23/25] cxl: Avoid dax creation for accelerators
` [PATCH v22 24/25] sfc: create cxl region
` [PATCH v22 25/25] sfc: support pio mapping based on cxl

[RFC PATCH v1 0/2] cxl/cli: HPA-ordered destroy-region teardown
 2025-12-07  0:28 UTC  (10+ messages)
` [RFC PATCH v1 1/2] cxl/cli: add helpers to collect and sort regions by HPA
` [RFC PATCH v1 2/2] cxl/cli: enforce HPA-descending teardown order for destroy-region

[PATCH v13 01/25] CXL/PCI: Move CXL DVSEC definitions into uapi/linux/pci_regs.h
 2025-12-06  4:56 UTC  (5+ messages)

[PATCH v4 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2025-12-06  0:11 UTC  (6+ messages)

[PATCH] cxl/pci: Fixed typo in Kconfig help text
 2025-12-05 21:10 UTC  (3+ messages)

[QEMU PATCH 0/1] cpmu: segfault issue with hotplug event
 2025-12-05 14:03 UTC  (2+ messages)
` [QEMU PATCH 1/1] cpmu: teardown cpmu timers on device exit

[PATCH v6 00/11] cxl: ACPI PRM Address Translation Support and AMD Zen5 enablement
 2025-12-05 10:02 UTC  (5+ messages)

[GIT PULL] Compute Express Link (CXL) changes for 6.19
 2025-12-05  3:00 UTC  (2+ messages)

[RFC PATCH 0/3] Add Support for Multiple DC Regions
 2025-12-04 17:44 UTC  (10+ messages)
` [RFC PATCH 1/3] core/region: fix return logic for store_targetN
` [RFC PATCH 2/3] dax/cxl: add existing dc extents when probing dax region
` [RFC PATCH 3/3] dcd: Add support for multiple DC regions

[RESEND v13 00/25] Enable CXL PCIe Port Protocol Error handling and logging
 2025-12-04 17:08 UTC  (4+ messages)
` [RESEND v13 25/25] CXL/PCI: Disable CXL protocol error interrupts during CXL Port cleanup

[PATCH] cxl/region: fix format string for resource_size_t
 2025-12-04 15:22 UTC  (2+ messages)

[PATCH v4 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2025-12-04  0:54 UTC  (16+ messages)
` [PATCH v4 1/9] dax/hmem, e820, resource: Defer Soft Reserved insertion until hmem is ready
` [PATCH v4 3/9] dax/hmem: Gate Soft Reserved deferral on DEV_DAX_CXL
` [PATCH v4 4/9] dax/hmem: Defer handling of Soft Reserved ranges that overlap CXL windows
` [PATCH v4 5/9] cxl/region, dax/hmem: Arbitrate Soft Reserved ownership with cxl_regions_fully_map()
` [PATCH v4 6/9] cxl/region: Add register_dax flag to defer DAX setup
` [PATCH v4 8/9] cxl/region, dax/hmem: Tear down CXL regions when HMEM reclaims Soft Reserved
` [PATCH v4 9/9] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree

[RFC NDCTL PATCH 0/2] Support for Multiple DC Regions
 2025-12-03 21:15 UTC  (3+ messages)
` [RFC NDCTL PATCH 1/2] rename RAM_A to RAM_0
` [RFC NDCTL PATCH 2/2] cxl: extend DCD related features to support up to 8 regions

[RFC LPC2026 PATCH v2 00/11] Specific Purpose Memory NUMA Nodes
 2025-12-03  5:25 UTC  (5+ messages)

[NDCTL PATCH v2 0/2] cxl: Add tests for extended linear cache support
 2025-12-02 22:22 UTC  (6+ messages)
` [NDCTL PATCH v2 1/2] cxl/test: Add test "
` [NDCTL PATCH v2 2/2] cxl/test: Add support for poison test for ELC

[PATCH v21 00/23] Type2 device basic support
 2025-12-02 16:35 UTC  (9+ messages)
` [PATCH v21 15/23] sfc: get endpoint decoder


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