Linux CXL
 help / color / mirror / Atom feed
 messages from 2023-02-14 00:24:18 to 2023-02-22 01:51:43 UTC [more...]

[PATCH 0/2] cxl: DVSEC Range emulation fixups
 2023-02-22  1:51 UTC  (3+ messages)
` [PATCH 1/2] cxl/hdm: Fix double allocation of @cxlhdm
` [PATCH 2/2] cxl/hdm: Skip emulation when driver manages mem_enable

[PATCH 0/6] hw/cxl: Poison get, inject, clear
 2023-02-22  1:47 UTC  (12+ messages)
` [PATCH 1/6] hw/cxl: Move enum ret_code definition to cxl_device.h
` [PATCH 2/6] hw/cxl: rename mailbox return code type from ret_code to CXLRetCode
` [PATCH 3/6] hw/cxl: Introduce cxl_device_get_timestamp() utility function
` [PATCH 4/6] hw/cxl: QMP based poison injection support
` [PATCH 5/6] hw/cxl: Add poison injection via the mailbox
` [PATCH 6/6] hw/cxl: Add clear poison mailbox command support

[PATCH v3 0/2] hw/mem: CXL Type-3 Volatile Memory Support
 2023-02-21 22:33 UTC  (5+ messages)
` [PATCH v3 1/2] tests/qtest/cxl-test: whitespace, line ending cleanup
` [PATCH v3 2/2] hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)

[PATCH v5 0/8] hw/cxl: RAS error emulation and injection
 2023-02-21 22:15 UTC  (13+ messages)
` [PATCH v5 1/8] hw/pci/aer: Implement PCI_ERR_UNCOR_MASK register
` [PATCH v5 2/8] hw/pci/aer: Add missing routing for AER errors
` [PATCH v5 3/8] hw/pci-bridge/cxl_root_port: Wire up AER
` [PATCH v5 4/8] hw/pci-bridge/cxl_root_port: Wire up MSI
` [PATCH v5 5/8] hw/mem/cxl-type3: Add AER extended capability
` [PATCH v5 6/8] hw/cxl: Fix endian issues in CXL RAS capability defaults / masks
` [PATCH v5 7/8] hw/pci/aer: Make PCIE AER error injection facility available for other emulation to use
` [PATCH v5 8/8] hw/mem/cxl_type3: Add CXL RAS Error Injection Support

[PATCH ndctl 0/3] cxl/monitor: coverity and misc other fixes
 2023-02-21 18:34 UTC  (11+ messages)
` [PATCH ndctl 1/3] cxl/event_trace: fix a resource leak in cxl_event_to_json()
` [PATCH ndctl 2/3] cxl/monitor: retain error code in monitor_event()
` [PATCH ndctl 3/3] test/cxl-security.sh: avoid intermittent failures due to sasync probe

[PATCH v9] cxl: add RAS status unmasking for CXL
 2023-02-21 17:55 UTC 

[PATCH] cxl/hdm: dev_warn() on unsupported mixed mode decoder
 2023-02-21 17:14 UTC  (4+ messages)

[PATCH v5 0/7] cxl: Introduce HDM decoder emulation from DVSEC range registers
 2023-02-21 16:48 UTC  (12+ messages)
` [PATCH v5 1/7] cxl/pci: Break out range register decoding from cxl_hdm_decode_init()
` [PATCH v5 2/7] cxl/port: Export cxl_dvsec_rr_decode() to cxl_port
` [PATCH v5 3/7] cxl/pci: Refactor cxl_hdm_decode_init()
` [PATCH v5 4/7] cxl/hdm: Emulate HDM decoder from DVSEC range registers
` [PATCH v5 5/7] cxl/hdm: Create emulated cxl_hdm for devices that do not have HDM decoders
` [PATCH v5 6/7] cxl/hdm: Add emulation when HDM decoders are not committed
` [PATCH v5 7/7] cxl/pci: Remove locked check for dvsec_range_allowed()

[RFC] CXL: TCG/KVM instruction alignment issue discussion default
 2023-02-18 10:22 UTC 

[PATCH 00/18] CXL RAM and the 'Soft Reserved' => 'System RAM' default
 2023-02-18  9:47 UTC  (11+ messages)

[LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-02-21  1:41 UTC 

[PATCH 0/2] hw/mem: CXL Type-3 Volatile Memory Support
 2023-02-20 11:46 UTC  (7+ messages)
` [PATCH 2/2] hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)

[PATCH] dax/kmem: Fix leak of memory-hotplug resources
 2023-02-20  7:53 UTC  (5+ messages)

[ndctl 0/3] Support for inject poison
 2023-02-20  4:57 UTC  (4+ messages)
  ` [ndctl 1/3] libcxl: add memdev inject poison support
  ` [ndctl 2/3] cxl: add inject-poison command to cxl tool
  ` [ndctl 3/3] Documentation: add man page documentation for inject-poison

[LSF/MM/BPF BoF] Session for CXL memory
 2023-02-20  4:55 UTC  (5+ messages)

[ndctl 1/3] libcxl: add memdev inject poison support
 2023-02-20  1:37 UTC  (3+ messages)
  ` [ndctl 2/3] cxl: add inject-poison command to cxl tool
  ` [ndctl 3/3] Documentation: add man page documentation for inject-poison

[PATCH v4 0/8] hw/cxl: RAS error emulation and injection
 2023-02-19 15:25 UTC  (18+ messages)
` [PATCH v4 1/8] hw/pci/aer: Implement PCI_ERR_UNCOR_MASK register
` [PATCH v4 2/8] hw/pci/aer: Add missing routing for AER errors
` [PATCH v4 3/8] hw/pci-bridge/cxl_root_port: Wire up AER
` [PATCH v4 4/8] hw/pci-bridge/cxl_root_port: Wire up MSI
` [PATCH v4 5/8] hw/mem/cxl-type3: Add AER extended capability
` [PATCH v4 6/8] hw/cxl: Fix endian issues in CXL RAS capability defaults / masks
` [PATCH v4 7/8] hw/pci/aer: Make PCIE AER error injection facility available for other emulation to use
` [PATCH v4 8/8] hw/mem/cxl_type3: Add CXL RAS Error Injection Support

[PATCH v3 00/16] Collection of DOE material
 2023-02-19 13:03 UTC  (37+ messages)
` [PATCH v3 01/16] cxl/pci: Fix CDAT retrieval on big endian
` [PATCH v3 02/16] cxl/pci: Handle truncated CDAT header
` [PATCH v3 03/16] cxl/pci: Handle truncated CDAT entries
` [PATCH v3 04/16] cxl/pci: Handle excessive CDAT length
` [PATCH v3 07/16] PCI/DOE: Provide synchronous API and use it internally
` [PATCH v3 09/16] PCI/DOE: Make asynchronous API private
` [PATCH v3 10/16] PCI/DOE: Deduplicate mailbox flushing
` [PATCH v3 11/16] PCI/DOE: Allow mailbox creation without devres management
` [PATCH v3 12/16] PCI/DOE: Create mailboxes on device enumeration
` [PATCH v3 14/16] PCI/DOE: Make mailbox creation API private
` [PATCH v3 15/16] PCI/DOE: Relax restrictions on request and response size
` [PATCH v3 16/16] cxl/pci: Rightsize CDAT response allocation

[cxl:next] BUILD SUCCESS e686c32590f40bffc45f105c04c836ffad3e531a
 2023-02-18 11:43 UTC 

[PATCH v7 0/6] CXL Poison List Retrieval & Tracing
 2023-02-18  2:18 UTC  (7+ messages)
` [PATCH v7 1/6] cxl/mbox: Add GET_POISON_LIST mailbox command
` [PATCH v7 2/6] cxl/trace: Add TRACE support for CXL media-error records
` [PATCH v7 3/6] cxl/memdev: Add trigger_poison_list sysfs attribute
` [PATCH v7 4/6] cxl/region: Provide region info to the cxl_poison trace event
` [PATCH v7 5/6] cxl/trace: Add an HPA to cxl_poison trace events
` [PATCH v7 6/6] tools/testing/cxl: Mock support for Get Poison List

CXL 2.0 memory pooling emulation
 2023-02-17 11:02 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] CXL Fabric Manager (FM) architecture
 2023-02-17 18:31 UTC  (5+ messages)
  ` [External] "

[PATCH v2 0/2] hw/mem: CXL Type-3 Volatile Memory Support
 2023-02-17 17:56 UTC  (3+ messages)
` [PATCH v2 1/2] tests/qtest/cxl-test: whitespace, line ending cleanup
` [PATCH v2 2/2] hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)

[PATCH V4 0/4] rasdaemon: Add support for the CXL error events
 2023-02-17 16:59 UTC  (7+ messages)
` [PATCH V4 1/4] rasdaemon: Move definition for BIT and BIT_ULL to a common file
` [PATCH V4 2/4] rasdaemon: Add support for the CXL poison events
` [PATCH V4 3/4] rasdaemon: Add support for the CXL AER uncorrectable errors
` [PATCH V4 4/4] rasdaemon: Add support for the CXL AER correctable errors

[PATCH] cxl/pmem: Fix nvdimm registration races
 2023-02-17 16:50 UTC  (3+ messages)

Not enough CXL HDM decoders in pass through host bridges (sort of)
 2023-02-17 14:29 UTC  (4+ messages)

[PATCH] cxl/mem: Add kdoc param for event log driver state
 2023-02-16 22:49 UTC  (2+ messages)

[PATCH v2 0/3] cxl: Enhance trace point information
 2023-02-16 22:48 UTC  (5+ messages)
` [PATCH v2 1/3] cxl/trace: Standardize device information output
` [PATCH v2 2/3] cxl/trace: Add host output to trace points
` [PATCH v2 3/3] cxl/trace: Add serial number "

[cxl:next] BUILD SUCCESS a5fcd228ca1db9810ba1ed461c90b6ee933b9daf
 2023-02-16 18:04 UTC 

[linux-next:master] BUILD REGRESSION 509583475828c4fd86897113f78315c1431edcc3
 2023-02-16 16:52 UTC 

[linux-next:master] BUILD REGRESSION 9d9019bcea1aac7eed64a1a4966282b6b7b141c8
 2023-02-16  2:05 UTC 

[PATCH v6 0/6] CXL Poison List Retrieval & Tracing
 2023-02-16  2:04 UTC  (4+ messages)
` [PATCH v6 4/6] cxl/region: Provide region info to the cxl_poison trace event

[PATCH 00/18] cxl: Add support for QTG ID retrieval for CXL subsystem
 2023-02-15 16:38 UTC  (21+ messages)
` [PATCH 04/18] cxl: Add common helpers for cdat parsing
` [PATCH 07/18] cxl: Add callback to parse the DSLBIS subtable from CDAT
` [PATCH 08/18] cxl: Add support for _DSM Function for retrieving QTG ID
` [PATCH 09/18] cxl: Add helper function to retrieve ACPI handle of CXL root device
` [PATCH 13/18] cxl: Add latency and bandwidth calculations for the CXL path

[PATCH] cxl/port: Disable decoder setup for endpoints in RCD mode
 2023-02-15 16:32 UTC  (5+ messages)

[PATCH 12/18] cxl: Add helpers to calculate pci latency for the CXL device
 2023-02-15 12:13 UTC  (5+ messages)

[RFC PATCH v2 0/4] CXL: Standalone switch CCI driver
 2023-02-15  4:17 UTC  (3+ messages)
` [RFC PATCH v2 1/4] cxl/mbox: Use local cxl_device_state variable

[ndctl PATCH] daxctl: Skip over memory failure node status
 2023-02-15  0:36 UTC  (5+ messages)

[PATCH RFC] PCI/AER: Enable internal AER errors by default
 2023-02-15  0:08 UTC  (3+ messages)

[PATCH v8] cxl: add RAS status unmasking for CXL
 2023-02-14 21:26 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 3ebb0ac55efaf1d0fb1b106f852c114e5021f7eb
 2023-02-14 17:10 UTC 

[PATCH] cxl: remove unnecessary calling of pci_enable_pcie_error_reporting()
 2023-02-14 16:53 UTC  (4+ messages)

[PATCH v2 00/20] CXL RAM and the 'Soft Reserved' => 'System RAM' default
 2023-02-14 16:43 UTC  (8+ messages)
` [PATCH v2 13/20] cxl/region: Add region autodiscovery

[PATCH] dax: clx: add CXL_REGION dependency
 2023-02-14 16:38 UTC  (2+ messages)

[PATCH] cxl: avoid returning uninitialized error code
 2023-02-14 16:35 UTC  (2+ messages)


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