Linux CXL
 help / color / mirror / Atom feed
 messages from 2022-09-21 20:45:30 to 2022-10-13 17:09:35 UTC [more...]

[PATCH v8 0/5] QEMU PCIe DOE for PCIe 4.0/5.0 and CXL 2
 2022-10-13 17:09 UTC  (8+ 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 v7 0/5] QEMU PCIe DOE for PCIe 4.0/5.0 and CXL 2.0
 2022-10-13 14:40 UTC  (34+ 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 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: Add generic MSI/MSI-X interrupt support
 2022-10-13 12:19 UTC  (4+ 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  (16+ messages)
` [PATCH v2 01/19] memregion: Add cpu_cache_invalidate_memregion() interface
  ` [PATCH v3] "
` [PATCH v2 02/19] cxl/pmem: Introduce nvdimm_security_ops with ->get_flags() operation
` [PATCH v2 08/19] cxl/pmem: Add "Freeze Security State" security command support
` [PATCH v2 10/19] cxl/pmem: Add "Unlock" "
` [PATCH v2 12/19] cxl/pmem: Add "Passphrase Secure Erase" "
` [PATCH v2 19/19] cxl: add dimm_id support for __nvdimm_create()

[PATCH v2 0/4] CXL Poison List Retrieval & Tracing
 2022-10-12 21:46 UTC  (6+ 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-12 18:01 UTC  (19+ 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

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

[RFC PATCH 0/6] QEMU CXL Provide mock CXL events and irq support
 2022-10-11 17:03 UTC  (19+ 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] 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 

[ndctl PATCH 0/2] add support for CCI command Get Alert Configuration
 2022-10-03 23:23 UTC  (3+ messages)
` [PATCH 1/2] libcxl: add accessors for Get Alert Configuration CCI command output
` [PATCH 2/2] cxl: display alert configuratin fields in list command

[fan.ni@samsung.com: Re: [ndctl PATCH 1/2] cxl: Add root port attribute to cxl list output]
 2022-09-30 21:23 UTC 

[PATCH 00/15] cxl: Add support for Restricted CXL hosts (RCD mode)
 2022-09-30 19:07 UTC  (10+ messages)
` [PATCH 02/15] cxl/core: Check physical address before mapping it in devm_cxl_iomap_block()
` [PATCH 03/15] cxl: Unify debug messages when calling devm_cxl_add_port()

[PATCH] cxl/pmem: Use size_add() against integer overflow
 2022-09-29  7:02 UTC  (3+ messages)

[PATCH v2] cxl: Replace HDM decoder granularity magic numbers
 2022-09-28 15:45 UTC  (2+ messages)

[RFC PATCH 0/9] CXL: Read and clear event logs
 2022-09-28  9:49 UTC  (19+ messages)
` [RFC PATCH 1/9] cxl/mem: Implement Get Event Records command
` [RFC PATCH 7/9] cxl/test: Add generic mock events

[PATCH V3 0/2] CXL: Taint user access to DOE mailbox config space
 2022-09-27 18:51 UTC  (6+ messages)
` [PATCH V3 1/2] PCI: Allow drivers to request exclusive config regions
` [PATCH V3 2/2] cxl/doe: Request exclusive DOE access

[PATCH] mem/cxl-type3: Add sn option to provide serial number for PCI ecap
 2022-09-27 16:45 UTC  (2+ messages)

[RFC PATCH v3 3/4] PCI/CMA: Initial support for Component Measurement and Authentication ECN
 2022-09-24 23:19 UTC  (4+ messages)

[PATCH v1 2/3] drivers/perf: add DesignWare PCIe PMU driver
 2022-09-23 10:56 UTC 

[RFC PATCH v2 0/4] CXL 3.0 Performance Monitoring Unit support
 2022-09-22 20:41 UTC  (7+ messages)
` [RFC PATCH v2 1/4] cxl: Add function to count regblocks of a given type
` [RFC PATCH v2 3/4] cxl: CXL Performance Monitoring Unit driver
` [RFC PATCH v2 4/4] docs: perf: Minimal introduction the the CXL PMU device and driver

[ndctl PATCH 0/2] misc RPM / release scripts fixes
 2022-09-22 16:23 UTC  (2+ messages)

[PATCH 0/7] ndctl: cxl: add monitor support for trace events
 2022-09-22 14:45 UTC  (3+ messages)

[PATCH v2 0/9] cxl: add monitor support for trace events
 2022-09-21 21:46 UTC  (4+ messages)
` [PATCH v2 2/9] cxl: add helper to parse through all current events

[PATCH 0/4] ndctl: Add security test for cxl devices through nvdimm
 2022-09-21 21:02 UTC  (5+ messages)
` [PATCH 1/4] ndctl: add cxl bus detection
` [PATCH 2/4] ndctl/libndctl: Add bus_prefix for cxl
` [PATCH 3/4] ndctl/libndctl: Add retrieving of unique_id for cxl mem dev
` [PATCH 4/4] ndctl/test: Add CXL test for security

[PATCH] ndctl: create disable master passphrase support
 2022-09-21 20:58 UTC 


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