Linux CXL
 help / color / mirror / Atom feed
 messages from 2023-05-26 17:13:45 to 2023-06-04 23:31:46 UTC [more...]

[PATCH 00/19] cxl: Device memory setup
 2023-06-04 23:31 UTC  (2+ messages)
` [PATCH 01/19] cxl/regs: Clarify when a 'struct cxl_register_map' is input vs output

[PATCH v3 0/4] acpi: Add CDAT parsing support to ACPI tables code
 2023-06-04 16:09 UTC  (10+ messages)
` [PATCH v3 1/4] acpi: Move common tables helper functions to common lib
` [PATCH v3 2/4] lib/firmware_table: tables: Add CDAT table parsing support
` [PATCH v3 3/4] acpi: fix misnamed define for CDAT DSMAS
` [PATCH v3 4/4] acpi: Add defines for CDAT SSLBIS

[PATCH 0/4] dax: Fix use after free and other cleanups
 2023-06-04  2:58 UTC  (9+ messages)
` [PATCH 1/4] dax: Fix dax_mapping_release() use after free
` [PATCH 2/4] dax: Use device_unregister() in unregister_dax_mapping()
` [PATCH 3/4] dax: Introduce alloc_dev_dax_id()
` [PATCH 4/4] dax: Cleanup extra dax_region references

[PATCH 0/2] CXL: Apply SRAT defined PXM to entire CFMWS window
 2023-06-03 23:53 UTC  (3+ messages)
` [PATCH 1/2] x86/numa: Introduce numa_fill_memblks()

[PATCH] dax/hmem: Fix refcount leak in dax_hmem_probe()
 2023-06-03  4:11 UTC  (4+ messages)

[PATCH RFC 0/4] dax: Clean up dax_region references
 2023-06-03  2:09 UTC  (5+ messages)
` [PATCH RFC 1/4] dax/bus: Fix leaked reference in alloc_dax_region()
` [PATCH RFC 2/4] dax/hmem: Fix refcount leak in dax_hmem_probe()
` [PATCH RFC 3/4] dax/cxl: Fix refcount leak in cxl_dax_region_probe()
` [PATCH RFC 4/4] dax/bus: Remove unnecessary reference in alloc_dax_region()

I2C Multi-master and Controller Slave Mode in QEMU
 2023-06-02 23:58 UTC  (9+ messages)
  ` [EXT] "

[RFC PATCH 0/5] CXL FM initial infrastructure
 2023-06-02 21:37 UTC  (6+ messages)
` [RFC PATCH 1/5] CXL FM: create initial project infrastructure
` [RFC PATCH 2/5] CXL FM: [lib] introduce CXL FM library
` [RFC PATCH 3/5] CXL FM: [fm_daemon] introduce CXL FM daemon
` [RFC PATCH 4/5] CXL FM: [fm_orchestrator] introduce CXL FM orchestrator
` [RFC PATCH 5/5] CXL FM: [fm_cli] introduce CXL FM CLI tool

[PATCH 0/4] cxl: Add a firmware update mechanism and cxl_test emulation
 2023-06-02 18:01 UTC  (9+ 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

[PATCH v4 23/23] PCI/AER: Unmask RCEC internal errors to enable RCH downstream port error handling
 2023-06-02 16:41 UTC  (4+ messages)

[PATCH v4 00/23] cxl/pci: Add support for RCH RAS error handling
 2023-06-02 15:58 UTC  (51+ 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 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

[RFC] cxl: Multi-headed device design
 2023-06-02 13:02 UTC  (6+ messages)

[PATCH] cxl/port: Enable the HDM decoder capability for switch ports
 2023-06-02  8:34 UTC  (4+ messages)

[ndctl PATCH] cxl/region: Fix memdevs leak
 2023-06-01 17:53 UTC  (2+ messages)

[PATCH v5 0/6] cxl: Support device sanitation
 2023-06-01 17:24 UTC  (17+ 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 5/6] cxl/mem: Support Secure Erase

[PATCH v6 00/11] cxl: Add support for QTG ID retrieval for CXL subsystem
 2023-06-01 17:13 UTC  (8+ messages)
` [PATCH v6 06/11] cxl: Store the access coordinates for the generic ports
` [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 v2 0/4] acpi: numa: Add target support for generic port to HMAT parsing
 2023-06-01 16:48 UTC  (5+ messages)
` [PATCH v2 3/4] acpi: numa: Add setting of generic port system locality attributes

[PATCH v2 0/4] acpi: Add CDAT parsing support to ACPI tables code
 2023-06-01 15:38 UTC  (4+ messages)
` [PATCH v2 1/4] acpi: Move common tables helper functions to common lib

[PATCH v2] ACPI, APEI, EINJ: Remove memory range validation for CXL error types
 2023-06-01 14:45 UTC  (5+ messages)

[RFC PATCH v3 0/7] i2c: Enabling use of aspeed-i2c with ACPI
 2023-06-01  9:10 UTC  (15+ messages)
` [RFC PATCH v3 1/7] i2c: acpi: set slave mode flag
` [RFC PATCH v3 2/7] i2c: aspeed: Use platform_get_irq() instead of opencoding
` [RFC PATCH v3 3/7] i2c: aspeed: Don't report error when optional dt bus-frequency not supplied
` [RFC PATCH v3 4/7] i2c: aspeed: use a function pointer type def for clk_reg_val callback
` [RFC PATCH v3 5/7] i2c: aspeed: switch to generic fw properties
` [RFC PATCH v3 6/7] i2c: aspeed: Set the fwnode for the adap->dev
` [RFC PATCH v3 7/7] HACK: i2c: aspeed: Comment clock out and make reset optional

[PATCH v7 2/8] cxl/mem: Wire up event interrupts
 2023-06-01  3:46 UTC  (6+ messages)
  ` CXL memory device not created correctly

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

[RFC PATCH v2 0/6] i2c: Enabling use of aspeed-i2c with ACPI
 2023-05-31 10:46 UTC  (15+ 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-31  6:07 UTC  (8+ messages)
` [PATCH v7 2/5] cxl: Add functions to get an instance of / count regblocks of a given type
` [PATCH v7 4/5] perf: CXL Performance Monitoring Unit driver

Questions about CXL device (type 3 memory) hotplug
 2023-05-31  4:25 UTC  (15+ messages)

[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

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  (5+ messages)
` [ndctl PATCH 2/2] README.md: document CXL unit tests

[RFC PATCH 0/6] i2c: Enabling use of aspeed-i2c with ACPI
 2023-05-30 14:44 UTC  (15+ 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

[PATCH v6 0/5] perf: CXL 3.0 Performance Monitoring Unit support
 2023-05-27  5:45 UTC  (6+ 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  (2+ messages)

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


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