linux-cxl.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-10 17:55:07 to 2023-03-27 17:26:42 UTC [more...]

[PATCH v3 0/5] CXL 3.0 Performance Monitoring Unit support
 2023-03-27 17:02 UTC  (6+ messages)
` [PATCH v3 1/5] cxl: Add function to count regblocks of a given type
` [PATCH v3 2/5] perf: Allow a PMU to have a parent
` [PATCH v3 3/5] cxl/pci: Find and register CXL PMU devices
` [PATCH v3 4/5] cxl: CXL Performance Monitoring Unit driver
` [PATCH v3 5/5] docs: perf: Minimal introduction the the CXL PMU device and driver

[PATCH v2 0/5] CXL 3.0 Performance Monitoring Unit support
 2023-03-27 17:07 UTC  (15+ messages)
` [PATCH v2 1/5] cxl: Add function to count regblocks of a given type
` [PATCH v2 2/5] perf: Allow a PMU to have a parent
` [PATCH v2 3/5] cxl/pci: Find and register CXL PMU devices
` [PATCH v2 4/5] cxl: CXL Performance Monitoring Unit driver
` [PATCH v2 5/5] docs: perf: Minimal introduction the the CXL PMU device and driver

[PATCH v5 0/12] cxl: CXL Inject & Clear Poison
 2023-03-27  5:03 UTC  (13+ messages)
` [PATCH v5 01/12] cxl/memdev: Add support for the Inject Poison mailbox command
` [PATCH v5 02/12] cxl/memdev: Add support for the Clear "
` [PATCH v5 03/12] cxl/memdev: Warn of poison inject or clear to a mapped region
` [PATCH v5 04/12] cxl/memdev: Trace inject and clear poison as cxl_poison events
` [PATCH v5 05/12] cxl/mem: Add debugfs attributes for poison inject and clear
` [PATCH v5 06/12] cxl/memdev: Make inject and clear poison cmds kernel exclusive
` [PATCH v5 07/12] cxl/mbox: Block inject and clear poison opcodes in raw mode
` [PATCH v5 08/12] tools/testing/cxl: Mock the Inject Poison mailbox command
` [PATCH v5 09/12] tools/testing/cxl: Mock the Clear "
` [PATCH v5 10/12] tools/testing/cxl: Use injected poison for get poison list
` [PATCH v5 11/12] tools/testing/cxl: Add a sysfs attr to test poison inject limits
` [PATCH v5 12/12] tools/testing/cxl: Require CONFIG_DEBUG_FS

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

[LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-03-26  7:21 UTC  (18+ messages)
  ` FW: "
        ` RE(2): "
              ` RE(4): "
                          ` RE(3): "

[cxl:for-6.4/cxl-type-2 20/22] htmldocs: Documentation/driver-api/cxl/memory-devices:454: ./drivers/cxl/core/region.c:678: WARNING: Inline emphasis start-string without end-string
 2023-03-25 14:23 UTC 

[cxl:for-6.4/cxl-type-2] BUILD SUCCESS 0b80e8b55828313bcd08c4740646689e648de444
 2023-03-25 13:08 UTC 

[cxl:for-6.4/cxl-type-2 10/22] drivers/cxl/core/pci.c:493 cxl_probe_link() warn: right shifting more than type allows 16 vs 16
 2023-03-25  7:18 UTC 

[PATCH v2 0/5] cxl/pci: Add support for RCH RAS error handling
 2023-03-24 22:36 UTC  (19+ messages)
` [PATCH v2 1/5] cxl/pci: Add RCH downstream port AER and RAS register discovery
` [PATCH v2 2/5] efi/cper: Export cper_mem_err_unpack() for CXL logging
` [PATCH v2 3/5] pci/aer: Export cper_print_aer() for CXL driver logging
` [PATCH v2 4/5] cxl/pci: Forward RCH downstream port-detected errors to the CXL.mem dev handler
` [PATCH v2 5/5] cxl/pci: Add RCH downstream port error logging

[RESEND PATCH 0/2] hw/cxl: Fix decoder commit and uncommit handling
 2023-03-24 17:05 UTC  (8+ messages)
` [RESEND PATCH 1/2] hw/cxl: Fix endian handling for decoder commit
` [RESEND PATCH 2/2] hw/cxl: Fix incorrect reset of commit and associated clearing of committed

[PATCH 00/18] cxl: Add support for QTG ID retrieval for CXL subsystem
 2023-03-23 23:20 UTC  (4+ messages)
` [PATCH 18/18] cxl: Export sysfs attributes for device QTG IDs

[PATCH 0/2] cxl: DVSEC Range emulation fixups
 2023-03-23 17:56 UTC  (5+ messages)

[PATCH] hw/acpi/cxl: Drop device-memory support from CFMWS entries
 2023-03-22 22:10 UTC  (4+ messages)

[PATCH] hw/pci-bridge/cxl_upstream: Fix bandwidth entry base unit for SSLBIS
 2023-03-22 17:33 UTC 

[PATCH] cxl/hdm: Fix hdm decoder init by adding COMMIT field check
 2023-03-22 16:45 UTC  (15+ messages)

[PATCH 0/2] hw/cxl: Fix decoder commit and uncommit handling
 2023-03-22 10:29 UTC  (5+ messages)
` [PATCH 1/2] hw/cxl: Fix endian handling for decoder commit
` [PATCH 2/2] hw/cxl: Fix incorrect reset of commit and associated clearing of committed

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

[RFC] cxl: Multi-headed device design
 2023-03-22  1:50 UTC 

[PATCH v3 0/7] cxl: Background cmds and device sanitation
 2023-03-22  0:05 UTC  (2+ messages)

[PATCH 0/4] CXL 3.0 Performance Monitoring Unit support
 2023-03-21 17:46 UTC  (9+ messages)
` [PATCH 2/4] cxl/pci: Find and register CXL PMU devices
` [PATCH 3/4] cxl: CXL Performance Monitoring Unit driver

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

[PATCH v4 00/17] Collection of DOE material
 2023-03-21  9:05 UTC  (24+ messages)
` [PATCH v4 01/17] cxl/pci: Fix CDAT retrieval on big endian
` [PATCH v4 02/17] cxl/pci: Handle truncated CDAT header
` [PATCH v4 03/17] cxl/pci: Handle truncated CDAT entries
` [PATCH v4 04/17] cxl/pci: Handle excessive CDAT length
` [PATCH v4 05/17] PCI/DOE: Silence WARN splat with CONFIG_DEBUG_OBJECTS=y
` [PATCH v4 06/17] PCI/DOE: Fix memory leak "
` [PATCH v4 07/17] PCI/DOE: Provide synchronous API and use it internally
` [PATCH v4 08/17] cxl/pci: Use synchronous API for DOE
` [PATCH v4 09/17] PCI/DOE: Make asynchronous API private
` [PATCH v4 10/17] PCI/DOE: Deduplicate mailbox flushing
` [PATCH v4 11/17] PCI/DOE: Allow mailbox creation without devres management
` [PATCH v4 12/17] PCI/DOE: Create mailboxes on device enumeration
` [PATCH v4 13/17] cxl/pci: Use CDAT DOE mailbox created by PCI core
` [PATCH v4 14/17] PCI/DOE: Make mailbox creation API private
` [PATCH v4 15/17] PCI/DOE: Relax restrictions on request and response size
` [PATCH v4 16/17] cxl/pci: Simplify CDAT retrieval error path
` [PATCH v4 17/17] cxl/pci: Rightsize CDAT response allocation

[PATCH] ACPI: APEI: EINJ: Add CXL error types
 2023-03-20 17:34 UTC  (4+ messages)

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

CXL Fabric Manager (FM) architecture diagrams
 2023-03-16 20:43 UTC  (4+ messages)
  ` [External] "

CXL/region : commit reset of out of order region appears to succeed
 2023-03-16 17:14 UTC 

[PATCH v4 0/8] cxl: CXL Inject & Clear Poison
 2023-03-15 17:00 UTC  (11+ messages)
` [PATCH v4 1/8] cxl/memdev: Add support for the Inject Poison mailbox command
` [PATCH v4 2/8] cxl/memdev: Add support for the Clear "
` [PATCH v4 3/8] tools/testing/cxl: Mock the Inject "
` [PATCH v4 4/8] tools/testing/cxl: Mock the Clear "
` [PATCH v4 5/8] tools/testing/cxl: Use injected poison for get poison list
` [PATCH v4 6/8] tools/testing/cxl: Add a sysfs attr to test poison injection limits
` [PATCH v4 7/8] cxl/memdev: Make inject and clear poison cmds kernel exclusive
` [PATCH v4 8/8] cxl/mbox: Block inject and clear poison opcodes in raw mode

[qemu PATCH] hw/cxl/cxl_device: Replace magic number in CXLError definition
 2023-03-14 18:34 UTC  (3+ messages)

[RESEND PATCH v6 0/8] hw/cxl: RAS error emulation and injection
 2023-03-14 11:53 UTC  (4+ messages)
` [RESEND PATCH v6 8/8] hw/mem/cxl_type3: Add CXL RAS Error Injection Support

[PATCH v4 0/2] hw/mem: CXL Type-3 Volatile Memory Support
 2023-03-14 10:21 UTC  (6+ messages)
` [PATCH v4 1/2] tests/qtest/cxl-test: whitespace, line ending cleanup
` [PATCH v4 2/2] hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)

[PATCH v4 0/6] hw/cxl: Poison get, inject, clear
 2023-03-14  6:32 UTC  (15+ messages)
` [PATCH v4 1/6] hw/cxl: rename mailbox return code type from ret_code to CXLRetCode
` [PATCH v4 3/6] bswap: Add the ability to store to an unaligned 24 bit field
` [PATCH v4 4/6] hw/cxl: QMP based poison injection support
` [PATCH v4 5/6] hw/cxl: Add poison injection via the mailbox
` [PATCH v4 6/6] hw/cxl: Add clear poison mailbox command support

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


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).