Linux CXL
 help / color / mirror / Atom feed
 messages from 2023-07-06 11:58:13 to 2023-07-23 04:57:11 UTC [more...]

[Qemu PATCH 0/9] Enabling DCD emulation support in Qemu
 2023-07-23  4:57 UTC  (3+ messages)

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 v2 0/3] PCI/AER, CXL: Fix appropriate _OSC check for CXL RAS Cap
 2023-07-22  0:18 UTC  (6+ 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()

[RFC PATCH v4 0/4] CXL: Standalone switch CCI driver
 2023-07-21 16:48 UTC  (6+ 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

[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

[PATCH v2 0/3] mm: use memmap_on_memory semantics for dax/kmem
 2023-07-21 12:20 UTC  (5+ 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

[PATCH RESEND 0/4] memory tiering: calculate abstract distance based on ACPI HMAT
 2023-07-21  4:15 UTC  (6+ 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

[PATCH 1/9] hw/cxl/cxl-mailbox-utils: Add dc_event_log_size field to output payload of identify memory device command
 2023-07-20 20:37 UTC  (9+ 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

[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 

DCD region base address
 2023-07-20  1:43 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)

[ndctl PATCH RESEND 0/2] Fix accessors for temperature field when it is negative
 2023-07-18  4:34 UTC  (5+ 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

[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 -ndctl v2 0/2] cxl: Support memdev sanitation
 2023-07-14 18:35 UTC  (6+ messages)
` [PATCH 1/2] cxl/memdev: Introduce wait-sanitize functionality
` [PATCH 2/2] cxl/memdev: Introduce sanitize-memdev functionality

[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  (15+ messages)
` [PATCH 3/3] dax/kmem: Always enroll hotplugged memory for memmap_on_memory

[PATCH v2] cxl: Update MAINTAINERS
 2023-07-13 20:38 UTC  (5+ messages)

[PATCH 0/5] cxl/dcd: Add support for Dynamic Capacity Devices (DCD)
 2023-07-13 12:55 UTC  (3+ messages)
` [PATCH 4/5] cxl/mem: Add support to handle DCD add and release capacity events

[PATCH v2] cxl/acpi: Release device after dev_err()
 2023-07-13  4:38 UTC  (7+ messages)

[PATCH] cxl/mem: Fix a double shift bug
 2023-07-12 19:34 UTC  (3+ messages)

[PATCH] cxl: Fix double shift of CXL_FW_CANCEL
 2023-07-12 18:02 UTC  (4+ messages)

[PATCH] cxl/pci: Remove unnecessary aer.h include
 2023-07-12 16:02 UTC  (3+ messages)

[PATCH] cxl: Update MAINTAINERS
 2023-07-12 15:07 UTC  (4+ messages)

[Question] How to set up DVSEC CXL Range Registers for DCD devices
 2023-07-12  8:48 UTC  (5+ messages)

[ndctl PATCH v4 0/4] cxl/monitor and ndctl/monitor fixes
 2023-07-11 17:58 UTC  (9+ messages)
` [ndctl PATCH v4 1/4] cxl/monitor: Enable default_log and refactor sanity check
` [ndctl PATCH v4 2/4] cxl/monitor: replace monitor.log_file with monitor.ctx.log_file
` [ndctl PATCH v4 3/4] ndctl: use strcmp for reserved word in monitor commands
` [ndctl PATCH v4 4/4] Documentation/cxl/cxl-monitor.txt: Fix inaccurate description

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

[PATCH v4 0/2] CXL: Apply SRAT defined PXM to entire CFMWS window
 2023-07-10 20:02 UTC  (3+ messages)
` [PATCH v4 1/2] x86/numa: Introduce numa_fill_memblks()
` [PATCH v4 2/2] ACPI: NUMA: Apply SRAT proximity domain to entire CFMWS window

[ndctl PATCH v3 0/6] cxl/monitor and ndctl/monitor fixes
 2023-07-10 16:59 UTC  (13+ messages)
` [ndctl PATCH v3 1/6] cxl/monitor: Enable default_log and refactor sanity check
` [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

[PATCH] cxl/acpi: Release device after dev_err
 2023-07-10 15:55 UTC  (8+ messages)

[NDCTL PATCH] cxl/region: Always use the correct target position
 2023-07-09 11:50 UTC  (2+ messages)

[PATCH] memory tier: rename destroy_memory_type() to put_memory_type()
 2023-07-06 13:11 UTC  (3+ messages)


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