linux-cxl.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-17 01:20:42 to 2022-03-16 04:13:51 UTC [more...]

[PATCH 0/8] cxl/pci: Add fundamental error handling
 2022-03-16  4:13 UTC 

[PATCH v2 0/6] cxl: Handle DVSEC range init failures
 2022-03-16  2:14 UTC  (9+ messages)
` [PATCH v2 1/6] cxl/mem: Drop DVSEC vs EFI Memory Map sanity check
` [PATCH v2 2/6] cxl/pci: Add debug for DVSEC range init failures
` [PATCH v2 3/6] cxl/mem: Make cxl_dvsec_range() init failure fatal
` [PATCH v2 4/6] cxl/pci: Make cxl_dvsec_ranges() failure not fatal to cxl_pci
` [PATCH v2 5/6] cxl/mem: Rename cxl_dvsec_decode_init() to cxl_hdm_decode_init()
` [PATCH v2 6/6] cxl/mem: Replace redundant debug message with a comment

[PATCH V6 02/10] PCI: Replace magic constant for PCI Sig Vendor ID
 2022-03-15 21:48 UTC  (3+ messages)

[PATCH V6 03/10] PCI/DOE: Add Data Object Exchange Aux Driver
 2022-03-15 21:48 UTC  (3+ messages)

[PATCH 0/2] cxl: Fixup Legacy DVSEC Init failures
 2022-03-14 18:48 UTC  (5+ messages)
` [PATCH 1/2] cxl/mem: Drop DVSEC vs EFI Memory Map sanity check
` [PATCH 2/2] cxl/pci: Preserve mailbox access after DVSEC probe failure

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

[PATCH] cxl/acpi: Autoload driver for 'cxl_acpi' test devices
 2022-03-10  4:15 UTC 

[PATCH 00/11] device-core: Generic device-lock lockdep validation
 2022-03-10  4:08 UTC  (20+ messages)
` [PATCH 01/11] device-core: Enable "
` [PATCH 02/11] cxl/core: Refactor a cxl_lock_class() out of cxl_nested_lock()
` [PATCH 03/11] cxl/core: Remove cxl_device_lock()
` [PATCH 04/11] cxl/core: Clamp max lock_class
` [PATCH 05/11] cxl/core: Introduce cxl_set_lock_class()
` [PATCH 06/11] cxl/acpi: Add a lock class for the root platform device
` [PATCH 07/11] libnvdimm: Refactor an nvdimm_lock_class() helper
` [PATCH 08/11] ACPI: NFIT: Drop nfit_device_lock()
` [PATCH 09/11] libnvdimm: Drop nd_device_lock()
` [PATCH 10/11] libnvdimm: Enable lockdep validation
` [PATCH 11/11] device-core: Introduce a per-subsystem lockdep_mutex

[ANNOUNCE] ndctl v73
 2022-03-07 22:49 UTC 

[PATCH] cxl/core/port: fix NULL but dereferenced coccicheck error
 2022-03-07  9:41 UTC 

[PATCH v6 00/43] CXl 2.0 emulation Support
 2022-03-04 17:13 UTC  (52+ messages)
` [PATCH v6 06/43] hw/cxl/device: Implement basic mailbox (8.2.8.4)
` [PATCH v6 09/43] hw/cxl/device: Timestamp implementation (8.2.9.3)
` [PATCH v6 10/43] hw/cxl/device: Add log commands (8.2.9.4) + CEL
` [PATCH v6 14/43] hw/pxb: Allow creation of a CXL PXB (host bridge)
` [PATCH v6 15/43] qtest/cxl: Introduce initial test for pxb-cxl only
` [PATCH v6 16/43] hw/cxl/rp: Add a root port
` [PATCH v6 18/43] qtests/cxl: Add initial root port and CXL type3 tests
` [PATCH v6 19/43] hw/cxl/device: Implement MMIO HDM decoding (8.2.5.12)
` [PATCH v6 20/43] hw/cxl/device: Add some trivial commands
` [PATCH v6 21/43] hw/cxl/device: Plumb real Label Storage Area (LSA) sizing
` [PATCH v6 22/43] hw/cxl/device: Implement get/set Label Storage Area (LSA)
` [PATCH v6 23/43] hw/cxl/component: Implement host bridge MMIO (8.2.5, table 142)
` [PATCH v6 24/43] acpi/cxl: Add _OSC implementation (9.14.2)
` [PATCH v6 25/43] acpi/cxl: Create the CEDT (9.14.1)
` [PATCH v6 26/43] hw/cxl/component: Add utils for interleave parameter encoding/decoding
` [PATCH v6 27/43] hw/cxl/host: Add support for CXL Fixed Memory Windows
` [PATCH v6 28/43] acpi/cxl: Introduce CFMWS structures in CEDT
` [PATCH v6 29/43] hw/pci-host/gpex-acpi: Add support for dsdt construction for pxb-cxl
` [PATCH v6 30/43] pci/pcie_port: Add pci_find_port_by_pn()
` [PATCH v6 31/43] CXL/cxl_component: Add cxl_get_hb_cstate()

[RFC PATCH v2 00/14] PCI/CMA and SPDM Library
 2022-03-03 13:59 UTC  (15+ messages)
` [RFC PATCH v2 01/14] PCI: Add vendor ID for the PCI SIG
` [RFC PATCH v2 02/14] PCI: Replace magic constant for PCI Sig Vendor ID
` [RFC PATCH v2 03/14] PCI/DOE: Add Data Object Exchange Aux Driver
` [RFC PATCH v2 04/14] PCI/DOE: Introduce pci_doe_create_doe_devices
` [RFC PATCH v2 05/14] cxl/pci: Create DOE auxiliary devices
` [RFC PATCH v2 06/14] cxl/pci: Find the DOE mailbox which supports CDAT
` [RFC PATCH v2 07/14] cxl/mem: Read CDAT table
` [RFC PATCH v2 08/14] cxl/cdat: Introduce cdat_hdr_valid()
` [RFC PATCH v2 09/14] cxl/mem: Retry reading CDAT on failure
` [RFC PATCH v2 10/14] cxl/cdat: Parse out DSMAS data from CDAT table
` [RFC PATCH v2 11/14] lib/asn1_encoder: Add a function to encode many byte integer values
` [RFC PATCH v2 12/14] spdm: Introduce a library for DMTF SPDM
` [RFC PATCH v2 13/14] PCI/CMA: Initial support for Component Measurement and Authentication ECN
` [RFC PATCH v2 14/14] cxl/pci: Add really basic CMA authentication support

[RFC PATCH 0/4] PCI/CMA and SPDM library
 2022-03-02 21:34 UTC  (6+ messages)
` [RFC PATCH 2/4] spdm: Introduce a library for DMTF SPDM

[RFC PATCH 0/2] Region creation/configuration ABI
 2022-03-01 21:49 UTC  (10+ messages)
` [RFC PATCH 1/2] cxl/region: Add region creation ABI
` [RFC PATCH 2/2] cxl/region: Introduce concept of region configuration

[PATCH v2] cxl/mbox: Use __le32 in get,set_lsa mailbox structures
 2022-02-25 22:14 UTC 

[PATCH v2 0/4] Do not allow set-partition immediate mode
 2022-02-25 21:31 UTC  (6+ messages)
` [PATCH v2 1/4] cxl/mbox: Move cxl_mem_command construction to helper funcs
` [PATCH v2 2/4] cxl/mbox: Centralize the validation of user commands
` [PATCH v2 3/4] cxl/mbox: Block immediate mode in SET_PARTITION_INFO command
` [PATCH v2 4/4] cxl/pmem: Remove CXL SET_PARTITION_INFO from exclusive_cmds list

[ndctl PATCH] util/size.h: fix build for older compilers
 2022-02-24 10:09 UTC  (2+ messages)

[PATCH v3 00/14] CXL Region driver
 2022-02-24  0:08 UTC  (32+ messages)
` [PATCH v3 02/14] cxl/region: Introduce concept of region configuration
` [PATCH v3 03/14] cxl/mem: Cache port created by the mem dev
` [PATCH v3 04/14] cxl/region: Introduce a cxl_region driver
` [PATCH v3 05/14] cxl/acpi: Handle address space allocation
` [PATCH v3 06/14] cxl/region: Address "
` [PATCH v3 07/14] cxl/region: Implement XHB verification
` [PATCH v3 08/14] cxl/region: HB port config verification
` [PATCH v3 09/14] cxl/region: Add infrastructure for decoder programming
` [PATCH v3 10/14] cxl/region: Collect host bridge decoders
` [PATCH v3 11/14] cxl/region: Add support for single switch level
` [PATCH v3 12/14] cxl: Program decoders for regions

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

[ndctl PATCH] cxl/list: Handle GET_PARTITION_INFO command as optional
 2022-02-22 18:48 UTC  (2+ messages)

[PATCH v3 01/14] cxl/region: Add region creation ABI
 2022-02-18 16:41 UTC  (10+ messages)
` [PATCH v4 "
  ` [PATCH v5 01/15] "

[PATCH] cxl/port: Hold port reference until decoder release
 2022-02-17 17:04 UTC  (2+ messages)


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