Linux CXL
 help / color / mirror / Atom feed
 messages from 2025-11-12 20:51:32 to 2025-11-19 08:26:34 UTC [more...]

[RESEND v13 00/25] Enable CXL PCIe Port Protocol Error handling and logging
 2025-11-19  8:26 UTC  (26+ messages)
` [RESEND v13 01/25] CXL/PCI: Move CXL DVSEC definitions into uapi/linux/pci_regs.h
` [RESEND v13 02/25] PCI/CXL: Introduce pcie_is_cxl()
` [RESEND v13 03/25] cxl/pci: Remove unnecessary CXL Endpoint handling helper functions
` [RESEND v13 04/25] cxl/pci: Remove unnecessary CXL RCH "
` [RESEND v13 05/25] cxl: Remove CXL VH handling in CONFIG_PCIEAER_CXL conditional blocks from core/pci.c
` [RESEND v13 06/25] cxl: Move CXL driver's RCH error handling into core/ras_rch.c
` [RESEND v13 07/25] CXL/AER: Replace device_lock() in cxl_rch_handle_error_iter() with guard() lock
` [RESEND v13 08/25] CXL/AER: Move AER drivers RCH error handling into pcie/aer_cxl_rch.c
` [RESEND v13 10/25] cxl/pci: Update RAS handler interfaces to also support CXL Ports
` [RESEND v13 11/25] cxl/pci: Log message if RAS registers are unmapped
` [RESEND v13 17/25] cxl: Introduce cxl_pci_drv_bound() to check for bound driver

[PATCH V4 00/17] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
 2025-11-19  7:52 UTC  (18+ messages)
  ` [PATCH V4 01/17] nvdimm/label: Introduce NDD_REGION_LABELING flag to set region label
  ` [PATCH V4 02/17] nvdimm/label: CXL labels skip the need for 'interleave-set cookie'
  ` [PATCH V4 03/17] nvdimm/label: Add namespace/region label support as per LSA 2.1
  ` [PATCH V4 04/17] nvdimm/label: Include region label in slot validation
  ` [PATCH V4 05/17] nvdimm/label: Skip region label during ns label DPA reservation
  ` [PATCH V4 06/17] nvdimm/label: Preserve region label during namespace creation
  ` [PATCH V4 07/17] nvdimm/label: Add region label delete support
  ` [PATCH V4 08/17] nvdimm/label: Preserve cxl region information from region label
  ` [PATCH V4 09/17] nvdimm/label: Export routine to fetch region information
  ` [PATCH V4 10/17] cxl/mem: Refactor cxl pmem region auto-assembling
  ` [PATCH V4 11/17] cxl/region: Add devm_cxl_pmem_add_region() for pmem region creation
  ` [PATCH V4 12/17] cxl/pmem: Preserve region information into nd_set
  ` [PATCH V4 13/17] cxl/pmem_region: Prep patch to accommodate pmem_region attributes
  ` [PATCH V4 14/17] cxl/pmem_region: Introduce CONFIG_CXL_PMEM_REGION for core/pmem_region.c
  ` [PATCH V4 15/17] cxl/pmem_region: Add sysfs attribute cxl region label updation/deletion
  ` [PATCH V4 16/17] cxl/pmem_region: Create pmem region using information parsed from LSA
  ` [PATCH V4 17/17] cxl/pmem: Add CXL LSA 2.1 support in cxl pmem

[PATCH v6 0/7] Cache coherency management subsystem
 2025-11-19  1:18 UTC  (12+ messages)
` [PATCH v6 1/7] memregion: Drop unused IORES_DESC_* parameter from cpu_cache_invalidate_memregion()
` [PATCH v6 2/7] memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()
` [PATCH v6 3/7] lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
` [PATCH v6 4/7] arm64: Select GENERIC_CPU_CACHE_MAINTENANCE
` [PATCH v6 5/7] MAINTAINERS: Add Jonathan Cameron to drivers/cache and add lib/cache_maint.c + header
` [PATCH v6 6/7] cache: Make top level Kconfig menu a boolean dependent on RISCV
` [PATCH v6 7/7] cache: Support cache maintenance for HiSilicon SoC Hydra Home Agent

[PATCH] cxl/test: Remove ret_limit race condition in mock_get_event()
 2025-11-18 23:35 UTC  (4+ messages)

[PATCH] cxl/test: Assign overflow_err_count from log->nr_overflow
 2025-11-18 23:34 UTC  (4+ messages)

[PATCH] cxl/test: remove unused function
 2025-11-18 22:49 UTC  (4+ messages)

[PATCH 0/4 v6] cxl/core: Enable Region creation/attach on x86 with LMH
 2025-11-18 22:18 UTC  (8+ messages)
` [PATCH 1/4 v6] cxl/core: Change match_*_by_range() signatures
` [PATCH 2/4 v6] cxl/core: Add helpers to detect Low Memory Holes on x86
` [PATCH 3/4 v6] cxl/core: Enable Region creation on x86 with LMH
` [PATCH 4/4 v6] cxl/test: Simulate an x86 Low Memory Hole for tests

[PATCH v3 0/5] dax: add PROBE_PREFER_ASYNCHRONOUS to all the dax drivers
 2025-11-18 21:48 UTC  (4+ messages)
` [PATCH v3 5/5] dax: add PROBE_PREFER_ASYNCHRONOUS to the dax device driver

[PATCH v20 00/22] Type2 device basic support
 2025-11-18 14:55 UTC  (30+ messages)
` [PATCH v20 01/22] cxl/mem: Arrange for always-synchronous memdev attach
` [PATCH v20 02/22] cxl/port: Arrange for always synchronous endpoint attach
` [PATCH v20 03/22] cxl/mem: Introduce a memdev creation ->probe() operation
` [PATCH v20 04/22] cxl: Add type2 device basic support
` [PATCH v20 06/22] cxl: Move pci generic code
` [PATCH v20 14/22] sfc: get endpoint decoder
` [PATCH v20 18/22] cxl: Allow region creation by type2 drivers
` [PATCH v20 20/22] sfc: create cxl region
` [PATCH v20 22/22] sfc: support pio mapping based on cxl

[RFC LPC2026 PATCH v2 00/11] Specific Purpose Memory NUMA Nodes
 2025-11-18 10:36 UTC  (3+ messages)

[cxl:next] BUILD SUCCESS 7ec9db66cc552f2f8a6779c16d01a2a01eccedde
 2025-11-18  9:55 UTC 

[PATCH v2 0/3] cxl/test: Add unit testing for extended linear cache
 2025-11-17 18:13 UTC  (8+ messages)
` [PATCH v2 1/3] cxl/test: Standardize CXL auto region size
` [PATCH v2 2/3] cxl/test: Add cxl_test CFMWS support for extended linear cache
` [PATCH v2 3/3] cxl/test: Add support for acpi "

[PATCH v4 00/14] cxl: ACPI PRM Address Translation Support and AMD Zen5 enablement
 2025-11-17 17:23 UTC  (21+ messages)
` [PATCH v4 01/14] cxl/region: Store root decoder in struct cxl_region
` [PATCH v4 10/14] cxl: Enable AMD Zen5 address translation using ACPI PRMT
` [PATCH v4 11/14] cxl/atl: Lock decoders that need address translation
` [PATCH v4 14/14] cxl/region: Remove local variable @inc in cxl_port_setup_targets()

[RFC v2 PATCH 00/17] Initial CXL.cache device support
 2025-11-17 15:56 UTC  (3+ messages)
` [PATCH 01/17] cxl/port: Arrange for always synchronous endpoint attach

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

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

[NDCTL PATCH 0/5] cxl: Add tests for extended linear cache support
 2025-11-16  1:49 UTC  (10+ messages)
` [NDCTL PATCH 1/5] cxl/test: Add test "
` [NDCTL PATCH 2/5] cxl/test: Fix cxl-poison.sh to detect the correct elc sysfs attrib
` [NDCTL PATCH 3/5] cxl/test: Move cxl-poison.sh to use cxl_test auto region

[cxl:for-6.19/cxl-prm] BUILD SUCCESS 7e71fa6e015e46275efd900a728a42d5fcd75179
 2025-11-15 22:30 UTC 

[cxl:next-6.19-merge-prm-prep] BUILD SUCCESS 33bedb92d26b746f00269fd5d04aab74480d2a06
 2025-11-15 11:57 UTC 

[PATCH 0/4] cxl/test: Add unit testing for extended linear cache
 2025-11-15  3:01 UTC  (7+ messages)
` [PATCH 1/4] cxl/test: Standardize CXL auto region size
` [PATCH 2/4] cxl/test: Add cxl_test CFMWS support for extended linear cache
` [PATCH 3/4] cxl/test: Add support for acpi "

[ndctl PATCH v4] cxl: Add cxl-translate.sh unit test
 2025-11-15  0:50 UTC  (2+ messages)

[GIT PULL] Compute Express Link (CXL) Fixes for 6.18-rc6
 2025-11-14 21:42 UTC  (2+ messages)

[PATCH 0/3] CXL updates for v6.19
 2025-11-14 20:19 UTC  (24+ messages)
` [PATCH 1/3] cxl: Simplify cxl_rd_ops allocation and handling
` [PATCH 2/3] cxl/acpi: Group xor arithmetric setup code in a single block
` [PATCH 3/3] cxl/region: Remove local variable @inc in cxl_port_setup_targets()

[PATCH v4 00/29] lan966x pci device: Add support for SFPs
 2025-11-14 17:48 UTC  (8+ messages)
` [PATCH v4 05/29] dt-bindings: bus: Add simple-platform-bus

[RESEND v13 22/25] CXL/PCI: Export and rename merge_result() to pci_ers_merge_result()
 2025-11-14 16:09 UTC  (3+ messages)

[PATCH v5 0/6] Cache coherency management subsystem
 2025-11-14 16:03 UTC  (7+ messages)

[cxl:next] BUILD SUCCESS 482dc84e91a597149949f18c8eefb49cb2dc1bee
 2025-11-14 13:48 UTC 

[PATCH] Delta patch of CXL address translation support
 2025-11-14  9:05 UTC 

oom-killer not invoked on systems with multiple memory-tiers
 2025-11-14  8:43 UTC  (2+ messages)

[PATCH v4 0/3] CXL updates for v6.19
 2025-11-14  7:58 UTC  (4+ messages)
` [PATCH v4 1/3] cxl: Simplify cxl_rd_ops allocation and handling
` [PATCH v4 2/3] cxl/acpi: Group xor arithmetric setup code in a single block
` [PATCH v4 3/3] cxl/region: Remove local variable @inc in cxl_port_setup_targets()

[PATCH v3 0/3] CXL updates for v6.19
 2025-11-14  7:48 UTC  (5+ messages)
` [PATCH v3 1/3] cxl: Simplify cxl_rd_ops allocation and handling
` [PATCH v3 2/3] cxl/acpi: Group xor arithmetric setup code in a single block
` [PATCH v3 3/3] cxl/region: Remove local variable @inc in cxl_port_setup_targets()

[cxl:fixes] BUILD SUCCESS 214291cbaaceeb28debd773336642b1fca393ae0
 2025-11-13 15:12 UTC 

[PATCH v2 0/3] CXL updates for v6.19
 2025-11-13 11:15 UTC  (4+ messages)
` [PATCH v2 1/3] cxl: Simplify cxl_rd_ops allocation and handling
` [PATCH v2 2/3] cxl/acpi: Group xor arithmetric setup code in a single block
` [PATCH v2 3/3] cxl/region: Remove local variable @inc in cxl_port_setup_targets()

[PATCH V3 00/20] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
 2025-11-13  7:29 UTC  (15+ messages)
  ` [PATCH V3 13/20] cxl/mem: Refactor cxl pmem region auto-assembling
  ` [PATCH V3 18/20] cxl/pmem_region: Prep patch to accommodate pmem_region attributes

[PATCH 0/2] cxl: Cleanup region_res_match_cxl_range() function
 2025-11-12 23:00 UTC  (2+ messages)

[PATCH v3] cxl: Add handling of locked CXL decoder
 2025-11-12 22:01 UTC  (2+ messages)

[RESEND PATCH v4 0/2] acpi/hmat: hmat_register_target() refactor to address lockdep warning
 2025-11-12 22:00 UTC  (5+ messages)
` [RESEND PATCH v4 1/2] acpi/hmat: Return when generic target is updated
` [RESEND PATCH v4 2/2] acpi/hmat: Fix lockdep warning for hmem_register_resource()


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