Linux CXL
 help / color / mirror / Atom feed
 messages from 2023-05-12 21:52:00 to 2023-05-20 15:15:42 UTC [more...]

[PATCH v6 0/4] hw/cxl: Poison get, inject, clear
 2023-05-20 15:15 UTC  (12+ messages)
` [PATCH v6 1/4] bswap: Add the ability to store to an unaligned 24 bit field
` [PATCH v6 2/4] hw/cxl: QMP based poison injection support
` [PATCH v6 3/4] hw/cxl: Add poison injection via the mailbox
` [PATCH v6 4/4] hw/cxl: Add clear poison mailbox command support

[cxl:fixes] BUILD SUCCESS a70fc4ed20a6118837b0aecbbf789074935f473b
 2023-05-20 13:44 UTC 

[PATCH 0/3] cxl: Handle background commands
 2023-05-20 11:03 UTC  (15+ messages)
` [PATCH 1/3] rcuwait: Support timeouts
` [PATCH 2/3] cxl/pci: Allocate irq vectors earlier in pci probe
` [PATCH 3/3] cxl/mbox: Add background cmd handling machinery
  ` [PATCH v2] "

[PATCH] cxl/port: Fix NULL pointer access in devm_cxl_add_port()
 2023-05-20  0:46 UTC  (3+ messages)

[PATCH] cxl/port: Enable the HDM decoder capability for switch ports
 2023-05-19 20:29 UTC  (3+ messages)

[PATCH 0/4] cxl: Add a firmware update mechanism and cxl_test emulation
 2023-05-19 20:24 UTC  (8+ messages)
` [PATCH 3/4] cxl: add a firmware update mechanism using the sysfs firmware loader
` [PATCH 4/4] tools/testing/cxl: add firmware update emulation to CXL memdevs

I2C Multi-master and Controller Slave Mode in QEMU
 2023-05-19 19:43 UTC 

[PATCH ndctl 0/5] cxl: firmware update support for libcxl and cxl-cli
 2023-05-19 19:00 UTC  (11+ messages)
` [PATCH ndctl 1/5] cxl/memdev.c: allow filtering memdevs by bus
` [PATCH ndctl 2/5] cxl/list: print firmware info in memdev listings
` [PATCH ndctl 3/5] cxl/fw_loader: add APIs to get current state of the FW loader mechanism
` [PATCH ndctl 4/5] cxl: add an update-firmware command
` [PATCH ndctl 5/5] test/cxl-update-firmware: add a unit test for firmware update

[PATCH v6 00/11] cxl: Add support for QTG ID retrieval for CXL subsystem
 2023-05-19 17:07 UTC  (12+ messages)
` [PATCH v6 01/11] cxl: Add callback to parse the DSMAS subtables from CDAT
` [PATCH v6 02/11] cxl: Add callback to parse the DSLBIS subtable "
` [PATCH v6 03/11] cxl: Add callback to parse the SSLBIS "
` [PATCH v6 04/11] cxl: Add support for _DSM Function for retrieving QTG ID
` [PATCH v6 05/11] cxl: Calculate and store PCI link latency for the downstream ports
` [PATCH v6 06/11] cxl: Store the access coordinates for the generic ports
` [PATCH v6 07/11] cxl: Add helper function that calculate performance data for downstream ports
` [PATCH v6 08/11] cxl: Compute the entire CXL path latency and bandwidth data
` [PATCH v6 09/11] cxl: Store QTG IDs and related info to the CXL memory device context
` [PATCH v6 10/11] cxl: Export sysfs attributes for memory device QoS class
` [PATCH v6 11/11] cxl/mem: Add debugfs output for QTG related data

[PATCH v2 0/4] acpi: numa: Add target support for generic port to HMAT parsing
 2023-05-19 16:24 UTC  (5+ messages)
` [PATCH v2 1/4] acpi: numa: Create enum for memory_target access coordinates indexing
` [PATCH v2 2/4] acpi: numa: Add genport target allocation to the HMAT parsing
` [PATCH v2 3/4] acpi: numa: Add setting of generic port system locality attributes
` [PATCH v2 4/4] acpi: numa: Add helper function to retrieve the performance attributes

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

[PATCH v7 2/8] cxl/mem: Wire up event interrupts
 2023-05-19 15:37 UTC  (5+ messages)
  ` CXL memory device not created correctly

[PATCH v3 0/2] cxl: Move operations after memory is ready
 2023-05-19 15:33 UTC  (7+ messages)
` [PATCH v3 1/2] cxl: Wait Memory_Info_Valid before access memory related info
` [PATCH v3 2/2] cxl: Move cxl_await_media_ready() to before capacity info retrieval
    ` [PATCH v4 "
      ` [PATCH v5 "

[PATCH RFC 0/5] hw/cxl: Type 2 Device RFC
 2023-05-19 15:14 UTC  (9+ messages)
` [PATCH RFC 1/5] hw/cxl: Use define for build bug detection
` [PATCH RFC 2/5] hw/cxl: Refactor component register initialization
` [PATCH RFC 3/5] hw/cxl: Derive a CXL accelerator device from Type-3
` [PATCH RFC 4/5] hw/cxl/accel: Add Back-Invalidate decoder capbility structure
` [PATCH RFC 5/5] hw/cxl: Add UIO HDM decoder register fields

[PATCH v5 0/6] hw/cxl: Poison get, inject, clear
 2023-05-19 13:42 UTC  (9+ messages)
` [PATCH v5 3/6] bswap: Add the ability to store to an unaligned 24 bit field
` [PATCH v5 6/6] hw/cxl: Add clear poison mailbox command support

[cxl:fixes] BUILD SUCCESS e764f12208b99ac7892c4e3f6bf88d71ca71036f
 2023-05-19 12:53 UTC 

[PATCH v6 0/5] perf: CXL 3.0 Performance Monitoring Unit support
 2023-05-19 11:53 UTC  (5+ messages)
` [PATCH v6 4/5] perf: CXL Performance Monitoring Unit driver

[PATCH v3 2/3] drivers/perf: add DesignWare PCIe PMU driver
 2023-05-19 10:08 UTC  (5+ messages)

[PATCH v5 0/7] QEMU CXL Provide mock CXL events and irq support
 2023-05-19  7:06 UTC  (4+ messages)
` [PATCH v5 7/7] hw/cxl/events: Add injection of Memory Module Events

[ndctl PATCH v2 0/2] Support for inject and clear poison
 2023-05-19  2:34 UTC  (4+ messages)
  ` [ndctl PATCH v2 1/2] libcxl: Add memdev inject & clear poison support
  ` [ndctl PATCH v2 2/2] cxl: add inject-poison & clear-poison commands to cxl tool

[PATCH 0/2] CXL: Apply SRAT defined PXM to entire CFMWS window
 2023-05-19  1:56 UTC  (8+ messages)
` [PATCH 1/2] x86/numa: Introduce numa_fill_memblks()
` [PATCH 2/2] ACPI: NUMA: Apply SRAT proximity domain to entire CFMWS window

[PATCH] dax: fix missing-prototype warnings
 2023-05-19  0:27 UTC  (2+ messages)

[PATCH v2 0/2] ] cxl: Move operations after memory is ready
 2023-05-18 20:52 UTC  (7+ messages)
` [PATCH v2 1/2] cxl: Wait Memory_Info_Valid before access memory related info
` [PATCH v2 2/2] cxl: Move cxl_await_media_ready() to before capacity info retrieval

[PATCH v2 0/4] acpi: Add CDAT parsing support to ACPI tables code
 2023-05-18 18:33 UTC  (5+ messages)
` [PATCH v2 1/4] acpi: Move common tables helper functions to common lib
` [PATCH v2 2/4] acpi: tables: Add CDAT table parsing support
` [PATCH v2 3/4] acpi: fix misnamed define for CDAT DSMAS
` [PATCH v2 4/4] acpi: Add defines for CDAT SSLBIS

[PATCH 0/3] cxl: Move operations after memory is ready
 2023-05-18 15:45 UTC  (12+ messages)
` [PATCH 1/3] cxl: Wait Memory_Info_Valid before access memory related info
` [PATCH 2/3] cxl: Move identify and partition query from pci probe to port probe
` [PATCH 3/3] cxl: Move read_cdat_data() to after media is ready

[PATCH 0/3] cxl: Random clean ups
 2023-05-18 14:42 UTC  (13+ messages)
` [PATCH 1/3] MAINTAINERS: Add additional reviewers for CXL
` [PATCH 2/3] cxl/pci: Update comment
` [PATCH 3/3] tools/testing/cxl: Document test configurations

[PATCH v5 00/14] cxl: Add support for QTG ID retrieval for CXL subsystem
 2023-05-17 22:28 UTC  (15+ messages)
` [PATCH v5 03/14] cxl: Add callback to parse the SSLBIS subtable from CDAT
` [PATCH v5 06/14] cxl: Store the access coordinates for the generic ports
` [PATCH v5 14/14] cxl/mem: Add debugfs output for QTG related data

[RFC] cxl: Multi-headed device design
 2023-05-17 14:18 UTC  (4+ messages)

[PATCH] cxl/hdm: Extend DVSEC range register emulation for region enumeration
 2023-05-16  6:43 UTC  (5+ messages)

[Qemu RFC 0/7] Early enabling of DCD emulation in Qemu
 2023-05-16 14:39 UTC  (19+ messages)
    ` [RFC 1/7] hw/cxl/cxl-mailbox-utils: Add dc_event_log_size field to output payload of identify memory device command
    ` [RFC 2/7] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support
    ` [RFC 3/7] hw/mem/cxl_type3: Add a parameter to pass number of DC regions the device supports in qemu command line
    ` [RFC 4/7] hw/mem/cxl_type3: Add DC extent representative to cxl type3 device
    ` [RFC 5/7] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
    ` [RFC 6/7] Add qmp interfaces to add/release dynamic capacity extents
    ` [RFC 7/7] hw/mem/cxl_type3: add read/write support to dynamic capacity

[PATCH v5 0/3] hw/mem: CXL Type-3 Volatile Memory Support
 2023-05-16  5:22 UTC  (3+ messages)
` [PATCH v5 2/3] hw/mem: Use memory_region_size() in cxl_type3

[PATCH v2 -qemu 0/5] cxl: Background commands and device Sanitation
 2023-05-16  9:36 UTC  (13+ messages)
` [PATCH 1/5] cxl/mbox: Add support for background operations
` [PATCH 2/5] cxl/mbox: Wire up interrupts for background completion
` [PATCH 3/5] cxl/device: Handle Media Disabled state
` [PATCH 4/5] hw/cxl: Add support for device sanitation
` [PATCH 5/5] cxl/type3: Remove superfluous statements

[PATCH] README.md: add three additional config to config item list
 2023-05-16 12:17 UTC 

[PATCH 0/4] acpi: Add CDAT parsing support to ACPI tables code
 2023-05-15 18:43 UTC  (6+ messages)
` [PATCH 1/4] acpi: tables: Add CDAT table parsing support

[PATCH -qemu rfc 0/3] hw/cxl: Add support for Scan Media
 2023-05-15 12:04 UTC  (8+ messages)
` [PATCH 1/3] hw/cxl: Add get scan media capabilities mailbox command support
` [PATCH 2/3] hw/cxl: Add scan media "
` [PATCH 3/3] "

[PATCH 0/5] cxl/hdm: Decoder enumeration fixes
 2023-05-15 10:52 UTC  (9+ messages)
` [PATCH 1/5] cxl/hdm: Fail upon detecting 0-sized decoders
` [PATCH 2/5] cxl/hdm: Use 4-byte reads to retrieve HDM decoder base+limit
` [PATCH 3/5] cxl/core: Drop unused io-64-nonatomic-lo-hi.h
` [PATCH 5/5] cxl/hdm: Add more HDM decoder debug messages at startup

[PATCH v2 0/4] cxl: Prep for QoS class support
 2023-05-15 10:03 UTC  (4+ messages)
` [PATCH v2 2/4] cxl: add missing return to cdat read error path

[PATCH] tools/testing/cxl: Use DEFINE_STATIC_SRCU()
 2023-05-15  9:37 UTC  (3+ messages)

[GIT PULL] Compute Express Link (CXL) Fixes for 6.4-rc2
 2023-05-14 19:36 UTC  (2+ messages)

[cxl:fixes] BUILD SUCCESS 764d102ef94e880ca834a7fe3968a00a05b1fb12
 2023-05-13 20:44 UTC 

[PATCH v2 3/4] cxl: Add checksum verification to CDAT from CXL
 2023-05-12 22:01 UTC  (2+ messages)
` [PATCH v3] "


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