Linux CXL
 help / color / mirror / Atom feed
 messages from 2022-05-03 15:32:28 to 2022-06-05 00:52:01 UTC [more...]

[PATCH V10 0/9] CXL: Read CDAT and DSMAS data
 2022-06-05  0:50 UTC  (9+ messages)
` [PATCH V10 1/9] PCI: Add vendor ID for the PCI SIG
` [PATCH V10 2/9] PCI: Replace magic constant for PCI Sig Vendor ID
` [PATCH V10 3/9] PCI: Create PCI library functions in support of DOE mailboxes
` [PATCH V10 4/9] cxl/pci: Create PCI DOE mailbox's for memory devices
` [PATCH V10 5/9] cxl/port: Find a DOE mailbox which supports CDAT
` [PATCH V10 6/9] cxl/port: Read CDAT table
` [PATCH V10 7/9] cxl/port: Introduce cxl_cdat_valid()
` [PATCH V10 8/9] cxl/port: Retry reading CDAT on failure

[PATCH V9 0/9] CXL: Read CDAT and DSMAS data
 2022-06-02 22:47 UTC  (31+ messages)
` [PATCH V9 1/9] PCI: Add vendor ID for the PCI SIG
  ` [PATCH v9 "
` [PATCH V9 2/9] PCI: Replace magic constant for PCI Sig Vendor ID
  ` [PATCH v9 "
` [PATCH V9 3/9] PCI: Create PCI library functions in support of DOE mailboxes
  ` [PATCH v9 "
` [PATCH V9 4/9] cxl/pci: Create PCI DOE mailbox's for memory devices
` [PATCH V9 5/9] cxl/port: Find a DOE mailbox which supports CDAT
` [PATCH V9 6/9] cxl/port: Read CDAT table
` [PATCH V9 7/9] cxl/port: Introduce cxl_cdat_valid()
` [PATCH V9 8/9] cxl/port: Retry reading CDAT on failure
  ` [PATCH v9 "
` [PATCH V9 9/9] cxl/port: Parse out DSMAS data from CDAT table

[ndctl PATCH] libcxl: fix a segfault when memdev->pmem is absent
 2022-06-02 15:44 UTC 

[PATCH V8 00/10] CXL: Read CDAT and DSMAS data from the device
 2022-06-01 20:17 UTC  (23+ messages)
` [PATCH V8 03/10] PCI: Create PCI library functions in support of DOE mailboxes
` [PATCH V8 04/10] cxl/pci: Create auxiliary devices for each DOE mailbox
` [PATCH V8 06/10] cxl/pci: Find the DOE mailbox which supports CDAT

[PATCH v2 0/8] hw/cxl: Move CXL emulation options and state to machines
 2022-06-01 16:42 UTC  (9+ messages)
` [PATCH v2 1/8] hw/cxl: Make the CXL fixed memory window setup a machine parameter
` [PATCH v2 2/8] hw/acpi/cxl: Pass in the CXLState directly rather than MachineState
` [PATCH v2 3/8] hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.c
` [PATCH v2 4/8] tests/acpi: Allow modification of q35 CXL CEDT table
` [PATCH v2 5/8] pci/pci_expander_bridge: For CXL HB delay the HB register memory region setup
` [PATCH v2 6/8] tests/acpi: Update q35/CEDT.cxl for new memory addresses
` [PATCH v2 7/8] hw/cxl: Move the CXLState from MachineState to machine type specific state
` [PATCH v2 8/8] hw/machine: Drop cxl_supported flag as no longer useful

[PATCH] hw/cxl: Fix missing write mask for HDM decoder target list registers
 2022-05-31 12:39 UTC 

[RFC PATCH 00/15] Region driver
 2022-05-31 12:21 UTC  (25+ messages)
` [RFC PATCH 02/15] cxl/core/hdm: Bail on endpoint init fail
` [RFC PATCH 03/15] Revert "cxl/core: Convert decoder range to resource"
` [RFC PATCH 06/15] cxl/acpi: Manage root decoder's address space
` [RFC PATCH 12/15] cxl/region: Add region creation ABI

[PATCH 0/8] hw/cxl: Move CXL emulation options and state to machines
 2022-05-31  7:26 UTC  (11+ messages)
` [PATCH 1/8] hw/cxl: Make the CXL fixed memory window setup a machine parameter
` [PATCH 2/8] hw/acpi/cxl: Pass in the CXLState directly rather than MachineState
` [PATCH 3/8] hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.c
` [PATCH 4/8] tests/acpi: Allow modification of q35 CXL CEDT table
` [PATCH 5/8] pci/pci_expander_bridge: For CXL HB delay the HB register memory region setup
` [PATCH 6/8] tests/acpi: Update q35/CEDT.cxl for new memory addresses
` [PATCH 7/8] hw/cxl: Move the CXLState from MachineState to machine type specific state
` [PATCH 8/8] hw/machine: Drop cxl_supported flag as no longer useful

[PATCH v10 00/45] CXl 2.0 emulation Support
 2022-05-30 17:50 UTC  (9+ messages)
` [PATCH v10 02/45] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
` [PATCH v10 13/45] cxl: Machine level control on whether CXL support is enabled
` [PATCH v10 27/45] hw/cxl/host: Add support for CXL Fixed Memory Windows

[GIT PULL] Compute Express Link for 5.19
 2022-05-28  4:34 UTC  (2+ messages)

[RFC PATCH 0/1] DOE usage with pcie/portdrv
 2022-05-27  9:39 UTC  (22+ messages)
` [RFC PATCH 1/1] pcie/portdrv: Hack in DOE and CDAT support

[PATCH v11 0/2] hw/arm/virt: CXL 2.0 emulation support
 2022-05-26 12:10 UTC  (4+ 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 0/2] CXL FMAPI interface over MCTP/I2C
 2022-05-25 11:14 UTC  (7+ messages)
` [RFC PATCH 1/2] misc/i2c_mctp_cxl_fmapi: Initial device emulation
` [RFC PATCH 2/2] arm/virt: Add aspeed-i2c controller and MCTP EP to enable MCTP testing

[ANNOUNCE] CFP: CXL Microconference - Linux Plumbers Conference 2022
 2022-05-23 17:32 UTC 

[PATCH] MAINTAINERS: Update Ben's email address
 2022-05-20 18:54 UTC  (2+ messages)

[PATCH v3 00/13] cxl: Fix "mem_enable" handling
 2022-05-20 18:30 UTC  (18+ messages)
` [PATCH v3 01/13] cxl/mem: Drop mem_enabled check from wait_for_media()
` [PATCH v3 02/13] cxl/pci: Consolidate wait_for_media() and wait_for_media_ready()
` [PATCH v3 03/13] cxl/pci: Drop wait_for_valid() from cxl_await_media_ready()
` [PATCH v3 04/13] cxl/mem: Fix cxl_mem_probe() error exit
` [PATCH v3 05/13] cxl/mem: Validate port connectivity before dvsec ranges
` [PATCH v3 06/13] cxl/pci: Move cxl_await_media_ready() to the core
` [PATCH v3 07/13] cxl/mem: Consolidate CXL DVSEC Range enumeration in "
` [PATCH v3 08/13] cxl/mem: Skip range enumeration if mem_enable clear
` [PATCH v3 09/13] cxl/mem: Merge cxl_dvsec_ranges() and cxl_hdm_decode_init()
` [PATCH v3 10/13] cxl/pci: Drop @info argument to cxl_hdm_decode_init()
` [PATCH v3 11/13] cxl/port: Move endpoint HDM Decoder Capability init to port driver
` [PATCH v3 12/13] cxl/port: Reuse 'struct cxl_hdm' context for hdm init
` [PATCH v3 13/13] cxl/port: Enable HDM Capability after validating DVSEC Ranges
  ` [PATCH v4 "
    ` [PATCH v5 "

[RFC PATCH 0/2] CXL FMAPI interface over MCTP/I2C
 2022-05-20 16:59 UTC 

[PATCH 00/14] cxl: Fix "mem_enable" handling
 2022-05-18 18:22 UTC  (46+ messages)
` [PATCH 01/14] cxl/mem: Drop mem_enabled check from wait_for_media()
` [PATCH 02/14] cxl/pci: Consolidate wait_for_media() and wait_for_media_ready()
` [PATCH 03/14] cxl/pci: Drop wait_for_valid() from cxl_await_media_ready()
` [PATCH 04/14] cxl/mem: Fix cxl_mem_probe() error exit
` [PATCH 05/14] cxl/mem: Validate port connectivity before dvsec ranges
` [PATCH 06/14] cxl/pci: Move cxl_await_media_ready() to the core
` [PATCH 07/14] cxl/mem: Consolidate CXL DVSEC Range enumeration in "
` [PATCH 08/14] cxl/mem: Skip range enumeration if mem_enable clear
` [PATCH 09/14] cxl/mem: Fix CXL DVSEC Range Sizing
` [PATCH 10/14] cxl/mem: Merge cxl_dvsec_ranges() and cxl_hdm_decode_init()
` [PATCH 11/14] cxl/pci: Drop @info argument to cxl_hdm_decode_init()
` [PATCH 12/14] cxl/port: Move endpoint HDM Decoder Capability init to port driver
` [PATCH 13/14] cxl/port: Reuse 'struct cxl_hdm' context for hdm init
` [PATCH 14/14] cxl/port: Enable HDM Capability after validating DVSEC Ranges
  ` [PATCH v2 "

[RFC PATCH v2 00/14] PCI/CMA and SPDM Library
 2022-05-09 18:07 UTC  (3+ messages)
` [RFC PATCH v2 12/14] spdm: Introduce a library for DMTF SPDM

[PATCH] cxl/mbox: fix logical vs bitwise typo
 2022-05-06 13:50 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