Linux-CXL Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-23 10:44:10 to 2023-05-31 02:24:59 UTC [more...]

[ndctl PATCH v2 1/2] CONTRIBUTING.md: document cxl mailing list
 2023-05-31  2:24 UTC  (2+ messages)
` [ndctl PATCH v2 2/2] README.md: document CXL unit tests

[ndctl PATCH v3 0/6] cxl/monitor and ndctl/monitor fixes
 2023-05-31  2:19 UTC  (7+ messages)
` [ndctl PATCH v3 1/6] cxl/monitor: Enable default_log and refactor sanity check
` [ndctl PATCH v3 2/6] cxl/monitor: replace monitor.log_file with monitor.ctx.log_file
` [ndctl PATCH v3 3/6] cxl/monitor: use strcmp to compare the reserved word
` [ndctl PATCH v3 4/6] cxl/monitor: always log started message
` [ndctl PATCH v3 5/6] Documentation/cxl/cxl-monitor.txt: Fix inaccurate description
` [ndctl PATCH v3 6/6] ndctl/monitor: use strcmp to compare the reserved word

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

[PATCH v5 0/6] cxl: Support device sanitation
 2023-05-30 23:54 UTC  (12+ messages)
` [PATCH 1/6] cxl/mem: Introduce security state sysfs file
` [PATCH 2/6] cxl/mbox: Add sanitation handling machinery
` [PATCH 3/6] cxl/mem: Wire up Sanitation support
` [PATCH 4/6] cxl/test: Add Sanitize opcode support
` [PATCH 5/6] cxl/mem: Support Secure Erase
` [PATCH 6/6] cxl/test: Add Secure Erase opcode support

Revert "module: error out early on concurrent load of the same module file"
 2023-05-30 23:04 UTC  (7+ messages)
  ` Revert "module: error out early on concurrent load of the same module file"'

[ndctl PATCH 1/2] CONTRIBUTING.md: document cxl mailing list
 2023-05-30 21:38 UTC  (7+ messages)
` [ndctl PATCH 2/2] README.md: document CXL unit tests

[RFC PATCH v2 0/6] i2c: Enabling use of aspeed-i2c with ACPI
 2023-05-30 19:59 UTC  (12+ messages)
` [RFC PATCH v2 1/6] i2c: acpi: set slave mode flag
` [RFC PATCH v2 2/6] i2c: aspeed: Use platform_get_irq() instead of opencoding
` [RFC PATCH v2 3/6] i2c: aspeed: Don't report error when optional dt bus-frequency not supplied
` [RFC PATCH v2 4/6] i2c: aspeed: switch to generic fw properties
` [RFC PATCH v2 5/6] i2c: aspeed: Set the fwnode for the adap->dev
` [RFC PATCH v2 6/6] HACK: i2c: aspeed: Comment clock out and make reset optional

[PATCH v7 0/5] perf: CXL 3.0 Performance Monitoring Unit support
 2023-05-30 18:19 UTC  (10+ messages)
` [PATCH v7 1/5] perf: Allow a PMU to have a parent
` [PATCH v7 2/5] cxl: Add functions to get an instance of / count regblocks of a given type
` [PATCH v7 3/5] cxl/pci: Find and register CXL PMU devices
` [PATCH v7 4/5] perf: CXL Performance Monitoring Unit driver
` [PATCH v7 5/5] docs: perf: Minimal introduction the the CXL PMU device and driver

[RFC PATCH 0/6] i2c: Enabling use of aspeed-i2c with ACPI
 2023-05-30 14:44 UTC  (16+ messages)
` [RFC PATCH 1/6] i2c: acpi: set slave mode flag
` [RFC PATCH 2/6] i2c: aspeed: Use platform_get_irq() instead of opencoding
` [RFC PATCH 3/6] i2c: aspeed: switch to generic fw properties
` [RFC PATCH 4/6] i2c: aspeed: Set the fwnode for the adap->dev
` [RFC PATCH 5/6] HACK: i2c: aspeed: Comment the clock and reset out
` [RFC PATCH 6/6] HACK: i2c: aspeed: Enable build without COMPILE_TEST

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

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

[RFC] cxl: Multi-headed device design
 2023-05-29 18:13 UTC  (5+ messages)

Questions about CXL device (type 3 memory) hotplug
 2023-05-29  8:07 UTC  (16+ messages)

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

[GIT PULL] Compute Express Link (CXL) Fixes for 6.4-rc4
 2023-05-27  0:54 UTC  (2+ messages)

[PATCH] cxl: Explicitly initialize resources when media is not ready
 2023-05-26 20:38 UTC  (3+ messages)

[PATCH v7 0/7] QEMU CXL Provide mock CXL events and irq support
 2023-05-26 20:32 UTC  (12+ messages)
` [PATCH v7 4/7] hw/cxl/events: Add event interrupt support
  ` [PATCH v7 3/7] hw/cxl/events: Wire up get/clear event mailbox commands
  ` [PATCH v7 6/7] hw/cxl/events: Add injection of DRAM events
  ` [PATCH v7 7/7] hw/cxl/events: Add injection of Memory Module Events

[PATCH v4 00/23] cxl/pci: Add support for RCH RAS error handling
 2023-05-26 20:31 UTC  (36+ messages)
` [PATCH v4 01/23] cxl/acpi: Probe RCRB later during RCH downstream port creation
` [PATCH v4 02/23] cxl/rch: Prepare for caching the MMIO mapped PCIe AER capability
` [PATCH v4 03/23] cxl: Rename member @dport of struct cxl_dport to @dev
` [PATCH v4 04/23] cxl/core/regs: Add @dev to cxl_register_map
` [PATCH v4 05/23] cxl/pci: Refactor component register discovery for reuse
` [PATCH v4 06/23] cxl/acpi: Moving add_host_bridge_uport() around
` [PATCH v4 07/23] cxl/acpi: Directly bind the CEDT detected CHBCR to the Host Bridge's port
` [PATCH v4 08/23] cxl/regs: Remove early capability checks in Component Register setup
` [PATCH v4 09/23] cxl/pci: Early setup RCH dport component registers from RCRB
` [PATCH v4 10/23] cxl/port: Store the port's Component Register mappings in struct cxl_port
` [PATCH v4 11/23] cxl/port: Store the downstream port's Component Register mappings in struct cxl_dport
` [PATCH v4 12/23] cxl/pci: Store the endpoint's Component Register mappings in struct cxl_dev_state
` [PATCH v4 13/23] cxl/hdm: Use stored Component Register mappings to map HDM decoder capability
` [PATCH v4 14/23] cxl/port: Remove Component Register base address from struct cxl_port
` [PATCH v4 15/23] cxl/port: Remove Component Register base address from struct cxl_dport
` [PATCH v4 16/23] cxl/pci: Remove Component Register base address from struct cxl_dev_state
` [PATCH v4 17/23] cxl/pci: Add RCH downstream port AER register discovery
` [PATCH v4 18/23] PCI/AER: Refactor cper_print_aer() for use by CXL driver module
` [PATCH v4 19/23] cxl/pci: Update CXL error logging to use RAS register address
` [PATCH v4 20/23] cxl/pci: Prepare for logging RCH downstream port protocol errors
` [PATCH v4 21/23] cxl/pci: Add RCH downstream port error logging
` [PATCH v4 22/23] PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handler
` [PATCH v4 23/23] PCI/AER: Unmask RCEC internal errors to enable RCH downstream port error handling
` [PATCH v4 00/23] cxl/pci: Add support for RCH RAS error handling - CHANGELOG

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

[ndctl PATCH 2/6] cxl/monitor: compare the whole filename with reserved words
 2023-05-26  5:45 UTC  (3+ messages)

[ndctl PATCH v2 0/3] ndctl: Add support of QoS Throttling Group (QTG) id for CXL CLI
 2023-05-25 21:40 UTC  (4+ messages)
` [ndctl PATCH v2 1/3] ndctl: cxl: Add QoS class retrieval for the root decoder
` [ndctl PATCH v2 2/3] ndctl: cxl: Add QoS class support for the memory device
` [ndctl PATCH v2 3/3] ndctl: cxl: add QoS class check for CXL region creation

[PATCH v6 00/11] cxl: Add support for QTG ID retrieval for CXL subsystem
 2023-05-25 21:09 UTC  (6+ messages)
` [PATCH v6 01/11] cxl: Add callback to parse the DSMAS subtables from CDAT
` [PATCH v6 04/11] cxl: Add support for _DSM Function for retrieving QTG ID

I2C Multi-master and Controller Slave Mode in QEMU
 2023-05-25 16:23 UTC  (6+ messages)
  ` [EXT] "

[RFC PATCH 0/6] hw/{cxl,i386,arm}: PoC: Emulated MCTP over I2C for CXL Fabric / Device management
 2023-05-25 16:08 UTC  (7+ messages)
` [RFC PATCH 1/6] hw/acpi/aml-build: add function for i2c slave device serial bus description
` [RFC PATCH 2/6] HACK: arm/virt: Add aspeed-i2c controller and MCTP EP to enable MCTP testing
` [RFC PATCH 3/6] HACK: hw/arm/virt: Add ACPI support for aspeed-i2c / mctp
` [RFC PATCH 4/6] HACK: hw/i386/pc: Add Aspeed i2c controller + MCTP with ACPI tables
` [RFC PATCH 5/6] misc/i2c_mctp_cxl: Initial device emulation
` [RFC PATCH 6/6] docs: cxl: Add example commandline for MCTP CXL CCIs

Some of cxl devices cannot be created when `CONFIG_CXL_MEM=y`
 2023-05-25  6:59 UTC 

[cxl:pending] BUILD SUCCESS ccadf1310fb0bc8d2cbcd14f94a6279c12ea9bee
 2023-05-24 10:36 UTC 

[PATCH v5 0/7] QEMU CXL Provide mock CXL events and irq support
 2023-05-24  9:20 UTC  (8+ messages)
` [PATCH v5 5/7] hw/cxl/events: Add injection of General Media Events

[PATCH v3 0/4] cxl: Handle background commands
 2023-05-24  4:19 UTC  (9+ messages)
` [PATCH 1/4] rcuwait: Support timeouts
` [PATCH 2/4] cxl/pci: Allocate irq vectors earlier during probe
` [PATCH 3/4] cxl/pci: Introduce cxl_request_irq()
` [PATCH 4/4] cxl/mbox: Add background cmd handling machinery

[PATCH v2 0/4] acpi: Add CDAT parsing support to ACPI tables code
 2023-05-23 15:16 UTC  (12+ messages)
` [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 RFC 0/5] hw/cxl: Type 2 Device RFC
 2023-05-23 14:18 UTC  (6+ messages)
` [PATCH RFC 1/5] hw/cxl: Use define for build bug detection

[PATCH v6 0/7] QEMU CXL Provide mock CXL events and irq support
 2023-05-23 13:56 UTC  (5+ messages)
` [PATCH v6 6/7] hw/cxl/events: Add injection of DRAM events


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).