messages from 2022-06-28 21:43:40 to 2022-07-14 19:58:49 UTC [more...]
[PATCH V13 0/9] CXL: Read CDAT and DSMAS data
2022-07-14 19:58 UTC (25+ messages)
` [PATCH V13 1/9] PCI: Add vendor ID for the PCI SIG
` [PATCH V13 2/9] PCI: Replace magic constant for PCI Sig Vendor ID
` [PATCH V13 3/9] PCI: Create PCIe library functions in support of DOE mailboxes
` [PATCH V13.1] PCI/DOE: Add DOE mailbox support functions
` [PATCH V13 4/9] cxl/pci: Create PCI DOE mailbox's for memory devices
` [PATCH V13 5/9] driver-core: Introduce BIN_ATTR_ADMIN_{RO,RW}
` [PATCH V13 6/9] cxl/port: Read CDAT table
` [PATCH V13 7/9] cxl/port: Introduce cxl_cdat_valid()
` [PATCH V13 8/9] cxl/port: Retry reading CDAT on failure
` [PATCH V13 9/9] cxl/port: Parse out DSMAS data from CDAT table
[PATCH ndctl] cxl: Add list all option to the cxl command
2022-07-14 19:19 UTC (3+ messages)
[ndctl PATCH v2 00/12] cxl: Region provisioning foundation
2022-07-14 17:20 UTC (14+ messages)
` [ndctl PATCH v2 01/12] cxl/list: Reformat option list
` [ndctl PATCH v2 02/12] cxl/list: Emit endpoint decoders filtered by memdev
` [ndctl PATCH v2 03/12] cxl/list: Hide 0s in disabled decoder listings
` [ndctl PATCH v2 04/12] cxl/list: Add DPA span to endpoint "
` [ndctl PATCH v2 05/12] ccan/list: Import latest list helpers
` [ndctl PATCH v2 06/12] cxl/lib: Maintain decoders in id order
` [ndctl PATCH v2 07/12] cxl/memdev: Fix json for multi-device partitioning
` [ndctl PATCH v2 08/12] cxl/list: Emit 'mode' for endpoint decoder objects
` [ndctl PATCH v2 09/12] cxl/set-partition: Accept 'ram' as an alias for 'volatile'
` [ndctl PATCH v2 10/12] cxl/memdev: Add {reserve,free}-dpa commands
` [ndctl PATCH v2 11/12] cxl/test: Update CXL memory parameters
` [ndctl PATCH v2 12/12] cxl/test: Checkout region setup/teardown
[RFC PATCH 0/3] Introduce devm_xa_init
2022-07-14 16:02 UTC (17+ messages)
` [RFC PATCH 1/3] xarray: Introduce devm_xa_init()
` [RFC PATCH 2/3] pci/doe: Use devm_xa_init()
` [RFC PATCH 3/3] CXL/doe: "
[ndctl PATCH 00/11] cxl: Region provisioning foundation
2022-07-13 23:14 UTC (27+ messages)
` [ndctl PATCH 01/11] cxl/list: Reformat option list
` [PATCH 1/11] "
` [ndctl PATCH 02/11] cxl/list: Emit endpoint decoders filtered by memdev
` [ndctl PATCH 03/11] cxl/list: Hide 0s in disabled decoder listings
` [PATCH 3/11] "
` [ndctl PATCH 04/11] cxl/list: Add DPA span to endpoint "
` [ndctl PATCH 05/11] cxl/lib: Maintain decoders in id order
` [PATCH 5/11] "
` [ndctl PATCH 06/11] cxl/memdev: Fix json for multi-device partitioning
` [ndctl PATCH 07/11] cxl/list: Emit 'mode' for endpoint decoder objects
` [ndctl PATCH 08/11] cxl/set-partition: Accept 'ram' as an alias for 'volatile'
` [PATCH 8/11] "
` [ndctl PATCH 09/11] cxl/memdev: Add {reserve,free}-dpa commands
` [ndctl PATCH 10/11] cxl/test: Update CXL memory parameters
` [ndctl PATCH 11/11] cxl/test: Checkout region setup/teardown
[ndctl PATCH v2] cxl/test: add a test to {read,write,zero}-labels
2022-07-13 20:37 UTC
[ndctl PATCH] cxl/test: add a test to {read,write,zero}-labels
2022-07-13 20:23 UTC (6+ messages)
[PATCH 00/46] CXL PMEM Region Provisioning
2022-07-12 22:11 UTC (121+ messages)
` [PATCH 07/46] cxl: Introduce cxl_to_{ways,granularity}
` [PATCH 08/46] cxl/core: Define a 'struct cxl_switch_decoder'
` [PATCH 09/46] cxl/acpi: Track CXL resources in iomem_resource
` [PATCH 10/46] cxl/core: Define a 'struct cxl_root_decoder' for tracking CXL window resources
` [PATCH 11/46] cxl/core: Define a 'struct cxl_endpoint_decoder' for tracking DPA resources
` [PATCH 14/46] cxl/hdm: Enumerate allocated DPA
` [PATCH 15/46] cxl/Documentation: List attribute permissions
` [PATCH 16/46] cxl/hdm: Add 'mode' attribute to decoder objects
` [PATCH 17/46] cxl/hdm: Track next decoder to allocate
` [PATCH 18/46] cxl/hdm: Add support for allocating DPA to an endpoint decoder
` [PATCH 19/46] cxl/debug: Move debugfs init to cxl_core_init()
` [PATCH 20/46] cxl/mem: Add a debugfs version of 'iomem' for DPA, 'dpamem'
` [PATCH 21/46] tools/testing/cxl: Move cxl_test resources to the top of memory
` [PATCH 22/46] tools/testing/cxl: Expand CFMWS windows
` [PATCH 23/46] tools/testing/cxl: Add partition support
` [PATCH 24/46] tools/testing/cxl: Fix decoder default state
` [PATCH 25/46] cxl/port: Record dport in endpoint references
` [PATCH 26/46] cxl/port: Record parent dport when adding ports
` [PATCH 27/46] cxl/port: Move 'cxl_ep' references to an xarray per port
` [PATCH 28/46] cxl/port: Move dport tracking to an xarray
` [PATCH 29/46] cxl/port: Cache CXL host bridge data
` [PATCH 30/46] cxl/hdm: Add sysfs attributes for interleave ways + granularity
` [PATCH 31/46] cxl/hdm: Initialize decoder type for memory expander devices
` [PATCH 32/46] cxl/mem: Enumerate port targets before adding endpoints
` [PATCH 33/46] resource: Introduce alloc_free_mem_region()
` [PATCH 34/46] cxl/region: Add region creation support
` [PATCH 36/46] cxl/region: Add interleave ways attribute
` [PATCH 37/46] cxl/region: Allocate host physical address (HPA) capacity to new regions
` [PATCH 38/46] cxl/region: Enable the assignment of endpoint decoders to regions
` [PATCH 39/46] cxl/acpi: Add a host-bridge index lookup mechanism
` [PATCH 40/46] cxl/region: Attach endpoint decoders
` [PATCH 42/46] cxl/hdm: Commit decoder state to hardware
` [PATCH 43/46] cxl/region: Add region driver boiler plate
` [PATCH 44/46] cxl/pmem: Delete unused nvdimm attribute
` [PATCH 45/46] cxl/pmem: Fix offline_nvdimm_bus() to offline by bridge
` [PATCH 46/46] cxl/region: Introduce cxl_pmem_region objects
` [PATCH 01/46] tools/testing/cxl: Fix cxl_hdm_decode_init() calling convention
` [PATCH 02/46] cxl/port: Keep port->uport valid for the entire life of a port
` [PATCH 03/46] cxl/hdm: Use local hdm variable
` [PATCH 04/46] cxl/core: Rename ->decoder_range ->hpa_range
` [PATCH 05/46] cxl/core: Drop ->platform_res attribute for root decoders
` [PATCH 06/46] cxl/core: Drop is_cxl_decoder()
[GIT PULL] cxl fixes for v5.19-rc6
2022-07-08 20:32 UTC (2+ messages)
CXL device sanitation and pmem security questions
2022-07-08 17:44 UTC (5+ messages)
[linux-next:master] BUILD REGRESSION 088b9c375534d905a4d337c78db3b3bfbb52c4a0
2022-07-08 10:02 UTC (5+ messages)
[PATCH V12 0/9] CXL: Read CDAT and DSMAS data
2022-07-04 6:45 UTC (26+ messages)
` [PATCH V12 3/9] PCI: Create PCIe library functions in support of DOE mailboxes
` [PATCH V12 4/9] cxl/pci: Create PCI DOE mailbox's for memory devices
` [PATCH V12 6/9] cxl/port: Read CDAT table
` [PATCH V12 7/9] cxl/port: Introduce cxl_cdat_valid()
` [PATCH V12 8/9] cxl/port: Retry reading CDAT on failure
[linux-next:master] BUILD REGRESSION 6cc11d2a1759275b856e464265823d94aabd5eaf
2022-07-02 1:03 UTC
(SPDM) Device attestation, secure channels from host to device etc: Discuss at Plumbers?
2022-06-29 16:01 UTC (9+ messages)
DVSEC FLEX BUS CAP bit 3: MEM_HWINIT_MODE
2022-06-29 16:02 UTC (5+ messages)
[PATCH V12 5/9] driver-core: Introduce BIN_ATTR_ADMIN_{RO,RW}
2022-06-29 1:10 UTC (2+ messages)
[PATCH v2] cxl/mbox: Fix missing variable payload checks in cmd size validation
2022-06-28 22:01 UTC
[PATCH] cxl/mbox: Fix missing variable payload checks in cmd size validation
2022-06-28 21:52 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox