linux-cxl.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-18 15:30:42 to 2021-08-04 16:21:53 UTC [more...]

[RFC PATCH 0/4] PCI/CMA and SPDM library
 2021-08-04 16:18 UTC 

[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  (12+ messages)
` [PATCH v3 1/6] cxl: Move cxl_core to new directory
  ` [PATCH v4 "
` [PATCH v3 2/6] cxl/core: Improve CXL core kernel docs
` [PATCH v3 3/6] cxl/core: Move pmem functionality
` [PATCH v3 4/6] cxl/core: Move register mapping infrastructure
` [PATCH v3 5/6] cxl/pci: Introduce cdevm_file_operations
` [PATCH v3 6/6] cxl/core: Move memdev management to core

[PATCH 04/64] stddef: Introduce struct_group() helper macro
 2021-07-31 15:10 UTC  (3+ messages)

[PATCH RFCish 00/23] cxl_region and cxl_memdev drivers
 2021-07-30 21:03 UTC  (25+ messages)
` [PATCH 01/23] cxl: Move cxl_core to new directory
` [PATCH 02/23] cxl/core: Improve CXL core kernel docs
` [PATCH 03/23] cxl/core: Extract register and pmem functionality
` [PATCH 04/23] cxl/mem: Move character device region creation
` [PATCH 05/23] cxl: Pass fops and shutdown to memdev creation
` [PATCH 06/23] cxl/core: Move memdev management to core
` [PATCH 07/23] cxl/pci: Ignore unknown register block types
` [PATCH 08/23] cxl/pci: Simplify register setup
` [PATCH 09/23] cxl/pci: Retain map information in cxl_mem_probe
` [PATCH 10/23] cxl/decoder: Support parentless decoders
` [PATCH 11/23] cxl: Enable an endpoint decoder type
` [PATCH 12/23] cxl/region: Add region creation ABI
` [PATCH 13/23] cxl/region: Introduce concept of region configuration
` [PATCH 14/23] cxl: Convert driver id to an enum
` [PATCH 15/23] cxl/region: Introduce a cxl_region driver
` [PATCH 16/23] cxl/core: Convert decoder range to resource
` [PATCH 17/23] cxl/region: Handle region's address space allocation
` [PATCH 18/23] cxl/region: Only allow CXL capable targets
` [PATCH 19/23] cxl/mem: Introduce CXL mem driver
` [PATCH 20/23] cxl/memdev: Determine CXL.mem capability
` [PATCH 21/23] cxl/mem: Check that the device is CXL.mem capable
` [PATCH 22/23] cxl/mem: Add device as a port
` [PATCH 23/23] cxl/core: Map component registers for ports

[PATCH 0/6] CXL core reorganization
 2021-07-28 23:21 UTC  (14+ messages)
` [PATCH 1/6] cxl: Move cxl_core to new directory
    ` [PATCH v2 "
` [PATCH 2/6] cxl/core: Improve CXL core kernel docs
` [PATCH 3/6] cxl/core: Extract register and pmem functionality
` [PATCH 4/6] cxl/mem: Move character device region creation
` [PATCH 5/6] cxl: Pass fops and shutdown to memdev creation
` [PATCH 6/6] cxl/core: Move memdev management to core

RFC: Plumbers microconf topic: PCI DOE and related
 2021-07-28  8:56 UTC  (3+ messages)

[PATCH] cxl: Enable an endpoint decoder type
 2021-07-26 18:12 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v4 0/5] bus: Make remove callback return void
 2021-07-22  8:45 UTC  (7+ messages)
` [PATCH v4 5/5] "

Introduction: I am a Linux and open source software enthusiast
 2021-07-19 14:11 UTC 

[ndctl PATCH v3 00/21] Initial CXL support
 2021-07-16  2:24 UTC  (36+ messages)
` [ndctl PATCH v3 01/21] ndctl: add .clang-format
` [ndctl PATCH v3 02/21] cxl: add a cxl utility and libcxl library
` [ndctl PATCH v3 03/21] cxl: add a local copy of the cxl_mem UAPI header
` [ndctl PATCH v3 04/21] libcxl: add support for command query and submission
` [ndctl PATCH v3 05/21] libcxl: add support for the 'Identify Device' command
` [ndctl PATCH v3 06/21] test: rename 'ndctl_test' to 'test_ctx'
` [ndctl PATCH v3 07/21] test: rename 'ndctl_test_*' helpers to 'test_*'
` [ndctl PATCH v3 08/21] test: introduce a libcxl unit test
` [ndctl PATCH v3 09/21] libcxl: add GET_HEALTH_INFO mailbox command and accessors
` [ndctl PATCH v3 10/21] libcxl: add support for the 'GET_LSA' command
` [ndctl PATCH v3 11/21] util/hexdump: Add a util helper to print a buffer in hex
` [ndctl PATCH v3 12/21] test/libcxl: add a test for {set, get}_lsa commands
` [ndctl PATCH v3 13/21] test/libcxl: introduce a command size fuzzing test
` [ndctl PATCH v3 14/21] libcxl: add lsa_size to cxl_memdev, and an API to retrieve it
` [ndctl PATCH v3 15/21] libcxl: PLACEHOLDER: add an interface to determine whether a memdev is active
` [ndctl PATCH v3 16/21] libcxl: add interfaces for label operations
` [ndctl PATCH v3 17/21] test/libcxl: add a test for cxl_memdev_{get,set}_lsa
` [ndctl PATCH v3 18/21] cxl: add commands to read, write, and zero labels
` [ndctl PATCH v3 19/21] Documentation/cxl: add library API documentation
` [ndctl PATCH v3 20/21] ndctl: Add CXL packages to the RPM spec
` [ndctl PATCH v3 21/21] cxl-cli: add bash completion

[PATCH v2 0/4] bus: Make remove callback return void
 2021-07-15 13:02 UTC  (17+ messages)
` [PATCH v2 4/4] "

[ndctl PATCH 0/6] Convert to the Meson build system
 2021-07-14 18:53 UTC  (8+ messages)
` [ndctl PATCH 2/6] Documentation: Drop attrs.adoc include
` [ndctl PATCH 3/6] build: Drop unnecessary $tool/config.h includes
` [ndctl PATCH 4/6] build: Explicitly include version.h
` [ndctl PATCH 5/6] test: Prepare out of line builds
` [ndctl PATCH 6/6] build: Add meson build infrastructure

[PATCH] cxl/pci: Fix debug message
 2021-07-14  4:16 UTC  (2+ messages)

[PATCH v3 0/5] bus: Make remove callback return void
 2021-07-13  7:40 UTC  (2+ messages)
` [PATCH v3 5/5] "

[PATCH v3] lockdown,selinux: fix wrong subject in some SELinux lockdown checks
 2021-07-13  2:34 UTC  (5+ messages)

[PATCH v4 0/5] PCI Data Object Exchange support + CXL CDAT
 2021-07-08 17:28 UTC  (6+ messages)
` [PATCH v4 2/5] PCI/DOE: Add Data Object Exchange support

[PATCH] cxl: Convert driver id to an enum
 2021-07-06 18:38 UTC  (2+ messages)

[PATCH] bus: Make remove callback return void
 2021-07-06 15:11 UTC  (21+ messages)

[GIT PULL] Compute Express Link (CXL) update for v5.14
 2021-07-04 20:09 UTC  (2+ messages)

[RFC PATCH 0/5] Introduce memdev driver
 2021-06-30 17:49 UTC  (3+ messages)

[PATCH v1 QEMU CXL modifications for openspdm 0/1] Testing PCIe DOE in QEMU CXL/PCIe Device using openspdm
 2021-06-29 12:25 UTC 

CXL_ECN_MailboxReadyTime
 2021-06-22  1:41 UTC 

[PATCH V2 3/3] cxl/mem: Adjust ram/pmem range to represent DPA ranges
 2021-06-21 19:54 UTC  (2+ messages)
` [PATCH V3] "

[PATCH V2 0/3] Query and use Partition Info
 2021-06-18 19:32 UTC  (8+ messages)
` [PATCH V2 2/3] cxl/mem: Account for partitionable space in ram/pmem ranges
  ` [PATCH V3] "

[PATCH 0/6] Region creation
 2021-06-18 16:39 UTC  (9+ messages)
` [PATCH 1/6] cxl/region: Add region creation ABI
` [PATCH 3/6] cxl/region: Introduce concept of region configuration


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