linux-cxl.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-06 20:53:04 to 2022-01-24 17:24:16 UTC [more...]

[PATCH v4 00/42] CXl 2.0 emulation Support
 2022-01-24 17:16 UTC  (15+ messages)
` [PATCH v4 01/42] hw/pci/cxl: Add a CXL component type (interface)
` [PATCH v4 02/42] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
` [PATCH v4 03/42] MAINTAINERS: Add entry for Compute Express Link Emulation
` [PATCH v4 04/42] hw/cxl/device: Introduce a CXL device (8.2.8)
` [PATCH v4 05/42] hw/cxl/device: Implement the CAP array (8.2.8.1-2)
` [PATCH v4 06/42] hw/cxl/device: Implement basic mailbox (8.2.8.4)
` [PATCH v4 07/42] hw/cxl/device: Add memory device utilities
` [PATCH v4 08/42] hw/cxl/device: Add cheap EVENTS implementation (8.2.9.1)
` [PATCH v4 09/42] hw/cxl/device: Timestamp implementation (8.2.9.3)
` [PATCH v4 10/42] hw/cxl/device: Add log commands (8.2.9.4) + CEL
` [PATCH v4 11/42] hw/pxb: Use a type for realizing expanders
` [PATCH v4 12/42] hw/pci/cxl: Create a CXL bus type
` [PATCH v4 13/42] hw/pxb: Allow creation of a CXL PXB (host bridge)
` [PATCH v4 14/42] tests/acpi: allow DSDT.viot table changes

[ndctl PATCH 00/37] cxl: Full topology enumeration
 2022-01-24  0:55 UTC  (38+ messages)
` [ndctl PATCH 01/37] test: Add 'suite' identifiers to tests
` [ndctl PATCH 02/37] ndctl: Rename util_filter to ndctl_filter
` [ndctl PATCH 03/37] build: Add tags
` [ndctl PATCH 04/37] json: Add support for json_object_new_uint64()
` [ndctl PATCH 05/37] cxl/json: Cleanup object leak false positive
` [ndctl PATCH 06/37] cxl/list: Support multiple memdev device name filter arguments
` [ndctl PATCH 07/37] cxl/list: Support comma separated lists
` [ndctl PATCH 08/37] cxl/list: Introduce cxl_filter_walk()
` [ndctl PATCH 09/37] cxl/list: Emit device serial numbers
` [ndctl PATCH 10/37] cxl/list: Add filter by serial support
` [ndctl PATCH 11/37] cxl/lib: Rename nvdimm bridge to pmem
` [ndctl PATCH 12/37] cxl/list: Cleanup options definitions
` [ndctl PATCH 13/37] Documentation: Enhance libcxl memdev API documentation
` [ndctl PATCH 14/37] cxl/list: Add bus objects
` [ndctl PATCH 15/37] util/json: Warn on stderr about empty list results
` [ndctl PATCH 16/37] util/sysfs: Uplevel modalias lookup helper to util/
` [ndctl PATCH 17/37] cxl/list: Add port enumeration
` [ndctl PATCH 18/37] cxl/list: Add --debug option
` [ndctl PATCH 19/37] cxl/list: Add endpoints
` [ndctl PATCH 20/37] cxl/list: Add 'host' entries for port-like objects
` [ndctl PATCH 21/37] cxl/list: Add 'host' entries for memdevs
` [ndctl PATCH 22/37] cxl/list: Move enabled memdevs underneath their endpoint
` [ndctl PATCH 23/37] cxl/list: Filter memdev by ancestry
` [ndctl PATCH 24/37] cxl/memdev: Use a local logger for debug
` [ndctl PATCH 25/37] cxl/memdev: Cleanup memdev filter
` [ndctl PATCH 26/37] cxl/memdev: Add serial support for memdev-related commands
` [ndctl PATCH 27/37] cxl/list: Add 'numa_node' to memdev listings
` [ndctl PATCH 28/37] util: Implement common bind/unbind helpers
` [ndctl PATCH 29/37] cxl/memdev: Enable / disable support
` [ndctl PATCH 30/37] cxl/list: Add decoder support
` [ndctl PATCH 31/37] cxl/list: Extend decoder objects with target information
` [ndctl PATCH 32/37] cxl/list: Use 'physical_node' for root port attachment detection
` [ndctl PATCH 33/37] cxl/list: Reuse the --target option for ports
` [ndctl PATCH 34/37] cxl/list: Support filtering memdevs by decoders
` [ndctl PATCH 35/37] cxl/list: Support filtering memdevs by ports
` [ndctl PATCH 36/37] cxl/port: Add {disable,enable}-port command
` [ndctl PATCH 37/37] cxl/list: Filter dports and targets by memdevs

[PATCH v3 00/40] CXL.mem Topology Discovery and Hotplug Support
 2022-01-24  0:32 UTC  (41+ messages)
` [PATCH v3 01/40] cxl: Rename CXL_MEM to CXL_PCI
` [PATCH v3 02/40] cxl/pci: Implement Interface Ready Timeout
` [PATCH v3 03/40] cxl/pci: Defer mailbox status checks to command timeouts
` [PATCH v3 04/40] cxl: Flesh out register names
` [PATCH v3 05/40] cxl/pci: Add new DVSEC definitions
` [PATCH v3 06/40] cxl/acpi: Map component registers for Root Ports
` [PATCH v3 07/40] cxl: Introduce module_cxl_driver
` [PATCH v3 08/40] cxl/core/port: Rename bus.c to port.c
` [PATCH v3 09/40] cxl/decoder: Hide physical address information from non-root
` [PATCH v3 10/40] cxl/core: Convert decoder range to resource
` [PATCH v3 11/40] cxl/core/port: Clarify decoder creation
` [PATCH v3 12/40] cxl/core: Fix cxl_probe_component_regs() error message
` [PATCH v3 13/40] cxl/core/port: Make passthrough decoder init implicit
` [PATCH v3 14/40] cxl/core: Track port depth
` [PATCH v3 15/40] cxl: Prove CXL locking
` [PATCH v3 16/40] cxl/core/port: Use dedicated lock for decoder target list
` [PATCH v3 17/40] cxl/port: Introduce cxl_port_to_pci_bus()
` [PATCH v3 18/40] cxl/pmem: Introduce a find_cxl_root() helper
` [PATCH v3 19/40] cxl/port: Up-level cxl_add_dport() locking requirements to the caller
` [PATCH v3 20/40] cxl/pci: Rename pci.h to cxlpci.h
` [PATCH v3 21/40] cxl/core: Generalize dport enumeration in the core
` [PATCH v3 22/40] cxl/core/hdm: Add CXL standard decoder enumeration to "
` [PATCH v3 23/40] cxl/core: Emit modalias for CXL devices
` [PATCH v3 24/40] cxl/port: Add a driver for 'struct cxl_port' objects
` [PATCH v3 25/40] cxl/core/port: Remove @host argument for dport + decoder enumeration
` [PATCH v3 26/40] cxl/pci: Store component register base in cxlds
` [PATCH v3 27/40] cxl/pci: Cache device DVSEC offset
` [PATCH v3 28/40] cxl/pci: Retrieve CXL DVSEC memory info
` [PATCH v3 29/40] cxl/pci: Implement wait for media active
` [PATCH v3 30/40] cxl/pci: Emit device serial number
` [PATCH v3 31/40] cxl/memdev: Add numa_node attribute
` [PATCH v3 32/40] cxl/core/port: Add switch port enumeration
` [PATCH v3 33/40] cxl/mem: Add the cxl_mem driver
` [PATCH v3 34/40] cxl/core: Move target_list out of base decoder attributes
` [PATCH v3 35/40] cxl/core/port: Add endpoint decoders
` [PATCH v3 36/40] tools/testing/cxl: Mock dvsec_ranges()
` [PATCH v3 37/40] tools/testing/cxl: Fix root port to host bridge assignment
` [PATCH v3 38/40] tools/testing/cxl: Mock one level of switches
` [PATCH v3 39/40] tools/testing/cxl: Enumerate mock decoders
` [PATCH v3 40/40] tools/testing/cxl: Add a physical_node link

Patch: Make ACPI subsystem provide CEDT table
 2022-01-20 19:06 UTC 

[ndctl PATCH v3 0/6] Add partitioning support for CXL memdevs
 2022-01-18 20:25 UTC  (7+ messages)
` [ndctl PATCH v3 1/6] libcxl: add GET_PARTITION_INFO mailbox command and accessors
` [ndctl PATCH v3 2/6] libcxl: add accessors for capacity fields of the IDENTIFY command
` [ndctl PATCH v3 3/6] libcxl: return the partition alignment field in bytes
` [ndctl PATCH v3 4/6] cxl: add memdev partition information to cxl-list
` [ndctl PATCH v3 5/6] libcxl: add interfaces for SET_PARTITION_INFO mailbox command
` [ndctl PATCH v3 6/6] cxl: add command set-partition-info

[RFC PATCH 0/3] Add PCIe enclosure management support
 2022-01-18  6:16 UTC  (5+ messages)
` [RFC PATCH 1/3] Add support for seven more indicators in enclosure driver
` [RFC PATCH 2/3] Add PCIe enclosure management auxiliary driver
` [RFC PATCH 3/3] Register auxiliary device for PCIe enclosure management

[PATCH v2 00/15] CXL Region driver
 2022-01-15 19:00 UTC  (17+ messages)
` [PATCH v2 01/15] cxl/core: Rename find_cxl_port
` [PATCH v2 02/15] cxl/core: Track port depth
` [PATCH v2 03/15] cxl/region: Add region creation ABI
` [PATCH v2 04/15] cxl/region: Introduce concept of region configuration
` [PATCH v2 05/15] cxl/mem: Cache port created by the mem dev
` [PATCH v2 06/15] cxl/region: Introduce a cxl_region driver
` [PATCH v2 07/15] cxl/acpi: Handle address space allocation
` [PATCH v2 08/15] cxl/region: Address "
` [PATCH v2 09/15] cxl/region: Implement XHB verification
` [PATCH v2 10/15] cxl/region: HB port config verification
` [PATCH v2 11/15] cxl/region: Add infrastructure for decoder programming
` [PATCH v2 12/15] cxl/region: Collect host bridge decoders
` [PATCH v2 13/15] cxl: Program decoders for regions
` [PATCH v2 14/15] cxl/pmem: Convert nvdimm bridge API to use memdev
` [PATCH v2 15/15] cxl/region: Create an nd_region

[PATCH 00/13] CXL Region driver
 2022-01-15 18:54 UTC  (30+ messages)
` [PATCH 01/13] cxl/core: Rename find_cxl_port
` [PATCH 02/13] cxl/core: Track port depth
` [PATCH 03/13] cxl/region: Add region creation ABI
` [PATCH 04/13] cxl/region: Introduce concept of region configuration
` [PATCH 05/13] cxl/mem: Cache port created by the mem dev
` [PATCH 06/13] cxl/region: Introduce a cxl_region driver
` [PATCH 07/13] cxl/acpi: Handle address space allocation
` [PATCH 08/13] cxl/region: Address "
` [PATCH 09/13] cxl/region: Implement XHB verification
` [PATCH 10/13] cxl/region: HB port config verification
` [PATCH 11/13] cxl/region: Add infrastructure for decoder programming
` [PATCH 12/13] cxl/region: Record host bridge target list
` [PATCH 13/13] cxl: Program decoders for regions

[ndctl PATCH v3 00/16] ndctl: Meson support
 2022-01-15  1:16 UTC  (8+ messages)

[RFC PATCH 2/2] cxl/mem: Add CDAT table reading from DOE
 2022-01-15  0:15 UTC  (3+ messages)

[ndctl PATCH v2 0/6] Add partitioning support for CXL memdevs
 2022-01-14  7:28 UTC  (10+ messages)
` [ndctl PATCH v2 1/6] libcxl: add GET_PARTITION_INFO mailbox command and accessors
` [ndctl PATCH v2 2/6] libcxl: add accessors for capacity fields of the IDENTIFY command
` [ndctl PATCH v2 3/6] libcxl: return the partition alignment field in bytes
` [ndctl PATCH v2 4/6] cxl: add memdev partition information to cxl-list
` [ndctl PATCH v2 5/6] libcxl: add interfaces for SET_PARTITION_INFO mailbox command
` [ndctl PATCH v2 6/6] cxl: add command set-partition-info

[GIT PULL] Compute Express Link for 5.17
 2022-01-13  0:01 UTC  (2+ messages)

[ndctl PATCH 0/7] Add partitioning support for CXL memdevs
 2022-01-10 21:37 UTC  (37+ messages)
` [ndctl PATCH 1/7] libcxl: add GET_PARTITION_INFO mailbox command and accessors
` [ndctl PATCH 2/7] libcxl: add accessors for capacity fields of the IDENTIFY command
` [ndctl PATCH 3/7] libcxl: apply CXL_CAPACITY_MULTIPLIER to partition alignment field
` [ndctl PATCH 4/7] cxl: add memdev partition information to cxl-list
` [ndctl PATCH 5/7] libcxl: add interfaces for SET_PARTITION_INFO mailbox command
` [ndctl PATCH 6/7] ndctl, util: use 'unsigned long long' type in OPT_U64 define
` [ndctl PATCH 7/7] cxl: add command set-partition-info


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