linux-cxl.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-02 15:49:54 to 2021-09-03 14:17:43 UTC [more...]

[PATCH 00/13] Enumerate midlevel and endpoint decoders
 2021-09-03 14:17 UTC  (18+ 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 v3 00/28] cxl_test: Enable CXL Topology and UAPI regression tests
 2021-09-03 13:33 UTC  (50+ messages)
` [PATCH v3 01/28] libnvdimm/labels: Introduce getters for namespace label fields
` [PATCH v3 02/28] libnvdimm/labels: Add isetcookie validation helper
` [PATCH v3 03/28] libnvdimm/labels: Introduce label setter helpers
` [PATCH v3 04/28] libnvdimm/labels: Add a checksum calculation helper
` [PATCH v3 05/28] libnvdimm/labels: Add blk isetcookie set / validation helpers
` [PATCH v3 06/28] libnvdimm/labels: Add blk special cases for nlabel and position helpers
` [PATCH v3 07/28] libnvdimm/labels: Add type-guid helpers
` [PATCH v3 08/28] libnvdimm/labels: Add claim class helpers
` [PATCH v3 09/28] libnvdimm/labels: Add address-abstraction uuid definitions
` [PATCH v3 10/28] libnvdimm/labels: Add uuid 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

[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 1/3] cxl: Fixed defined but not used warnings
 2021-09-02 17:14 UTC  (9+ 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

[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  (7+ messages)
` [RFC PATCH 1/4] lib/asn1_encoder: Add a function to encode many byte integer values
` [RFC PATCH 2/4] spdm: Introduce a library for DMTF SPDM
` [RFC PATCH 3/4] PCI/CMA: Initial support for Component Measurement and Authentication ECN
` [RFC PATCH 4/4] cxl/pci: Add really basic CMA authentication support

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 

[PATCH for-next 05/25] cxl/core: Replace unions with struct_group()
 2021-08-22  7:51 UTC 

[PATCH v2 06/63] cxl/core: Replace unions with struct_group()
 2021-08-18 22:36 UTC  (2+ messages)

[PATCH v2] cxl/acpi: Do not add DSDT disabled ACPI0016 host bridge ports
 2021-08-17 16:51 UTC  (2+ messages)

[PATCH v1] cxl/pci: Fix debug message in cxl_probe_regs()
 2021-08-17  3:03 UTC  (10+ messages)
  ` CXL Hot and Warm Reset Testing

[PATCH 00/23] cxl_test: Enable CXL Topology and UAPI regression tests
 2021-08-14  7:35 UTC  (61+ messages)
` [PATCH 01/23] libnvdimm/labels: Introduce getters for namespace label fields
` [PATCH 02/23] libnvdimm/labels: Add isetcookie validation helper
` [PATCH 03/23] libnvdimm/labels: Introduce label setter helpers
` [PATCH 04/23] libnvdimm/labels: Add a checksum calculation helper
` [PATCH 05/23] libnvdimm/labels: Add blk isetcookie set / validation helpers
` [PATCH 06/23] libnvdimm/labels: Add blk special cases for nlabel and position helpers
` [PATCH 07/23] libnvdimm/labels: Add type-guid helpers
` [PATCH 08/23] libnvdimm/labels: Add claim class helpers
` [PATCH 09/23] libnvdimm/labels: Add address-abstraction uuid definitions
` [PATCH 10/23] libnvdimm/labels: Add uuid helpers
` [PATCH 11/23] libnvdimm/labels: Introduce CXL labels
` [PATCH 12/23] cxl/pci: Make 'struct cxl_mem' device type generic
` [PATCH 13/23] cxl/mbox: Introduce the mbox_send operation
` [PATCH 14/23] cxl/mbox: Move mailbox and other non-PCI specific infrastructure to the core
  ` [PATCH v2 "
` [PATCH 15/23] cxl/pci: Use module_pci_driver
` [PATCH 16/23] cxl/mbox: Convert 'enabled_cmds' to DECLARE_BITMAP
` [PATCH 17/23] cxl/mbox: Add exclusive kernel command support
` [PATCH 18/23] cxl/pmem: Translate NVDIMM label commands to CXL label commands
` [PATCH 19/23] cxl/pmem: Add support for multiple nvdimm-bridge objects
` [PATCH 20/23] tools/testing/cxl: Introduce a mocked-up CXL port hierarchy
` [PATCH 21/23] cxl/bus: Populate the target list at decoder create
` [PATCH 22/23] cxl/mbox: Move command definitions to common location
` [PATCH 23/23] tools/testing/cxl: Introduce a mock memory device + driver

[PATCH] cxl: Enable an endpoint decoder type
 2021-08-14  1:10 UTC  (2+ messages)

[PATCH V3] cxl/mem: Account for partitionable space in ram/pmem ranges
 2021-08-11  1:49 UTC  (2+ messages)
` [PATCH v4 2/3] "

CXL 1.1 Support Plan
 2021-08-11  0:18 UTC  (2+ messages)

[PATCH v5 0/6] CXL core reorganization
 2021-08-03 14:25 UTC  (8+ messages)
` [PATCH v5 1/6] cxl: Move cxl_core to new directory
` [PATCH v5 2/6] cxl/core: Improve CXL core kernel docs
` [PATCH v5 3/6] cxl/core: Move pmem functionality
` [PATCH v5 4/6] cxl/core: Move register mapping infrastructure
  ` [PATCH v6 "
` [PATCH v5 5/6] cxl/pci: Introduce cdevm_file_operations
` [PATCH v5 6/6] cxl/core: Move memdev management to core

[PATCH 0/3] Rework register enumeration for later reuse
 2021-08-03  7:58 UTC  (10+ messages)
` [PATCH 1/3] cxl/pci: Ignore unknown register block types
` [PATCH 2/3] cxl/pci: Simplify register setup
` [PATCH 3/3] cxl/pci: Retain map information in cxl_mem_probe

[PATCH v3 0/6] CXL core reorganization
 2021-08-02 16:30 UTC  (5+ messages)
` [PATCH v3 5/6] cxl/pci: Introduce cdevm_file_operations


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