linux-cxl.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-29 02:35:39 to 2022-05-31 15:27:00 UTC [more...]

[PATCH V9 0/9] CXL: Read CDAT and DSMAS data
 2022-05-31 15:26 UTC  (2+ messages)
` [PATCH V9 1/9] PCI: Add vendor ID for the PCI SIG

[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 V8 00/10] CXL: Read CDAT and DSMAS data from the device
 2022-05-31 10:33 UTC  (18+ 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 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  (51+ messages)
` [PATCH v10 01/45] hw/pci/cxl: Add a CXL component type (interface)
` [PATCH v10 02/45] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
` [PATCH v10 03/45] MAINTAINERS: Add entry for Compute Express Link Emulation
` [PATCH v10 04/45] hw/cxl/device: Introduce a CXL device (8.2.8)
` [PATCH v10 05/45] hw/cxl/device: Implement the CAP array (8.2.8.1-2)
` [PATCH v10 06/45] hw/cxl/device: Implement basic mailbox (8.2.8.4)
` [PATCH v10 07/45] hw/cxl/device: Add memory device utilities
` [PATCH v10 08/45] hw/cxl/device: Add cheap EVENTS implementation (8.2.9.1)
` [PATCH v10 09/45] hw/cxl/device: Timestamp implementation (8.2.9.3)
` [PATCH v10 10/45] hw/cxl/device: Add log commands (8.2.9.4) + CEL
` [PATCH v10 11/45] hw/pxb: Use a type for realizing expanders
` [PATCH v10 12/45] hw/pci/cxl: Create a CXL bus type
` [PATCH v10 13/45] cxl: Machine level control on whether CXL support is enabled
` [PATCH v10 14/45] hw/pxb: Allow creation of a CXL PXB (host bridge)
` [PATCH v10 15/45] qtest/cxl: Introduce initial test for pxb-cxl only
` [PATCH v10 16/45] hw/cxl/rp: Add a root port
` [PATCH v10 17/45] hw/cxl/device: Add a memory device (8.2.8.5)
` [PATCH v10 18/45] hw/cxl/device: Implement MMIO HDM decoding (8.2.5.12)
` [PATCH v10 19/45] hw/cxl/device: Add some trivial commands
` [PATCH v10 20/45] hw/cxl/device: Plumb real Label Storage Area (LSA) sizing
` [PATCH v10 21/45] hw/cxl/device: Implement get/set Label Storage Area (LSA)
` [PATCH v10 22/45] qtests/cxl: Add initial root port and CXL type3 tests
` [PATCH v10 23/45] hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)
` [PATCH v10 24/45] acpi/cxl: Add _OSC implementation (9.14.2)
` [PATCH v10 25/45] acpi/cxl: Create the CEDT (9.14.1)
` [PATCH v10 26/45] hw/cxl/component: Add utils for interleave parameter encoding/decoding
` [PATCH v10 27/45] hw/cxl/host: Add support for CXL Fixed Memory Windows
` [PATCH v10 28/45] acpi/cxl: Introduce CFMWS structures in CEDT
` [PATCH v10 29/45] hw/pci-host/gpex-acpi: Add support for dsdt construction for pxb-cxl
` [PATCH v10 30/45] pci/pcie_port: Add pci_find_port_by_pn()
` [PATCH v10 31/45] CXL/cxl_component: Add cxl_get_hb_cstate()
` [PATCH v10 32/45] mem/cxl_type3: Add read and write functions for associated hostmem
` [PATCH v10 33/45] cxl/cxl-host: Add memops for CFMWS region
` [PATCH v10 34/45] hw/cxl/component Add a dumb HDM decoder handler
` [PATCH v10 35/45] i386/pc: Enable CXL fixed memory windows
` [PATCH v10 36/45] tests/acpi: q35: Allow addition of a CXL test
` [PATCH v10 37/45] qtests/bios-tables-test: Add a test for CXL emulation
` [PATCH v10 38/45] tests/acpi: Add tables "
` [PATCH v10 39/45] qtest/cxl: Add more complex test cases with CFMWs
` [PATCH v10 40/45] hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxl
` [PATCH v10 41/45] qtest/cxl: Add aarch64 virt test for CXL
` [PATCH v10 42/45] docs/cxl: Add initial Compute eXpress Link (CXL) documentation
` [PATCH v10 43/45] pci-bridge/cxl_upstream: Add a CXL switch upstream port
` [PATCH v10 44/45] pci-bridge/cxl_downstream: Add a CXL switch downstream port
` [PATCH v10 45/45] docs/cxl: Add switch documentation

[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)

2nd Quater puchase request
 2022-05-03 14:48 UTC 

[ndctl PATCH] ndctl/dimm: Flush invalidated labels after overwrite
 2022-05-02 14:48 UTC  (2+ messages)

[PATCH V7 00/10] CXL: Read CDAT and DSMAS data from the device
 2022-04-29 15:33 UTC  (3+ messages)
` [PATCH V7 04/10] cxl/pci: Create auxiliary devices for each DOE mailbox


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).