Linux CXL
 help / color / mirror / Atom feed
 messages from 2025-07-21 22:12:09 to 2025-07-31 13:12:52 UTC [more...]

[PATCH V2 00/20] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
 2025-07-31 13:12 UTC  (26+ messages)
  ` [PATCH V2 01/20] nvdimm/label: Introduce NDD_CXL_LABEL flag to set cxl label format
  ` [PATCH V2 02/20] nvdimm/label: Prep patch to accommodate cxl lsa 2.1 support
  ` [PATCH V2 03/20] nvdimm/namespace_label: Add namespace label changes as per CXL LSA v2.1
  ` [PATCH V2 04/20] nvdimm/label: CXL labels skip the need for 'interleave-set cookie'
  ` [PATCH V2 05/20] nvdimm/region_label: Add region label updation routine
  ` [PATCH V2 06/20] nvdimm/region_label: Add region label deletion routine
  ` [PATCH V2 07/20] nvdimm/namespace_label: Update namespace init_labels and its region_uuid
  ` [PATCH V2 08/20] nvdimm/label: Include region label in slot validation
  ` [PATCH V2 09/20] nvdimm/namespace_label: Skip region label during ns label DPA reservation
  ` [PATCH V2 10/20] nvdimm/region_label: Preserve cxl region information from region label
  ` [PATCH V2 11/20] nvdimm/region_label: Export routine to fetch region information
  ` [PATCH V2 12/20] nvdimm/namespace_label: Skip region label during namespace creation
  ` [PATCH V2 13/20] cxl/mem: Refactor cxl pmem region auto-assembling
  ` [PATCH V2 14/20] cxl/region: Add devm_cxl_pmem_add_region() for pmem region creation
  ` [PATCH V2 15/20] cxl: Add a routine to find cxl root decoder on cxl bus using cxl port
  ` [PATCH V2 16/20] cxl/mem: Preserve cxl root decoder during mem probe
  ` [PATCH V2 17/20] cxl/pmem: Preserve region information into nd_set
  ` [PATCH V2 18/20] cxl/pmem: Add support of cxl lsa 2.1 support in cxl pmem
  ` [PATCH V2 19/20] cxl/pmem_region: Prep patch to accommodate pmem_region attributes
  ` [PATCH V2 20/20] cxl/pmem_region: Add sysfs attribute cxl region label updation/deletion

[PATCH 00/16] CXL.mem error isolation support
 2025-07-31  5:59 UTC  (18+ messages)
` [PATCH 01/16] cxl/regs: Add cxl_unmap_component_regs()
` [PATCH 02/16] cxl/regs: Add CXL Isolation capability mapping
` [PATCH 03/16] PCI: PCIe portdrv: Add CXL Isolation service driver
` [PATCH 04/16] PCI: PCIe portdrv: Allocate CXL isolation MSI/-X vector
` [PATCH 05/16] PCI: PCIe portdrv: Add interface for getting CXL isolation IRQ
` [PATCH 06/16] cxl/core: Enable CXL.mem isolation
` [PATCH 07/16] cxl/core: Set up isolation interrupts
` [PATCH 08/16] cxl/core: Enable CXL "
` [PATCH 09/16] cxl/core: Prevent onlining CXL memory behind isolated ports
` [PATCH 10/16] cxl/core: Enable CXL.mem timeout
` [PATCH 11/16] cxl/pci: Add isolation handler
` [PATCH 12/16] PCI: PCIe portdrv: Add cxl_isolation sysfs attributes
` [PATCH 13/16] cxl/core, PCI: PCIe portdrv: Add CXL timeout range programming
` [PATCH 14/16] ACPI: Add CXL isolation _OSC fields
` [PATCH 15/16] cxl/core, cxl/acpi: Enable CXL isolation based on _OSC handshake
` [PATCH 16/16] cxl/core, cxl/acpi: Add CXL isolation notify handler

CFP: Plumbers 2025: Device Memory (formerly CXL) Microconference
 2025-07-31  3:14 UTC  (2+ messages)

[cxl:for-6.18/cxl-probe-order] BUILD REGRESSION 5e29cbd1077b79468339aca04b16e401252b5a24
 2025-07-31  1:01 UTC 

[PATCH v5] cxl: Remove ifdef blocks of CONFIG_PCIEAER_CXL from core/pci.c
 2025-07-30 19:59 UTC  (2+ messages)

[GIT PULL] NVDIMM for 6.17
 2025-07-30 19:57 UTC 

[PATCH v5 0/7] Add managed SOFT RESERVE resource handling
 2025-07-30 16:09 UTC  (16+ messages)
` [PATCH v5 1/7] cxl/acpi: Refactor cxl_acpi_probe() to always schedule fallback DAX registration
` [PATCH v5 2/7] cxl/core: Rename suspend.c to probe_state.c and remove CONFIG_CXL_SUSPEND
` [PATCH v5 3/7] cxl/acpi: Add background worker to coordinate with cxl_mem probe completion

[PATCH v3 0/8] cleanup: Introduce ACQUIRE(), a guard() for conditional locks
 2025-07-30 15:10 UTC  (2+ messages)

[cxl:for-6.18/cxl-probe-order 1/4] ld.lld: error: undefined symbol: devm_cxl_add_memdev
 2025-07-30  9:09 UTC 

[cxl:for-6.18/cxl-probe-order 4/4] Warning: kernel/resource.c:342 function parameter 'parent' not described in 'find_next_res'
 2025-07-30  6:38 UTC 

[PATCH v17 00/22] Type2 device basic support
 2025-07-30  3:46 UTC  (29+ messages)
` [PATCH v17 01/22] cxl: Add type2 "
` [PATCH v17 02/22] sfc: add cxl support
` [PATCH v17 03/22] cxl: Move pci generic code
` [PATCH v17 04/22] cxl: allow Type2 drivers to map cxl component regs
` [PATCH v17 05/22] sfc: setup cxl component regs and set media ready
` [PATCH v17 06/22] cxl: Support dpa initialization without a mailbox
` [PATCH v17 07/22] sfc: initialize dpa
` [PATCH v17 08/22] cxl: Prepare memdev creation for type2
` [PATCH v17 10/22] cx/memdev: Indicate probe deferral
` [PATCH v17 12/22] sfc: get endpoint decoder
` [PATCH v17 20/22] sfc: create cxl region

[PATCH 1/2] hw/cxl: Refactor component register initialization
 2025-07-29 16:54 UTC  (2+ messages)
` [PATCH 2/2] hw/cxl: Support Type3 HDM-DB

[PATCH v4] cxl: Remove ifdef blocks of CONFIG_PCIEAER_CXL from core/pci.c
 2025-07-29 18:48 UTC  (2+ messages)

[PATCH v6 0/6] acpi/ghes, cper, cxl: Process CXL CPER Protocol errors
 2025-07-29 17:39 UTC  (11+ messages)
` [PATCH v6 4/6] acpi/ghes, cper: Recognize and cache CXL "
  ` "invalid agent type: 1" in "

[PATCH v3] cxl: Remove ifdef blocks of CONFIG_PCIEAER_CXL from core/pci.c
 2025-07-29 16:14 UTC  (3+ messages)

test/common: stop relying on bash $SECONDS in check_dmesg()
 2025-07-29 15:19 UTC  (7+ messages)
` [ndctl PATCH 1/3] test/common: add missing quotes
` [ndctl PATCH 2/3] test/common: move err() function at the top
` [ndctl PATCH 3/3] test/common: stop relying on bash $SECONDS in check_dmesg()

[PATCH v2 0/2] FM-API Physical switch command set support
 2025-07-29 13:03 UTC  (7+ messages)
  ` [PATCH v2 1/2] hw/cxl: Refactored Identify Switch Device & Get Physical Port State
  ` [PATCH v2 2/2] hw/cxl: Add Physical Port Control (Opcode 5102h)

[PATCH] hw/i386/pc: Avoid overlap between CXL window and PCI 64bit BARs in QEMU
 2025-07-29 12:56 UTC  (8+ messages)

[cxl:next] BUILD SUCCESS f11a5f89910a7ae970fbce4fdc02d86a8ba8570f
 2025-07-26  9:38 UTC 

[PATCH] Documentation/ABI/testing/debugfs-cxl: Add 'cxl' to clear_poison path
 2025-07-25 17:28 UTC  (3+ messages)

[RFC PATCH v3 0/2] cxl: Support creation of a new CXL Host Bridge
 2025-07-25 16:32 UTC  (6+ messages)
` [RFC PATCH v3 1/2] hw/pxb-cxl: Rename the pxb cxl host bridge
` [RFC PATCH v3 2/2] pci-host/cxl: Support creation of a new CXL Host Bridge

[RFC PATCH v6] hw/arm/sbsa-ref: Support CXL Host Bridge & CFMW
 2025-07-25 15:15 UTC  (2+ messages)

[PATCH qemu v4 0/7] hw/cxl: Update CXL events to rev3.2 and add maintenance support for memory repair features
 2025-07-25 13:31 UTC  (7+ messages)
` [PATCH qemu v4 1/7] hw/cxl/events: Update for rev3.2 common event record format
` [PATCH qemu v4 6/7] hw/cxl: Add Maintenance support
` [PATCH qemu v4 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-25  0:38 UTC  (30+ messages)
` [PATCH v10 01/17] cxl/pci: Remove unnecessary CXL Endpoint handling helper functions
` [PATCH v10 02/17] PCI/CXL: Add pcie_is_cxl()
` [PATCH v10 03/17] PCI/AER: Report CXL or PCIe bus error type in trace logging
` [PATCH v10 04/17] CXL/AER: Introduce CXL specific AER driver file
` [PATCH v10 05/17] CXL/AER: Introduce kfifo for forwarding CXL errors
` [PATCH v10 06/17] PCI/AER: Dequeue forwarded CXL error
` [PATCH v10 13/17] cxl/pci: Update cxl_handle_cor_ras() to return early if no RAS errors
` [PATCH v10 14/17] cxl/pci: Introduce CXL Endpoint protocol error handlers

[PATCH v2] cxl: Remove ifdef blocks of CONFIG_PCIEAER_CXL from core/pci.c
 2025-07-24 22:08 UTC  (12+ messages)

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

[PATCH v2 0/8] treewide: Fix typo "notifer"
 2025-07-23 18:40 UTC  (8+ messages)
` [PATCH v2 3/8] drm/xe: "
` [PATCH v2 6/8] serial: 8250_dw: "

[PATCH v4 0/5] cxl: Support Poison Inject & Clear by Region Offset
 2025-07-22 20:47 UTC  (6+ messages)
` [PATCH v4 1/5] cxl: Move hpa_to_spa callback to a new root decoder ops structure
` [PATCH v4 2/5] cxl: Define a SPA->CXL HPA root decoder callback for XOR Math
` [PATCH v4 3/5] cxl/region: Introduce SPA to DPA address translation
` [PATCH v4 4/5] cxl/core: Add locked variants of the poison inject and clear funcs
` [PATCH v4 5/5] cxl/region: Add inject and clear poison by region offset

[PATCH v7 00/10] cxl: Delay HB port and switch dport probing until endpoint dev probe
 2025-07-22 19:28 UTC  (23+ messages)
` [PATCH v7 01/10] cxl/region: Add decoder check to check_commit_order()
` [PATCH v7 04/10] cxl: Defer dport allocation for switch ports
` [PATCH v7 05/10] cxl/test: Add cxl_test support for cxl_port_update_total_ports()
` [PATCH v7 06/10] cxl/test: Add mock version of devm_cxl_add_dport_by_dev()
` [PATCH v7 07/10] cxl: Change sslbis handler to only handle single dport
` [PATCH v7 09/10] cxl: Move enumeration of hostbridge ports to the memdev probe path
` [PATCH v7 10/10] cxl: Remove devm_cxl_port_enumerate_dports() that is no longer used

[PATCH] resource: fix false warning in __request_region()
 2025-07-22 16:08 UTC  (4+ messages)

[PATCH v3 00/28] lan966x pci device: Add support for SFPs
 2025-07-22 14:04 UTC  (3+ messages)
` [PATCH v3 15/28] i2c: core: Introduce i2c_get_adapter_physdev()

[PATCH v3] cxl: docs/driver-api/conventions resolve conflicts btw CFMWS, LMH, ED
 2025-07-22 11:42 UTC  (4+ messages)

[PATCH v3 0/8] treewide: Fix typo "notifer"
 2025-07-22  9:24 UTC  (10+ messages)
` [PATCH v3 1/8] KVM: x86: "
` [PATCH v3 2/8] cxl: mce: "
` [PATCH v3 3/8] drm/xe: "
` [PATCH v3 4/8] net: mvneta: "
` [PATCH v3 5/8] wifi: brcmfmac: "
` [PATCH v3 6/8] serial: 8250_dw: "
` [PATCH v3 7/8] xen/xenbus: "
` [PATCH v3 8/8] scripts/spelling.txt: Add notifer||notifier to spelling.txt

[PATCH] cxl: Add hpa_to_spa to the root decoder callback operations
 2025-07-22  1:28 UTC  (5+ messages)

[PATCH v3 0/4] cxl: Support Poison Inject & Clear by Region Offset
 2025-07-22  1:11 UTC  (7+ messages)
` [PATCH v3 2/4] cxl/region: Introduce SPA to DPA address translation
` [PATCH v3 3/4] cxl/core: Add locked variants of the poison inject and clear funcs


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