linux-cxl.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-12 17:00:34 to 2022-04-29 15:33:18 UTC [more...]

[PATCH V7 00/10] CXL: Read CDAT and DSMAS data from the device
 2022-04-29 15:33 UTC  (3+ messages)
` [PATCH V7 04/10] cxl/pci: Create auxiliary devices for each DOE mailbox

[PATCH v10 00/45] CXl 2.0 emulation Support
 2022-04-29 14:41 UTC  (46+ messages)
` [PATCH v10 01/45] hw/pci/cxl: Add a CXL component type (interface)
` [PATCH v10 02/45] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
` [PATCH v10 03/45] MAINTAINERS: Add entry for Compute Express Link Emulation
` [PATCH v10 04/45] hw/cxl/device: Introduce a CXL device (8.2.8)
` [PATCH v10 05/45] hw/cxl/device: Implement the CAP array (8.2.8.1-2)
` [PATCH v10 06/45] hw/cxl/device: Implement basic mailbox (8.2.8.4)
` [PATCH v10 07/45] hw/cxl/device: Add memory device utilities
` [PATCH v10 08/45] hw/cxl/device: Add cheap EVENTS implementation (8.2.9.1)
` [PATCH v10 09/45] hw/cxl/device: Timestamp implementation (8.2.9.3)
` [PATCH v10 10/45] hw/cxl/device: Add log commands (8.2.9.4) + CEL
` [PATCH v10 11/45] hw/pxb: Use a type for realizing expanders
` [PATCH v10 12/45] hw/pci/cxl: Create a CXL bus type
` [PATCH v10 13/45] cxl: Machine level control on whether CXL support is enabled
` [PATCH v10 14/45] hw/pxb: Allow creation of a CXL PXB (host bridge)
` [PATCH v10 15/45] qtest/cxl: Introduce initial test for pxb-cxl only
` [PATCH v10 16/45] hw/cxl/rp: Add a root port
` [PATCH v10 17/45] hw/cxl/device: Add a memory device (8.2.8.5)
` [PATCH v10 18/45] hw/cxl/device: Implement MMIO HDM decoding (8.2.5.12)
` [PATCH v10 19/45] hw/cxl/device: Add some trivial commands
` [PATCH v10 20/45] hw/cxl/device: Plumb real Label Storage Area (LSA) sizing
` [PATCH v10 21/45] hw/cxl/device: Implement get/set Label Storage Area (LSA)
` [PATCH v10 22/45] qtests/cxl: Add initial root port and CXL type3 tests
` [PATCH v10 23/45] hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)
` [PATCH v10 24/45] acpi/cxl: Add _OSC implementation (9.14.2)
` [PATCH v10 25/45] acpi/cxl: Create the CEDT (9.14.1)
` [PATCH v10 26/45] hw/cxl/component: Add utils for interleave parameter encoding/decoding
` [PATCH v10 27/45] hw/cxl/host: Add support for CXL Fixed Memory Windows
` [PATCH v10 28/45] acpi/cxl: Introduce CFMWS structures in CEDT
` [PATCH v10 29/45] hw/pci-host/gpex-acpi: Add support for dsdt construction for pxb-cxl
` [PATCH v10 30/45] pci/pcie_port: Add pci_find_port_by_pn()
` [PATCH v10 31/45] CXL/cxl_component: Add cxl_get_hb_cstate()
` [PATCH v10 32/45] mem/cxl_type3: Add read and write functions for associated hostmem
` [PATCH v10 33/45] cxl/cxl-host: Add memops for CFMWS region
` [PATCH v10 34/45] hw/cxl/component Add a dumb HDM decoder handler
` [PATCH v10 35/45] i386/pc: Enable CXL fixed memory windows
` [PATCH v10 36/45] tests/acpi: q35: Allow addition of a CXL test
` [PATCH v10 37/45] qtests/bios-tables-test: Add a test for CXL emulation
` [PATCH v10 38/45] tests/acpi: Add tables "
` [PATCH v10 39/45] qtest/cxl: Add more complex test cases with CFMWs
` [PATCH v10 40/45] hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxl
` [PATCH v10 41/45] qtest/cxl: Add aarch64 virt test for CXL
` [PATCH v10 42/45] docs/cxl: Add initial Compute eXpress Link (CXL) documentation
` [PATCH v10 43/45] pci-bridge/cxl_upstream: Add a CXL switch upstream port
` [PATCH v10 44/45] pci-bridge/cxl_downstream: Add a CXL switch downstream port
` [PATCH v10 45/45] docs/cxl: Add switch documentation

[PATCH] cxl/mbox: fix logical vs bitwise typo
 2022-04-29  2:37 UTC  (3+ messages)

[ndctl PATCH] ndctl/dimm: Flush invalidated labels after overwrite
 2022-04-28 23:54 UTC 

[ndctl PATCH 00/10] CXL topology unit test
 2022-04-28 22:10 UTC  (11+ messages)
` [ndctl PATCH 01/10] build: Move utility helpers to libutil.a
` [ndctl PATCH 02/10] util: Use SZ_ size macros in display size
` [ndctl PATCH 03/10] util: Pretty print terabytes
` [ndctl PATCH 04/10] cxl/port: Fix disable-port man page
` [ndctl PATCH 05/10] cxl/bus: Add bus disable support
` [ndctl PATCH 06/10] cxl/list: Auto-enable 'single' mode for port listings
` [ndctl PATCH 07/10] cxl/memdev: Fix bus_invalidate() crash
` [ndctl PATCH 08/10] cxl/list: Add support for filtering by host identifiers
` [ndctl PATCH 09/10] cxl/port: Relax port identifier validation
` [ndctl PATCH 10/10] cxl/test: Add topology enumeration and hotplug test

[PATCH V8 00/10] CXL: Read CDAT and DSMAS data from the device
 2022-04-28 21:27 UTC  (22+ messages)
` [PATCH V8 01/10] PCI: Add vendor ID for the PCI SIG
` [PATCH V8 02/10] PCI: Replace magic constant for PCI Sig Vendor ID
` [PATCH V8 03/10] PCI: Create PCI library functions in support of DOE mailboxes
` [PATCH V8 04/10] cxl/pci: Create auxiliary devices for each DOE mailbox
` [PATCH V8 05/10] cxl/pci: Create DOE auxiliary driver
` [PATCH V8 06/10] cxl/pci: Find the DOE mailbox which supports CDAT
` [PATCH V8 07/10] cxl/mem: Read CDAT table
` [PATCH V8 08/10] cxl/cdat: Introduce cxl_cdat_valid()
` [PATCH V8 09/10] cxl/mem: Retry reading CDAT on failure
` [PATCH V8 10/10] cxl/port: Parse out DSMAS data from CDAT table

CXL type 3 which doesn't have cxl mem enabled
 2022-04-28 21:10 UTC  (8+ messages)

[PATCH v3 0/8] device-core: Enable device_lock() lockdep validation
 2022-04-26 19:22 UTC  (30+ messages)
` [PATCH v3 1/8] cxl: Replace lockdep_mutex with local lock classes
` [PATCH v3 2/8] cxl/acpi: Add root device lockdep validation
  ` [PATCH v4 "
    ` [PATCH v5 "
      ` [PATCH v6 "
` [PATCH v3 3/8] cxl: Drop cxl_device_lock()
` [PATCH v3 4/8] nvdimm: Replace lockdep_mutex with local lock classes
` [PATCH v3 5/8] ACPI: NFIT: Drop nfit_device_lock()
` [PATCH v3 6/8] nvdimm: Drop nd_device_lock()
` [PATCH v3 7/8] device-core: Kill the lockdep_mutex
` [PATCH v3 8/8] nvdimm: Fix firmware activation deadlock scenarios
  ` [PATCH v4 "

[PATCH v6 0/3] PCI/ACPI: add support for CXL _OSC
 2022-04-25 18:17 UTC  (9+ messages)
` [PATCH v6 1/3] PCI/ACPI: add a helper for retrieving _OSC Control DWORDs
` [PATCH v6 2/3] PCI/ACPI: Prefer CXL _OSC instead of PCIe _OSC for CXL host bridges
` [PATCH v6 3/3] PCI/ACPI: negotiate CXL _OSC

[PATCH 0/8] cxl/pci: Add fundamental error handling
 2022-04-24 22:15 UTC  (4+ messages)
` [PATCH 8/8] cxl/pci: Add (hopeful) error handling support

[PATCH] cxl/mem: Disable suspend
 2022-04-22 22:58 UTC  (6+ messages)
` [PATCH v2] PM: CXL: "
  ` [PATCH v3] "

[RFC PATCH 00/15] Region driver
 2022-04-20 15:32 UTC  (32+ messages)
` [RFC PATCH 01/15] cxl/core: Use is_endpoint_decoder
` [RFC PATCH 02/15] cxl/core/hdm: Bail on endpoint init fail
` [RFC PATCH 03/15] Revert "cxl/core: Convert decoder range to resource"
` [RFC PATCH 04/15] cxl/core: Create distinct decoder structs
` [RFC PATCH 05/15] cxl/acpi: Reserve CXL resources from request_free_mem_region
` [RFC PATCH 06/15] cxl/acpi: Manage root decoder's address space
` [RFC PATCH 07/15] cxl/port: Surface ram and pmem resources
` [RFC PATCH 08/15] cxl/core/hdm: Allocate resources from the media
` [RFC PATCH 09/15] cxl/core/port: Add attrs for size and volatility
` [RFC PATCH 10/15] cxl/core: Extract IW/IG decoding
` [RFC PATCH 11/15] cxl/acpi: Use common "
` [RFC PATCH 12/15] cxl/region: Add region creation ABI
` [RFC PATCH 13/15] cxl/core/port: Add attrs for root ways & granularity
` [RFC PATCH 14/15] cxl/region: Introduce configuration
` [RFC PATCH 15/15] cxl/region: Introduce a cxl_region driver

[PATCH v2 00/12] device-core: Enable device_lock() lockdep validation
 2022-04-15  7:53 UTC  (23+ messages)
` [PATCH v2 01/12] device-core: Move device_lock() lockdep init to a helper
` [PATCH v2 02/12] device-core: Add dev->lock_class to enable device_lock() lockdep validation
` [PATCH v2 03/12] cxl/core: Refactor a cxl_lock_class() out of cxl_nested_lock()
` [PATCH v2 04/12] cxl/core: Remove cxl_device_lock()
` [PATCH v2 05/12] cxl/core: Clamp max lock_class
` [PATCH v2 06/12] cxl/core: Use dev->lock_class for device_lock() lockdep validation
` [PATCH v2 07/12] cxl/acpi: Add a device_lock() lock class for the root platform device
` [PATCH v2 08/12] libnvdimm: Refactor an nvdimm_lock_class() helper
` [PATCH v2 09/12] ACPI: NFIT: Drop nfit_device_lock()
` [PATCH v2 10/12] libnvdimm: Drop nd_device_lock()
` [PATCH v2 11/12] libnvdimm: Enable lockdep validation
` [PATCH v2 12/12] device-core: Enable multi-subsystem device_lock() "

[PATCH v3] cxl/mbox: Use type __u32 for mailbox payload sizes
 2022-04-14 16:58 UTC  (2+ messages)

[PATCH v2] cxl/mbox: Restore signedness to a mailbox payload variable
 2022-04-13 21:39 UTC  (3+ messages)

[PATCH] cxl/mbox: Handle variable size output while still signed
 2022-04-12 23:00 UTC  (2+ messages)

[PATCH v5 0/3] PCI/ACPI: add support for CXL _OSC
 2022-04-12 19:23 UTC  (7+ messages)
` [PATCH v5 1/3] PCI/ACPI: add a helper for retrieving _OSC Control DWORDs
` [PATCH v5 2/3] PCI/ACPI: Prefer CXL _OSC instead of PCIe _OSC for CXL host bridges
` [PATCH v5 3/3] PCI/ACPI: negotiate CXL _OSC


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