Linux CXL
 help / color / mirror / Atom feed
 messages from 2023-07-13 21:50:59 to 2023-07-27 03:45:19 UTC [more...]

[PATCH RESEND 0/4] memory tiering: calculate abstract distance based on ACPI HMAT
 2023-07-27  3:42 UTC  (17+ messages)
` [PATCH RESEND 1/4] memory tiering: add abstract distance calculation algorithms management
` [PATCH RESEND 2/4] acpi, hmat: refactor hmat_register_target_initiators()
` [PATCH RESEND 3/4] acpi, hmat: calculate abstract distance with HMAT
` [PATCH RESEND 4/4] dax, kmem: calculate abstract distance with general interface

[ndctl PATCH v2 RESEND 0/2] cxl-graph: add a new command to construct CXL topology graph images
 2023-07-26 20:43 UTC  (4+ messages)
  ` [ndctl PATCH v2 RESEND 1/2] cxl/list: Add parent_dport attribute to memdev and root port listing
  ` [ndctl PATCH v2 RESEND 2/2] cxl-graph: Add cxl graph command to construct CXL topology graph images

[RFC PATCH v4 0/4] CXL: Standalone switch CCI driver
 2023-07-26 20:00 UTC  (8+ messages)
` [RFC PATCH v4 1/4] cxl: mbox: Preparatory move of functions to core/mbox.c
` [RFC PATCH v4 2/4] cxl: mbox: Factor out the mbox specific data for reuse in switch cci
` [RFC PATCH v4 3/4] PCI: Add PCI_CLASS_SERIAL_CXL_SWITCH_CCI class ID to pci_ids.h
` [RFC PATCH v4 4/4] cxl/pci: Add support for stand alone CXL Switch mailbox CCI

[Qemu PATCH v2 0/9] Enabling DCD emulation support in Qemu
 2023-07-26 16:17 UTC  (12+ messages)
  ` [Qemu PATCH v2 2/9] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support
  ` [Qemu PATCH v2 4/9] hw/mem/cxl_type3: Add support to create DC regions to type3 memory devices
  ` [Qemu PATCH v2 1/9] hw/cxl/cxl-mailbox-utils: Add dc_event_log_size field to output payload of identify memory device command
  ` [Qemu PATCH v2 3/9] include/hw/cxl/cxl_device: Rename mem_size as static_mem_size for type3 memory devices
  ` [Qemu PATCH v2 8/9] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
  ` [Qemu PATCH v2 6/9] hw/mem/cxl_type3: Add DC extent list representative and get DC extent list mailbox support
  ` [Qemu PATCH v2 5/9] hw/mem/cxl_type3: Add host backend and address space handling for DC regions
  ` [Qemu PATCH v2 7/9] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
  ` [Qemu PATCH v2 9/9] hw/mem/cxl_type3: Add dpa range validation for accesses to dc regions

[PATCH v7 0/2] Fixing check patch styling issues
 2023-07-26  7:34 UTC  (3+ messages)
` [PATCH v7 1/2] cxl/mbox: Remove redundant dev_err() after failed mem alloc
` [PATCH v7 2/2] cxl/region: Remove else after return statement

[PATCH 0/3] cxl/memdev: Make sanitize interfaces conditionally available
 2023-07-26  5:19 UTC  (4+ messages)
` [PATCH 1/3] cxl/memdev: Improve sanitize ABI descriptions
` [PATCH 2/3] cxl/memdev: Document security state in kern-doc
` [PATCH 3/3] cxl/memdev: Only show sanitize sysfs files when supported

[PATCH RESEND v6 0/2] Fixing check patch styling issues
 2023-07-26  3:45 UTC  (2+ messages)

[PATCH RESEND v6 0/2] Fixing check patch styling issues
 2023-07-25 17:55 UTC  (4+ messages)
` [PATCH RESEND v6 1/2] cxl/mbox: Remove redundant dev_err() after failed mem alloc
` [PATCH RESEND v6 2/2] cxl/region: Remove else after return statement

[Qemu RFC 0/7] Early enabling of DCD emulation in Qemu
 2023-07-25 16:46 UTC  (4+ messages)

[PATCH v2 0/3] mm: use memmap_on_memory semantics for dax/kmem
 2023-07-25 15:54 UTC  (10+ messages)
` [PATCH v2 1/3] mm/memory_hotplug: Export symbol mhp_supports_memmap_on_memory()
` [PATCH v2 2/3] mm/memory_hotplug: split memmap_on_memory requests across memblocks
` [PATCH v2 3/3] dax/kmem: allow kmem to add memory with memmap_on_memory

[ndctl PATCH 0/2] add support for Set Alert Configuration mailbox command
 2023-07-24 22:07 UTC  (3+ messages)
  ` [ndctl PATCH 2/2] cxl: add 'set-alert-config' command to cxl tool

[PATCH v2 0/3] PCI/AER, CXL: Fix appropriate _OSC check for CXL RAS Cap
 2023-07-24 21:59 UTC  (10+ messages)
` [PATCH v2 1/3] cxl/pci: Fix appropriate checking for _OSC while handling CXL RAS registers
` [PATCH v2 2/3] PCI/AER: Export pcie_aer_is_native()
` [PATCH v2 3/3] cxl/pci: Replace host_bridge->native_aer with pcie_aer_is_native()

[PATCH -ndctl v2 0/2] cxl: Support memdev sanitation
 2023-07-24 21:38 UTC  (6+ messages)
` [PATCH 2/2] cxl/memdev: Introduce sanitize-memdev functionality

[NDCTL PATCH] cxl/region: Always use the correct target position
 2023-07-24 21:16 UTC  (3+ messages)

[ndctl PATCH RESEND 0/2] Fix accessors for temperature field when it is negative
 2023-07-24 21:08 UTC  (6+ messages)
  ` [ndctl PATCH RESEND 1/2] cxl: Update a revision by CXL 3.0 specification
  ` [ndctl PATCH RESEND 2/2] libcxl: Fix accessors for temperature field to support negative value

[Qemu PATCH RESEND 0/9] Enabling DCD emulation support in Qemu
 2023-07-24 18:19 UTC  (11+ messages)
  ` [Qemu PATCH RESEND 5/9] hw/mem/cxl_type3: Add host backend and address space handling for DC regions
  ` [Qemu PATCH RESEND 6/9] hw/mem/cxl_type3: Add DC extent list representative and get DC extent list mailbox support
  ` [Qemu PATCH RESEND 1/9] hw/cxl/cxl-mailbox-utils: Add dc_event_log_size field to output payload of identify memory device command
  ` [Qemu PATCH RESEND 2/9] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support
  ` [Qemu PATCH RESEND 4/9] hw/mem/cxl_type3: Add support to create DC regions to type3 memory devices
  ` [Qemu PATCH RESEND 3/9] include/hw/cxl/cxl_device: Rename mem_size as static_mem_size for "
  ` [Qemu PATCH RESEND 7/9] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
  ` [Qemu PATCH RESEND 9/9] hw/mem/cxl_type3: Add dpa range validation for accesses to dc regions
  ` [Qemu PATCH RESEND 8/9] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents

DCD region base address
 2023-07-24 17:10 UTC  (3+ messages)

[Qemu PATCH 0/9] Enabling DCD emulation support in Qemu
 2023-07-24 16:41 UTC  (5+ messages)

[PATCH 1/9] hw/cxl/cxl-mailbox-utils: Add dc_event_log_size field to output payload of identify memory device command
 2023-07-24 16:29 UTC  (10+ messages)
` [PATCH 2/9] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support
` [PATCH 3/9] include/hw/cxl/cxl_device: Rename mem_size as static_mem_size for type3 memory devices
` [PATCH 4/9] hw/mem/cxl_type3: Add support to create DC regions to "
` [PATCH 5/9] hw/mem/cxl_type3: Add host backend and address space handling for DC regions
` [PATCH 6/9] hw/mem/cxl_type3: Add DC extent list representative and get DC extent list mailbox support
` [PATCH 7/9] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
` [PATCH 8/9] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
` [PATCH 9/9] hw/mem/cxl_type3: Add dpa range validation for accesses to dc regions

How to find the correct corresponding relationship between mem devices and target postions?
 2023-07-23  2:55 UTC  (3+ messages)

[cxl:fixes] BUILD SUCCESS 70d49bbf962ce4579bebd82938ef7f265bc3e6ae
 2023-07-22  7:20 UTC 

[PATCH 0/4] CXL: SK hynix Niagara MHSLD Device
 2023-07-21 16:35 UTC  (5+ messages)
` [PATCH 1/4] cxl/mailbox: change CCI cmd set structure to be a member, not a refernce
` [PATCH 2/4] cxl/mailbox: interface to add CCI commands to an existing CCI
` [PATCH 3/4] cxl/type3: minimum MHD cci support
` [PATCH 4/4] cxl/vendor: SK hynix Niagara Multi-Headed SLD Device

[PATCH 0/2] PCI, AER, CXL: Fix appropriate _OSC check for CXL RAS Cap
 2023-07-21 13:49 UTC  (11+ messages)
` [PATCH 1/2] PCI, AER: Export and make pcie_aer_is_native() global
` [PATCH 2/2] cxl/pci: Fix appropriate checking for _OSC while handling CXL RAS registers

[RFC 0/2] Modify CCI cmd sets to be mutable
 2023-07-20 19:58 UTC  (3+ messages)
` [RFC 1/2] cxl/mailbox: change CCI cmd set structure to be a member, not a refernce
` [RFC 2/2] cxl/mailbox: interface to add CCI commands to an existing CCI

[RFC PATCH 00/17] hw/cxl: hw/cxl: Generic CCI emulation support
 2023-07-20 19:33 UTC  (23+ messages)
` [RFC PATCH 01/17] hw/pci-bridge/cxl_upstream: Move defintion of device to header
` [RFC PATCH 02/17] hw/cxl/mailbox: Enable mulitple mailbox command sets
` [RFC PATCH 03/17] cxl/mbox: Pull the payload out of struct cxl_cmd and make instances constant
` [RFC PATCH 04/17] hw/mbox: Split mailbox command payload into separate input and output
` [RFC PATCH 05/17] cxl/mbox: Pull the CCI definition out of the CXLDeviceState
` [RFC PATCH 06/17] cxl/mbox: Generalize the CCI command processing
` [RFC PATCH 07/17] hw/acpi/aml-build: add function for i2c slave device serial bus description
` [RFC PATCH 08/17] hw/i2c: add mctp core
` [RFC PATCH 09/17] i2c/mctp: Allow receiving messages to dest eid 0
` [RFC PATCH 10/17] misc/i2c_mctp_cxl: Initial device emulation
` [RFC PATCH 11/17] HACK: arm/virt: Add aspeed-i2c controller and MCTP EP to enable MCTP testing
` [RFC PATCH 12/17] HACK: hw/arm/virt: Add ACPI support for aspeed-i2c / mctp
` [RFC PATCH 13/17] HACK: hw/i386/pc: Add Aspeed i2c controller + MCTP with ACPI tables
` [RFC PATCH 14/17] docs: cxl: Add example commandline for MCTP CXL CCIs
` [RFC PATCH 15/17] hw/cxl: Add a switch mailbox CCI function
` [RFC PATCH 16/17] hw/cxl: Implement Physical Ports status retrieval
` [RFC PATCH 17/17] hw/cxl: Add tunneled command support to mailbox for switch cci

Question: how to create a cxl region with the specified numa node and distance
 2023-07-20 13:03 UTC 

[RFC] cxl/type3: minimum MHD cci support
 2023-07-19 18:32 UTC 

[PATCH] tools/testing/cxl: Remove unused SZ_512G macro
 2023-07-19 17:42 UTC  (2+ messages)

[cxl:fixes] BUILD SUCCESS 91019b5bc7c2c5e6f676cce80ee6d12b2753d018
 2023-07-19 16:20 UTC 

[RFC PATCH v3 0/4] CXL: Standalone switch CCI driver
 2023-07-19  8:45 UTC  (7+ messages)
` [RFC PATCH v3 1/4] cxl: mbox: Preparatory move of functions to core/mbox.c
` [RFC PATCH v3 2/4] cxl: mbox: Factor out the mbox specific data for reuse in switch cci
` [RFC PATCH v3 3/4] PCI: Add PCI_CLASS_SERIAL_CXL_SWITCH_CCI class ID to pci_ids.h
` [RFC PATCH v3 4/4] cxl/pci: Add support for stand alone CXL Switch mailbox CCI

[PATCH] cxl/acpi: Use printk specifier for resource
 2023-07-18 17:58 UTC  (4+ messages)

[PATCH] cxl: Fix memory leak bug in alloc_mock_res()
 2023-07-18  2:53 UTC  (3+ messages)

[linux-next:master] BUILD SUCCESS WITH WARNING 2205be537aeb1ca2ace998e2fefaa2be04e393e4
 2023-07-17 16:33 UTC 

[cxl:fixes] BUILD SUCCESS WITH WARNING 0e99e96b85fc2c608a65d05063f40c671214b2da
 2023-07-15 13:00 UTC 

[PATCH v3 1/2] cxl/acpi: Fix UAF in the error path
 2023-07-15  3:16 UTC  (6+ messages)
` [PATCH v3 2/2] cxl/acpi: Do not swallow errors

[cxl:fixes 4/5] drivers/cxl/acpi.c:299:30: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'resource_size_t' {aka 'unsigned int'}
 2023-07-15  2:02 UTC 

[PATCH v8 00/14] cxl/pci: Add support for RCH RAS error handling
 2023-07-14 17:46 UTC  (4+ messages)
` [PATCH v8 03/14] cxl/hdm: Use stored Component Register mappings to map HDM decoder capability

Region ID in Initiate Dynamic Capacity Release
 2023-07-14 16:30 UTC  (3+ messages)
  ` [EXT] "

[PATCH v9] cxl: add RAS status unmasking for CXL
 2023-07-14 13:51 UTC  (5+ messages)

[PATCH 0/3] mm: use memmap_on_memory semantics for dax/kmem
 2023-07-14 13:54 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