Linux CXL
 help / color / mirror / Atom feed
 messages from 2024-03-27 17:45:53 to 2024-04-04 15:09:00 UTC [more...]

[PATCH 00/26] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-04-04 15:08 UTC  (54+ messages)
` [PATCH 01/26] cxl/mbox: Flag "
` [PATCH 02/26] cxl/core: Separate region mode from decoder mode
` [PATCH 03/26] cxl/mem: Read dynamic capacity configuration from the device
` [PATCH 06/26] cxl/port: Add Dynamic Capacity mode support to endpoint decoders
` [PATCH 08/26] cxl/mem: Expose device dynamic capacity capabilities
` [PATCH 09/26] cxl/region: Add Dynamic Capacity CXL region support
` [PATCH 10/26] cxl/events: Factor out event msgnum configuration
` [PATCH 11/26] cxl/pci: Delay event buffer allocation
` [PATCH 13/26] cxl/mem: Configure dynamic capacity interrupts
` [PATCH 14/26] cxl/region: Read existing extents on region creation
` [PATCH 15/26] range: Add range_overlaps()
` [PATCH 16/26] cxl/extent: Realize extent devices
` [PATCH 20/26] dax: Document dax dev range tuple
` [PATCH 21/26] dax/region: Prevent range mapping allocation on sparse regions
` [PATCH 23/26] cxl/mem: Trace Dynamic capacity Event Record

[PATCH 0/4] Add DPA->HPA translation to dram & general_media
 2024-04-04 15:08 UTC  (10+ messages)
` [PATCH 1/4] cxl/region: Move cxl_dpa_to_region() work to the region driver
` [PATCH 2/4] cxl/region: Move cxl_trace_hpa() "
` [PATCH 3/4] cxl/core: Add region info to cxl_general_media and cxl_dram events
` [PATCH 4/4] cxl/core: Remove cxlr dependency from cxl_poison trace events

[PATCH 0/4 v3] PCI: Add Secondary Bus Reset (SBR) support for CXL
 2024-04-04 14:42 UTC  (17+ messages)
` [PATCH v3 1/4] PCI/cxl: Move PCI CXL vendor Id to a common location from CXL subsystem
` [PATCH v3 2/4] PCI: Add check for CXL Secondary Bus Reset
` [PATCH v3 3/4] PCI: Create new reset method to force SBR for CXL
` [PATCH v3 4/4] cxl: Add post reset warning if reset is detected as Secondary Bus Reset (SBR)

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

[RFC PATCH v2 0/6] cxl: add poison event handler
 2024-04-04 13:46 UTC  (22+ messages)
` [RFC PATCH v2 1/6] cxl/core: correct length of DPA field masks
` [RFC PATCH v2 2/6] cxl/core: introduce cxl_mem_report_poison()
` [RFC PATCH v2 3/6] cxl/core: add report option for cxl_mem_get_poison()
` [RFC PATCH v2 4/6] cxl/core: report poison when injecting from debugfs
` [RFC PATCH v2 5/6] cxl: add definition for transaction types
` [RFC PATCH v2 6/6] cxl/core: add poison injection event handler

[PATCH v10 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-04-04 13:37 UTC  (8+ messages)
` [PATCH v10 1/2] memory tier: dax/kmem: introduce an abstract layer for finding, allocating, and putting memory types
` [PATCH v10 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info

[PATCH v6 00/12] Enabling DCD emulation support in Qemu
 2024-04-04 13:32 UTC  (5+ messages)
` [PATCH v6 08/12] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
` [PATCH v6 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents

[PATCH v2 0/1] cxl/core: Fix initialization of mbox_cmd.size_out in get event
 2024-04-04 13:30 UTC  (6+ messages)
` [PATCH v2 1/1] "

[cxl:fixes] BUILD SUCCESS f7c52345ccc96343c0a05bdea3121c8ac7b67d5f
 2024-04-04 10:03 UTC 

[PATCH] dax/bus.c: replace WARN_ON_ONCE() with lockdep asserts
 2024-04-04  2:33 UTC  (2+ messages)

[PATCH v7 0/5] cxl: access_coordinate validity fixes for 6.9
 2024-04-03 15:47 UTC  (6+ messages)
` [PATCH v7 1/5] cxl: Remove checking of iter in cxl_endpoint_get_perf_coordinates()
` [PATCH v7 2/5] cxl: Fix retrieving of access_coordinates in PCIe path
` [PATCH v7 3/5] cxl: Fix incorrect region perf data calculation
` [PATCH v7 4/5] cxl: Consolidate dport access_coordinate ->hb_coord and ->sw_coord into ->coord
` [PATCH v7 5/5] cxl: Add checks to access_coordinate calculation to fail missing data

[PATCH] cxl/hdm: Add debug message for invalid interleave granularity
 2024-04-03 15:43 UTC  (2+ messages)

[PATCH] cxl/test: Enhance event testing
 2024-04-03 15:41 UTC  (2+ messages)

[PATCH v2 0/2] cxl: add interleave capability check
 2024-04-03 14:27 UTC  (5+ messages)
` [PATCH v2 1/2] cxl/core/hdm: rename interleave_mask to ig_cap_mask
` [PATCH v2 2/2] cxl/core/region: check interleave capability

[RFC PATCH v7 00/12] memory: scrub: introduce subsystem + CXL/ACPI-RAS2 drivers
 2024-04-03 14:03 UTC  (12+ messages)
` [RFC PATCH v7 10/12] ACPI:RAS2: Add common library for RAS2 PCC interfaces
` [RFC PATCH v7 11/12] ACPI:RAS2: Add driver for ACPI RAS2 feature table (RAS2)
` [RFC PATCH v7 12/12] memory: RAS2: Add memory RAS2 driver

[PATCH 0/6 qemu] acpi: NUMA nodes for CXL HB as GP + complex NUMA test
 2024-04-03 10:29 UTC  (7+ messages)
` [PATCH 1/6] hw/acpi/GI: Fix trivial parameter alignment issue
` [PATCH 2/6] hw/acpi: Insert an acpi-generic-node base under acpi-generic-initiator
` [PATCH 3/6] hw/acpi: Generic Port Affinity Structure support
` [PATCH 4/6] bios-tables-test: Allow for new acpihmat-generic-x test data
` [PATCH 5/6] bios-tables-test: Add complex SRAT / HMAT test for GI GP
` [PATCH 6/6] bios-tables-test: Add data for complex numa test (GI, GP etc)

[PATCH v3 0/3] Display cxl1.1 device link status
 2024-04-03  9:40 UTC  (11+ messages)
` [PATCH v3 1/3] Add sysfs attribute for CXL 1.1 "
` [PATCH v3 3/3] Add function to display cxl1.1 "

[PATCH] cxl/core/region: check interleave way capability
 2024-04-02  5:55 UTC  (5+ messages)

[PATCH v6 0/4] cxl: access_coordinate validity fixes for 6.9
 2024-04-01 23:33 UTC  (5+ messages)
` [PATCH v6 1/4] cxl: Remove checking of iter in cxl_endpoint_get_perf_coordinates()
` [PATCH v6 2/4] cxl: Consolidate dport access_coordinate ->hb_coord and ->sw_coord into ->coord
` [PATCH v6 3/4] cxl: Fix incorrect region perf data calculation
` [PATCH v6 4/4] cxl: Add checks to access_coordinate calculation to fail missing data

[PATCH v9 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-04-01 23:06 UTC  (6+ messages)
` [PATCH v9 1/2] memory tier: dax/kmem: introduce an abstract layer for finding, allocating, and putting memory types
    ` [External] "
` [PATCH v9 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info

[PATCH 1/2] cxl/core: Fix initialization of mbox_cmd.size_out in get event
 2024-04-01 20:26 UTC  (4+ messages)
` [PATCH 2/2] cxl/core: Fix incorrect array index in cxl_clear_event_record()

[RFC PATCH 0/6] Implement initial CXL Timeout & Isolation support
 2024-04-01 19:41 UTC  (5+ messages)

[PATCH v5 0/4] cxl: access_coordinate validity fixes for 6.9
 2024-04-01 19:37 UTC  (9+ messages)
` [PATCH v5 1/4] cxl: Remove checking of iter in cxl_endpoint_get_perf_coordinates()
` [PATCH v5 2/4] cxl: Consolidate dport access_coordinate ->hb_coord and ->sw_coord into ->coord
` [PATCH v5 3/4] cxl: Fix incorrect region perf data calculation
` [PATCH v5 4/4] cxl: Add checks to access_coordinate calculation to fail missing data

[PATCH v2 0/4] A Followup for "QEMU: CXL mailbox rework and features (Part 1)"
 2024-04-01 18:44 UTC  (5+ messages)
` [PATCH v2 3/4] hw/cxl/mbox: replace sanitize_running() with cxl_dev_media_disabled()

RFC: Restricting userspace interfaces for CXL fabric management
 2024-04-01 16:51 UTC  (5+ messages)

[PATCH v3 0/2] Add log related mailbox commands
 2024-04-01  6:03 UTC  (3+ messages)
  ` [EXT] "

[ndctl PATCH] cxl/test: Add test case for region info to cxl-events.sh
 2024-03-29 15:38 UTC  (2+ messages)

[PATCH v8 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-03-29  2:18 UTC  (5+ messages)
` [PATCH v8 1/2] memory tier: dax/kmem: introduce an abstract layer for finding, allocating, and putting memory types
` [PATCH v8 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info
    ` [External] "

[PATCH v7 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-03-29  0:40 UTC 

[PATCH v2 3/3] ACPI/NUMA: Remove architecture dependent remainings
 2024-03-28 16:49 UTC  (3+ messages)

[PATCH v6 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-03-28  7:54 UTC  (4+ messages)
` [PATCH v6 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info
    ` [External] "

[PATCH v4 02/14] mm: Switch mm->get_unmapped_area() to a flag
 2024-03-28  3:32 UTC  (7+ messages)

[ndctl PATCH v12 0/8] Support poison list retrieval
 2024-03-27 19:52 UTC  (9+ messages)
` [ndctl PATCH v12 1/8] util/trace: move trace helpers from ndctl/cxl/ to ndctl/util/
` [ndctl PATCH v12 2/8] util/trace: add an optional pid check to event parsing
` [ndctl PATCH v12 3/8] util/trace: pass an event_ctx to its own parse_event method
` [ndctl PATCH v12 4/8] util/trace: add helpers to retrieve tep fields by type
` [ndctl PATCH v12 5/8] libcxl: add interfaces for GET_POISON_LIST mailbox commands
` [ndctl PATCH v12 6/8] cxl/list: collect and parse media_error records
` [ndctl PATCH v12 7/8] cxl/list: add --media-errors option to cxl list
` [ndctl PATCH v12 8/8] cxl/test: add cxl-poison.sh unit test

[ndctl PATCH v11 6/7] cxl/list: add --media-errors option to cxl list
 2024-03-27 19:48 UTC  (6+ messages)
` [ndctl PATCH v11 0/7] Support poison list retrieval

[ndctl PATCH] cxl/test: use max_available_extent in cxl-destroy-region
 2024-03-27 18:46 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox