Linux CXL
 help / color / mirror / Atom feed
 messages from 2023-02-01 20:05:43 to 2023-02-08 03:55:34 UTC [more...]

[PATCH ndctl 0/7] cxl: add support for listing and creating volatile regions
 2023-02-08  3:55 UTC  (13+ 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 v3 0/8] cxl: Introduce HDM decoder emulation from DVSEC range registers
 2023-02-08  1:37 UTC  (20+ messages)
` [PATCH v3 1/8] cxl: break out range register decoding from cxl_hdm_decode_init()
` [PATCH v3 2/8] cxl: export cxl_dvsec_rr_decode() to cxl_port
` [PATCH v3 3/8] cxl: refactor cxl_hdm_decode_init()
` [PATCH v3 4/8] cxl: emulate HDM decoder from DVSEC range registers
` [PATCH v3 5/8] cxl: create emulated cxl_hdm for devices that do not have HDM decoders
` [PATCH v3 6/8] cxl: create emulated decoders for devices without "
` [PATCH v3 7/8] cxl: Add emulation when HDM decoders are not committed
` [PATCH v3 8/8] cxl: remove locked check for dvsec_range_allowed()

[PATCH 00/18] CXL RAM and the 'Soft Reserved' => 'System RAM' default
 2023-02-07 23:54 UTC  (75+ messages)
` [PATCH 01/18] cxl/Documentation: Update references to attributes added in v6.0
  ` [PATCH 1/18] "
` [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 13/18] dax/hmem: Move HMAT and Soft reservation probe initcall level
` [PATCH 14/18] dax/hmem: Drop unnecessary dax_hmem_remove()
` [PATCH 15/18] dax/hmem: Convey the dax range via memregion_info()
` [PATCH 16/18] dax/hmem: Move hmem device registration to dax_hmem.ko
` [PATCH 17/18] dax: Assign RAM regions to memory-hotplug by default
` [PATCH 18/18] cxl/dax: Create dax devices for CXL RAM regions

[PATCH 00/18] cxl: Add support for QTG ID retrieval for CXL subsystem
 2023-02-07 20:55 UTC  (30+ messages)
` [PATCH 01/18] cxl: Export QTG ids from CFMWS to sysfs
` [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 05/18] ACPICA: Fix 'struct acpi_cdat_dsmas' spelling mistake
` [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 10/18] PCI: Export pcie_get_speed() using the code from sysfs PCI link speed show function
` [PATCH 11/18] PCI: Export pcie_get_width() using the code from sysfs PCI link width "
` [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

DAX system-ram usage by the kernel
 2023-02-07 18:23 UTC  (4+ messages)

[GIT preview] for-6.3/cxl-ram-region
 2023-02-07 16:31 UTC  (18+ messages)

[PATCH] cxl/region: Fix null pointer dereference for resetting decoder
 2023-02-06 19:16 UTC  (3+ messages)

[PATCH v4 00/10] hw/cxl: CXL emulation cleanups and minor fixes for upstream
 2023-02-06 17:28 UTC  (11+ messages)
` [PATCH v4 01/10] hw/mem/cxl_type3: Improve error handling in realize()
` [PATCH v4 02/10] hw/pci-bridge/cxl_downstream: Fix type naming mismatch
` [PATCH v4 03/10] hw/cxl: set cxl-type3 device type to PCI_CLASS_MEMORY_CXL
` [PATCH v4 04/10] hw/cxl: Add CXL_CAPACITY_MULTIPLIER definition
` [PATCH v4 05/10] tests/acpi: Allow update of q35/DSDT.cxl
` [PATCH v4 06/10] hw/i386/acpi: Drop duplicate _UID entry for CXL root bridge
` [PATCH v4 07/10] tests: acpi: Update q35/DSDT.cxl for removed duplicate UID
` [PATCH v4 08/10] qemu/bswap: Add const_le64()
` [PATCH v4 09/10] qemu/uuid: Add UUID static initializer
` [PATCH v4 10/10] hw/cxl/mailbox: Use new UUID network order define for cel_uuid

[cxl:for-6.3/cxl-ram-region] BUILD REGRESSION 665cfd1aff915a3c33685b313dacfa00809f9a85
 2023-02-06 13:33 UTC 

[cxl:for-6.3/cxl-ram-region 23/25] ERROR: modpost: "walk_hmem_resources" [drivers/dax/hmem/dax_hmem.ko] undefined!
 2023-02-04 19:20 UTC 

[cxl:next] BUILD SUCCESS bed259ea85f54b4ebc1f8de61b5ffafd23acd126
 2023-02-04 15:59 UTC 

[cxl:for-6.3/cxl-ram-region] BUILD SUCCESS 14acf2db2613dad48f315647c022b15e7dd7b7bd
 2023-02-04 14:48 UTC 

[cxl:fixes] BUILD SUCCESS 01d2cb2593b17b36e69a697567cb493f0a096c73
 2023-02-04 14:48 UTC 

[GIT preview] for-6.3/cxl-ram-region
 2023-02-04  2:36 UTC  (2+ messages)

[PATCH] daxctl: Fix memblock enumeration off-by-one
 2023-02-03 23:07 UTC  (5+ messages)

[PATCH ndctl] ndctl/cxl: Remove unnecessary null check
 2023-02-03 23:07 UTC  (3+ messages)

[PATCH] efi/cper, cxl: Remove cxl_err.h
 2023-02-03 23:00 UTC  (3+ messages)

[PATCH v2 00/10] Collection of DOE material
 2023-02-03 10:08 UTC  (11+ messages)
` [PATCH v2 04/10] cxl/pci: Use synchronous API for DOE
` [PATCH v2 06/10] PCI/DOE: Allow mailbox creation without devres management

[RESEND PATCH V3 0/4] rasdaemon: Add support for the CXL error events
 2023-02-03  9:31 UTC  (7+ messages)
` [RESEND PATCH V3 1/4] rasdaemon: Move definition for BIT and BIT_ULL to a common file
` [RESEND PATCH V3 2/4] rasdaemon: Add support for the CXL poison events
` [RESEND PATCH V3 3/4] rasdaemon: Add support for the CXL AER uncorrectable errors
` [RESEND PATCH V3 4/4] rasdaemon: Add support for the CXL AER correctable errors

[PATCH v4 0/4] CXL: Miscellaneous fixes
 2023-02-03  1:04 UTC  (5+ messages)
` [PATCH v4 1/4] cxl/mem: Remove unused CXL_CMD_FLAG_NONE define
` [PATCH v4 2/4] cxl/uapi: Add warning on CXL command enum
` [PATCH v4 3/4] cxl/uapi: Tag commands from cxl_query_cmd()
` [PATCH v4 4/4] cxl/mem: Fix UAPI command comment

[PATCH v3 0/4] CXL: Miscellaneous fixes
 2023-02-02 23:58 UTC  (9+ messages)
` [PATCH v3 1/4] cxl/mem: Remove unused CXL_CMD_FLAG_NONE define
` [PATCH v3 2/4] cxl/uapi: Add warning on CXL command enum
` [PATCH v3 3/4] cxl/uapi: Tag commands from cxl_query_cmd()
` [PATCH v3 4/4] cxl/mem: Fix UAPI command comment

[LSF/MM/BPF TOPIC] CXL Fabric Manager (FM) architecture
 2023-02-01 20:04 UTC  (2+ messages)
  ` [External] "


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