linux-cxl.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-13 17:08:14 to 2023-04-22 03:09:45 UTC [more...]

[PATCH 0/4] cxl: Add a firmware update mechanism and cxl_test emulation
 2023-04-22  3:09 UTC  (5+ messages)
` [PATCH 1/4] cxl/pci: Allocate irq vectors earlier in pci probe
` [PATCH 2/4] cxl/mbox: Add background cmd handling machinery
` [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 13/17] cxl/pci: Use CDAT DOE mailbox created by PCI core
 2023-04-22  2:51 UTC  (2+ messages)
` [PATCH] cxl/port: Fix port to pci device assumptions in read_cdat_data()

[PATCH v2] cxl/pci: Set the device timestamp
 2023-04-22  1:34 UTC  (6+ messages)

[PATCH v4 00/23] cxl: Add support for QTG ID retrieval for CXL subsystem
 2023-04-21 23:24 UTC  (46+ messages)
` [PATCH v4 01/23] cxl: Export QTG ids from CFMWS to sysfs
` [PATCH v4 02/23] cxl: Add checksum verification to CDAT from CXL
` [PATCH v4 03/23] cxl: Add support for reading CXL switch CDAT table
` [PATCH v4 04/23] cxl: Add common helpers for cdat parsing
` [PATCH v4 05/23] cxl: Add callback to parse the DSMAS subtables from CDAT
` [PATCH v4 06/23] cxl: Add callback to parse the DSLBIS subtable "
` [PATCH v4 07/23] cxl: Add callback to parse the SSLBIS "
` [PATCH v4 08/23] cxl: Add support for _DSM Function for retrieving QTG ID
` [PATCH v4 09/23] cxl: Add helper function to retrieve ACPI handle of CXL root device
` [PATCH v4 10/23] cxl: Add helpers to calculate pci latency for the CXL device
` [PATCH v4 11/23] cxl: Add helper function that calculates QoS values for switches
` [PATCH v4 12/23] cxl: Add helper function that calculate QoS values for PCI path
` [PATCH v4 13/23] ACPI: NUMA: Create enum for memory_target hmem_attrs indexing
` [PATCH v4 14/23] ACPI: NUMA: Add genport target allocation to the HMAT parsing
` [PATCH v4 15/23] ACPI: NUMA: Add setting of generic port locality attributes
` [PATCH v4 16/23] ACPI: NUMA: Add helper function to retrieve the performance attributes
` [PATCH v4 17/23] cxl: Add helper function to retrieve generic port QoS
` [PATCH v4 18/23] cxl: Add latency and bandwidth calculations for the CXL path
` [PATCH v4 19/23] cxl: Wait Memory_Info_Valid before access memory related info
` [PATCH v4 20/23] cxl: Move identify and partition query from pci probe to port probe
` [PATCH v4 21/23] cxl: Store QTG IDs and related info to the CXL memory device context
` [PATCH v4 22/23] cxl: Export sysfs attributes for memory device QTG ID
` [PATCH v4 23/23] cxl/mem: Add debugfs output for QTG related data

"release early" preview of DCD enabling
 2023-04-21 21:28 UTC  (5+ messages)

[PATCH v4 0/7] cxl: Background cmds and device sanitation
 2023-04-21 20:24 UTC  (10+ messages)
` [PATCH 1/7] cxl/pci: Allocate irq vectors earlier in pci probe
` [PATCH 2/7] cxl/mbox: Add background cmd handling machinery
` [PATCH 3/7] cxl/mbox: Add sanitation "
` [PATCH 4/7] cxl/mem: Wire up Sanitation support
` [PATCH 5/7] cxl/test: Add Sanitize opcode support
` [PATCH 6/7] cxl/mem: Support Secure Erase
` [PATCH 7/7] cxl/test: Add Secure Erase opcode support

[PATCH v4 0/6] hw/cxl: Poison get, inject, clear
 2023-04-21 17:33 UTC  (4+ messages)
` [PATCH v4 5/6] hw/cxl: Add poison injection via the mailbox

[PATCH v5 0/3] hw/mem: CXL Type-3 Volatile Memory Support
 2023-04-21 16:08 UTC  (4+ messages)
` [PATCH v5 1/3] tests/qtest/cxl-test: whitespace, line ending cleanup
` [PATCH v5 2/3] hw/mem: Use memory_region_size() in cxl_type3
` [PATCH v5 3/3] hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)

[PATCH v4 0/7] QEMU CXL Provide mock CXL events and irq support
 2023-04-21 14:06 UTC  (3+ messages)

[PATCH v2 0/3] hw/cxl: Fix decoder commit and uncommit handling
 2023-04-21 13:59 UTC  (4+ messages)
` [PATCH v2 1/3] hw/cxl: drop pointless memory_region_transaction_guards
` [PATCH v2 2/3] hw/cxl: Fix endian handling for decoder commit
` [PATCH v2 3/3] hw/cxl: Fix incorrect reset of commit and associated clearing of committed

[PATCH] hw/pci-bridge/cxl_upstream: Fix bandwidth entry base unit for SSLBIS
 2023-04-20 16:43 UTC  (2+ messages)

[NDCTL PATCH 0/3] ndctl: Add support of QoS Throttling Group (QTG) id for CXL CLI
 2023-04-20 16:15 UTC  (8+ messages)
` [NDCTL PATCH 1/3] ndctl: Add QTG ID support for the root decoder
` [NDCTL PATCH 2/3] ndctl: Add QTG ID support for the memory device
` [NDCTL PATCH 3/3] ndctl: add QTG ID check for region creation

Usage of tools/testing/cxl
 2023-04-20 15:57 UTC  (4+ messages)

[BUG] DAX access of Memory Expander on RCH topology fires BUG on page_table_check
 2023-04-20  1:29 UTC  (6+ messages)

[PATCH] cxl/hdm: Extend DVSEC range register emulation for region enumeration
 2023-04-20  0:50 UTC  (9+ messages)

[PATCH v3 5/6] PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handler
 2023-04-19 14:17 UTC  (4+ messages)

[PATCH v3 0/6] cxl/pci: Add support for RCH RAS error handling
 2023-04-19 13:30 UTC  (41+ messages)
` [PATCH v3 1/6] cxl/pci: Add RCH downstream port AER and RAS register discovery
` [PATCH v3 2/6] efi/cper: Export cper_mem_err_unpack() for use by modules
` [PATCH v3 3/6] PCI/AER: Export cper_print_aer() "
` [PATCH v3 4/6] cxl/pci: Add RCH downstream port error logging
` [PATCH v3 5/6] PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handler
` [PATCH v3 6/6] PCI/AER: Unmask RCEC internal errors to enable RCH downstream port error handling

[STYLE v1 0/3] Fixing check patch styling issues
 2023-04-19 11:14 UTC  (4+ messages)
` [STYLE v1 1/3] cxl/mbox: remove redundant debug msg
` [STYLE v1 2/3] cxl/core/port: Use tabs to fix styling errors
` [STYLE v1 3/3] cxl/core/region:Remove else after return statement

[cxl:next] BUILD SUCCESS f960e57dca9fa3653d9e9c0a9e1386d2241e0aad
 2023-04-19  7:49 UTC 

[cxl:fixes] BUILD SUCCESS c841ecd8277154c9297dd9ac959494f6deb61e76
 2023-04-19  7:49 UTC 

[PATCH v6 0/10] cxl: CXL Inject & Clear Poison
 2023-04-19  3:26 UTC  (11+ messages)
` [PATCH v6 01/10] cxl/memdev: Add support for the Inject Poison mailbox command
` [PATCH v6 02/10] cxl/memdev: Add support for the Clear "
` [PATCH v6 03/10] cxl/memdev: Warn of poison inject or clear to a mapped region
` [PATCH v6 04/10] cxl/memdev: Trace inject and clear poison as cxl_poison events
` [PATCH v6 05/10] cxl/mem: Add debugfs attributes for poison inject and clear
` [PATCH v6 06/10] tools/testing/cxl: Mock the Inject Poison mailbox command
` [PATCH v6 07/10] tools/testing/cxl: Mock the Clear "
` [PATCH v6 08/10] tools/testing/cxl: Use injected poison for get poison list
` [PATCH v6 09/10] tools/testing/cxl: Add a sysfs attr to test poison inject limits
` [PATCH v6 10/10] tools/testing/cxl: Require CONFIG_DEBUG_FS

[PATCH v2 -qemu 0/5] cxl: Background commands and device Sanitation
 2023-04-18 17:23 UTC  (6+ messages)
` [PATCH 1/5] cxl/mbox: Add support for background operations
` [PATCH 2/5] cxl/mbox: Wire up interrupts for background completion
` [PATCH 3/5] cxl/device: Handle Media Disabled state
` [PATCH 4/5] hw/cxl: Add support for device sanitation
` [PATCH 5/5] cxl/type3: Remove superfluous statements

[PATCH v13 0/9] CXL Poison List Retrieval & Tracing
 2023-04-18 17:39 UTC  (10+ messages)
` [PATCH v13 1/9] cxl/mbox: Deprecate poison commands
` [PATCH v13 2/9] cxl/mbox: Restrict poison cmds to debugfs cxl_raw_allow_all
` [PATCH v13 3/9] cxl/mbox: Initialize the poison state
` [PATCH v13 4/9] cxl/mbox: Add GET_POISON_LIST mailbox command
` [PATCH v13 5/9] cxl/trace: Add TRACE support for CXL media-error records
` [PATCH v13 6/9] cxl/memdev: Add trigger_poison_list sysfs attribute
` [PATCH v13 7/9] cxl/region: Provide region info to the cxl_poison trace event
` [PATCH v13 8/9] cxl/trace: Add an HPA to cxl_poison trace events
` [PATCH v13 9/9] tools/testing/cxl: Mock support for Get Poison List

[PATCH v12 0/6] CXL Poison List Retrieval & Tracing
 2023-04-17 19:39 UTC  (7+ messages)
` [PATCH v12 1/6] cxl/mbox: Add GET_POISON_LIST mailbox command

[PATCH 0/5] cxl/hdm: Decoder enumeration fixes
 2023-04-17 16:48 UTC  (18+ messages)
` [PATCH 1/5] cxl/hdm: Fail upon detecting 0-sized decoders
` [PATCH 2/5] cxl/hdm: Use 4-byte reads to retrieve HDM decoder base+limit
` [PATCH 3/5] cxl/core: Drop unused io-64-nonatomic-lo-hi.h
` [PATCH 4/5] cxl/port: Scan single-target ports for decoders
` [PATCH 5/5] cxl/hdm: Add more HDM decoder debug messages at startup

[PATCH -qemu 0/3] cxl: Background commands and device sanitation
 2023-04-16  2:32 UTC  (14+ messages)
` [PATCH 1/3] cxl/mbox: Add support for background operations
` [PATCH 2/3] cxl/mbox: Wire up interrupts for background completion
` [PATCH 3/3] cxl: Add support for device sanitation

[PATCH v2 0/5] cxl/pci: Add support for RCH RAS error handling
 2023-04-14 20:41 UTC  (5+ messages)
` [PATCH v2 3/5] pci/aer: Export cper_print_aer() for CXL driver logging

[LSF/MM/BPF TOPIC] BoF VM live migration over CXL memory​
 2023-04-14 13:16 UTC  (24+ messages)
        ` [LSF/MM/BPF TOPIC] BoF VM live migration over CXL memory

[LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-14  8:41 UTC  (2+ messages)
  ` FW: "

FW: [LSF/MM/BPF TOPIC] BoF VM live migration over CXL memory
 2023-04-14  8:41 UTC  (2+ messages)
  `  "

FW: [LSF/MM/BPF TOPIC] BoF VM live migration over CXL memory
 2023-04-14  8:41 UTC  (2+ messages)

[PATCH v6 0/5] perf: CXL 3.0 Performance Monitoring Unit support
 2023-04-14  8:20 UTC  (3+ messages)
` [PATCH v6 1/5] perf: Allow a PMU to have a parent

[PATCH v5 0/12] cxl: CXL Inject & Clear Poison
 2023-04-13 17:07 UTC  (5+ messages)
` [PATCH v5 03/12] cxl/memdev: Warn of poison inject or clear to a mapped region


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).