Linux CXL
 help / color / mirror / Atom feed
 messages from 2022-10-07 15:22:30 to 2022-10-17 23:44:08 UTC [more...]

[BUG] hw/i386/pc.c: CXL Fixed Memory Window should not reserve e820 in bios
 2022-10-17 23:40 UTC 

[PATCH v2 0/4] CXL Poison List Retrieval & Tracing
 2022-10-17 18:01 UTC  (9+ messages)
` [PATCH v2 1/4] trace, cxl: Introduce a TRACE_EVENT for CXL poison records
` [PATCH v2 2/4] cxl/mbox: Add GET_POISON_LIST mailbox command
` [PATCH v2 3/4] cxl/memdev: Add trigger_poison_list sysfs attribute
` [PATCH v2 4/4] cxl/region: "

[RFC V2 PATCH 00/11] CXL: Process event logs
 2022-10-17 17:21 UTC  (32+ messages)
` [RFC V2 PATCH 01/11] cxl/mbox: Add debug of hardware error code
` [RFC V2 PATCH 02/11] cxl/mem: Implement Get Event Records command
` [RFC V2 PATCH 03/11] cxl/mem: Implement Clear "
` [RFC V2 PATCH 04/11] cxl/mem: Clear events on driver load
` [RFC V2 PATCH 05/11] cxl/mem: Trace General Media Event Record
` [RFC V2 PATCH 06/11] cxl/mem: Trace DRAM "
` [RFC V2 PATCH 07/11] cxl/mem: Trace Memory Module "
` [RFC V2 PATCH 08/11] cxl/test: Add generic mock events
` [RFC V2 PATCH 09/11] cxl/test: Add specific events
` [RFC V2 PATCH 10/11] cxl/test: Simulate event log overflow
` [RFC V2 PATCH 11/11] cxl/mem: Wire up event interrupts

[RFC PATCH v2] hw/cxl: Initial emulated CXL poison injection support
 2022-10-17 16:48 UTC 

[RFC PATCH 0/6] QEMU CXL Provide mock CXL events and irq support
 2022-10-17 15:57 UTC  (24+ messages)
` [RFC PATCH 1/6] qemu/bswap: Add const_le64()
` [RFC PATCH 2/6] qemu/uuid: Add UUID static initializer
` [RFC PATCH 3/6] hw/cxl/cxl-events: Add CXL mock events
` [RFC PATCH 4/6] hw/cxl/mailbox: Wire up get/clear event mailbox commands
` [RFC PATCH 5/6] hw/cxl/cxl-events: Add event interrupt support
` [RFC PATCH 6/6] hw/cxl/mailbox: Wire up Get/Set Event Interrupt policy

[PATCH v2 0/2] cxl: Add basic MSI/MSI-X support
 2022-10-17 10:08 UTC  (8+ messages)
` [PATCH 1/2] cxl/pci: Add generic MSI/MSI-X interrupt support
` [PATCH 2/2] cxl/mbox: Wire up basic irq support

[GIT PULL] PCI fixes for v6.1
 2022-10-16  0:15 UTC  (2+ messages)

[PATCH] cxl: Add generic MSI/MSI-X interrupt support
 2022-10-14 16:07 UTC  (8+ messages)

[PATCH v7 0/5] QEMU PCIe DOE for PCIe 4.0/5.0 and CXL 2.0
 2022-10-14 15:29 UTC  (36+ messages)
` [PATCH v7 1/5] hw/pci: PCIe Data Object Exchange emulation
` [PATCH v7 2/5] hw/mem/cxl-type3: Add MSIX support
` [PATCH v7 3/5] hw/cxl/cdat: CXL CDAT Data Object Exchange implementation
` [PATCH v7 4/5] hw/mem/cxl-type3: Add CXL CDAT Data Object Exchange
    ` [PATCH 1/5] hw/mem/cxl_type3: fix checkpatch errors
    ` [PATCH 2/5] hw/mem/cxl_type3: Pull validation checks ahead of functional code
    ` [PATCH 3/5] hw/mem/cxl_type3: CDAT pre-allocate and check resources prior to work
    ` [PATCH 4/5] hw/mem/cxl_type3: Change the CDAT allocation/free strategy
    ` [PATCH 5/5] hw/mem/cxl_type3: Refactor CDAT sub-table entry initialization into a function
` [PATCH v7 5/5] hw/pci-bridge/cxl-upstream: Add a CDAT table access DOE
` [PATCH 0/5] Multi-Region and Volatile Memory support for CXL Type-3 Devices
  ` [PATCH 1/5] hw/cxl: set cxl-type3 device type to PCI_CLASS_MEMORY_CXL
  ` [PATCH 2/5] hw/cxl: Add CXL_CAPACITY_MULTIPLIER definition
  ` [PATCH 3/5] hw/mem/cxl_type: Generalize CDATDsmas initialization for Memory Regions
  ` [PATCH 4/5] hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)
  ` [PATCH 5/5] cxl: update tests and documentation for new cxl properties

[PATCH v9 0/5] QEMU PCIe DOE for PCIe 4.0/5.0 and CXL 2
 2022-10-14 15:10 UTC  (6+ messages)
` [PATCH v9 1/5] hw/pci: PCIe Data Object Exchange emulation
` [PATCH v9 2/5] hw/mem/cxl-type3: Add MSIX support
` [PATCH v9 3/5] hw/cxl/cdat: CXL CDAT Data Object Exchange implementation
` [PATCH v9 4/5] hw/mem/cxl-type3: Add CXL CDAT Data Object Exchange
` [PATCH v9 5/5] hw/pci-bridge/cxl-upstream: Add a CDAT table access DOE

Regression: Re: [PATCH v2 4/6] PCI: Distribute available resources for root buses too
 2022-10-14 14:48 UTC  (3+ messages)

[BUG] cxl,i386: e820 mappings may not be correct for cxl
 2022-10-14  0:19 UTC 

[ndctl RFC 0/3] Support poison list retrieval
 2022-10-13 23:39 UTC  (4+ messages)
` [RFC 1/3] libcxl: add interfaces for GET_POISON_LIST mailbox commands
` [RFC 2/3] cxl/list: collect and parse the poison list records
` [RFC 3/3] cxl/list: add --media-errors option to cxl list

[PATCH v8 0/5] QEMU PCIe DOE for PCIe 4.0/5.0 and CXL 2
 2022-10-13 17:40 UTC  (12+ messages)
` [PATCH v8 1/5] hw/pci: PCIe Data Object Exchange emulation
` [PATCH v8 2/5] hw/mem/cxl-type3: Add MSIX support
` [PATCH v8 3/5] hw/cxl/cdat: CXL CDAT Data Object Exchange implementation
` [PATCH v8 4/5] hw/mem/cxl-type3: Add CXL CDAT Data Object Exchange
` [PATCH v8 5/5] hw/pci-bridge/cxl-upstream: Add a CDAT table access DOE

[PATCH v2] cxl: update names for interleave ways conversion macros
 2022-10-13 12:23 UTC  (2+ messages)

[PATCH v2] cxl: update names for interleave granularity conversion macros
 2022-10-13 12:21 UTC  (2+ messages)

[PATCH] cxl: update var names for interleave granularity conversion macros
 2022-10-13  0:48 UTC  (2+ messages)

[PATCH v2 00/19] Introduce security commands for CXL pmem device
 2022-10-13  0:14 UTC  (3+ messages)
` [PATCH v2 01/19] memregion: Add cpu_cache_invalidate_memregion() interface
  ` [PATCH v3] "

[PATCH] cxl: update var names for interleave ways conversion macros
 2022-10-12 15:47 UTC  (6+ messages)

[PATCH 0/2] efi/cper, cxl: Decode CXL Protocol Errors CPER
 2022-10-12 13:04 UTC  (8+ messages)
` [PATCH 1/2] efi/cper, cxl: Decode CXL Protocol Error Section
` [PATCH 2/2] efi/cper, cxl: Decode CXL Error Log

[PATCH] cxl/region: Fix null pointer dereference due to pass through decoder commit
 2022-10-11 21:33 UTC  (7+ messages)

[PATCH RFC] hw/cxl: type 3 devices can now present volatile or persistent memory
 2022-10-11 17:28 UTC  (20+ messages)

[PATCH RFC v2 0/9] cxl/pci: Add fundamental error handling
 2022-10-11 17:19 UTC  (4+ messages)

[PATCH] cxl: check decoder count for end device
 2022-10-11 16:56 UTC  (3+ messages)

[PATCH 1/2] hw/cxl: set cxl-type3 device type to PCI_CLASS_MEMORY_CXL
 2022-10-10 20:07 UTC  (9+ messages)
` [PATCH 2/2] hw/cxl: Allow CXL type-3 devices to be persistent or volatile

[BUG] cxl can not create region
 2022-10-10 16:20 UTC  (9+ messages)

[PATCH 0/2] cxl: Fix oversized LSA write payload due to header
 2022-10-10 15:31 UTC  (5+ messages)
` [PATCH 2/2] cxl/pmem: Fix failure to account for 8 byte header for writes to the device LSA

[RESEND] CXL_MEM_QUERY_COMMANDS returning commands not supported by the hardware
 2022-10-10 12:59 UTC 


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