Linux CXL
 help / color / mirror / Atom feed
 messages from 2023-02-08 03:55:34 to 2023-02-11 00:04:51 UTC [more...]

[PATCH v2 00/10] Collection of DOE material
 2023-02-11  0:04 UTC  (19+ messages)
` [PATCH v2 01/10] PCI/DOE: Silence WARN splat with CONFIG_DEBUG_OBJECTS=y
` [PATCH v2 02/10] PCI/DOE: Fix memory leak "
` [PATCH v2 03/10] PCI/DOE: Provide synchronous API and use it internally
` [PATCH v2 04/10] cxl/pci: Use synchronous API for DOE
` [PATCH v2 06/10] PCI/DOE: Allow mailbox creation without devres management
` [PATCH v2 10/10] PCI/DOE: Relax restrictions on request and response size

[PATCH v6] cxl: add RAS status unmasking for CXL
 2023-02-10 23:46 UTC  (4+ messages)

[PATCH v2 00/20] CXL RAM and the 'Soft Reserved' => 'System RAM' default
 2023-02-10 23:46 UTC  (47+ messages)
` [PATCH v2 01/20] cxl/memdev: Fix endpoint port removal
` [PATCH v2 02/20] cxl/Documentation: Update references to attributes added in v6.0
` [PATCH v2 03/20] cxl/region: Add a mode attribute for regions
` [PATCH v2 04/20] cxl/region: Support empty uuids for non-pmem regions
` [PATCH v2 05/20] cxl/region: Validate region mode vs decoder mode
` [PATCH v2 06/20] cxl/region: Add volatile region creation support
` [PATCH v2 07/20] cxl/region: Refactor attach_target() for autodiscovery
` [PATCH v2 08/20] cxl/region: Cleanup target list on attach error
` [PATCH v2 09/20] cxl/region: Move region-position validation to a helper
` [PATCH v2 10/20] kernel/range: Uplevel the cxl subsystem's range_contains() helper
` [PATCH v2 11/20] cxl/region: Enable CONFIG_CXL_REGION to be toggled
` [PATCH v2 12/20] cxl/port: Split endpoint and switch port probe
` [PATCH v2 13/20] cxl/region: Add region autodiscovery
` [PATCH v2 14/20] tools/testing/cxl: Define a fixed volatile configuration to parse
` [PATCH v2 15/20] dax/hmem: Move HMAT and Soft reservation probe initcall level
` [PATCH v2 16/20] dax/hmem: Drop unnecessary dax_hmem_remove()
` [PATCH v2 17/20] dax/hmem: Convey the dax range via memregion_info()
` [PATCH v2 18/20] dax/hmem: Move hmem device registration to dax_hmem.ko
` [PATCH v2 19/20] dax: Assign RAM regions to memory-hotplug by default
` [PATCH v2 20/20] cxl/dax: Create dax devices for CXL RAM regions

[cxl:for-6.3/cxl-ram-region] BUILD REGRESSION 58c651c6c4bbf46725502ffbccde2c24b94dc5c0
 2023-02-10 22:43 UTC 

[PATCH RFC] PCI/AER: Enable internal AER errors by default
 2023-02-10 22:33 UTC 

[PATCH v2 10/10] PCI/DOE: Relax restrictions on request and response size
 2023-02-10 22:10 UTC  (3+ messages)

[PATCH v3 00/16] Collection of DOE material
 2023-02-10 20:25 UTC  (17+ messages)
` [PATCH v3 01/16] cxl/pci: Fix CDAT retrieval on big endian
` [PATCH v3 02/16] cxl/pci: Handle truncated CDAT header
` [PATCH v3 03/16] cxl/pci: Handle truncated CDAT entries
` [PATCH v3 04/16] cxl/pci: Handle excessive CDAT length
` [PATCH v3 05/16] PCI/DOE: Silence WARN splat with CONFIG_DEBUG_OBJECTS=y
` [PATCH v3 06/16] PCI/DOE: Fix memory leak "
` [PATCH v3 07/16] PCI/DOE: Provide synchronous API and use it internally
` [PATCH v3 08/16] cxl/pci: Use synchronous API for DOE
` [PATCH v3 09/16] PCI/DOE: Make asynchronous API private
` [PATCH v3 10/16] PCI/DOE: Deduplicate mailbox flushing
` [PATCH v3 11/16] PCI/DOE: Allow mailbox creation without devres management
` [PATCH v3 12/16] PCI/DOE: Create mailboxes on device enumeration
` [PATCH v3 13/16] cxl/pci: Use CDAT DOE mailbox created by PCI core
` [PATCH v3 14/16] PCI/DOE: Make mailbox creation API private
` [PATCH v3 15/16] PCI/DOE: Relax restrictions on request and response size
` [PATCH v3 16/16] cxl/pci: Rightsize CDAT response allocation

[cxl:for-6.3/cxl-ram-region 21/28] drivers/cxl/core/region.c:2527:7: warning: Local variable 'rc' shadows outer variable [shadowVariable]
 2023-02-10 16:50 UTC 

[PATCH ndctl v2 0/7] cxl: add support for listing and creating volatile regions
 2023-02-10 16:09 UTC  (14+ messages)
` [PATCH ndctl v2 1/7] cxl/region: skip region_actions for region creation
` [PATCH ndctl v2 2/7] cxl: add a type attribute to region listings
` [PATCH ndctl v2 3/7] cxl: add core plumbing for creation of ram regions
` [PATCH ndctl v2 4/7] cxl/region: accept user-supplied UUIDs for pmem regions
` [PATCH ndctl v2 5/7] cxl/region: determine region type based on root decoder capability
` [PATCH ndctl v2 6/7] cxl/list: Include regions in the verbose listing
` [PATCH ndctl v2 7/7] cxl/list: Enumerate device-dax properties for regions

[PATCH v6 0/6] CXL Poison List Retrieval & Tracing
 2023-02-10 12:56 UTC  (8+ messages)
` [PATCH v6 1/6] cxl/mbox: Add GET_POISON_LIST mailbox command
` [PATCH v6 2/6] cxl/trace: Add TRACE support for CXL media-error records
` [PATCH v6 3/6] cxl/memdev: Add trigger_poison_list sysfs attribute
` [PATCH v6 4/6] cxl/region: Provide region info to the cxl_poison trace event
` [PATCH v6 5/6] cxl/trace: Add an HPA to cxl_poison trace events
` [PATCH v6 6/6] tools/testing/cxl: Mock support for Get Poison List

[PATCH v5] cxl: add RAS status unmasking for CXL
 2023-02-10 12:29 UTC  (5+ messages)

[PATCH 0/2] cxl: Enhance trace point information
 2023-02-10  7:07 UTC  (4+ messages)
` [PATCH 1/2] cxl/trace: Standardize device information output
` [PATCH 2/2] cxl/trace: Add host output to trace points

[PATCH ndctl 0/7] cxl: add support for listing and creating volatile regions
 2023-02-10  1:15 UTC  (30+ messages)
` [PATCH ndctl 1/7] cxl/region: skip region_actions for region creation
` [PATCH ndctl 2/7] cxl: add a type attribute to region listings
` [PATCH ndctl 3/7] cxl: add core plumbing for creation of ram regions
` [PATCH ndctl 4/7] cxl/region: accept user-supplied UUIDs for pmem regions
` [PATCH ndctl 5/7] cxl/region: determine region type based on root decoder capability
` [PATCH ndctl 6/7] cxl/list: Include regions in the verbose listing
` [PATCH ndctl 7/7] cxl/list: Enumerate device-dax properties for regions

[PATCH 00/18] cxl: Add support for QTG ID retrieval for CXL subsystem
 2023-02-09 22:57 UTC  (33+ messages)
` [PATCH 02/18] ACPICA: Export acpi_ut_verify_cdat_checksum()
` [PATCH 03/18] cxl: Add checksum verification to CDAT from CXL
` [PATCH 04/18] cxl: Add common helpers for cdat parsing
` [PATCH 06/18] cxl: Add callback to parse the DSMAS subtables from CDAT
` [PATCH 07/18] cxl: Add callback to parse the DSLBIS subtable "
` [PATCH 08/18] cxl: Add support for _DSM Function for retrieving QTG ID
` [PATCH 09/18] cxl: Add helper function to retrieve ACPI handle of CXL root device
` [PATCH 12/18] cxl: Add helpers to calculate pci latency for the CXL device
` [PATCH 13/18] cxl: Add latency and bandwidth calculations for the CXL path
` [PATCH 14/18] cxl: Wait Memory_Info_Valid before access memory related info
` [PATCH 15/18] cxl: Move identify and partition query from pci probe to port probe
` [PATCH 16/18] cxl: Move reading of CDAT data from device to after media is ready
` [PATCH 17/18] cxl: Attach QTG IDs to the DPA ranges for the device
` [PATCH 18/18] cxl: Export sysfs attributes for device QTG IDs

[LSF/MM/BPF TOPIC] CXL Fabric Manager (FM) architecture
 2023-02-09 22:22 UTC  (5+ messages)
  ` [External] "

[PATCH 00/18] CXL RAM and the 'Soft Reserved' => 'System RAM' default
 2023-02-09 20:52 UTC  (41+ messages)
  ` [PATCH 01/18] cxl/Documentation: Update references to attributes added in v6.0
  ` [PATCH 02/18] cxl/region: Add a mode attribute for regions
  ` [PATCH 03/18] cxl/region: Support empty uuids for non-pmem regions
  ` [PATCH 04/18] cxl/region: Validate region mode vs decoder mode
  ` [PATCH 05/18] cxl/region: Add volatile region creation support
  ` [PATCH 06/18] cxl/region: Refactor attach_target() for autodiscovery
  ` [PATCH 07/18] cxl/region: Move region-position validation to a helper
  ` [PATCH 08/18] kernel/range: Uplevel the cxl subsystem's range_contains() helper
  ` [PATCH 09/18] cxl/region: Enable CONFIG_CXL_REGION to be toggled
  ` [PATCH 10/18] cxl/region: Fix passthrough-decoder detection
  ` [PATCH 11/18] cxl/region: Add region autodiscovery
  ` [PATCH 12/18] tools/testing/cxl: Define a fixed volatile configuration to parse
  ` [PATCH 14/18] dax/hmem: Drop unnecessary dax_hmem_remove()
  ` [PATCH 15/18] dax/hmem: Convey the dax range via memregion_info()

[PATCH] cxl/mem: Correct full ID range allocation
 2023-02-09 17:03 UTC  (5+ messages)

[PATCH] cxl/port: Disable decoder setup for endpoints in RCD mode
 2023-02-09 17:07 UTC  (2+ messages)

[PATCH 12/18] cxl: Add helpers to calculate pci latency for the CXL device
 2023-02-09 15:10 UTC  (4+ messages)

[PATCH] ACPICA: Fix typo in CDAT DSMAS struct definition
 2023-02-09 12:54 UTC  (3+ messages)

[PATCH ndctl] meson.build: fix version for v75
 2023-02-08 22:12 UTC 

[PATCH v4 0/7] cxl: Introduce HDM decoder emulation from DVSEC range registers
 2023-02-08 19:21 UTC  (8+ messages)
` [PATCH v4 1/7] cxl: break out range register decoding from cxl_hdm_decode_init()
` [PATCH v4 2/7] cxl: export cxl_dvsec_rr_decode() to cxl_port
` [PATCH v4 3/7] cxl: refactor cxl_hdm_decode_init()
` [PATCH v4 4/7] cxl: emulate HDM decoder from DVSEC range registers
` [PATCH v4 5/7] cxl: create emulated cxl_hdm for devices that do not have HDM decoders
` [PATCH v4 6/7] cxl: Add emulation when HDM decoders are not committed
` [PATCH v4 7/7] cxl: remove locked check for dvsec_range_allowed()

[cxl:next] BUILD SUCCESS dbe9f7d1e155b97a42f7da81e22acc98fe0a9072
 2023-02-08 10:56 UTC 

[cxl:fixes] BUILD SUCCESS 711442e29f16f0d39dd0e2460c9baacfccb9d5a7
 2023-02-08  8:48 UTC 

[cxl:pending] BUILD SUCCESS 3ad0b8d3a98e8c657ad713eca5f4efbb569fc4fd
 2023-02-08  8:48 UTC 


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