messages from 2025-09-19 11:16:33 to 2025-09-30 15:19:08 UTC [more...]
[PATCH v3 -qemu 0/5] hw/cxl: Support Back-Invalidate
2025-09-30 15:19 UTC (7+ messages)
` [PATCH 1/5] hw/pcie: Support enabling flit mode
` [PATCH 2/5] hw/cxl: Refactor component register initialization
` [PATCH 3/5] hw/cxl: Allow BI by default in Window restrictions
` [PATCH 4/5] hw/cxl: Support type3 HDM-DB
` [PATCH 5/5] hw/cxl: Remove register special_ops->read()
[PATCH 1/1] cxl/port: Remove devm_cxl_port_enumerate_dports()
2025-09-30 14:55 UTC (3+ messages)
[PATCH v18 00/20] Type2 device basic support
2025-09-30 14:51 UTC (73+ messages)
` [PATCH v18 01/20] cxl: Add type2 "
` [PATCH v18 03/20] cxl: Move pci generic code
` [PATCH v18 04/20] cxl: allow Type2 drivers to map cxl component regs
` [PATCH v18 05/20] cxl: Support dpa initialization without a mailbox
` [PATCH v18 06/20] cxl: Prepare memdev creation for type2
` [PATCH v18 07/20] sfc: create type2 cxl memdev
` [PATCH v18 08/20] cx/memdev: Indicate probe deferral
` [PATCH v18 09/20] cxl: Define a driver interface for HPA free space enumeration
` [PATCH v18 10/20] sfc: get root decoder
` [PATCH v18 11/20] cxl: Define a driver interface for DPA allocation
` [PATCH v18 12/20] sfc: get endpoint decoder
` [PATCH v18 16/20] cxl: Allow region creation by type2 drivers
` [PATCH v18 17/20] cxl: Avoid dax creation for accelerators
` [PATCH v18 18/20] sfc: create cxl region
` [PATCH v18 20/20] sfc: support pio mapping based on cxl
[PATCH v12 00/25] Enable CXL PCIe Port Protocol Error handling and logging
2025-09-30 14:38 UTC (46+ messages)
` [PATCH v12 01/25] cxl/pci: Remove unnecessary CXL Endpoint handling helper functions
` [PATCH v12 02/25] cxl/pci: Remove unnecessary CXL RCH "
` [PATCH v12 03/25] cxl: Remove ifdef blocks of CONFIG_PCIEAER_CXL from core/pci.c
` [PATCH v12 04/25] CXL/AER: Remove CONFIG_PCIEAER_CXL and replace with CONFIG_CXL_RAS
` [PATCH v12 05/25] cxl: Move CXL driver RCH error handling into CONFIG_CXL_RCH_RAS conditional block
` [PATCH v12 06/25] CXL/AER: Introduce aer_cxl_rch.c into AER driver for handling CXL RCH errors
` [PATCH v12 07/25] CXL/PCI: Move CXL DVSEC definitions into uapi/linux/pci_regs.h
` [PATCH v12 08/25] PCI/CXL: Introduce pcie_is_cxl()
` [PATCH v12 09/25] PCI/AER: Report CXL or PCIe bus error type in trace logging
` [PATCH v12 10/25] CXL/AER: Update PCI class code check to use FIELD_GET()
` [PATCH v12 11/25] cxl/pci: Update RAS handler interfaces to also support CXL Ports
` [PATCH v12 12/25] cxl/pci: Log message if RAS registers are unmapped
` [PATCH v12 13/25] cxl/pci: Unify CXL trace logging for CXL Endpoints and CXL Ports
` [PATCH v12 14/25] cxl/pci: Update cxl_handle_cor_ras() to return early if no RAS errors
` [PATCH v12 15/25] cxl/pci: Map CXL Endpoint Port and CXL Switch Port RAS registers
` [PATCH v12 16/25] CXL/PCI: Introduce PCI_ERS_RESULT_PANIC
` [PATCH v12 17/25] cxl/pci: Introduce CXL Endpoint protocol error handlers
` [PATCH v12 18/25] CXL/AER: Introduce aer_cxl_vh.c in AER driver for forwarding CXL errors
` [PATCH v12 19/25] cxl: Introduce cxl_pci_drv_bound() to check for bound driver
` [PATCH v12 20/25] PCI/AER: Dequeue forwarded CXL error
` [PATCH v12 21/25] CXL/PCI: Introduce CXL Port protocol error handlers
` [PATCH v12 22/25] CXL/PCI: Export and rename merge_result() to pci_ers_merge_result()
` [PATCH v12 23/25] CXL/PCI: Introduce CXL uncorrectable protocol error recovery
` [PATCH v12 24/25] CXL/PCI: Enable CXL protocol errors during CXL Port probe
` [PATCH v12 25/25] CXL/PCI: Disable CXL protocol error interrupts during CXL Port cleanup
[PATCH v4 0/2] FM-API Physical Switch Command Set Support
2025-09-30 14:26 UTC (10+ messages)
` [PATCH v4 2/2] hw/cxl: Add Physical Port Control (Opcode 5102h)
` [PATCH v4 1/2] hw/cxl: Refactored Identify Switch Device & Get Physical Port State
[PATCH 0/6] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
2025-09-30 4:56 UTC (18+ messages)
` [PATCH 1/6] dax/hmem, e820, resource: Defer Soft Reserved registration until hmem is ready
` [PATCH 3/6] dax/hmem, cxl: Tighten dependencies on DEV_DAX_CXL and dax_hmem
` [PATCH 5/6] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree
` [RFC PATCH 6/6] cxl/region, dax/hmem: Guard CXL DAX region creation and tighten HMEM deps
[PATCH v3 0/5] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
2025-09-30 4:47 UTC (6+ messages)
` [PATCH v3 1/5] dax/hmem, e820, resource: Defer Soft Reserved registration until hmem is ready
` [PATCH v3 2/5] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
` [PATCH v3 3/5] dax/hmem: Use DEV_DAX_CXL instead of CXL_REGION for deferral
` [PATCH v3 4/5] dax/hmem: Defer Soft Reserved overlap handling until CXL region assembly completes
` [PATCH v3 5/5] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree
[PATCH v2 0/5] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
2025-09-30 4:28 UTC (6+ messages)
` [PATCH v2 1/5] dax/hmem, e820, resource: Defer Soft Reserved registration until hmem is ready
` [PATCH v2 2/5] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
` [PATCH v2 3/5] dax/hmem: Use DEV_DAX_CXL instead of CXL_REGION for deferral
` [PATCH v2 4/5] dax/hmem: Defer Soft Reserved overlap handling until CXL region assembly completes
` [PATCH v2 5/5] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree
[PATCH] cxl/region: Translate DPA->HPA in unaligned MOD3 regions
2025-09-30 4:08 UTC
[PATCH v2 1/1] cxl/port: Avoid missing port component registers setup
2025-09-30 0:50 UTC (4+ messages)
[PATCH v3 00/11] cxl: ACPI PRM Address Translation Support and AMD Zen5 enablement
2025-09-29 12:39 UTC (13+ messages)
` [PATCH v3 01/11] cxl/region: Store root decoder in struct cxl_region
` [PATCH v3 05/11] cxl/region: Add @range argument to function cxl_calc_interleave_pos()
` [PATCH v3 11/11] cxl: Enable AMD Zen5 address translation using ACPI PRMT
[PATCH 1/1] cxl/port: Avoid missing port component registers setup
2025-09-28 10:16 UTC (2+ messages)
[QEMU PATCH 0/1] CXL: Enable FMAPI Add for MHSLDs
2025-09-27 0:18 UTC (2+ messages)
` [QEMU PATCH 1/1] hw/cxl/cxl-mailbox-utils: Enable FMAPI Initiate Add for MHSLD
[ndctl PATCH v3] cxl/list: remove libtracefs build dependency for --media-errors
2025-09-25 17:04 UTC (3+ messages)
[ndctl PATCH v2] cxl/list: remove libtracefs build dependency for --media-errors
2025-09-25 0:27 UTC (6+ messages)
[PATCH V3 00/20] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
2025-09-24 21:42 UTC (53+ messages)
` [PATCH V3 03/20] nvdimm/label: Modify nd_label_base() signature
` [PATCH V3 05/20] nvdimm/namespace_label: Add namespace label changes as per CXL LSA v2.1
` [PATCH V3 01/20] nvdimm/label: Introduce NDD_REGION_LABELING flag to set region label
` [PATCH V3 02/20] nvdimm/label: CXL labels skip the need for 'interleave-set cookie'
` [PATCH V3 04/20] nvdimm/label: Update mutex_lock() with guard(mutex)()
` [PATCH V3 07/20] nvdimm/region_label: Add region label delete support
` [PATCH V3 08/20] nvdimm/label: Include region label in slot validation
` [PATCH V3 06/20] nvdimm/region_label: Add region label update support
` [PATCH V3 12/20] nvdimm/region_label: Export routine to fetch region information
` [PATCH V3 13/20] cxl/mem: Refactor cxl pmem region auto-assembling
` [PATCH V3 14/20] cxl/region: Add devm_cxl_pmem_add_region() for pmem region creation
` [PATCH V3 15/20] cxl: Add a routine to find cxl root decoder on cxl bus using cxl port
` [PATCH V3 18/20] cxl/pmem_region: Prep patch to accommodate pmem_region attributes
` [PATCH V3 19/20] cxl/pmem_region: Add sysfs attribute cxl region label updation/deletion
` [PATCH V3 20/20] cxl/pmem: Add CXL LSA 2.1 support in cxl pmem
` [PATCH V3 16/20] cxl/mem: Preserve cxl root decoder during mem probe
[PATCH v4 00/14] expand mmap_prepare functionality, port more users
2025-09-24 12:03 UTC (5+ messages)
` [PATCH v4 11/14] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
[ndctl PATCH] cxl/list: remove libtracefs build dependency for --media-errors
2025-09-24 4:46 UTC (3+ messages)
[NDCTL PATCH] cxl: Add man page documentation to note the change to disable-port
2025-09-23 22:43 UTC (2+ messages)
[PATCH v11 00/23] Enable CXL PCIe Port Protocol Error handling and logging
2025-09-23 9:21 UTC (3+ messages)
[PATCH V3 00/20] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
2025-09-22 12:51 UTC (4+ messages)
` [PATCH V3 04/20] nvdimm/label: Update mutex_lock() with guard(mutex)()
[PATCH v2] cleanup: Fix "unused function" warnings with conditional guards
2025-09-22 6:33 UTC (6+ messages)
[RFC PATCH 00/18] Initial CXL.cache device support
2025-09-19 13:42 UTC (6+ messages)
` [RFC PATCH 18/18] cxl/core: Add cache device cache management attributes
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