Linux CXL
 help / color / mirror / Atom feed
 messages from 2022-06-24 02:48:24 to 2022-07-09 20:06:44 UTC [more...]

[PATCH 00/46] CXL PMEM Region Provisioning
 2022-07-09 20:06 UTC  (118+ messages)
` [PATCH 01/46] tools/testing/cxl: Fix cxl_hdm_decode_init() calling convention
` [PATCH 02/46] cxl/port: Keep port->uport valid for the entire life of a port
` [PATCH 03/46] cxl/hdm: Use local hdm variable
` [PATCH 04/46] cxl/core: Rename ->decoder_range ->hpa_range
` [PATCH 05/46] cxl/core: Drop ->platform_res attribute for root decoders
` [PATCH 06/46] cxl/core: Drop is_cxl_decoder()
` [PATCH 07/46] cxl: Introduce cxl_to_{ways,granularity}
` [PATCH 08/46] cxl/core: Define a 'struct cxl_switch_decoder'
` [PATCH 09/46] cxl/acpi: Track CXL resources in iomem_resource
` [PATCH 10/46] cxl/core: Define a 'struct cxl_root_decoder' for tracking CXL window resources
` [PATCH 11/46] cxl/core: Define a 'struct cxl_endpoint_decoder' for tracking DPA resources
` [PATCH 12/46] cxl/mem: Convert partition-info to resources
` [PATCH 13/46] cxl/hdm: Require all decoders to be enumerated
` [PATCH 14/46] cxl/hdm: Enumerate allocated DPA
` [PATCH 15/46] cxl/Documentation: List attribute permissions
` [PATCH 16/46] cxl/hdm: Add 'mode' attribute to decoder objects
` [PATCH 17/46] cxl/hdm: Track next decoder to allocate
` [PATCH 18/46] cxl/hdm: Add support for allocating DPA to an endpoint decoder
` [PATCH 19/46] cxl/debug: Move debugfs init to cxl_core_init()
` [PATCH 20/46] cxl/mem: Add a debugfs version of 'iomem' for DPA, 'dpamem'
` [PATCH 21/46] tools/testing/cxl: Move cxl_test resources to the top of memory
` [PATCH 22/46] tools/testing/cxl: Expand CFMWS windows
` [PATCH 23/46] tools/testing/cxl: Add partition support
` [PATCH 24/46] tools/testing/cxl: Fix decoder default state
` [PATCH 25/46] cxl/port: Record dport in endpoint references
` [PATCH 26/46] cxl/port: Record parent dport when adding ports
` [PATCH 27/46] cxl/port: Move 'cxl_ep' references to an xarray per port
` [PATCH 28/46] cxl/port: Move dport tracking to an xarray
` [PATCH 29/46] cxl/port: Cache CXL host bridge data
` [PATCH 30/46] cxl/hdm: Add sysfs attributes for interleave ways + granularity
` [PATCH 31/46] cxl/hdm: Initialize decoder type for memory expander devices
` [PATCH 32/46] cxl/mem: Enumerate port targets before adding endpoints
` [PATCH 33/46] resource: Introduce alloc_free_mem_region()
` [PATCH 34/46] cxl/region: Add region creation support
` [PATCH 35/46] cxl/region: Add a 'uuid' attribute
` [PATCH 36/46] cxl/region: Add interleave ways attribute
` [PATCH 37/46] cxl/region: Allocate host physical address (HPA) capacity to new regions
` [PATCH 38/46] cxl/region: Enable the assignment of endpoint decoders to regions
` [PATCH 39/46] cxl/acpi: Add a host-bridge index lookup mechanism
` [PATCH 40/46] cxl/region: Attach endpoint decoders
` [PATCH 41/46] cxl/region: Program target lists
` [PATCH 42/46] cxl/hdm: Commit decoder state to hardware
` [PATCH 43/46] cxl/region: Add region driver boiler plate
` [PATCH 44/46] cxl/pmem: Delete unused nvdimm attribute
` [PATCH 45/46] cxl/pmem: Fix offline_nvdimm_bus() to offline by bridge
` [PATCH 46/46] cxl/region: Introduce cxl_pmem_region objects

[GIT PULL] cxl fixes for v5.19-rc6
 2022-07-08 20:32 UTC  (2+ messages)

CXL device sanitation and pmem security questions
 2022-07-08 17:44 UTC  (5+ messages)

[RFC PATCH 0/3] Introduce devm_xa_init
 2022-07-08 15:49 UTC  (15+ messages)
` [RFC PATCH 1/3] xarray: Introduce devm_xa_init()
` [RFC PATCH 2/3] pci/doe: Use devm_xa_init()
` [RFC PATCH 3/3] CXL/doe: "

[linux-next:master] BUILD REGRESSION 088b9c375534d905a4d337c78db3b3bfbb52c4a0
 2022-07-08 10:02 UTC  (5+ messages)

[PATCH V13 0/9] CXL: Read CDAT and DSMAS data
 2022-07-07 16:22 UTC  (11+ messages)
` [PATCH V13 1/9] PCI: Add vendor ID for the PCI SIG
` [PATCH V13 2/9] PCI: Replace magic constant for PCI Sig Vendor ID
` [PATCH V13 3/9] PCI: Create PCIe library functions in support of DOE mailboxes
` [PATCH V13 4/9] cxl/pci: Create PCI DOE mailbox's for memory devices
` [PATCH V13 5/9] driver-core: Introduce BIN_ATTR_ADMIN_{RO,RW}
` [PATCH V13 6/9] cxl/port: Read CDAT table
` [PATCH V13 7/9] cxl/port: Introduce cxl_cdat_valid()
` [PATCH V13 8/9] cxl/port: Retry reading CDAT on failure
` [PATCH V13 9/9] cxl/port: Parse out DSMAS data from CDAT table

[PATCH V12 0/9] CXL: Read CDAT and DSMAS data
 2022-07-04  6:45 UTC  (37+ messages)
` [PATCH V12 1/9] PCI: Add vendor ID for the PCI SIG
` [PATCH V12 2/9] PCI: Replace magic constant for PCI Sig Vendor ID
` [PATCH V12 3/9] PCI: Create PCIe library functions in support of DOE mailboxes
` [PATCH V12 4/9] cxl/pci: Create PCI DOE mailbox's for memory devices
` [PATCH V12 5/9] driver-core: Introduce BIN_ATTR_ADMIN_{RO,RW}
` [PATCH V12 6/9] cxl/port: Read CDAT table
` [PATCH V12 7/9] cxl/port: Introduce cxl_cdat_valid()
` [PATCH V12 8/9] cxl/port: Retry reading CDAT on failure
` [PATCH V12 9/9] cxl/port: Parse out DSMAS data from CDAT table

[linux-next:master] BUILD REGRESSION 6cc11d2a1759275b856e464265823d94aabd5eaf
 2022-07-02  1:03 UTC 

(SPDM) Device attestation, secure channels from host to device etc: Discuss at Plumbers?
 2022-06-29 16:01 UTC  (9+ messages)

DVSEC FLEX BUS CAP bit 3: MEM_HWINIT_MODE
 2022-06-29 16:02 UTC  (5+ messages)

[PATCH v2] cxl/mbox: Fix missing variable payload checks in cmd size validation
 2022-06-28 22:01 UTC 

[PATCH] cxl/mbox: Fix missing variable payload checks in cmd size validation
 2022-06-28 21:52 UTC  (5+ messages)

[PATCH V11 0/8] CXL: Read CDAT and DSMAS data
 2022-06-28  3:32 UTC  (8+ messages)
` [PATCH V11 5/8] cxl/port: Read CDAT table
` [PATCH V11 7/8] cxl/port: Retry reading CDAT on failure

[PATCH v11 0/2] arm/virt: CXL support via pxb_cxl
 2022-06-24 17:59 UTC  (14+ messages)
` [PATCH v11 1/2] hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxl
` [PATCH v11 2/2] qtest/cxl: Add aarch64 virt test for CXL

[RFC PATCH 00/15] Region driver
 2022-06-24  9:08 UTC  (8+ messages)


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