Linux-CXL Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-06 17:52:18 to 2024-03-18 17:51:37 UTC [more...]

[ndctl PATCH v11 0/7] Support poison list retrieval
 2024-03-18 17:51 UTC  (20+ messages)
` [ndctl PATCH v11 1/7] libcxl: add interfaces for GET_POISON_LIST mailbox commands
` [ndctl PATCH v11 2/7] cxl/event_trace: add an optional pid check to event parsing
` [ndctl PATCH v11 3/7] cxl/event_trace: support poison context in "
` [ndctl PATCH v11 4/7] cxl/event_trace: add helpers to retrieve tep fields by type
` [ndctl PATCH v11 5/7] cxl/list: collect and parse media_error records
` [ndctl PATCH v11 6/7] cxl/list: add --media-errors option to cxl list
` [ndctl PATCH v11 7/7] cxl/test: add cxl-poison.sh unit test

[PATCH v2 0/1] cxl/mem: Fix for the index of Clear Event Record Handle
 2024-03-18 16:51 UTC  (4+ messages)
` [PATCH v2 1/1] "

[GIT PULL] Compute Express Link (CXL) for 6.9
 2024-03-16 17:22 UTC  (2+ messages)

[cxl:next] BUILD SUCCESS ed1ff2fba7afa7baca7ceb93824a4699130b8377
 2024-03-16  7:28 UTC 

[RFC PATCH 0/6] Add support for root port RAS error handling
 2024-03-15 18:21 UTC  (16+ messages)
` [RFC PATCH 1/6] PCI/RCEC: Introduce pcie_walk_rcec_all()
` [RFC PATCH 2/6] PCI/CXL: A new attribute to indicate CXL-capable host bridge
` [RFC PATCH 3/6] PCI/AER: Enable RCEC to report internal error for CXL root port
` [RFC PATCH 4/6] PCI/AER: Extend RCH RAS error handling to support VH topology case
` [RFC PATCH 5/6] cxl: Use __free() for cxl_pci/mem_find_port() to drop put_device()
` [RFC PATCH 6/6] cxl/pci: Support to handle root port RAS errors captured by RCEC

[PATCH 0/1] cxl/mem: Fix for the index of Clear Event Record Handle
 2024-03-15 17:53 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v2] cxl/trace: Properly initialize cxl_poison region name
 2024-03-15 16:30 UTC  (10+ messages)

Another CXL/MMIO tcg tlb corner case
 2024-03-15 15:03 UTC  (3+ messages)

[PATCH v9 0/7] QEMU CXL Provide mock CXL events and irq support
 2024-03-15 10:24 UTC  (3+ messages)

[RFC PATCH SET] cxl: add poison event handler
 2024-03-15  2:29 UTC  (10+ messages)
` [RFC PATCH 3/5] cxl/core: introduce cxl_mem_report_poison()
` [RFC PATCH 4/5] cxl/core: add report option for cxl_mem_get_poison()
` [RFC PATCH 5/5] cxl/core: add poison injection event handler

[PATCH] cxl/trace: Initialize cxl_poison region name to NULL
 2024-03-14 20:49 UTC  (10+ messages)

[PATCH v5 00/13] Enabling DCD emulation support in Qemu
 2024-03-14 20:43 UTC  (26+ messages)
` [PATCH v5 06/13] hw/mem/cxl_type3: Add host backend and address space handling for DC regions
` [PATCH v5 08/13] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
` [PATCH v5 09/13] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
` [PATCH v5 11/13] hw/cxl/cxl-mailbox-utils: Add partial and superset extent release mailbox support
` [PATCH v5 12/13] hw/mem/cxl_type3: Allow to release partial extent and extent superset in QMP interface

[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-03-14 18:34 UTC  (3+ messages)

[PATCH v2 0/1] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-03-14  7:52 UTC  (5+ messages)
` [PATCH v2 1/1] memory tier: acpi/hmat: create CPUless memory tiers after obtaining HMAT info
    ` [External] "

[cxl:next 14/23] drivers/acpi/apei/einj-core.c:222:11: sparse: sparse: incorrect type in assignment (different address spaces)
 2024-03-14  4:59 UTC 

[cxl:next] BUILD SUCCESS 88482878c3b4abc2a6e66e016cc01eacbdc5b0ed
 2024-03-13 19:53 UTC 

[PATCH v15 0/4] cxl, EINJ: Update EINJ for CXL error types
 2024-03-13 13:24 UTC  (14+ messages)
` [PATCH v15 1/4] EINJ: Migrate to a platform driver
` [PATCH v15 2/4] EINJ: Add CXL error type support
` [PATCH v15 3/4] cxl/core: Add CXL EINJ debugfs files
` [PATCH v15 4/4] EINJ, Documentation: Update EINJ kernel doc

[PATCH v3 0/2] Add log related mailbox commands
 2024-03-13  7:12 UTC  (3+ messages)
` [PATCH v3 1/2] cxl/mbox: Add Get Log Capabilities and Get Supported Logs Sub-List commands
` [PATCH v3 2/2] cxl/mbox: Add Clear Log mailbox command

[PATCH v7 0/12] cxl: Add support to report region access coordinates to numa nodes
 2024-03-12 21:41 UTC  (15+ messages)
` [PATCH v7 01/12] ACPI: HMAT: Remove register of memory node for generic target
` [PATCH v7 02/12] base/node / ACPI: Enumerate node access class for 'struct access_coordinate'
` [PATCH v7 03/12] ACPI: HMAT: Introduce 2 levels of generic port access class
` [PATCH v7 04/12] ACPI: HMAT / cxl: Add retrieval of generic port coordinates for both access classes
` [PATCH v7 05/12] cxl: Split out combine_coordinates() for common shared usage
` [PATCH v7 06/12] cxl: Split out host bridge access coordinates
` [PATCH v7 07/12] cxl: Move QoS class to be calculated from the nearest CPU
` [PATCH v7 08/12] cxl: Set cxlmd->endpoint before adding port device
` [PATCH v7 09/12] cxl/region: Calculate performance data for a region
` [PATCH v7 10/12] cxl/region: Add sysfs attribute for locality attributes of CXL regions
` [PATCH v7 11/12] cxl/region: Add memory hotplug notifier for cxl region
` [PATCH v7 12/12] cxl/region: Deal with numa nodes not enumerated by SRAT

[PATCH 0/3] PCI: Add Secondary Bus Reset (SBR) support for CXL
 2024-03-12 21:35 UTC  (9+ messages)
` [PATCH 1/3] PCI: Add check for CXL Secondary Bus Reset
` [PATCH 2/3] PCI: Create new reset method to force SBR for CXL
` [PATCH 3/3] cxl: Add post reset warning if reset is detected as Secondary Bus Reset (SBR)

[PATCH v7 0/5] Add DAX ABI for memmap_on_memory
 2024-03-12 20:22 UTC  (5+ messages)
` [PATCH v7 1/5] dax/bus.c: replace driver-core lock usage by a local rwsem

[RFC PATCH v7 00/12] memory: scrub: introduce subsystem + CXL/ACPI-RAS2 drivers
 2024-03-12 18:32 UTC  (6+ messages)
` [RFC PATCH v7 03/12] cxl/mbox: Add SET_FEATURE mailbox command
` [RFC PATCH v7 10/12] ACPI:RAS2: Add common library for RAS2 PCC interfaces

[PATCH qemu] hw/pci-bridge/pxb-cxl: Drop RAS capability from host bridge
 2024-03-12 15:30 UTC  (4+ messages)

[PATCH v3 0/3] Display cxl1.1 device link status
 2024-03-12  8:05 UTC  (4+ messages)
` [PATCH v3 1/3] Add sysfs attribute for CXL 1.1 "
` [PATCH v3 2/3] Remove conditional branch that is not suitable for cxl1.1 devices
` [PATCH v3 3/3] Add function to display cxl1.1 device link status

[RFC PATCH 00/20] Introduce the famfs shared-memory file system
 2024-03-11  1:29 UTC  (10+ messages)

[PATCH v4 1/3] cxl: Remove checking of iter in cxl_endpoint_get_perf_coordinates()
 2024-03-10 23:01 UTC  (4+ messages)
` [PATCH v4 2/3] cxl: Consolidate dport access_coordinate ->hb_coord and ->sw_coord into ->coord
` [PATCH v4 3/3] cxl: Add checks to access_coordinate calculation to fail missing data

[ndctl PATCH v10 0/7] Support poison list retrieval
 2024-03-10 22:39 UTC  (20+ messages)
` [ndctl PATCH v10 1/7] libcxl: add interfaces for GET_POISON_LIST mailbox commands
` [ndctl PATCH v10 2/7] cxl: add an optional pid check to event parsing
` [ndctl PATCH v10 3/7] cxl/event_trace: add a private context for private parsers
` [ndctl PATCH v10 4/7] cxl/event_trace: add helpers to retrieve tep fields by type
` [ndctl PATCH v10 5/7] cxl/list: collect and parse media_error records
` [ndctl PATCH v10 6/7] cxl/list: add --media-errors option to cxl list
` [ndctl PATCH v10 7/7] cxl/test: add cxl-poison.sh unit test

[RFC PATCH INCOMPLETE] cxl: Multi-headed Single Logical Device (MHSLD)
 2024-03-08 18:52 UTC 

Enabling internal errors for VH CXL devices: [was: Re: Questions about CXL RAS injection test in qemu]
 2024-03-08 12:59 UTC  (2+ messages)

[PATCH v6 0/12] cxl: Add support to report region access coordinates to numa nodes
 2024-03-08  0:01 UTC  (7+ messages)
` [PATCH v6 02/12] base/node / ACPI: Enumerate node access class for 'struct access_coordinate'
` [PATCH v6 11/12] cxl/region: Add memory hotplug notifier for cxl region

Question about forcing 'disable-memdev'
 2024-03-07 20:55 UTC  (6+ messages)

[PATCH v14 0/4] cxl, EINJ: Update EINJ for CXL error types
 2024-03-07 14:55 UTC  (13+ messages)
` [PATCH v14 1/4] EINJ: Migrate to a platform driver
` [PATCH v14 2/4] EINJ: Add CXL error type support
` [PATCH v14 3/4] cxl/core: Add CXL EINJ debugfs files
` [PATCH v14 4/4] EINJ, Documentation: Update EINJ kernel doc

[PATCH v3 1/3] cxl: Remove checking of iter in cxl_endpoint_get_perf_coordinates()
 2024-03-07 12:59 UTC  (5+ messages)
` [PATCH v3 2/3] cxl: Consolidate dport access_coordinate ->hb_coord and ->sw_coord into ->coord
` [PATCH v3 3/3] cxl: Add checks to access_coordinate calculation to fail missing data

[PATCH v3 3/7] nvdimm: pmem: assign a parent resource for vmemmap region for the fsdax
 2024-03-07 11:08 UTC  (3+ messages)

[PATCH 0/2] XOR 3-6-12 HB Interleave Calc Repair
 2024-03-07  4:40 UTC  (5+ messages)
` [PATCH 1/2] cxl/acpi: Fix XOR 3-6-12 way host bridge look-up calculation

Questions about CXL RAS injection test in qemu
 2024-03-06 19:06 UTC  (4+ messages)
` Enabling internal errors for VH CXL devices: [was: Re: Questions about CXL RAS injection test in qemu]

[ndctl PATCH v9 0/7] Support poison list retrieval
 2024-03-06 18:39 UTC  (4+ messages)
` [ndctl PATCH v9 5/7] cxl/list: collect and parse media_error records


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).