Linux CXL
 help / color / mirror / Atom feed
 messages from 2022-08-05 00:49:28 to 2022-08-18 16:42:20 UTC [more...]

[PATCH] cxl/region: Fix null pointer dereference due to pass through decoder commit
 2022-08-18 16:42 UTC 

[BUG] cxl can not create region
 2022-08-18 16:37 UTC  (22+ messages)

[ndctl PATCH] meson.build: be specific for library path
 2022-08-18  1:23 UTC 

[RFC PATCH 0/9] CXL: Read and clear event logs
 2022-08-17 22:54 UTC  (16+ messages)
` [RFC PATCH 1/9] cxl/mem: Implement Get Event Records command
` [RFC PATCH 2/9] cxl/mem: Implement Clear "
` [RFC PATCH 3/9] cxl/mem: Clear events on driver load
` [RFC PATCH 4/9] cxl/mem: Trace General Media Event Record
` [RFC PATCH 5/9] cxl/mem: Trace DRAM "
` [RFC PATCH 6/9] cxl/mem: Trace Memory Module "
` [RFC PATCH 7/9] cxl/test: Add generic mock events
` [RFC PATCH 8/9] cxl/test: Add specific events
` [RFC PATCH 9/9] cxl/test: Simulate event log overflow

[PATCH v4 0/6] Add sanity check for interleave setup
 2022-08-17 21:22 UTC  (7+ messages)
` [PATCH v4 1/6] cxl: Add check for result of interleave ways plus granularity combo
` [PATCH v4 2/6] cxl: Add CXL spec v3.0 interleave support
` [PATCH v4 3/6] tools/testing/cxl: Add interleave check support to mock cxl port device
` [PATCH v4 4/6] cxl: change cxl_port_attribute_groups naming to avoid confusion
` [PATCH v4 5/6] cxl: export interleave address mask as port sysfs attribute
` [PATCH v4 6/6] cxl: export intereleave capability "

[PATCH 0/3] QEMU/CXL: A few more fixes for 7.1 related to LSA
 2022-08-17 14:57 UTC  (4+ messages)
` [PATCH 1/3] hw/cxl: Add stub write function for RO MemoryRegionOps entries
` [PATCH 2/3] hw/cxl: Fix Get LSA input payload size which should be 8 bytes
` [PATCH 3/3] hw/cxl: Correctly handle variable sized mailbox input payloads

[PATCH 0/2] hw/cxl: Two CXL emulation fixes
 2022-08-17 11:45 UTC  (4+ messages)
` [PATCH 1/2] hw/cxl: Fix memory leak in error paths
` [PATCH 2/2] hw/cxl: Fix wrong query of target ports

[PATCH 0/2] cxl: Fix oversized LSA write payload due to header
 2022-08-17 11:29 UTC  (5+ messages)
` [PATCH 1/2] cxl/mbox: Add a check on input payload size
` [PATCH 2/2] cxl/pmem: Fix failure to account for 8 byte header for writes to the device LSA

[PATCH RFC 00/15] Introduce security commands for CXL pmem device
 2022-08-17  7:53 UTC  (31+ messages)
` [PATCH RFC 02/15] tools/testing/cxl: Create context for cxl mock device
` [PATCH RFC 10/15] x86: add an arch helper function to invalidate all cache for nvdimm
              ` [PATCH] arch/cacheflush: Introduce flush_all_caches()
` [PATCH RFC 11/15] cxl/pmem: Add "Unlock" security command support

[PATCH] cxl/hdm: unlock on error in cxl_decoder_commit()
 2022-08-16 20:56 UTC  (2+ messages)

[PATCH v2 0/3] Add sanity check for interleave setup
 2022-08-16 20:51 UTC  (12+ messages)
` [PATCH v2 1/3] cxl: Add check for result of interleave ways plus granularity combo
` [PATCH v2 2/3] cxl: Add CXL spec v3.0 interleave support
` [PATCH v2 3/3] tools/testing/cxl: Add interleave check support to mock cxl port device
  ` [PATCH 1/2] cxl: export interleave address mask as port sysfs attribute
  ` [PATCH 2/2] cxl: export intereleave capability "

[ndctl PATCH v3 00/11] cxl: add region management
 2022-08-15 22:57 UTC  (13+ messages)
` [ndctl PATCH v3 01/11] libcxl: add a depth attribute to cxl_port
` [ndctl PATCH v3 02/11] cxl/port: Consolidate the debug option in cxl-port man pages
` [ndctl PATCH v3 03/11] cxl/memdev: refactor decoder mode string parsing
` [ndctl PATCH v3 04/11] libcxl: Introduce libcxl region and mapping objects
` [ndctl PATCH v3 05/11] cxl-cli: add region listing support
` [ndctl PATCH v3 06/11] libcxl: add low level APIs for region creation
` [ndctl PATCH v3 07/11] cxl: add a 'create-region' command
` [ndctl PATCH v3 08/11] cxl: add commands to {enable,disable,destroy}-region
` [ndctl PATCH v3 09/11] cxl/list: make memdevs and regions the default listing
` [ndctl PATCH v3 10/11] test: add a cxl-create-region test
` [ndctl PATCH v3 11/11] cxl/decoder: add a max_available_extent attribute

[PATCH V16 0/6] CXL: Read CDAT
 2022-08-15 22:42 UTC  (5+ messages)
` [PATCH V16 3/6] PCI/DOE: Add DOE mailbox support functions

[PATCH v3 0/3] Add sanity check for interleave setup
 2022-08-15 18:11 UTC  (4+ messages)
` [PATCH v3 1/3] cxl: Add check for result of interleave ways plus granularity combo
` [PATCH v3 2/3] cxl: Add CXL spec v3.0 interleave support
` [PATCH v3 3/3] tools/testing/cxl: Add interleave check support to mock cxl port device

[ndctl PATCH v5] cxl: Add list verbose option to the cxl command
 2022-08-12 22:15 UTC 

[ndctl PATCH v4] cxl: Add list verbose option to the cxl command
 2022-08-12 21:03 UTC  (3+ messages)

[RFC PATCH 0/4] CXL 3.0 Performance Monitoring Unit support
 2022-08-12 15:12 UTC  (5+ messages)
` [RFC PATCH 1/4] cxl: Add function to count regblocks of a given type
` [RFC PATCH 2/4] cxl/pci: Find and register CXL PMU devices
` [RFC PATCH 3/4] cxl: CXL Performance Monitoring Unit driver
` [RFC PATCH 4/4] docs: perf: Minimal introduction the the CXL PMU device and driver

[PATCH v2 0/2] CXL XOR Interleave Arithmetic
 2022-08-12  4:30 UTC  (4+ messages)
` [PATCH v2 1/2] For ACPICA: Add the CXIMS structure definition to the CEDT table
` [PATCH v2 2/2] cxl/acpi: Support CXL XOR Interleave Math (CXIMS)

[PATCH 0/3] Add sanity check for interleave setup
 2022-08-11 23:33 UTC  (12+ messages)
` [PATCH 1/3] cxl: Add check for result of interleave ways plus granularity combo
` [PATCH 2/3] cxl: Add CXL spec v3.0 interleave support
` [PATCH 3/3] tools/testing/cxl: Add interleave check support to mock cxl port device

[ndctl PATCH v2 00/10] cxl: add region management
 2022-08-11 23:02 UTC  (22+ messages)
` [ndctl PATCH v2 01/10] libcxl: add a depth attribute to cxl_port
` [ndctl PATCH v2 02/10] cxl/port: Consolidate the debug option in cxl-port man pages
` [ndctl PATCH v2 03/10] libcxl: Introduce libcxl region and mapping objects
` [ndctl PATCH v2 04/10] cxl-cli: add region listing support
` [ndctl PATCH v2 05/10] libcxl: add low level APIs for region creation
` [ndctl PATCH v2 06/10] cxl: add a 'create-region' command
` [ndctl PATCH v2 07/10] cxl: add commands to {enable,disable,destroy}-region
` [ndctl PATCH v2 08/10] cxl/list: make memdevs and regions the default listing
` [ndctl PATCH v2 09/10] test: add a cxl-create-region test
` [ndctl PATCH v2 10/10] cxl/decoder: add a max_available_extent attribute

[GIT PULL] Compute Express Link for 6.0
 2022-08-10 18:33 UTC  (2+ messages)

[PATCH 0/2] CXL XOR Interleave Arithmetic
 2022-08-10  2:43 UTC  (6+ messages)
` [PATCH 1/2] For ACPICA: Add the CXIMS structure definition to the CEDT table
` [PATCH 2/2] cxl/acpi: Support CXL XOR Interleave Math (CXIMS)

[PATCH v2 0/3] CXL Region Provisioning Fixes
 2022-08-09 10:18 UTC  (13+ messages)
` [PATCH v2 1/3] cxl/region: Move HPA setup to cxl_region_attach()
` [PATCH v2 2/3] cxl/region: Fix x1 interleave to greater than x1 interleave routing
` [PATCH v2 3/3] cxl/region: Disallow region granularity != window granularity

cxl_mem error with QEMU device: probe fails
 2022-08-09  0:36 UTC 

[RFC PATCH 0/2] cxl: BG operations and device sanitation
 2022-08-08 20:52 UTC  (4+ messages)

The future of DAX in linux kernel
 2022-08-07  0:20 UTC  (2+ messages)

[PATCH] cxl/hdm: Fix skip allocations vs multiple pmem allocations
 2022-08-05 22:36 UTC  (2+ messages)

[ndctl PATCH 0/6] cxl/test: Add more region ABI validation
 2022-08-05 20:38 UTC  (7+ messages)
` [ndctl PATCH 1/6] cxl/test: Validate endpoint interleave geometry
` [ndctl PATCH 2/6] cxl/list: Add interleave parameters to decoder listings
` [ndctl PATCH 3/6] cxl/list: Add region "
` [ndctl PATCH 4/6] cxl/list: Filter decoders by region
` [ndctl PATCH 5/6] cxl/list: Add 'depth' to port listings
` [ndctl PATCH 6/6] cxl/test: Validate switch port settings in cxl-region-sysfs.sh

[PATCH] cxl/region: reset the cxl endpoint decoder HPA range on teardown
 2022-08-05 18:53 UTC  (3+ messages)

[PATCH 0/3] cxl: documentation fixes
 2022-08-05  0:48 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