linux-cxl.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-28 20:55:09 to 2023-03-13 22:51:26 UTC [more...]

[PATCH v8 0/6] CXL Poison List Retrieval & Tracing
 2023-03-13 22:47 UTC  (10+ messages)
` [PATCH v8 1/6] cxl/mbox: Add GET_POISON_LIST mailbox command
` [PATCH v8 2/6] cxl/trace: Add TRACE support for CXL media-error records
` [PATCH v8 3/6] cxl/memdev: Add trigger_poison_list sysfs attribute
` [PATCH v8 4/6] cxl/region: Provide region info to the cxl_poison trace event
` [PATCH v8 5/6] cxl/trace: Add an HPA to cxl_poison trace events
` [PATCH v8 6/6] tools/testing/cxl: Mock support for Get Poison List

[PATCH v4 00/17] Collection of DOE material
 2023-03-13 19:55 UTC  (20+ messages)
` [PATCH v4 01/17] cxl/pci: Fix CDAT retrieval on big endian
` [PATCH v4 02/17] cxl/pci: Handle truncated CDAT header
` [PATCH v4 03/17] cxl/pci: Handle truncated CDAT entries
` [PATCH v4 04/17] cxl/pci: Handle excessive CDAT length
` [PATCH v4 05/17] PCI/DOE: Silence WARN splat with CONFIG_DEBUG_OBJECTS=y
` [PATCH v4 06/17] PCI/DOE: Fix memory leak "
` [PATCH v4 07/17] PCI/DOE: Provide synchronous API and use it internally
` [PATCH v4 08/17] cxl/pci: Use synchronous API for DOE
` [PATCH v4 09/17] PCI/DOE: Make asynchronous API private
` [PATCH v4 10/17] PCI/DOE: Deduplicate mailbox flushing
` [PATCH v4 11/17] PCI/DOE: Allow mailbox creation without devres management
` [PATCH v4 12/17] PCI/DOE: Create mailboxes on device enumeration
` [PATCH v4 13/17] cxl/pci: Use CDAT DOE mailbox created by PCI core
` [PATCH v4 14/17] PCI/DOE: Make mailbox creation API private
` [PATCH v4 15/17] PCI/DOE: Relax restrictions on request and response size
` [PATCH v4 16/17] cxl/pci: Simplify CDAT retrieval error path
` [PATCH v4 17/17] cxl/pci: Rightsize CDAT response allocation

[PATCH] cxl/hdm: Fix hdm decoder init by adding COMMIT field check
 2023-03-13 16:50 UTC  (18+ messages)

[PATCH v4 0/6] hw/cxl: Poison get, inject, clear
 2023-03-13 16:16 UTC  (11+ messages)
` [PATCH v4 1/6] hw/cxl: rename mailbox return code type from ret_code to CXLRetCode
` [PATCH v4 2/6] hw/cxl: Introduce cxl_device_get_timestamp() utility function
` [PATCH v4 3/6] bswap: Add the ability to store to an unaligned 24 bit field
` [PATCH v4 4/6] hw/cxl: QMP based poison injection support
` [PATCH v4 5/6] hw/cxl: Add poison injection via the mailbox
` [PATCH v4 6/6] hw/cxl: Add clear poison mailbox command support

[PATCH v4 0/2] hw/mem: CXL Type-3 Volatile Memory Support
 2023-03-13 16:04 UTC  (4+ messages)
` [PATCH v4 2/2] hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)

[PATCH v4 0/8] cxl: CXL Inject & Clear Poison
 2023-03-10 18:49 UTC  (9+ messages)
` [PATCH v4 1/8] cxl/memdev: Add support for the Inject Poison mailbox command
` [PATCH v4 2/8] cxl/memdev: Add support for the Clear "
` [PATCH v4 3/8] tools/testing/cxl: Mock the Inject "
` [PATCH v4 4/8] tools/testing/cxl: Mock the Clear "
` [PATCH v4 5/8] tools/testing/cxl: Use injected poison for get poison list
` [PATCH v4 6/8] tools/testing/cxl: Add a sysfs attr to test poison injection limits
` [PATCH v4 7/8] cxl/memdev: Make inject and clear poison cmds kernel exclusive
` [PATCH v4 8/8] cxl/mbox: Block inject and clear poison opcodes in raw mode

[ndctl patch RFC 0/2] add support for IDENTIFY command
 2023-03-10  9:45 UTC  (9+ messages)
    ` [ndctl patch RFC 1/2] libcxl: add accessors "
    ` [ndctl patch RFC 2/2] cxl: add identify command to cxl tool

CXL Fabric Manager (FM) architecture diagrams
 2023-03-09 22:28 UTC  (3+ messages)
  ` [External] "

[RESEND PATCH v6 0/8] hw/cxl: RAS error emulation and injection
 2023-03-08  1:34 UTC  (20+ messages)
` [RESEND PATCH v6 1/8] hw/pci/aer: Implement PCI_ERR_UNCOR_MASK register
` [RESEND PATCH v6 2/8] hw/pci/aer: Add missing routing for AER errors
` [RESEND PATCH v6 3/8] hw/pci-bridge/cxl_root_port: Wire up AER
` [RESEND PATCH v6 4/8] hw/pci-bridge/cxl_root_port: Wire up MSI
` [RESEND PATCH v6 5/8] hw/mem/cxl-type3: Add AER extended capability
` [RESEND PATCH v6 6/8] hw/cxl: Fix endian issues in CXL RAS capability defaults / masks
` [RESEND PATCH v6 7/8] hw/pci/aer: Make PCIE AER error injection facility available for other emulation to use
` [RESEND PATCH v6 8/8] hw/mem/cxl_type3: Add CXL RAS Error Injection Support

[PATCH] cxl/pci: Remove unnecessary aer.h include
 2023-03-07 20:46 UTC  (2+ messages)

[PATCH v4 0/7] QEMU CXL Provide mock CXL events and irq support
 2023-03-07 17:37 UTC  (9+ messages)
` [PATCH v4 1/7] hw/cxl/events: Add event status register
` [PATCH v4 2/7] hw/cxl: Move CXLRetCode definition to cxl_device.h
` [PATCH v4 3/7] hw/cxl/events: Wire up get/clear event mailbox commands
` [PATCH v4 4/7] hw/cxl/events: Add event interrupt support
` [PATCH v4 5/7] hw/cxl/events: Add injection of General Media Events
` [PATCH v4 6/7] hw/cxl/events: Add injection of DRAM events
` [PATCH v4 7/7] hw/cxl/events: Add injection of Memory Module Events

[PATCH 0/4] CXL 3.0 Performance Monitoring Unit support
 2023-03-07 16:21 UTC  (19+ messages)
` [PATCH 1/4] cxl: Add function to count regblocks of a given type
` [PATCH 2/4] cxl/pci: Find and register CXL PMU devices
` [PATCH 3/4] cxl: CXL Performance Monitoring Unit driver
` [PATCH 4/4] docs: perf: Minimal introduction the the CXL PMU device and driver

[PATCH] cxl/mbox: Update CMD_RC_TABLE
 2023-03-07 16:10 UTC  (2+ messages)

[PATCH v3 00/16] Collection of DOE material
 2023-03-07  1:55 UTC  (9+ messages)
` [PATCH v3 06/16] PCI/DOE: Fix memory leak with CONFIG_DEBUG_OBJECTS=y
` [PATCH v3 12/16] PCI/DOE: Create mailboxes on device enumeration

[PATCH v7 0/6] CXL Poison List Retrieval & Tracing
 2023-03-04  5:51 UTC  (8+ messages)
` [PATCH v7 3/6] cxl/memdev: Add trigger_poison_list sysfs attribute
` [PATCH v7 4/6] cxl/region: Provide region info to the cxl_poison trace event

[PATCH 0/2] cxl: DVSEC Range emulation fixups
 2023-03-03 16:43 UTC  (5+ messages)

[PATCH v7 01/20] cxl/pmem: Introduce nvdimm_security_ops with ->get_flags() operation
 2023-03-03 12:15 UTC  (4+ messages)
` [PATCH] cxl: fix compile warning for cxl_security_ops extern

[PATCH v3 0/7] QEMU CXL Provide mock CXL events and irq support
 2023-03-03 11:46 UTC  (8+ messages)
` [PATCH v3 5/7] hw/cxl/events: Add injection of General Media Events
` [PATCH v3 6/7] hw/cxl/events: Add injection of DRAM events
` [PATCH v3 7/7] hw/cxl/events: Add injection of Memory Module Events

[PATCH v3 0/6] hw/cxl: Poison get, inject, clear
 2023-03-03 10:03 UTC  (12+ messages)
` [PATCH v3 1/6] hw/cxl: rename mailbox return code type from ret_code to CXLRetCode
` [PATCH v3 2/6] hw/cxl: Introduce cxl_device_get_timestamp() utility function
` [PATCH v3 3/6] bswap: Add the ability to store to an unaligned 24 bit field
` [PATCH v3 4/6] hw/cxl: QMP based poison injection support
` [PATCH v3 5/6] hw/cxl: Add poison injection via the mailbox
` [PATCH v3 6/6] hw/cxl: Add clear poison mailbox command support

[LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-03-03  6:07 UTC  (2+ messages)

using CXL for VM migration
 2023-03-03  2:50 UTC 

[PATCH v6 0/8] hw/cxl: RAS error emulation and injection
 2023-03-02 17:22 UTC  (6+ messages)
` [PATCH v6 8/8] hw/mem/cxl_type3: Add CXL RAS Error Injection Support

[PATCH v2 0/6] hw/cxl: Poison get, inject, clear
 2023-03-02  9:49 UTC  (11+ messages)
` [PATCH v2 1/6] hw/cxl: rename mailbox return code type from ret_code to CXLRetCode
` [PATCH v2 2/6] hw/cxl: Introduce cxl_device_get_timestamp() utility function
` [PATCH v2 3/6] bswap: Add the ability to store to an unaligned 24 bit field
` [PATCH v2 4/6] hw/cxl: QMP based poison injection support

[RFC] CXL: TCG/KVM instruction alignment issue discussion default
 2023-03-02  1:17 UTC  (5+ messages)

[PATCH v3 0/8] cxl: CXL Inject & Clear Poison
 2023-03-01 22:16 UTC  (10+ messages)
` [PATCH v3 1/8] cxl/memdev: Add support for the Inject Poison mailbox command
` [PATCH v3 2/8] cxl/memdev: Add support for the Clear "
` [PATCH v3 3/8] tools/testing/cxl: Mock the Inject "
` [PATCH v3 4/8] tools/testing/cxl: Mock the Clear "
` [PATCH v3 5/8] tools/testing/cxl: Use injected poison for get poison list
` [PATCH v3 6/8] tools/testing/cxl: Add a sysfs attr to test poison injection limits
` [PATCH v3 7/8] cxl/memdev: Make inject and clear poison cmds kernel exclusive
` [PATCH v3 8/8] cxl/mbox: Block inject and clear poison opcodes in raw mode

[PATCH -qemu 0/3] cxl: Background commands and device sanitation
 2023-03-01 20:45 UTC  (4+ messages)
  ` [PATCH 1/3] cxl/mbox: Add support for background operations

[ndctl 0/3] Support for inject poison
 2023-03-01 19:01 UTC  (5+ messages)
  ` [ndctl 2/3] cxl: add inject-poison command to cxl tool

[PATCH v2] cxl/mbox: Drop extra (struct resource)
 2023-03-01 16:59 UTC 

[PATCH] cxl/mbox: Drop extra struct resource cast
 2023-03-01 15:46 UTC  (3+ messages)

Programming HDM decoders
 2023-03-01  3:28 UTC  (2+ messages)

kdevops live demo zoom & Q&A
 2023-03-01  3:11 UTC  (4+ messages)

[PATCH v3 0/7] cxl: Background cmds and device sanitation
 2023-02-28 23:35 UTC  (9+ messages)
` [PATCH 1/7] cxl/mbox: Add background cmd handling machinery
` [PATCH 3/7] cxl/region: Add cxl_memdev_active_region()


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 NNTP newsgroup(s).