messages from 2022-11-02 22:54:34 to 2022-11-11 03:12:53 UTC [more...]
[PATCH v3 0/6] CXL Poison List Retrieval & Tracing
2022-11-11 3:12 UTC
[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 v3 0/9] cxl: Add support for Restricted CXL hosts (RCD mode)
2022-11-10 19:43 UTC (18+ 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 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 1/2] cxl/pci: Add generic MSI-X/MSI irq support
2022-11-10 3:30 UTC (9+ messages)
[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 (6+ messages)
` [PATCH v2 1/2] efi/cper, cxl: Decode CXL Protocol Error Section
` [PATCH v2 2/2] efi/cper, cxl: Decode CXL Error Log
[ndctl PATCH 00/15] cxl-cli test and usability updates
2022-11-08 20:23 UTC (31+ messages)
` [ndctl PATCH 01/15] ndctl/test: Move firmware-update.sh to the 'descructive' set
` [ndctl PATCH 02/15] ndctl/test: Add kernel backtrace detection to some dax tests
` [ndctl PATCH 03/15] ndctl/clang-format: Move minimum version to 6
` [ndctl PATCH 04/15] ndctl/clang-format: Fix space after for_each macros
` [ndctl PATCH 05/15] cxl/list: Always attempt to collect child objects
` [ndctl PATCH 06/15] cxl/list: Skip emitting pmem_size when it is zero
` [ndctl PATCH 07/15] cxl/filter: Return json-c topology
` [ndctl PATCH 08/15] cxl/list: Record cxl objects in json objects
` [ndctl PATCH 09/15] cxl/region: Make ways an integer argument
` [ndctl PATCH 10/15] cxl/region: Make granularity "
` [ndctl PATCH 11/15] cxl/region: Use cxl_filter_walk() to gather create-region targets
` [ndctl PATCH 12/15] cxl/region: Trim region size by max available extent
` [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 v3 00/18] Introduce security commands for CXL pmem device
2022-11-08 17:27 UTC (19+ 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()
[BUG] hw/i386/pc.c: CXL Fixed Memory Window should not reserve e820 in bios
2022-11-08 11:21 UTC (4+ messages)
[PATCH v2 00/19] Introduce security commands for CXL pmem device
2022-11-07 23:46 UTC (35+ messages)
` [PATCH v2 03/19] tools/testing/cxl: Add "Get Security State" opcode support
` [PATCH v2 05/19] tools/testing/cxl: Add "Set Passphrase" "
` [PATCH v2 07/19] tools/testing/cxl: Add "Disable" security "
` [PATCH v2 09/19] tools/testing/cxl: Add "Freeze Security State" "
` [PATCH v2 10/19] cxl/pmem: Add "Unlock" security command support
` [PATCH v2 11/19] tools/testing/cxl: Add "Unlock" 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 14/19] nvdimm/cxl/pmem: Add support for master passphrase disable security command
` [PATCH v2 15/19] cxl/pmem: add id attribute to CXL based nvdimm
` [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
` [PATCH v2 19/19] cxl: add dimm_id support for __nvdimm_create()
[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)
[GIT PULL] CXL fixes for v6.1-rc4
2022-11-06 21:56 UTC (2+ messages)
[cxl:fixes] BUILD SUCCESS 8f401ec1c8975eabfe4c089de91cbe058deabf71
2022-11-05 11:11 UTC
[RFC PATCH v2 0/4] CXL: Standalone switch CCI driver
2022-11-04 23:25 UTC (3+ messages)
` [RFC PATCH v2 1/4] cxl/mbox: Use local cxl_device_state variable
[PATCH 0/7] CXL region creation fixes for 6.1
2022-11-04 22:51 UTC (25+ messages)
` [PATCH 1/7] cxl/region: Fix region HPA ordering validation
` [PATCH 2/7] cxl/region: Fix cxl_region leak, cleanup targets at region delete
` [PATCH 3/7] cxl/pmem: Fix cxl_pmem_region and cxl_memdev leak
` [PATCH 4/7] tools/testing/cxl: Fix some error exits
` [PATCH 5/7] tools/testing/cxl: Add a single-port host-bridge regression config
` [PATCH 6/7] cxl/region: Fix 'distance' calculation with passthrough ports
` [PATCH 7/7] cxl/region: Recycle region ids
[PATCH v3 00/10] cxl: add monitor support for trace events
2022-11-04 18:56 UTC (17+ messages)
` [PATCH v3 01/10] cxl: add helper function to parse trace event to json object
` [PATCH v3 03/10] cxl: add common function to enable event trace
` [PATCH v3 04/10] cxl: add common function to disable "
` [PATCH v3 05/10] cxl: add monitor function for event trace events
` [PATCH v3 08/10] cxl: add an optional pid check to event parsing
[PATCH v5 0/3] CXL XOR Interleave Arithmetic
2022-11-03 19:51 UTC (4+ messages)
` [PATCH v5 1/3] For ACPICA: Add the CXIMS structure definition to the CEDT table
[PATCH 1/2] hw/cxl: set cxl-type3 device type to PCI_CLASS_MEMORY_CXL
2022-11-03 18:12 UTC (6+ messages)
[PATCH 0/2] efi/cper, cxl: Decode CXL Protocol Errors CPER
2022-11-03 16:58 UTC (8+ messages)
[PATCH v2] cxl/region: refactor decoder allocation for region refs
2022-11-03 16:41 UTC (2+ messages)
[PATCH RFC v2 0/9] cxl/pci: Add fundamental error handling
2022-11-03 13:27 UTC (9+ 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