Linux CXL
 help / color / mirror / Atom feed
 messages from 2023-05-31 10:06:34 to 2023-06-07 22:18:15 UTC [more...]

[PATCH v5 00/26] cxl/pci: Add support for RCH RAS error handling
 2023-06-07 22:16 UTC  (6+ messages)
` [PATCH v5 01/26] cxl/acpi: Probe RCRB later during RCH downstream port creation
` [PATCH v5 02/26] cxl/rch: Prepare for caching the MMIO mapped PCIe AER capability
` [PATCH v5 03/26] cxl: Rename member @dport of struct cxl_dport to @dev
` [PATCH v5 04/26] cxl/core/regs: Rename phys_addr in cxl_map_component_regs()
` [PATCH v5 05/26] cxl/core/regs: Add @dev to cxl_register_map

[PATCH 00/19] cxl: Device memory setup
 2023-06-07 21:09 UTC  (41+ messages)
` [PATCH 01/19] cxl/regs: Clarify when a 'struct cxl_register_map' is input vs output
` [PATCH 02/19] tools/testing/cxl: Remove unused @cxlds argument
` [PATCH 03/19] cxl/mbox: Move mailbox related driver state to its own data structure
` [PATCH 04/19] cxl/memdev: Make mailbox functionality optional
` [PATCH 05/19] cxl/port: Rename CXL_DECODER_{EXPANDER, ACCELERATOR} => {HOSTMEM, DEVMEM}
` [PATCH 06/19] cxl/hdm: Default CXL_DEVTYPE_DEVMEM decoders to CXL_DECODER_DEVMEM
` [PATCH 07/19] cxl/region: Manage decoder target_type at decoder-attach time
` [PATCH 08/19] cxl/port: Enumerate flit mode capability
` [PATCH 09/19] cxl/memdev: Formalize endpoint port linkage
` [PATCH 10/19] cxl/memdev: Indicate probe deferral
` [PATCH 11/19] cxl/region: Factor out construct_region_{begin, end} and drop_region() for reuse
` [PATCH 12/19] cxl/region: Factor out interleave ways setup
` [PATCH 13/19] cxl/region: Factor out interleave granularity setup
` [PATCH 14/19] cxl/region: Clarify locking requirements of cxl_region_attach()
` [PATCH 15/19] cxl/region: Specify host-only vs device memory at region creation time
` [PATCH 16/19] cxl/hdm: Define a driver interface for DPA allocation
` [PATCH 17/19] cxl/region: Define a driver interface for HPA free space enumeration
` [PATCH 18/19] cxl/region: Define a driver interface for region creation
` [PATCH 19/19] tools/testing/cxl: Emulate a CXL accelerator with local memory

[PATCH v2 0/4] cxl: Add a firmware update mechanism and cxl_test emulation
 2023-06-07 19:19 UTC  (7+ messages)
` [PATCH v2 1/4] cxl: add a firmware update mechanism using the sysfs firmware loader
` [PATCH v2 2/4] tools/testing/cxl: Fix command effects for inject/clear poison
` [PATCH v2 3/4] tools/testing/cxl: Use named effects for the Command Effect Log
` [PATCH v2 4/4] tools/testing/cxl: add firmware update emulation to CXL memdevs

[Qemu RFC 0/7] Early enabling of DCD emulation in Qemu
 2023-06-07 18:52 UTC  (6+ messages)

Questions about CXL device (type 3 memory) hotplug
 2023-06-07 18:44 UTC  (20+ messages)

[PATCH 0/2] CXL: Apply SRAT defined PXM to entire CFMWS window
 2023-06-07 10:44 UTC  (6+ messages)
` [PATCH 1/2] x86/numa: Introduce numa_fill_memblks()

[PATCH 0/4] dax: Fix use after free and other cleanups
 2023-06-06 20:42 UTC  (13+ 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 v4 00/23] cxl/pci: Add support for RCH RAS error handling
 2023-06-02 15:58 UTC  (52+ 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

[PATCH v3 0/4] acpi: Add CDAT parsing support to ACPI tables code
 2023-06-06  1:36 UTC  (11+ 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 ndctl v2 0/5] cxl: firmware update support for libcxl and cxl-cli
 2023-06-05 20:21 UTC  (6+ messages)
` [PATCH ndctl v2 1/5] cxl/memdev.c: allow filtering memdevs by bus
` [PATCH ndctl v2 2/5] cxl/list: print firmware info in memdev listings
` [PATCH ndctl v2 3/5] cxl/fw_loader: add APIs to get current state of the FW loader mechanism
` [PATCH ndctl v2 4/5] cxl: add an update-firmware command
` [PATCH ndctl v2 5/5] test/cxl-update-firmware: add a unit test for firmware update

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

[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  (15+ 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  (4+ messages)
` [RFC PATCH v2 4/6] i2c: aspeed: switch to generic fw properties


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