Linux CXL
 help / color / mirror / Atom feed
 messages from 2023-10-05 14:36:43 to 2023-10-12 11:18:52 UTC [more...]

[PATCH 00/12] PCI device authentication
 2023-10-12 11:18 UTC  (42+ messages)
` [PATCH 01/12] X.509: Make certificate parser public
` [PATCH 02/12] X.509: Parse Subject Alternative Name in certificates
` [PATCH 04/12] certs: Create blacklist keyring earlier
` [PATCH 03/12] X.509: Move certificate length retrieval into new helper
` [PATCH 05/12] crypto: akcipher - Support more than one signature encoding
` [PATCH 07/12] spdm: Introduce library to authenticate devices
` [PATCH 09/12] PCI/CMA: Validate Subject Alternative Name in certificates
` [PATCH 12/12] PCI/CMA: Grant guests exclusive control of authentication

[PATCH v10 00/22] cxl: Add support for QTG ID retrieval for CXL subsystem
 2023-10-12 11:04 UTC  (36+ messages)
` [PATCH v10 01/22] cxl: Export QTG ids from CFMWS to sysfs as qos_class attribute
` [PATCH v10 02/22] cxl: Add checksum verification to CDAT from CXL
` [PATCH v10 03/22] cxl: Add support for reading CXL switch CDAT table
` [PATCH v10 04/22] acpi: Move common tables helper functions to common lib
` [PATCH v10 05/22] lib/firmware_table: tables: Add CDAT table parsing support
` [PATCH v10 06/22] base/node / acpi: Change 'node_hmem_attrs' to 'access_coordinates'
` [PATCH v10 07/22] acpi: numa: Create enum for memory_target access coordinates indexing
` [PATCH v10 08/22] acpi: numa: Add genport target allocation to the HMAT parsing
` [PATCH v10 09/22] acpi: Break out nesting for hmat_parse_locality()
` [PATCH v10 10/22] acpi: numa: Add setting of generic port system locality attributes
` [PATCH v10 11/22] acpi: numa: Add helper function to retrieve the performance attributes
` [PATCH v10 12/22] cxl: Add callback to parse the DSMAS subtables from CDAT
` [PATCH v10 13/22] cxl: Add callback to parse the DSLBIS subtable "
` [PATCH v10 14/22] cxl: Add callback to parse the SSLBIS "
` [PATCH v10 15/22] cxl: Add support for _DSM Function for retrieving QTG ID
` [PATCH v10 16/22] cxl: Calculate and store PCI link latency for the downstream ports
` [PATCH v10 17/22] cxl: Store the access coordinates for the generic ports
` [PATCH v10 18/22] cxl: Add helper function that calculate performance data for downstream ports
` [PATCH v10 19/22] cxl: Compute the entire CXL path latency and bandwidth data
` [PATCH v10 20/22] cxl: Store QTG IDs and related info to the CXL memory device context
` [PATCH v10 21/22] cxl: Export sysfs attributes for memory device QoS class
` [PATCH v10 22/22] cxl: Check qos_class validity on memdev probe

[PATCH v5 0/2] mm: use memmap_on_memory semantics for dax/kmem
 2023-10-12  8:40 UTC  (13+ messages)
` [PATCH v5 1/2] mm/memory_hotplug: split memmap_on_memory requests across memblocks
` [PATCH v5 2/2] dax/kmem: allow kmem to add memory with memmap_on_memory

[RFC PATCH v2 0/3] mm: mempolicy: Multi-tier weighted interleaving
 2023-10-11 21:15 UTC  (6+ messages)
` [RFC PATCH v2 1/3] mm/memory-tiers: change mutex to rw semaphore
` [RFC PATCH v2 2/3] mm/memory-tiers: Introduce sysfs for tier interleave weights
` [RFC PATCH v2 3/3] mm/mempolicy: modify interleave mempolicy to use memtier weights

[PATCH v3 00/10] cxl/mem: Fix shutdown order
 2023-10-11 20:44 UTC  (34+ messages)
` [PATCH v3 01/10] cxl/pci: Remove unnecessary device reference management in sanitize work
` [PATCH v3 02/10] cxl/pci: Cleanup 'sanitize' to always poll
` [PATCH v3 03/10] cxl/pci: Remove hardirq handler for cxl_request_irq()
` [PATCH v3 04/10] cxl/pci: Remove inconsistent usage of dev_err_probe()
` [PATCH v3 05/10] cxl/pci: Clarify devm host for memdev relative setup
` [PATCH v3 06/10] cxl/pci: Fix sanitize notifier setup
` [PATCH v3 07/10] cxl/memdev: Fix sanitize vs decoder setup locking
` [PATCH v3 08/10] cxl/mem: Fix shutdown order
` [PATCH v3 09/10] tools/testing/cxl: Make cxl_memdev_state available to other command emulation
` [PATCH v3 10/10] tools/testing/cxl: Add 'sanitize notifier' support

[PATCH] cxl/region: don't try to cleanup after cxl_region_setup_targets() fails
 2023-10-11 20:41 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH v3 0/6] cxl: Fix checkpatch issues
 2023-10-11 20:23 UTC  (8+ messages)
  ` [PATCH v3 1/6] cxl/trace: Fix improper SPDX comment style for header file
  ` [PATCH v3 2/6] cxl/region: Fix a checkpatch warning
  ` [PATCH v3 3/6] cxl/mem: Fix a checkpatch error
  ` [PATCH v3 4/6] cxl: "
  ` [PATCH v3 5/6] cxl: Fix block comment style
  ` [PATCH v3 6/6] cxl/memdev: Fix a whitespace error

Accessing emulated CXL memory is unstable
 2023-10-11 14:10 UTC  (4+ messages)

Questions about the memory of CXL Type3 device offline
 2023-10-11 14:06 UTC  (3+ messages)

[PATCH v6 0/5] CXL, ACPI, APEI, EINJ: Update EINJ for CXL error types
 2023-10-11 13:40 UTC  (8+ messages)
` [PATCH v6 1/5] cxl/port: Add EINJ debugfs files and callback support
` [PATCH v6 2/5] ACPI: Add CXL protocol error defines
` [PATCH v6 3/5] EINJ: Separate CXL errors from other EINJ errors
` [PATCH v6 4/5] cxl/port, EINJ: Add CXL EINJ callback functions
` [PATCH v6 5/5] EINJ: Update EINJ documentation

[PATCH] cxl/region: Refactor logic around check_last_peer()
 2023-10-10 19:46 UTC 

[ndctl PATCH v3 0/2] add support for Set Alert Configuration mailbox command
 2023-10-10  3:14 UTC  (2+ messages)

[PATCH v3] hw/cxl: Add QTG _DSM support for ACPI0017 device
 2023-10-09 16:06 UTC  (8+ messages)
            ` [PATCH v4] "

A confusion about cxl.mem in CXL drivers
 2023-10-09 15:37 UTC  (2+ messages)

Questions about the memory of CXL Type3 device offline
 2023-10-09 12:39 UTC  (2+ messages)

[PATCH v11 00/20] cxl/pci: Add support for RCH RAS error handling
 2023-10-09 14:56 UTC  (16+ messages)
` [PATCH v11 04/20] cxl/port: Rename @comp_map to @reg_map in struct cxl_register_map
` [PATCH v11 07/20] cxl/hdm: Use stored Component Register mappings to map HDM decoder capability
` [PATCH v11 10/20] cxl/pci: Introduce config option PCIEAER_CXL
` [PATCH v11 11/20] cxl/pci: Add RCH downstream port AER register discovery
` [PATCH v11 14/20] cxl/pci: Map RCH downstream AER registers for logging protocol errors

[NDCTL PATCH v2] cxl/region: Add -f option for disable-region
 2023-10-09 10:52 UTC  (2+ messages)

[PATCH] libdaxctl: Add accurate check for daxctl_memory_op(MEM_GET_ZONE)
 2023-10-09 10:35 UTC 

[NDCTL PATCH 1/2] daxctl: Don't check param.no_movable when param.no_online is set
 2023-10-09  9:40 UTC  (2+ messages)

[PATCH v2] daxctl: Remove unused memory_zone and mem_zone
 2023-10-09  9:40 UTC  (2+ messages)

[PATCH v7 00/11] cxl: Add support for QTG ID retrieval for CXL subsystem
 2023-10-07  0:07 UTC  (5+ messages)
` [PATCH v7 04/11] cxl: Add support for _DSM Function for retrieving QTG ID
    ` [PATCH v8 "
    ` [PATCH v9 "

[PATCH ndctl] libcxl: don't calculate max_available_extent when start == ULLONG_MAX
 2023-10-06 17:19 UTC  (3+ messages)

[PATCH] cxl: set root decoder granularity based on region params
 2023-10-06 16:21 UTC  (5+ messages)
  ` [PATCH] cxl/region: use region (not root decoder) granularity for calculations

[PATCH v4 0/2] mm: use memmap_on_memory semantics for dax/kmem
 2023-10-06 12:33 UTC  (5+ messages)
` [PATCH v4 1/2] mm/memory_hotplug: split memmap_on_memory requests across memblocks

[ndctl PATCH 0/2] cxl: Add sanitization notifier tests
 2023-10-06  7:31 UTC  (3+ messages)
` [ndctl PATCH 1/2] cxl/memdev: Add a wait-sanitize command
` [ndctl PATCH 2/2] cxl/test: Validate sanitize notifications

This list is being migrated to new infrastructure
 2023-10-06  1:36 UTC  (2+ messages)

[PATCH 0/3] cxl/region: Autodiscovery position repair
 2023-10-06  0:43 UTC  (4+ messages)
` [PATCH 1/3] cxl/region: Prepare the decoder match range helper for reuse
` [PATCH 2/3] cxl/region: Calculate a target position in a region interleave
` [PATCH 3/3] cxl/region: Use calc_interleave_pos() with autodiscovered regions

[PATCH 11/12] PCI/CMA: Expose in sysfs whether devices are authenticated
 2023-10-05 20:20 UTC  (2+ messages)

[PATCH 08/12] PCI/CMA: Authenticate devices on enumeration
 2023-10-05 20:10 UTC  (2+ messages)

[PATCH] dax: remove unnecessary check
 2023-10-05 17:35 UTC  (4+ messages)

[PATCH v2 0/7] cxl: Fix checkpatch issues
 2023-10-05  8:42 UTC  (3+ messages)

[RFC PATCH 0/3] cxl: Fix background operation handling
 2023-10-05  9:06 UTC  (5+ messages)

[PATCH v2 2/7] cxl/region: Fix a checkpatch warning
 2023-10-05  8:08 UTC  (3+ messages)


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