linux-cxl.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-29 21:39:24 to 2021-11-20 00:03:13 UTC [more...]

[PATCH 00/23] Add drivers for CXL ports and mem devices
 2021-11-20  0:02 UTC  (10+ messages)
` [PATCH 01/23] cxl: Rename CXL_MEM to CXL_PCI
` [PATCH 02/23] cxl: Flesh out register names
` [PATCH 03/23] cxl/pci: Extract device status check
` [PATCH 04/23] cxl/pci: Implement Interface Ready Timeout
` [PATCH 05/23] cxl/pci: Don't poll doorbell for mailbox access
` [PATCH 06/23] cxl/pci: Don't check media status for mbox access
` [PATCH 07/23] cxl/pci: Add new DVSEC definitions
` [PATCH 09/23] cxl: Introduce module_cxl_driver
` [PATCH 12/23] cxl: Introduce endpoint decoders

Follow-up on the CXL discussion at OFTC
 2021-11-19 20:21 UTC  (10+ messages)

[PATCH 0/5] CXL: Read CDAT and DSMAS data from the device
 2021-11-19 14:55 UTC  (30+ messages)
` [PATCH 1/5] PCI: Add vendor ID for the PCI SIG
` [PATCH 2/5] PCI/DOE: Add Data Object Exchange Aux Driver
` [PATCH 3/5] cxl/pci: Add DOE Auxiliary Devices
` [PATCH 4/5] cxl/mem: Add CDAT table reading from DOE
` [PATCH 5/5] cxl/cdat: Parse out DSMAS data from CDAT table

[PATCH 0/6] Introduce acpi_table_parse_cedt and extra nodes for CXL.mem
 2021-11-18 18:18 UTC  (11+ messages)
` [PATCH 6/6] ACPI: NUMA: Add a node and memblk for each CFMWS not in SRAT

[RFC PATCH 0/4] PCI/CMA and SPDM library
 2021-11-18 11:54 UTC  (5+ messages)

[ndctl PATCH] ndctl: install bash-completion symlinks
 2021-11-17  1:17 UTC 

[RFC PATCH v2 00/28] CXL Region Creation / HDM decoder programming
 2021-11-16 18:02 UTC  (86+ messages)
` [RFC PATCH v2 01/28] cxl: Rename CXL_MEM to CXL_PCI
` [RFC PATCH v2 05/28] cxl/core: Convert decoder range to resource
` [RFC PATCH v2 06/28] cxl: Introduce endpoint decoders
` [RFC PATCH v2 07/28] cxl/core: Move target population locking to caller
` [RFC PATCH v2 08/28] cxl/port: Introduce a port driver
` [RFC PATCH v2 09/28] cxl/acpi: Map single port host bridge component registers
` [RFC PATCH v2 10/28] cxl/core: Store global list of root ports
` [RFC PATCH v2 11/28] cxl/acpi: Rescan bus at probe completion
` [RFC PATCH v2 12/28] cxl/core: Store component register base for memdevs
` [RFC PATCH v2 13/28] cxl: Flesh out register names
` [RFC PATCH v2 14/28] cxl: Hide devm host for ports
` [RFC PATCH v2 15/28] cxl/core: Introduce API to scan switch ports

[PATCH] cxl/core: Convert to EXPORT_SYMBOL_NS_GPL
 2021-11-13  0:32 UTC  (7+ messages)
` [PATCH v2] "

[ndctl PATCH v5 00/16] Initial CXL support
 2021-11-12 21:55 UTC  (25+ messages)
` [ndctl PATCH v5 01/16] ndctl: add .clang-format
` [ndctl PATCH v5 02/16] cxl: add a cxl utility and libcxl library
  ` [ndctl PATCH v6 "
` [ndctl PATCH v5 03/16] cxl: add a local copy of the cxl_mem UAPI header
` [ndctl PATCH v5 04/16] util: add the struct_size() helper from the kernel
` [ndctl PATCH v5 05/16] libcxl: add support for command query and submission
` [ndctl PATCH v5 06/16] libcxl: add support for the 'Identify Device' command
` [ndctl PATCH v5 07/16] libcxl: add GET_HEALTH_INFO mailbox command and accessors
` [ndctl PATCH v5 08/16] libcxl: add support for the 'GET_LSA' command
` [ndctl PATCH v5 09/16] libcxl: add label_size to cxl_memdev, and an API to retrieve it
` [ndctl PATCH v5 10/16] libcxl: add representation for an nvdimm bridge object
  ` [ndctl PATCH v6 "
` [ndctl PATCH v5 11/16] libcxl: add interfaces for label operations
` [ndctl PATCH v5 12/16] cxl: add commands to read, write, and zero labels
` [ndctl PATCH v5 13/16] Documentation/cxl: add library API documentation
` [ndctl PATCH v5 14/16] ndctl: Add CXL packages to the RPM spec
` [ndctl PATCH v5 15/16] cxl-cli: add bash completion
` [ndctl PATCH v5 16/16] cxl: add health information to cxl-list
  ` [ndctl PATCH v6 "

[PATCH v3] Add support for PCIe SSD status LED management
 2021-11-12  0:56 UTC  (8+ messages)

[PATCH] cxl/pmem: Fix module reload vs workqueue state
 2021-11-11 22:03 UTC  (2+ messages)

[PATCH] cxl/memdev: Clean up the function declaration of cxl_add_memdev()
 2021-11-10 22:26 UTC  (3+ messages)

[INTERNAL PATCH 0/2] CXL: Clarify struct cxl_mem
 2021-11-10 19:01 UTC  (12+ messages)
` [INTERNAL PATCH 1/2] cxl/mbox: Remove bad comment
` [INTERNAL PATCH 2/2] cxl/cxlmem: Change cxl_mem to a more descriptive name
      ` [PATCH] cxl/cxlmem: Remove unused cxlmd field

[PATCH v3 07/10] cxl/pci: Split cxl_pci_setup_regs()
 2021-11-10 17:43 UTC  (5+ messages)
` [PATCH v6 "

[GIT PULL] Compute Express Link update for v5.16
 2021-11-08 20:27 UTC  (2+ messages)

[ndctl PATCH v4 00/17] Initial CXL support
 2021-11-05 18:58 UTC  (12+ messages)
` [ndctl PATCH v4 07/17] libcxl: add GET_HEALTH_INFO mailbox command and accessors
` [ndctl PATCH v4 09/17] util/hexdump: Add a util helper to print a buffer in hex
` [ndctl PATCH v4 14/17] Documentation/cxl: add library API documentation

[PATCH] cxl/memdev: Remove unused cxlmd field
 2021-11-04  9:37 UTC  (2+ messages)

[PATCH v3] tools/testing/cxl: add mock output for the GET_HEALTH_INFO command
 2021-11-04  2:28 UTC  (2+ messages)

[PATCH] cxl/pmem: Fix reference counting for delayed work
 2021-11-03  0:57 UTC  (5+ messages)

[PATCH v3] ACPI: NUMA: Add a node and memblk for each CFMWS not in SRAT
 2021-10-29 22:49 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;
as well as URLs for NNTP newsgroup(s).