Linux CXL
 help / color / mirror / Atom feed
 messages from 2022-11-07 20:19:51 to 2022-11-15 18:08:20 UTC [more...]

[PATCH v3 0/9] cxl: Add support for Restricted CXL hosts (RCD mode)
 2022-11-15 18:06 UTC  (33+ messages)
` [PATCH v3 1/9] cxl/acpi: Register CXL host ports by bridge device
` [PATCH v3 2/9] cxl/acpi: Extract component registers of restricted hosts from RCRB
` [PATCH v3 3/9] cxl/mem: Adjust cxl_mem_find_port() to find an RCH's port
` [PATCH v3 4/9] cxl/mem: Skip intermediate port enumeration of restricted endpoints (RCDs)
` [PATCH v3 5/9] cxl/pci: Only register RCDs with device 0, function 0 as CXL memory device
` [PATCH v3 6/9] cxl/pci: Do not ignore PCI config read errors in match_add_dports()
` [PATCH v3 7/9] cxl/pci: Factor out code in match_add_dports() to pci_dev_add_dport()
` [PATCH v3 8/9] cxl/pci: Extend devm_cxl_port_enumerate_dports() to support restricted hosts (RCH)
` [PATCH v3 9/9] cxl/acpi: Set ACPI's CXL _OSC to indicate CXL1.1 support

[PATCH v4 00/18] Introduce security commands for CXL pmem device
 2022-11-15 17:01 UTC  (24+ messages)
` [PATCH v4 01/18] cxl/pmem: Introduce nvdimm_security_ops with ->get_flags() operation
` [PATCH v4 02/18] tools/testing/cxl: Add "Get Security State" opcode support
` [PATCH v4 03/18] cxl/pmem: Add "Set Passphrase" security command support
` [PATCH v4 04/18] tools/testing/cxl: Add "Set Passphrase" opcode support
` [PATCH v4 05/18] cxl/pmem: Add Disable Passphrase security command support
` [PATCH v4 06/18] tools/testing/cxl: Add "Disable" security opcode support
` [PATCH v4 07/18] cxl/pmem: Add "Freeze Security State" security command support
` [PATCH v4 08/18] tools/testing/cxl: Add "Freeze Security State" security opcode support
` [PATCH v4 09/18] cxl/pmem: Add "Unlock" security command support
` [PATCH v4 10/18] tools/testing/cxl: Add "Unlock" security opcode support
` [PATCH v4 11/18] cxl/pmem: Add "Passphrase Secure Erase" security command support
` [PATCH v4 12/18] tools/testing/cxl: Add "passphrase secure erase" opcode support
` [PATCH v4 13/18] nvdimm/cxl/pmem: Add support for master passphrase disable security command
` [PATCH v4 14/18] cxl/pmem: add id attribute to CXL based nvdimm
` [PATCH v4 15/18] tools/testing/cxl: add mechanism to lock mem device for testing
` [PATCH v4 16/18] cxl/pmem: add provider name to cxl pmem dimm attribute group
` [PATCH v4 17/18] libnvdimm: Introduce CONFIG_NVDIMM_SECURITY_TEST flag
` [PATCH v4 18/18] cxl: add dimm_id support for __nvdimm_create()

[PATCH] PCI/doe: Fix work struct declaration
 2022-11-15 11:13 UTC  (2+ messages)

[PATCH v2 05/12] cxl/acpi: Improve debug messages in cxl_acpi_probe()
 2022-11-15 10:33 UTC  (3+ messages)
` [PATCH] tools/testing/cxl: Add bridge mocking support

[PATCH 0/4 v3] Multi-Region and Volatile Memory support for CXL Type-3 Devices
 2022-11-14 23:00 UTC  (6+ messages)
` [PATCH 2/4] hw/cxl: Add CXL_CAPACITY_MULTIPLIER definition
` [PATCH 3/4] hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)

[PATCH v3 00/10] cxl: add monitor support for trace events
 2022-11-14 20:53 UTC  (8+ messages)
` [PATCH v3 01/10] cxl: add helper function to parse trace event to json object

trace events
 2022-11-14 20:27 UTC 

[PATCH v6 0/3] CXL XOR Interleave Arithmetic
 2022-11-14 18:57 UTC  (7+ messages)
` [PATCH v6 1/3] ACPICA commit 2d8dc0383d3c908389053afbdc329bbd52f009ce
` [PATCH v6 2/3] cxl/acpi: Support CXL XOR Interleave Math (CXIMS)
` [PATCH v6 3/3] tools/testing/cxl: Add XOR Math support to cxl_test

[PATCH v5] memregion: Add cpu_cache_invalidate_memregion() interface
 2022-11-14 18:50 UTC  (2+ messages)
` [PATCH v6] "

[PATCH v3 00/18] Introduce security commands for CXL pmem device
 2022-11-14 18:15 UTC  (28+ messages)
` [PATCH v3 01/18] cxl/pmem: Introduce nvdimm_security_ops with ->get_flags() operation
` [PATCH v3 02/18] tools/testing/cxl: Add "Get Security State" opcode support
` [PATCH v3 03/18] cxl/pmem: Add "Set Passphrase" security command support
` [PATCH v3 04/18] tools/testing/cxl: Add "Set Passphrase" opcode support
` [PATCH v3 05/18] cxl/pmem: Add Disable Passphrase security command support
` [PATCH v3 06/18] tools/testing/cxl: Add "Disable" security opcode support
` [PATCH v3 07/18] cxl/pmem: Add "Freeze Security State" security command support
` [PATCH v3 08/18] tools/testing/cxl: Add "Freeze Security State" security opcode support
` [PATCH v3 09/18] cxl/pmem: Add "Unlock" security command support
` [PATCH v3 10/18] tools/testing/cxl: Add "Unlock" security opcode support
` [PATCH v3 11/18] cxl/pmem: Add "Passphrase Secure Erase" security command support
` [PATCH v3 12/18] tools/testing/cxl: Add "passphrase secure erase" opcode support
` [PATCH v3 13/18] nvdimm/cxl/pmem: Add support for master passphrase disable security command
` [PATCH v3 14/18] cxl/pmem: add id attribute to CXL based nvdimm
` [PATCH v3 15/18] tools/testing/cxl: add mechanism to lock mem device for testing
` [PATCH v3 16/18] cxl/pmem: add provider name to cxl pmem dimm attribute group
` [PATCH v3 17/18] libnvdimm: Introduce CONFIG_NVDIMM_SECURITY_TEST flag
` [PATCH v3 18/18] cxl: add dimm_id support for __nvdimm_create()

[PATCH 1/2] cxl/pci: Add generic MSI-X/MSI irq support
 2022-11-11 21:18 UTC  (8+ messages)

[BUG] hw/i386/pc.c: CXL Fixed Memory Window should not reserve e820 in bios
 2022-11-11 14:37 UTC  (9+ messages)

[PATCH v2 00/19] Introduce security commands for CXL pmem device
 2022-11-11 10:27 UTC  (20+ messages)
` [PATCH v2 09/19] tools/testing/cxl: Add "Freeze Security State" security opcode support
` [PATCH v2 12/19] cxl/pmem: Add "Passphrase Secure Erase" security command support
` [PATCH v2 13/19] tools/testing/cxl: Add "passphrase secure erase" opcode support
` [PATCH v2 16/19] tools/testing/cxl: add mechanism to lock mem device for testing
` [PATCH v2 17/19] cxl/pmem: add provider name to cxl pmem dimm attribute group
` [PATCH v2 18/19] libnvdimm: Introduce CONFIG_NVDIMM_SECURITY_TEST flag

[ndctl PATCH 0/3] Support poison list retrieval
 2022-11-11  3:20 UTC  (6+ messages)
` [ndctl PATCH 1/5] libcxl: add interfaces for GET_POISON_LIST mailbox commands
` [ndctl PATCH 2/5] cxl: add an optional pid check to event parsing
` [ndctl PATCH 3/5] cxl/list: collect and parse the poison list records
` [ndctl PATCH 4/5] cxl/list: add --media-errors option to cxl list
` [ndctl PATCH 5/5] test: add a cxl-get-poison test

[PATCH v3 0/6] CXL Poison List Retrieval & Tracing
 2022-11-11  3:12 UTC  (7+ messages)
` [PATCH v3 1/6] trace, cxl: Introduce a TRACE_EVENT for CXL poison records
` [PATCH v3 2/6] cxl/mbox: Add GET_POISON_LIST mailbox command
` [PATCH v3 3/6] cxl/memdev: Add trigger_poison_list sysfs attribute
` [PATCH v3 4/6] cxl/region: "
` [PATCH v3 5/6] tools/testing/cxl: Mock the max err records field of Identify cmd
` [PATCH v3 6/6] tools/testing/cxl: Mock the Get Poison List mbox command

[PATCH AUTOSEL 6.0 01/30] cxl/mbox: Add a check on input payload size
 2022-11-11  2:33 UTC  (2+ messages)
` [PATCH AUTOSEL 6.0 27/30] cxl/pmem: Use size_add() against integer overflow

[ndctl PATCH V4 0/2] add support for CCI Get Alert Configuration
 2022-11-10 20:00 UTC  (4+ messages)
` [ndctl PATCH V4 1/2] libcxl: add accessors for Get Alert Configuration CCI output
` [ndctl PATCH V4 2/2] cxl: display alert configuration fields

[PATCH 00/11] CXL: Process event logs
 2022-11-10 18:57 UTC  (12+ messages)
` [PATCH 01/11] cxl/pci: Add generic MSI-X/MSI irq support
` [PATCH 02/11] cxl/mem: Implement Get Event Records command
` [PATCH 03/11] cxl/mem: Implement Clear "
` [PATCH 04/11] cxl/mem: Clear events on driver load
` [PATCH 05/11] cxl/mem: Trace General Media Event Record
` [PATCH 06/11] cxl/mem: Trace DRAM "
` [PATCH 07/11] cxl/mem: Trace Memory Module "
` [PATCH 08/11] cxl/mem: Wire up event interrupts
` [PATCH 09/11] cxl/test: Add generic mock events
` [PATCH 10/11] cxl/test: Add specific events
` [PATCH 11/11] cxl/test: Simulate event log overflow

[PATCH v5 0/7] ndctl: cxl: add monitor support for trace events
 2022-11-10  0:08 UTC  (8+ messages)
` [PATCH v5 1/7] ndctl: cxl: add helper function to parse trace event to json object
` [PATCH v5 2/7] ndctl: cxl: add helper to parse through all current events
` [PATCH v5 3/7] ndctl: cxl: add common function to enable/disable event trace
` [PATCH v5 4/7] ndctl: move common logging functions from ndctl/monitor.c to util/log.c
` [PATCH v5 5/7] ndctl: cxl: add monitor command for event trace events
` [PATCH v5 6/7] ndctl: cxl: add systemd service for monitor
` [PATCH v5 7/7] ndctl: cxl: add man page documentation "

[PATCH v4 00/10] cxl: add monitor support for trace events
 2022-11-09 22:44 UTC  (22+ messages)
` [PATCH v4 01/10] cxl: add helper function to parse trace event to json object
` [PATCH v4 02/10] cxl: add helper to parse through all current events
` [PATCH v4 03/10] cxl: add common function to enable event trace
` [PATCH v4 04/10] cxl: add common function to disable "
` [PATCH v4 05/10] cxl: add monitor function for event trace events
` [PATCH v4 06/10] cxl: add logging functions for monitor
` [PATCH v4 07/10] cxl: add monitor command to cxl
` [PATCH v4 08/10] cxl: add an optional pid check to event parsing
` [PATCH v4 09/10] cxl: add systemd service for monitor
` [PATCH v4 10/10] cxl: add man page documentation "

[PATCH v2 00/12] cxl: Add support for Restricted CXL hosts (RCD mode)
 2022-11-09 14:33 UTC  (5+ messages)
` [PATCH v2 07/12] cxl: Remove dev_is_cxl_root_child() check in devm_cxl_enumerate_ports()

[PATCH v2 0/2] efi/cper, cxl: Decode CXL Protocol Errors CPER
 2022-11-09  9:30 UTC  (2+ messages)

[ndctl PATCH 00/15] cxl-cli test and usability updates
 2022-11-08 20:23 UTC  (23+ messages)
` [ndctl PATCH 02/15] ndctl/test: Add kernel backtrace detection to some dax tests
` [ndctl PATCH 06/15] cxl/list: Skip emitting pmem_size when it is zero
` [ndctl PATCH 09/15] cxl/region: Make ways an integer argument
` [ndctl PATCH 11/15] cxl/region: Use cxl_filter_walk() to gather create-region targets
` [ndctl PATCH 13/15] cxl/region: Default to memdev mode for create with no arguments
` [ndctl PATCH 14/15] cxl/test: Extend cxl-topology.sh for a single root-port host-bridge
` [ndctl PATCH 15/15] cxl/test: Test single-port host-bridge region creation

[PATCH] cxl/region: Fix memdev reuse check
 2022-11-07 23:40 UTC  (2+ messages)

[PATCH] docs/cxl: Fix some typos
 2022-11-07 22:34 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox