Linux CXL
 help / color / mirror / Atom feed
 messages from 2023-12-13 22:37:33 to 2024-01-02 13:04:05 UTC [more...]

[QEMU-devel][RFC PATCH 0/1] Introduce HostMemType for 'memory-backend-*'
 2024-01-02 13:03 UTC  (4+ messages)
` [QEMU-devel][RFC PATCH 1/1] backends/hostmem: qapi/qom: Add an ObjectOption for memory-backend-* called HostMemType and its arg 'cxlram'

[PATCH v2 0/4] A Followup for "QEMU: CXL mailbox rework and features (Part 1)"
 2024-01-01 21:38 UTC  (6+ messages)
` [PATCH v2 1/4] hw/cxl: fix build error in cxl_type3_stubs.c
` [PATCH v2 2/4] hw/cxl/device: read from register values in mdev_reg_read()
` [PATCH v2 3/4] hw/cxl/mbox: replace sanitize_running() with cxl_dev_media_disabled()
` [PATCH v2 4/4] hw/cxl/events: discard all event records during sanitation

[PATCH v3] cxl/region: Add dev_dbg() detail on failure to allocate HPA space
 2024-01-01 21:28 UTC  (3+ messages)

[PATCH v2] ACPI: NUMA: Fix overlap when extending memblks to fill CFMWS
 2024-01-01 15:08 UTC  (4+ messages)

[PATCH v15 00/19] cxl: Add support for QTG ID retrieval for CXL subsystem
 2023-12-29  0:04 UTC  (22+ messages)
` [PATCH v15 01/19] lib/firmware_table: tables: Add CDAT table parsing support
` [PATCH v15 02/19] base/node / acpi: Change 'node_hmem_attrs' to 'access_coordinates'
` [PATCH v15 03/19] acpi: numa: Create enum for memory_target access coordinates indexing
` [PATCH v15 04/19] acpi: numa: Add genport target allocation to the HMAT parsing
` [PATCH v15 05/19] acpi: Break out nesting for hmat_parse_locality()
` [PATCH v15 06/19] acpi: numa: Add setting of generic port system locality attributes
` [PATCH v15 07/19] acpi: numa: Add helper function to retrieve the performance attributes
` [PATCH v15 08/19] cxl: Add callback to parse the DSMAS subtables from CDAT
` [PATCH v15 09/19] cxl: Add callback to parse the DSLBIS subtable "
` [PATCH v15 10/19] cxl: Add callback to parse the SSLBIS "
` [PATCH v15 11/19] cxl: Add support for _DSM Function for retrieving QTG ID
` [PATCH v15 12/19] cxl: Calculate and store PCI link latency for the downstream ports
` [PATCH v15 13/19] tools/testing/cxl: Add hostbridge UID string for cxl_test mock hb devices
` [PATCH v15 14/19] cxl: Store the access coordinates for the generic ports
` [PATCH v15 15/19] cxl: Add helper function that calculate performance data for downstream ports
` [PATCH v15 16/19] cxl: Compute the entire CXL path latency and bandwidth data
` [PATCH v15 17/19] cxl: Store QTG IDs and related info to the CXL memory device context
` [PATCH v15 18/19] cxl: Export sysfs attributes for memory device QoS class
` [PATCH v15 19/19] cxl: Check qos_class validity on memdev probe

[RFC PATCH 0/4] cxl: introduce CXL Virtualization module
 2023-12-28  6:43 UTC  (5+ messages)
` [RFC PATCH 1/4] cxl: move some function from acpi module to core module
` [RFC PATCH 3/4] cxl/port: introduce cxl_disable_port() function
` [RFC PATCH 4/4] cxl: introduce CXL Virtualization module

[PATCH] ACPI: NUMA: Fix overlap when extending memblks to fill CFMWS
 2023-12-27 22:44 UTC  (6+ messages)

[cxl:next] BUILD SUCCESS b762d2aeb3077207b00594097cdc8767dcf65016
 2023-12-25 23:15 UTC 

[cxl:fixes] BUILD SUCCESS 49bf4e8a58ecc939bc2a0d33fe0ca1529f94ff59
 2023-12-25 23:15 UTC 

FYI, cxl.git vs acpi.git conflict entering -next for v6.8
 2023-12-24 21:40 UTC 

[cxl:pending] BUILD SUCCESS 185c1a489f873cb71520fc089401e02dbf302dcd
 2023-12-24  1:52 UTC 

[cxl:fixes] BUILD SUCCESS 96810205ec7b643aa141e9dfeeb1d6c68f151436
 2023-12-24  1:51 UTC 

[PATCH] cxl/port: Fix missing target list lock
 2023-12-22 22:03 UTC  (3+ messages)

[PATCH] cxl/port: Fix decoder initialization when nr_targets > interleave_ways
 2023-12-22 22:01 UTC  (5+ messages)

[PATCH v2 0/3] cxl: Add support to report region access coordinates to numa nodes
 2023-12-22 18:17 UTC  (9+ messages)
` [PATCH v2 1/3] cxl/region: Calculate performance data for a region
` [PATCH v2 2/3] cxl/region: Add sysfs attribute for locality attributes of CXL regions
` [PATCH v2 3/3] cxl: Add memory hotplug notifier for cxl region

Some thoughts and questions about CXL & MCE
 2023-12-22 16:33 UTC 

[RFC] Do we need dedicated LSF/MM/BPF 2024 session for CXL memory?
 2023-12-22 15:10 UTC 

[PATCH 0/3] cxl: Add support to report region access coordinates to numa nodes
 2023-12-21 18:23 UTC  (7+ messages)
` [PATCH 2/3] cxl/region: Add sysfs attribute for locality attributes of CXL regions

Device Detection
 2023-12-21  9:20 UTC  (2+ messages)
  `  "

[PATCH v5 0/9] efi/cxl-cper: Report CPER CXL component events through trace events
 2023-12-21  0:17 UTC  (10+ messages)
` [PATCH v5 1/9] cxl/trace: Pass uuid explicitly to event traces
` [PATCH v5 2/9] cxl/events: Promote CXL event structures to a core header
` [PATCH v5 3/9] cxl/events: Create common event UUID defines
` [PATCH v5 4/9] cxl/events: Remove passing a UUID to known event traces
` [PATCH v5 5/9] cxl/events: Separate UUID from event structures
` [PATCH v5 6/9] cxl/events: Create a CXL event union
` [PATCH v5 7/9] acpi/ghes: Process CXL Component Events
` [PATCH v5 8/9] PCI: Define scoped based management functions
` [PATCH v5 9/9] cxl/pci: Register for and process CPER events

[PATCH v2 0/2] cxl/cdat: Fixes for CXL CDAT processing
 2023-12-21  0:22 UTC  (13+ messages)
` [PATCH v2 1/2] cxl/cdat: Handle cdat table build errors
` [PATCH v2 2/2] cxl/cdat: Fix header sum value in CDAT checksum

[PATCH v8 0/5] CXL, ACPI, APEI, EINJ: Update EINJ for CXL error types
 2023-12-20 23:51 UTC  (15+ messages)
` [PATCH v8 1/5] cxl, ACPI, APEI, EINJ: Add CXL_EINJ Kconfig option
` [PATCH v8 2/5] ACPI, APEI, EINJ: Add wrapper __init function
` [PATCH v8 3/5] ACPI: Add CXL protocol error defines
` [PATCH v8 4/5] cxl/core, EINJ: Add CXL debugfs files and EINJ functions
` [PATCH v8 5/5] EINJ, Documentation: Update EINJ kernel doc

[PATCH RFC v4 0/6] efi/cxl-cper: Report CPER CXL component events through trace events
 2023-12-20 23:48 UTC  (8+ messages)
` [PATCH RFC v4 5/6] firmware/efi: Process CXL Component Events

[PATCH v14 00/19] cxl: Add support for QTG ID retrieval for CXL subsystem
 2023-12-20 22:26 UTC  (7+ messages)
` [PATCH v14 18/19] cxl: Export sysfs attributes for memory device QoS class
` [PATCH v14 19/19] cxl: Check qos_class validity on memdev probe

cxl type3 mem device over Ethernet
 2023-12-20  8:13 UTC  (2+ messages)
` How to emulate write with cxl_test memX in kernel

[RFC PATCH 0/3] lspci: Display cxl1.1 device link status
 2023-12-20  5:07 UTC  (4+ messages)
` [RFC PATCH 1/3] Add function to display "
` [RFC PATCH 2/3] Implement a function to get cxl1.1 device uid
` [RFC PATCH 3/3] Implement a function to get a RCRB Base address

[PATCH v4 0/7] efi/cxl-cper: Report CPER CXL component events through trace events
 2023-12-20  0:29 UTC  (21+ messages)
` [PATCH v4 1/7] cxl/trace: Pass uuid explicitly to event traces
` [PATCH v4 2/7] cxl/events: Promote CXL event structures to a core header
` [PATCH v4 3/7] cxl/events: Create common event UUID defines
` [PATCH v4 4/7] cxl/events: Separate UUID from event structures
` [PATCH v4 5/7] cxl/events: Create a CXL event union
` [PATCH v4 6/7] firmware/efi: Process CXL Component Events
` [PATCH v4 7/7] cxl/memdev: Register for and process CPER events

[PATCH] cxl/hdm: Fix dpa translation locking
 2023-12-19 18:14 UTC  (3+ messages)

[PATCH v6 0/4] Add DAX ABI for memmap_on_memory
 2023-12-19 15:27 UTC  (14+ messages)
` [PATCH v6 1/4] Documentatiion/ABI: Add ABI documentation for sys-bus-dax
` [PATCH v6 2/4] dax/bus: Use guard(device) in sysfs attribute helpers
` [PATCH v6 3/4] mm/memory_hotplug: export mhp_supports_memmap_on_memory()
` [PATCH v6 4/4] dax: add a sysfs knob to control memmap_on_memory behavior

[RFC PATCH v2 0/2] Node migration between memory tiers
 2023-12-19  3:57 UTC  (6+ messages)
  ` [EXT] "

[GIT PULL] Compute Express Link (CXL) Fixes for 6.7-rc6
 2023-12-17 17:38 UTC  (2+ messages)

[cxl:fixes] BUILD SUCCESS ef3d5cf9c59cccb012aa6b93d99f4c6eb5d6648e
 2023-12-16  7:23 UTC 

[PATCH] cxl/pci: Kill a goto in read_cdat_data()
 2023-12-15 17:53 UTC  (4+ messages)

[PATCH v5 0/4] Add DAX ABI for memmap_on_memory
 2023-12-15  4:53 UTC  (8+ messages)
` [PATCH v5 1/4] Documentatiion/ABI: Add ABI documentation for sys-bus-dax
` [PATCH v5 2/4] dax/bus: Use guard(device) in sysfs attribute helpers
` [PATCH v5 3/4] mm/memory_hotplug: export mhp_supports_memmap_on_memory()
` [PATCH v5 4/4] dax: add a sysfs knob to control memmap_on_memory behavior

[PATCH] cxl/cdat: Free correct buffer on checksum error
 2023-12-15  4:34 UTC  (4+ messages)
  ` [PATCH] cxl/pci: Get rid of pointer arithmetic reading CDAT table

[PATCH] cxl: Fix unregister_region() callback parameter assignment
 2023-12-14 22:39 UTC  (4+ messages)

[PATCH v3 0/7] efi/cxl-cper: Report CPER CXL component events through trace events
 2023-12-14 18:24 UTC  (10+ messages)
` [PATCH v3 1/7] cxl/trace: Pass uuid explicitly to event traces
` [PATCH v3 2/7] cxl/events: Promote CXL event structures to a core header
` [PATCH v3 3/7] cxl/events: Create common event UUID defines
` [PATCH v3 4/7] cxl/events: Separate UUID from event structures
` [PATCH v3 5/7] cxl/events: Create a CXL event union
` [PATCH v3 6/7] firmware/efi: Process CXL Component Events
` [PATCH v3 7/7] cxl/memdev: Register for and process CPER events

[PATCH] driver core: Add a guard() definition for the device_lock()
 2023-12-14 15:49 UTC  (5+ messages)


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