linux-cxl.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-24 16:07:34 to 2021-09-11 01:13:58 UTC [more...]

[PATCH 00/13] Enumerate midlevel and endpoint decoders
 2021-09-11  1:13 UTC  (43+ messages)
` [PATCH 01/13] Documentation/cxl: Add bus internal docs
` [PATCH 02/13] cxl/core/bus: Add kernel docs for decoder ops
` [PATCH 03/13] cxl/core: Ignore interleave when adding decoders
` [PATCH 04/13] cxl: Introduce endpoint decoders
` [PATCH 05/13] cxl/pci: Disambiguate cxl_pci further from cxl_mem
` [PATCH 06/13] cxl/mem: Introduce cxl_mem driver
` [PATCH 07/13] cxl/memdev: Determine CXL.mem capability
` [PATCH 08/13] cxl/mem: Add memdev as a port
` [PATCH 09/13] cxl/pci: Retain map information in cxl_mem_probe
` [PATCH 10/13] cxl/core: Map component registers for ports
` [PATCH 11/13] cxl/core: Convert decoder range to resource
` [PATCH 12/13] cxl/core/bus: Enumerate all HDM decoders
` [PATCH 13/13] cxl/mem: Enumerate switch decoders

[PATCH v4 00/21] cxl_test: Enable CXL Topology and UAPI regression tests
 2021-09-10 18:46 UTC  (58+ messages)
` [PATCH v4 01/21] libnvdimm/labels: Add uuid helpers
` [PATCH v4 02/21] libnvdimm/label: Add a helper for nlabel validation
` [PATCH v4 03/21] libnvdimm/labels: Introduce the concept of multi-range namespace labels
` [PATCH v4 04/21] libnvdimm/labels: Fix kernel-doc for label.h
` [PATCH v4 05/21] libnvdimm/label: Define CXL region labels
` [PATCH v4 06/21] libnvdimm/labels: Introduce CXL labels
` [PATCH v4 07/21] cxl/pci: Make 'struct cxl_mem' device type generic
` [PATCH v4 08/21] cxl/pci: Clean up cxl_mem_get_partition_info()
` [PATCH v4 09/21] cxl/mbox: Introduce the mbox_send operation
` [PATCH v4 10/21] cxl/pci: Drop idr.h
` [PATCH v4 11/21] cxl/mbox: Move mailbox and other non-PCI specific infrastructure to the core
` [PATCH v4 12/21] cxl/pci: Use module_pci_driver
` [PATCH v4 13/21] cxl/mbox: Convert 'enabled_cmds' to DECLARE_BITMAP
` [PATCH v4 14/21] cxl/mbox: Add exclusive kernel command support
` [PATCH v4 15/21] cxl/pmem: Translate NVDIMM label commands to CXL label commands
  ` [PATCH v5 "
` [PATCH v4 16/21] cxl/pmem: Add support for multiple nvdimm-bridge objects
` [PATCH v4 17/21] tools/testing/cxl: Introduce a mocked-up CXL port hierarchy
` [PATCH v4 18/21] cxl/bus: Populate the target list at decoder create
` [PATCH v4 19/21] cxl/mbox: Move command definitions to common location
` [PATCH v4 20/21] tools/testing/cxl: Introduce a mock memory device + driver
` [PATCH v4 21/21] cxl/core: Split decoder setup into alloc + add

[PATCH 0/6] cxl fixes for v5.15-rc1
 2021-09-10 17:46 UTC  (17+ messages)
` [PATCH 1/6] cxl/acpi: Do not add DSDT disabled ACPI0016 host bridge ports
` [PATCH 2/6] cxl/pci: Fix lockdown level
` [PATCH 3/6] cxl/pci: Fix debug message in cxl_probe_regs()
` [PATCH 4/6] cxl/uapi: Fix defined but not used warnings
` [PATCH 5/6] cxl/pmem: Fix Documentation warning
` [PATCH 6/6] cxl/registers: "

[GIT PULL] Compute Express Link update for v5.15
 2021-09-09 18:54 UTC  (2+ messages)

[PATCH v3 00/28] cxl_test: Enable CXL Topology and UAPI regression tests
 2021-09-07 15:57 UTC  (55+ messages)
` [PATCH v3 08/28] libnvdimm/labels: Add claim class helpers
` [PATCH v3 11/28] libnvdimm/label: Add a helper for nlabel validation
` [PATCH v3 12/28] libnvdimm/labels: Introduce the concept of multi-range namespace labels
` [PATCH v3 13/28] libnvdimm/label: Define CXL region labels
` [PATCH v3 14/28] libnvdimm/labels: Introduce CXL labels
` [PATCH v3 15/28] cxl/pci: Make 'struct cxl_mem' device type generic
` [PATCH v3 16/28] cxl/mbox: Introduce the mbox_send operation
` [PATCH v3 17/28] cxl/mbox: Move mailbox and other non-PCI specific infrastructure to the core
` [PATCH v3 18/28] cxl/pci: Use module_pci_driver
` [PATCH v3 19/28] cxl/mbox: Convert 'enabled_cmds' to DECLARE_BITMAP
` [PATCH v3 20/28] cxl/mbox: Add exclusive kernel command support
` [PATCH v3 21/28] cxl/pmem: Translate NVDIMM label commands to CXL label commands
` [PATCH v3 22/28] cxl/pmem: Add support for multiple nvdimm-bridge objects
` [PATCH v3 23/28] cxl/acpi: Do not add DSDT disabled ACPI0016 host bridge ports
` [PATCH v3 24/28] tools/testing/cxl: Introduce a mocked-up CXL port hierarchy
` [PATCH v3 25/28] cxl/bus: Populate the target list at decoder create
` [PATCH v3 26/28] cxl/mbox: Move command definitions to common location
` [PATCH v3 27/28] tools/testing/cxl: Introduce a mock memory device + driver
` [PATCH v3 28/28] cxl/core: Split decoder setup into alloc + add

[PATCH 1/3] cxl: Fixed defined but not used warnings
 2021-09-04  0:39 UTC  (10+ messages)
` [PATCH 2/3] cxl/core/mbox: Remove extra parameter docs
` [PATCH 3/3] cxl/docs: Remove undocumented references
` [PATCH v2] cxl: Fixed defined but not used warnings

[ndctl PATCH v2 0/6] Convert to the Meson build system
 2021-09-02 20:43 UTC  (6+ messages)
` [ndctl PATCH v2 2/6] Documentation: Drop attrs.adoc include
` [ndctl PATCH v2 3/6] build: Drop unnecessary $tool/config.h includes
` [ndctl PATCH v2 4/6] test: Prepare out of line builds
` [ndctl PATCH v2 5/6] build: Add meson build infrastructure
` [ndctl PATCH v2 6/6] build: Add meson rpmbuild support

[PATCH v3] lockdown,selinux: fix wrong subject in some SELinux lockdown checks
 2021-08-31 18:59 UTC  (9+ messages)

[RFC PATCH 0/4] PCI/CMA and SPDM library
 2021-08-31 12:55 UTC  (3+ messages)

cxl/core: Split decoder setup into alloc + add
 2021-08-29 18:27 UTC 

[PATCH][next] cxl/core: Fix a deference of a pointer cxl_port before it is null checked
 2021-08-29 17:15 UTC 

[PATCH] cxl/core: Replace devm_cxl_add_decoder() with non-devm version
 2021-08-26 23:32 UTC 

[PATCH RFCish 00/23] cxl_region and cxl_memdev drivers
 2021-08-26 21:44 UTC  (5+ messages)
` [PATCH 12/23] cxl/region: Add region creation ABI

[bug report] cxl/acpi: Introduce cxl_decoder objects
 2021-08-26 10:29 UTC 

[PATCH] cxl/core: Avoid using dev uninitialized in devm_cxl_add_decoder()
 2021-08-25 17:33 UTC 


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