Linux-CXL Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-01 21:09:49 to 2024-03-12 20:07:17 UTC [more...]

[PATCH v7 0/5] Add DAX ABI for memmap_on_memory
 2024-03-12 20:07 UTC  (3+ messages)
` [PATCH v7 1/5] dax/bus.c: replace driver-core lock usage by a local rwsem

[PATCH v7 0/12] cxl: Add support to report region access coordinates to numa nodes
 2024-03-12 20:03 UTC  (14+ messages)
` [PATCH v7 01/12] ACPI: HMAT: Remove register of memory node for generic target
` [PATCH v7 02/12] base/node / ACPI: Enumerate node access class for 'struct access_coordinate'
` [PATCH v7 03/12] ACPI: HMAT: Introduce 2 levels of generic port access class
` [PATCH v7 04/12] ACPI: HMAT / cxl: Add retrieval of generic port coordinates for both access classes
` [PATCH v7 05/12] cxl: Split out combine_coordinates() for common shared usage
` [PATCH v7 06/12] cxl: Split out host bridge access coordinates
` [PATCH v7 07/12] cxl: Move QoS class to be calculated from the nearest CPU
` [PATCH v7 08/12] cxl: Set cxlmd->endpoint before adding port device
` [PATCH v7 09/12] cxl/region: Calculate performance data for a region
` [PATCH v7 10/12] cxl/region: Add sysfs attribute for locality attributes of CXL regions
` [PATCH v7 11/12] cxl/region: Add memory hotplug notifier for cxl region
` [PATCH v7 12/12] cxl/region: Deal with numa nodes not enumerated by SRAT

[RFC PATCH v7 00/12] memory: scrub: introduce subsystem + CXL/ACPI-RAS2 drivers
 2024-03-12 18:32 UTC  (6+ messages)
` [RFC PATCH v7 03/12] cxl/mbox: Add SET_FEATURE mailbox command
` [RFC PATCH v7 10/12] ACPI:RAS2: Add common library for RAS2 PCC interfaces

[PATCH v5 00/13] Enabling DCD emulation support in Qemu
 2024-03-12 16:27 UTC  (45+ messages)
` [PATCH v5 01/13] hw/cxl/cxl-mailbox-utils: Add dc_event_log_size field to output payload of identify memory device command
` [PATCH v5 02/13] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support
` [PATCH v5 03/13] include/hw/cxl/cxl_device: Rename mem_size as static_mem_size for type3 memory devices
` [PATCH v5 04/13] hw/mem/cxl_type3: Add support to create DC regions to "
` [PATCH v5 05/13] hw/mem/cxl-type3: Refactor ct3_build_cdat_entries_for_mr to take mr size insead of mr as argument
` [PATCH v5 06/13] hw/mem/cxl_type3: Add host backend and address space handling for DC regions
` [PATCH v5 07/13] hw/mem/cxl_type3: Add DC extent list representative and get DC extent list mailbox support
` [PATCH v5 08/13] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
` [PATCH v5 09/13] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
` [PATCH v5 10/13] hw/mem/cxl_type3: Add dpa range validation for accesses to DC regions
` [PATCH v5 11/13] hw/cxl/cxl-mailbox-utils: Add partial and superset extent release mailbox support
` [PATCH v5 12/13] hw/mem/cxl_type3: Allow to release partial extent and extent superset in QMP interface
` [PATCH v5 13/13] qapi/cxl.json: Add QMP interfaces to print out accepted and pending DC extents

[PATCH v15 0/4] cxl, EINJ: Update EINJ for CXL error types
 2024-03-12 15:33 UTC  (7+ messages)
` [PATCH v15 1/4] EINJ: Migrate to a platform driver
` [PATCH v15 2/4] EINJ: Add CXL error type support
` [PATCH v15 3/4] cxl/core: Add CXL EINJ debugfs files
` [PATCH v15 4/4] EINJ, Documentation: Update EINJ kernel doc

[PATCH qemu] hw/pci-bridge/pxb-cxl: Drop RAS capability from host bridge
 2024-03-12 15:30 UTC  (4+ messages)

[PATCH v2 0/1] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-03-12  9:19 UTC  (3+ messages)
` [PATCH v2 1/1] memory tier: acpi/hmat: create CPUless memory tiers after obtaining HMAT info

[PATCH v3 0/3] Display cxl1.1 device link status
 2024-03-12  8:05 UTC  (4+ messages)
` [PATCH v3 1/3] Add sysfs attribute for CXL 1.1 "
` [PATCH v3 2/3] Remove conditional branch that is not suitable for cxl1.1 devices
` [PATCH v3 3/3] Add function to display cxl1.1 device link status

[PATCH 0/3] PCI: Add Secondary Bus Reset (SBR) support for CXL
 2024-03-12  7:50 UTC  (7+ messages)
` [PATCH 1/3] PCI: Add check for CXL Secondary Bus Reset
` [PATCH 2/3] PCI: Create new reset method to force SBR for CXL
` [PATCH 3/3] cxl: Add post reset warning if reset is detected as Secondary Bus Reset (SBR)

[RFC PATCH 00/20] Introduce the famfs shared-memory file system
 2024-03-11  1:29 UTC  (10+ messages)

[PATCH v4 1/3] cxl: Remove checking of iter in cxl_endpoint_get_perf_coordinates()
 2024-03-10 23:01 UTC  (4+ messages)
` [PATCH v4 2/3] cxl: Consolidate dport access_coordinate ->hb_coord and ->sw_coord into ->coord
` [PATCH v4 3/3] cxl: Add checks to access_coordinate calculation to fail missing data

[ndctl PATCH v10 0/7] Support poison list retrieval
 2024-03-10 22:39 UTC  (20+ messages)
` [ndctl PATCH v10 1/7] libcxl: add interfaces for GET_POISON_LIST mailbox commands
` [ndctl PATCH v10 2/7] cxl: add an optional pid check to event parsing
` [ndctl PATCH v10 3/7] cxl/event_trace: add a private context for private parsers
` [ndctl PATCH v10 4/7] cxl/event_trace: add helpers to retrieve tep fields by type
` [ndctl PATCH v10 5/7] cxl/list: collect and parse media_error records
` [ndctl PATCH v10 6/7] cxl/list: add --media-errors option to cxl list
` [ndctl PATCH v10 7/7] cxl/test: add cxl-poison.sh unit test

[RFC PATCH INCOMPLETE] cxl: Multi-headed Single Logical Device (MHSLD)
 2024-03-08 18:52 UTC 

Enabling internal errors for VH CXL devices: [was: Re: Questions about CXL RAS injection test in qemu]
 2024-03-08 12:59 UTC  (2+ messages)

[PATCH v6 0/12] cxl: Add support to report region access coordinates to numa nodes
 2024-03-08  0:01 UTC  (10+ messages)
` [PATCH v6 02/12] base/node / ACPI: Enumerate node access class for 'struct access_coordinate'
` [PATCH v6 10/12] cxl/region: Add sysfs attribute for locality attributes of CXL regions
` [PATCH v6 11/12] cxl/region: Add memory hotplug notifier for cxl region

Question about forcing 'disable-memdev'
 2024-03-07 20:55 UTC  (6+ messages)

[PATCH v14 0/4] cxl, EINJ: Update EINJ for CXL error types
 2024-03-07 14:55 UTC  (13+ messages)
` [PATCH v14 1/4] EINJ: Migrate to a platform driver
` [PATCH v14 2/4] EINJ: Add CXL error type support
` [PATCH v14 3/4] cxl/core: Add CXL EINJ debugfs files
` [PATCH v14 4/4] EINJ, Documentation: Update EINJ kernel doc

[PATCH v3 1/3] cxl: Remove checking of iter in cxl_endpoint_get_perf_coordinates()
 2024-03-07 12:59 UTC  (5+ messages)
` [PATCH v3 2/3] cxl: Consolidate dport access_coordinate ->hb_coord and ->sw_coord into ->coord
` [PATCH v3 3/3] cxl: Add checks to access_coordinate calculation to fail missing data

[RFC PATCH v3 0/7] device backed vmemmap crash dump support
 2024-03-07 11:08 UTC  (10+ messages)
` [PATCH v3 1/7] mm: memremap: register/unregister altmap region to a separate resource
` [PATCH v3 2/7] mm: memremap: add pgmap_parent_resource() helper
` [PATCH v3 3/7] nvdimm: pmem: assign a parent resource for vmemmap region for the fsdax
` [PATCH v3 4/7] dax: pmem: assign a parent resource for vmemmap region for the devdax
` [PATCH v3 5/7] resource: Introduce walk device_backed_vmemmap res() helper
` [PATCH v3 6/7] x86/crash: make device backed vmemmap dumpable for kexec_file_load
` [PATCH v3 7/7] nvdimm: set force_raw=1 in kdump kernel

[PATCH 0/2] XOR 3-6-12 HB Interleave Calc Repair
 2024-03-07  4:40 UTC  (5+ messages)
` [PATCH 1/2] cxl/acpi: Fix XOR 3-6-12 way host bridge look-up calculation

Questions about CXL RAS injection test in qemu
 2024-03-06 19:06 UTC  (6+ messages)
` Enabling internal errors for VH CXL devices: [was: Re: Questions about CXL RAS injection test in qemu]

[ndctl PATCH v9 0/7] Support poison list retrieval
 2024-03-06 18:39 UTC  (6+ messages)
` [ndctl PATCH v9 4/7] cxl/event_trace: add helpers to retrieve tep fields by type
` [ndctl PATCH v9 5/7] cxl/list: collect and parse media_error records

[PATCH v2] hw/cxl/cxl-mailbox-utils: remove unneeded mailbox output payload space zeroing
 2024-03-06 15:06 UTC  (2+ messages)

[PATCH v2 0/3 qemu] tcg/i386: Page tables in MMIO memory fixes (CXL)
 2024-03-06 15:04 UTC  (3+ messages)

[PATCH v4 00/10] Enabling DCD emulation support in Qemu
 2024-03-06 14:58 UTC  (13+ messages)
` [PATCH v4 02/10] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support
` [PATCH v4 04/10] hw/mem/cxl_type3: Add support to create DC regions to type3 memory devices
` [PATCH v4 08/10] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response

[PATCH v2 1/2] cxl: Remove checking of iter in cxl_endpoint_get_perf_coordinates()
 2024-03-06 13:32 UTC  (2+ messages)

[PATCH v1 0/1] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-03-06  3:55 UTC  (13+ messages)
` [PATCH v1 1/1] memory tier: acpi/hmat: create CPUless memory tiers after obtaining HMAT info
    ` [External] "
  ` [External] Re: [PATCH v1 0/1] Improved Memory Tier Creation for CPUless NUMA Nodes
  ` [EXT] "

[PATCH 1/2] cxl: Remove checking of iter in cxl_endpoint_get_perf_coordinates()
 2024-03-06  0:18 UTC  (5+ messages)
` [PATCH 2/2] cxl: Add checks to access_coordinate calculation to fail missing data

[RFC PATCH v6 00/12] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
 2024-03-05 23:57 UTC  (10+ messages)
` [RFC PATCH v6 01/12] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command

[PATCH v3] cxl: Fix the incorrect assignment of SSLBIS entry pointer initial location
 2024-03-05 18:42 UTC  (4+ messages)

[PATCH v2 0/2] Add log related mailbox commands
 2024-03-05 10:16 UTC  (3+ messages)

[PATCH 00/12] PCI device authentication
 2024-03-04 19:19 UTC  (5+ messages)
` [PATCH 03/12] X.509: Move certificate length retrieval into new helper

[NDCTL PATCH v9 0/4] ndctl: Add support of qos_class for CXL CLI
 2024-03-04 17:35 UTC  (5+ messages)
` [NDCTL PATCH v9 1/4] ndctl: cxl: Add QoS class retrieval for the root decoder
` [NDCTL PATCH v9 2/4] ndctl: cxl: Add QoS class support for the memory device
` [NDCTL PATCH v9 3/4] ndctl: cxl: add QoS class check for CXL region creation
` [NDCTL PATCH v9 4/4] ndctl: add test for qos_class in CXL test suite

[RFC PATCH v2 1/3] Add sysfs attribute for CXL 1.1 device link status
 2024-03-02  2:22 UTC  (4+ messages)

[NDCTL PATCH v8 4/4] ndctl: Add support of qos_class for CXL CLI
 2024-03-01 23:27 UTC  (6+ messages)
` [NDCTL PATCH v8 1/4] ndctl: cxl: Add QoS class retrieval for the root decoder
` [NDCTL PATCH v8 2/4] ndctl: cxl: Add QoS class support for the memory device
` [NDCTL PATCH v8 3/4] ndctl: cxl: add QoS class check for CXL region creation
` [NDCTL PATCH v8 4/4] ndctl: add test for qos_class in CXL test suite

[PATCH 0/4] efi/cxl-cper: Report CXL CPER events through tracing
 2024-03-01 22:19 UTC  (12+ messages)
` [PATCH 1/4] cxl/event: Add missing include files
` [PATCH 2/4] acpi/ghes: Process CXL Component Events
` [PATCH 3/4] cxl/pci: Register for and process CPER events
` [PATCH 4/4] ras/events: Trace CXL CPER events even without the CXL stack loaded


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 read-only IMAP folder(s) and NNTP newsgroup(s).