linux-cxl.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-22 16:45:53 to 2023-03-30 19:03:16 UTC [more...]

[PATCH v5 0/12] cxl: CXL Inject & Clear Poison
 2023-03-30 19:03 UTC  (18+ 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] cxl/hdm: Avoid NULL deref when component registers are missing
 2023-03-30 18:49 UTC  (6+ messages)

[PATCH v3 0/8] cxl: CXL Inject & Clear Poison
 2023-03-30 18:44 UTC  (10+ messages)
` [PATCH v3 1/8] cxl/memdev: Add support for the Inject Poison mailbox command
` [PATCH v3 2/8] cxl/memdev: Add support for the Clear "
` [PATCH v3 7/8] cxl/memdev: Make inject and clear poison cmds kernel exclusive
` [PATCH v3 8/8] cxl/mbox: Block inject and clear poison opcodes in raw mode

[PATCH] cxl/region: Move coherence tracking into cxl_region_attach()
 2023-03-30 18:25 UTC  (6+ messages)

[PATCH] cxl/hdm: Extend DVSEC range register emulation for region enumeration
 2023-03-30 18:24 UTC  (10+ messages)

[PATCH v11 0/6] CXL Poison List Retrieval & Tracing
 2023-03-30 17:45 UTC  (11+ 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

[PATCH] cxl/port: Fix find_cxl_root() for RCDs and simplify it
 2023-03-30 17:35 UTC  (8+ messages)

[PATCH] cxl/hdm: Limit emulation to the number of range registers
 2023-03-30 17:02 UTC  (3+ messages)

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

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

[cxl:for-6.3/fixes] BUILD SUCCESS 573d8b8fbc8c9764c957ac0df7f62b68cab86af5
 2023-03-30 12:08 UTC 

[PATCH] ACPI, APEI, EINJ: Remove memory range validation for CXL error types
 2023-03-29 19:28 UTC  (3+ messages)

[PATCH] cxl/region: Fix region setup/teardown for RCDs
 2023-03-29 17:39 UTC  (2+ messages)

[PATCH v2 0/5] cxl/pci: Add support for RCH RAS error handling
 2023-03-29 15:59 UTC  (25+ 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

[PATCH v2 0/5] CXL 3.0 Performance Monitoring Unit support
 2023-03-29 13:11 UTC  (20+ 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 v3 0/7] cxl: Background cmds and device sanitation
 2023-03-28  6:26 UTC  (11+ messages)
` [PATCH 1/7] cxl/mbox: Add background cmd handling machinery
` [PATCH 2/7] cxl/security: Add security state sysfs ABI
` [PATCH 3/7] cxl/region: Add cxl_memdev_active_region()
` [PATCH 4/7] cxl/mem: Support Sanitation

[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

[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 

[RESEND PATCH 0/2] hw/cxl: Fix decoder commit and uncommit handling
 2023-03-24 17:05 UTC  (5+ messages)
  ` [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  (3+ 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  (5+ messages)


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