linux-cxl.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-15 12:14:21 to 2024-11-21 15:33:33 UTC [more...]

[PATCH 00/13] rasdaemon: cxl: Update CXL event logging and recording to CXL spec rev 3.1
 2024-11-21 15:33 UTC  (23+ messages)
` [PATCH 01/13] rasdaemon: cxl: Fix logging of memory event type of DRAM trace event
` [PATCH 02/13] rasdaemon: cxl: Fix mismatch in region field's name with kernel "
` [PATCH 03/13] rasdaemon: cxl: Add automatic indexing for storing CXL fields in SQLite database
` [PATCH 04/13] rasdaemon: cxl: Update common event to CXL spec rev 3.1
` [PATCH 05/13] rasdaemon: cxl: Add Component Identifier formatting for "
` [PATCH 06/13] rasdaemon: cxl: Update CXL general media event to "
` [PATCH 07/13] rasdaemon: cxl: Update CXL DRAM "
` [PATCH 08/13] rasdaemon: cxl: Update memory module "
` [PATCH 09/13] rasdaemon: ras-mc-ctl: Fix logging of memory event type in CXL DRAM error table
` [PATCH 10/13] rasdaemon: ras-mc-ctl: Update logging of common event data to align with CXL spec rev 3.1
` [PATCH 11/13] rasdaemon: ras-mc-ctl: Update logging of CXL general media "
` [PATCH 12/13] rasdaemon: ras-mc-ctl: Update logging of CXL DRAM "
` [PATCH 13/13] rasdaemon: ras-mc-ctl: Update logging of CXL memory module "

[RFC PATCH 0/4] CXL Hotness Monitoring Unit perf driver
 2024-11-21 14:58 UTC  (8+ messages)
` [RFC PATCH 1/4] cxl: Register devices for CXL Hotness Monitoring Units (CHMU)
` [RFC PATCH 2/4] cxl: Hotness Monitoring Unit via a Perf AUX Buffer
` [RFC PATCH 3/4] perf: Add support for CXL Hotness Monitoring Units (CHMU)
` [RFC PATCH 4/4] hwtrace: Document CXL Hotness Monitoring Unit driver

[PATCH v5 00/27] cxl: add type2 device basic support
 2024-11-21  9:27 UTC  (62+ messages)
` [PATCH v5 01/27] "
` [PATCH v5 02/27] sfc: add cxl support using new CXL API
` [PATCH v5 03/27] cxl: add capabilities field to cxl_dev_state and cxl_port
` [PATCH v5 04/27] cxl/pci: add check for validating capabilities
` [PATCH v5 05/27] cxl: move pci generic code
` [PATCH v5 06/27] cxl: add function for type2 cxl regs setup
` [PATCH v5 07/27] sfc: use cxl api for regs setup and checking
` [PATCH v5 08/27] cxl: add functions for resource request/release by a driver
` [PATCH v5 09/27] sfc: request cxl ram resource
` [PATCH v5 10/27] cxl: harden resource_contains checks to handle zero size resources
` [PATCH v5 11/27] cxl: add function for setting media ready by a driver
` [PATCH v5 12/27] sfc: set cxl media ready
` [PATCH v5 13/27] cxl: prepare memdev creation for type2
` [PATCH v5 14/27] sfc: create type2 cxl memdev
` [PATCH v5 15/27] cxl: define a driver interface for HPA free space enumeration
` [PATCH v5 16/27] sfc: obtain root decoder with enough HPA free space
` [PATCH v5 17/27] cxl: define a driver interface for DPA allocation
` [PATCH v5 18/27] sfc: get endpoint decoder
` [PATCH v5 19/27] cxl: make region type based on endpoint type
` [PATCH v5 20/27] cxl/region: factor out interleave ways setup
` [PATCH v5 21/27] cxl/region: factor out interleave granularity setup
` [PATCH v5 22/27] cxl: allow region creation by type2 drivers
` [PATCH v5 23/27] sfc: create cxl region
` [PATCH v5 24/27] cxl: add region flag for precluding a device memory to be used for dax
` [PATCH v5 25/27] sfc: specify avoid dax when cxl region is created
` [PATCH v5 26/27] cxl: add function for obtaining params from a region
` [PATCH v5 27/27] sfc: support pio mapping based on cxl

RFC: Kernel CXL cache support (and IOMMU implications)
 2024-11-20 22:33 UTC  (2+ messages)

[PATCH v6 0/3] memory,x86,acpi: hotplug memory alignment advisement
 2024-11-20 19:20 UTC  (2+ messages)

[RFC PATCH v2 0/20] fwctl/cxl: Add CXL feature commands support via fwctl
 2024-11-20 18:57 UTC  (28+ messages)
` [RFC PATCH v2 01/20] cxl: Refactor user ioctl command path from mds to mailbox
` [RFC PATCH v2 02/20] cxl: Add Get Supported Features command for kernel usage
` [RFC PATCH v2 03/20] cxl/test: Add Get Supported Features mailbox command support
` [RFC PATCH v2 04/20] cxl/mbox: Add GET_FEATURE mailbox command
` [RFC PATCH v2 05/20] cxl: Add Get Feature command support for user submission
` [RFC PATCH v2 06/20] cxl/mbox: Add SET_FEATURE mailbox command
` [RFC PATCH v2 07/20] cxl: Add Set Feature command support for user submission
` [RFC PATCH v2 08/20] cxl: Move cxl_driver related bits to be usable by external drivers
` [RFC PATCH v2 09/20] fwctl/cxl: Add driver for CXL mailbox for handling CXL features commands
` [RFC PATCH v2 10/20] fwctl/cxl: Add support for get driver information
` [RFC PATCH v2 11/20] fwctl: FWCTL_HW_INFO to return hardware information
` [RFC PATCH v2 12/20] cxl: Save Command Effects Log (CEL) effects for enabled commands
` [RFC PATCH v2 13/20] fwctl/cxl: Add hw_info callback
` [RFC PATCH v2 14/20] cxl: Move defines and error codes from cxlmem.h to cxl/mailbox.h
` [RFC PATCH v2 15/20] fwctl/cxl: Add support for fwctl RPC command to enable CXL feature commands
` [RFC PATCH v2 16/20] fwctl/cxl: Add support to filter exclusive features
` [RFC PATCH v2 17/20] cxl/test: Add Get Feature support to cxl_test
` [RFC PATCH v2 18/20] cxl/test: Add Set "
` [RFC PATCH v2 19/20] fwctl: Move fwctl documentation to its own directory
` [RFC PATCH v2 20/20] fwctl/cxl: Add documentation to FWCTL CXL

[PATCH v4 00/26] cxl: add Type2 device support
 2024-11-20 17:13 UTC  (5+ messages)
    ` Should the CXL Type2 support patchset be split up?

[PATCH v4 0/6] Update Event Records to CXL spec rev 3.1
 2024-11-20  9:37 UTC  (7+ messages)
` [PATCH v4 1/6] cxl/events: Update Common Event Record "
` [PATCH v4 2/6] cxl/events: Add Component Identifier formatting for "
` [PATCH v4 3/6] cxl/events: Update General Media Event Record to "
` [PATCH v4 4/6] cxl/events: Update DRAM "
` [PATCH v4 5/6] cxl/events: Update Memory Module "
` [PATCH v4 6/6] cxl/test: Update test code for event records "

[GIT PULL] Compute Express Link (CXL) for 6.13
 2024-11-19 21:15 UTC 

[RFC PATCH 0/13] fwctl/cxl: Add CXL feature commands support via fwctl
 2024-11-19 15:58 UTC  (9+ messages)
` [RFC PATCH 10/13] fwctl/cxl: Add support for fwctl RPC command to enable CXL feature commands

[PATCH v15 00/15] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-11-19 12:36 UTC  (11+ messages)
` [PATCH v15 11/15] EDAC: Add memory repair control feature

[PATCH v3 0/15] Enable CXL PCIe port protocol error handling and logging
 2024-11-19 12:28 UTC  (30+ messages)
` [PATCH v3 03/15] cxl/pci: Introduce PCIe helper functions pcie_is_cxl() and pcie_is_cxl_port()
` [PATCH v3 05/15] PCI/AER: Add CXL PCIe port correctable error support in AER service driver
` [PATCH v3 07/15] PCI/AER: Add CXL PCIe port uncorrectable error recovery "
` [PATCH v3 08/15] cxl/pci: Map CXL PCIe root port and downstream switch port RAS registers
` [PATCH v3 15/15] PCI/AER: Enable internal errors for CXL upstream and downstream switch ports

[RFC 0/6] lib: Rust implementation of SPDM
 2024-11-19  4:24 UTC  (5+ messages)
` [RFC 3/6] lib: rspdm: Initial commit of Rust SPDM

[PATCH v3 0/7] acpi/ghes, cper, cxl: Process CXL CPER Protocol errors
 2024-11-19  0:39 UTC  (8+ messages)
` [PATCH v3 1/7] efi/cper, cxl: Prefix protocol error struct and function names with cxl_
` [PATCH v3 2/7] efi/cper, cxl: Make definitions and structures global
` [PATCH v3 3/7] efi/cper, cxl: Remove cper_cxl.h
` [PATCH v3 4/7] acpi/ghes, cxl: Rename cxl_cper_register_work to cxl_cper_register_event_work
` [PATCH v3 5/7] acpi/ghes, cxl: Refactor work registration functions to support multiple workqueues
` [PATCH v3 6/7] acpi/ghes, cper: Recognize and cache CXL Protocol errors
` [PATCH v3 7/7] acpi/ghes, cxl/pci: Process CXL CPER Protocol Errors

[PATCH v2] cxl: avoid driver data for obtaining cxl_dev_state reference
 2024-11-18 16:32 UTC 

[PATCH] cxl: avoid driver data for obtaining cxl_dev_state reference
 2024-11-17  7:12 UTC  (4+ messages)

[RFC] cxl/region: No need to create dax devices when regions are reserved
 2024-11-16 14:12 UTC 

[PATCH stable 6.1.y] cxl/pci: fix error code in __cxl_hdm_decode_init()
 2024-11-15 20:33 UTC  (3+ messages)

[PATCH] cxl/pci: Fix potential bogus return value upon successful probing
 2024-11-15 19:32 UTC  (4+ messages)

[PATCH v2] cxl/pci: Fix potential bogus return value upon successful probing
 2024-11-15 19:31 UTC  (3+ messages)

[ndctl PATCH v3 0/9] ndctl: Dynamic Capacity additions for cxl-cli
 2024-11-15 18:49 UTC  (6+ messages)
` [ndctl PATCH v3 1/9] ndctl/cxl-events: Don't fail test until event counts are reported
` [ndctl PATCH v3 2/9] ndctl/cxl/region: Report max size for region creation
` [ndctl PATCH v3 3/9] libcxl: Separate region mode from decoder mode
` [ndctl PATCH v3 4/9] cxl/region: Use new region mode in cxl-cli

[ndctl PATCH v3 0/9] ndctl: Dynamic Capacity additions for cxl-cli
 2024-11-15 18:46 UTC  (10+ messages)
` [ndctl PATCH v3 1/9] ndctl/cxl-events: Don't fail test until event counts are reported
` [ndctl PATCH v3 2/9] ndctl/cxl/region: Report max size for region creation
` [ndctl PATCH v3 3/9] libcxl: Separate region mode from decoder mode
` [ndctl PATCH v3 4/9] cxl/region: Use new region mode in cxl-cli
` [ndctl PATCH v3 5/9] libcxl: Add Dynamic Capacity region support
` [ndctl PATCH v3 6/9] cxl/region: Add cxl-cli support for DCD regions
` [ndctl PATCH v3 7/9] libcxl: Add extent functionality to DC regions
` [ndctl PATCH v3 8/9] cxl/region: Add extent output to region query
` [ndctl PATCH v3 9/9] cxl/test: Add Dynamic Capacity tests

[RFC 1/6] rust: bindings: Support SPDM bindings
 2024-11-15 18:00 UTC  (3+ messages)

[RFC 2/6] drivers: pci: Change CONFIG_SPDM to a dependency
 2024-11-15 17:58 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;
as well as URLs for NNTP newsgroup(s).