linux-cxl.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-02 01:01:07 to 2021-02-16 13:44:38 UTC [more...]

[PATCH v2 0/8] CXL 2.0 Support
 2021-02-16 13:43 UTC  (57+ messages)
` [PATCH v2 1/8] cxl/mem: Introduce a driver for CXL-2.0-Type-3 endpoints
` [PATCH v2 2/8] cxl/mem: Find device capabilities
` [PATCH v2 3/8] cxl/mem: Register CXL memX devices
` [PATCH v2 4/8] cxl/mem: Add basic IOCTL interface
` [PATCH v2 5/8] cxl/mem: Add a "RAW" send command
` [PATCH v2 6/8] cxl/mem: Enable commands via CEL
` [PATCH v2 7/8] cxl/mem: Add set of informational commands
` [PATCH v2 8/8] MAINTAINERS: Add maintainers of the CXL driver

[RFC] ACPI Code First ECR: Generic Target
 2021-02-16 11:06 UTC  (12+ messages)

[PATCH v4 0/9] CXL 2.0 Support
 2021-02-16  1:45 UTC  (10+ messages)
` [PATCH v4 1/9] cxl/mem: Introduce a driver for CXL-2.0-Type-3 endpoints
` [PATCH v4 2/9] cxl/mem: Find device capabilities
` [PATCH v4 3/9] cxl/mem: Register CXL memX devices
` [PATCH v4 4/9] cxl/mem: Add basic IOCTL interface
` [PATCH v4 5/9] cxl/mem: Add a "RAW" send command
` [PATCH v4 6/9] cxl/mem: Enable commands via CEL
` [PATCH v4 7/9] cxl/mem: Add set of informational commands
` [PATCH v4 8/9] MAINTAINERS: Add maintainers of the CXL driver
` [PATCH v4 9/9] cxl/mem: Add payload dumping for debug

[PATCH][next] cxl/mem: remove redundant initialization of variable rc
 2021-02-15 19:53 UTC 

[PATCH v3 0/9] CXL 2.0 Support
 2021-02-15 16:30 UTC  (11+ messages)
` [PATCH v3 1/9] cxl/mem: Introduce a driver for CXL-2.0-Type-3 endpoints
` [PATCH v3 2/9] cxl/mem: Find device capabilities
` [PATCH v3 3/9] cxl/mem: Register CXL memX devices
` [PATCH v3 4/9] cxl/mem: Add basic IOCTL interface
` [PATCH v3 5/9] cxl/mem: Add a "RAW" send command
` [PATCH v3 6/9] cxl/mem: Enable commands via CEL
` [PATCH v3 7/9] cxl/mem: Add set of informational commands
` [PATCH v3 8/9] MAINTAINERS: Add maintainers of the CXL driver
` [RFC PATCH 9/9] cxl/mem: Add payload dumping for debug

[RFC PATCH v2 1/2] Basic PCIe DOE support
 2021-02-12 22:26 UTC  (8+ messages)
  ` [RFC v2 2/2] Basic CXL DOE for CDAT and Compliance Mode

[RFC PATCH v3 00/31] CXL 2.0 Support
 2021-02-11 18:51 UTC  (57+ messages)
` [RFC PATCH v3 02/31] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
` [RFC PATCH v3 03/31] hw/cxl/device: Introduce a CXL device (8.2.8)
` [RFC PATCH v3 04/31] hw/cxl/device: Implement the CAP array (8.2.8.1-2)
` [RFC PATCH v3 05/31] hw/cxl/device: Implement basic mailbox (8.2.8.4)
` [RFC PATCH v3 06/31] hw/cxl/device: Add memory device utilities
` [RFC PATCH v3 07/31] hw/cxl/device: Add cheap EVENTS implementation (8.2.9.1)
` [RFC PATCH v3 08/31] hw/cxl/device: Timestamp implementation (8.2.9.3)
` [RFC PATCH v3 09/31] hw/cxl/device: Add log commands (8.2.9.4) + CEL
` [RFC PATCH v3 10/31] hw/pxb: Use a type for realizing expanders
` [RFC PATCH v3 11/31] hw/pci/cxl: Create a CXL bus type
` [RFC PATCH v3 12/31] hw/pxb: Allow creation of a CXL PXB (host bridge)
` [RFC PATCH v3 13/31] qtest: allow DSDT acpi table changes
` [RFC PATCH v3 14/31] acpi/pci: Consolidate host bridge setup
` [RFC PATCH v3 15/31] tests/acpi: remove stale allowed tables
` [RFC PATCH v3 16/31] hw/pci: Plumb _UID through host bridges
` [RFC PATCH v3 17/31] hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)
` [RFC PATCH v3 18/31] acpi/pxb/cxl: Reserve host bridge MMIO
` [RFC PATCH v3 19/31] hw/pxb/cxl: Add "windows" for host bridges
` [RFC PATCH v3 20/31] hw/cxl/rp: Add a root port
` [RFC PATCH v3 21/31] hw/cxl/device: Add a memory device (8.2.8.5)
` [RFC PATCH v3 22/31] hw/cxl/device: Implement MMIO HDM decoding (8.2.5.12)
` [RFC PATCH v3 23/31] acpi/cxl: Add _OSC implementation (9.14.2)
` [RFC PATCH v3 24/31] tests/acpi: allow CEDT table addition
` [RFC PATCH v3 25/31] acpi/cxl: Create the CEDT (9.14.1)
` [RFC PATCH v3 26/31] tests/acpi: Add new CEDT files
` [RFC PATCH v3 27/31] hw/cxl/device: Add some trivial commands
` [RFC PATCH v3 28/31] hw/cxl/device: Plumb real LSA sizing
` [RFC PATCH v3 29/31] hw/cxl/device: Implement get/set LSA
` [RFC PATCH v3 30/31] qtest/cxl: Add very basic sanity tests
` [RFC PATCH v3 31/31] WIP: i386/cxl: Initialize a host bridge

[PATCH 00/14] CXL 2.0 Support
 2021-02-09  3:36 UTC  (57+ messages)
` [PATCH 01/14] cxl/mem: Introduce a driver for CXL-2.0-Type-3 endpoints
` [PATCH 02/14] cxl/mem: Map memory device registers
` [PATCH 03/14] cxl/mem: Find device capabilities
` [PATCH 04/14] cxl/mem: Implement polled mode mailbox
          ` [EXT] "
` [PATCH 05/14] cxl/mem: Register CXL memX devices
` [PATCH 06/14] cxl/mem: Add basic IOCTL interface
` [PATCH 07/14] cxl/mem: Add send command
` [PATCH 08/14] taint: add taint for direct hardware access
` [PATCH 13/14] cxl/mem: Add limited Get Log command (0401h)

[RFC PATCH v1 01/01] PCIe DOE for PCIe and CXL 2.0
 2021-02-08 17:51 UTC  (7+ messages)

[RFC PATCH v1 00/01] PCIe DOE for PCIe and CXL 2.0
 2021-02-02 20:43 UTC  (2+ messages)
` [RFC PATCH v1 01/01] "

[PATCH 03/14] cxl/mem: Find device capabilities
 2021-02-02  1:09 UTC  (13+ messages)


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