public inbox for linux-cxl@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-06 09:24:10 to 2026-03-12 16:36:00 UTC [more...]

[PATCH] cxl/region: Support multi-level interleaving with smaller granularities for lower levels
 2026-03-12 16:35 UTC  (4+ messages)

[PATCH 00/20] vfio/pci: Add CXL Type-2 device passthrough support
 2026-03-12 16:33 UTC  (23+ messages)
` [PATCH 01/20] cxl: Introduce cxl_get_hdm_reg_info()
` [PATCH 02/20] cxl: Expose cxl subsystem specific functions for vfio
` [PATCH 03/20] cxl: Move CXL spec defines to public header
` [PATCH 04/20] cxl: Media ready check refactoring
` [PATCH 05/20] cxl: Expose BAR index and offset from register map
` [PATCH 06/20] vfio/cxl: Add UAPI for CXL Type-2 device passthrough
` [PATCH 07/20] vfio/pci: Add CXL state to vfio_pci_core_device
` [PATCH 08/20] vfio/pci: Add vfio-cxl Kconfig and build infrastructure
` [PATCH 09/20] vfio/cxl: Implement CXL device detection and HDM register probing
` [PATCH 10/20] vfio/cxl: CXL region management
` [PATCH 11/20] vfio/cxl: Expose DPA memory region to userspace with fault+zap mmap
` [PATCH 12/20] vfio/pci: Export config access helpers
` [PATCH 13/20] vfio/cxl: Introduce HDM decoder register emulation framework
` [PATCH 14/20] vfio/cxl: Check media readiness and create CXL memdev
` [PATCH 15/20] vfio/cxl: Introduce CXL DVSEC configuration space emulation
` [PATCH 16/20] vfio/pci: Expose CXL device and region info via VFIO ioctl
` [PATCH 17/20] vfio/cxl: Provide opt-out for CXL feature
` [PATCH 18/20] docs: vfio-pci: Document CXL Type-2 device passthrough
` [PATCH 19/20] selftests/vfio: Add CXL Type-2 passthrough tests
` [PATCH 20/20] selftests/vfio: Fix VLA initialisation in vfio_pci_irq_set()

[PATCH] mm/mempolicy: add sysfs interface to override NUMA node bandwidth
 2026-03-12 16:12 UTC  (7+ messages)

[PATCH v5 00/28] lan966x pci device: Add support for SFPs
 2026-03-12 15:27 UTC  (4+ messages)
` [PATCH v5 02/28] driver core: Rename get_dev_from_fwnode() wrapper to get_device_from_fwnode()

[PATCH 0/7] cxl: Consolidate cxlmd->endpoint accessing
 2026-03-12 14:35 UTC  (38+ messages)
` [PATCH 1/7] driver core: Add conditional guard support for device_lock()
` [PATCH 2/7] cxl/memdev: Hold memdev lock during memdev poison injection/clear
` [PATCH 3/7] cxl/region: Hold memdev lock during region "
` [PATCH 4/7] cxl/pci: Hold memdev lock in cxl_event_trace_record()
` [PATCH 5/7] cxl/region: Ensure endpoint is valid in cxl_dpa_to_region()
` [PATCH 6/7] cxl/pci: Check memdev driver binding status in cxl_reset_done()
` [PATCH 7/7] cxl/port: Reset cxlmd->endpoint to -ENXIO by default

[PATCH v16 00/10] Enable CXL PCIe Port Protocol Error handling and logging
 2026-03-12 13:05 UTC  (22+ messages)
` [PATCH v16 01/10] PCI/AER: Introduce AER-CXL Kfifo
` [PATCH v16 02/10] PCI/CXL: Update unregistration for AER-CXL and CPER-CXL kfifos
` [PATCH v16 05/10] PCI: Establish common CXL Port protocol error flow
  ` [PATCH v16 05/10] PCI: Establish common CXL Port protocol error flowUIRE
` [PATCH v16 06/10] PCI/CXL: Add RCH support to CXL handlers
` [PATCH v16 07/10] cxl: Update error handlers to support CXL Port devices
` [PATCH v16 08/10] cxl: Update Endpoint AER uncorrectable handler
` [PATCH v16 09/10] cxl: Remove Endpoint AER correctable handler

[PATCH v5 0/7] CXL: Add cxl_reset sysfs attribute for PCI devices
 2026-03-12 13:01 UTC  (18+ messages)
` [PATCH v5 1/7] PCI: Add CXL DVSEC reset and capability register definitions
` [PATCH v5 2/7] PCI: Export pci_dev_save_and_disable() and pci_dev_restore()
` [PATCH v5 3/7] cxl: Add memory offlining and cache flush helpers
` [PATCH v5 4/7] cxl: Add multi-function sibling coordination for CXL reset
` [PATCH v5 5/7] cxl: Add CXL DVSEC reset sequence and flow orchestration
` [PATCH v5 6/7] cxl: Add cxl_reset sysfs interface for PCI devices
` [PATCH v5 7/7] Documentation: ABI: Add CXL PCI cxl_reset sysfs attribute

[PATCH 0/5] PCI/CXL: Save and restore CXL DVSEC and HDM state across resets
 2026-03-12 12:34 UTC  (18+ messages)
` [PATCH 1/5] PCI: Add CXL DVSEC control, lock, and range register definitions
` [PATCH 2/5] cxl: Move HDM decoder and register map definitions to include/cxl/pci.h
` [PATCH 3/5] PCI: Add virtual extended cap save buffer for CXL state
` [PATCH 4/5] PCI: Add cxl DVSEC state save/restore across resets

[PATCH v6 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-03-12  2:28 UTC  (14+ messages)
` [PATCH v6 3/9] cxl/region: Skip decoder reset on detach for autodiscovered regions
` [PATCH v6 4/9] dax/cxl, hmem: Initialize hmem early and defer dax_cxl binding
` [PATCH v6 5/9] dax: Track all dax_region allocations under a global resource tree
` [PATCH v6 6/9] cxl/region: Add helper to check Soft Reserved containment by CXL regions
` [PATCH v6 7/9] dax: Add deferred-work helpers for dax_hmem and dax_cxl coordination
` [PATCH v6 8/9] dax/hmem, cxl: Defer and resolve ownership of Soft Reserved memory ranges

[PATCH] cxl: Add endpoint decoder flags clear when PCI reset happens
 2026-03-11 23:41 UTC  (2+ messages)

[PATCH] cxl/mbox: Use proper endpoint validity check upon sanitize
 2026-03-11 18:09 UTC  (3+ messages)

[PATCH v2] dax/kmem: account for partial dis-contiguous resource upon removal
 2026-03-11 16:53 UTC  (2+ messages)

[RFC PATCH v2] cxl/core: Work around CXL Port PM Init failure when ACS SV enabled
 2026-03-11 16:36 UTC 

[PATCH] cxl/region: Fix a race bug in delete_region_store
 2026-03-11  6:55 UTC  (8+ messages)

[PATCH] cxl/hdm: Avoid DVSEC fallback after region teardown
 2026-03-11  3:22 UTC  (3+ messages)

[PATCH v23 00/22] Type2 device basic support
 2026-03-10 14:02 UTC  (8+ messages)
` [PATCH v23 08/22] cxl/hdm: Add support for getting region from committed decoder

[ndctl PATCH 0/2] ndctl: Fix build issues when fwctl is disabled
 2026-03-10  2:41 UTC  (3+ messages)
` [ndctl PATCH 1/2] ndctl: Fix missing key_type parameter in ndctl_dimm_remove_key stub
` [ndctl PATCH 2/2] ndctl/test: Fix meson configuration error when fwctl is disabled

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-03-09 23:11 UTC  (19+ messages)

[PATCH] cxl/hdm: fix a warning in devm_remove_action()
 2026-03-09 20:21 UTC  (3+ messages)

[PATCH v2] ACPI: NUMA: Only parse CFMWS at boot when CXL_ACPI is on
 2026-03-09 17:13 UTC  (4+ messages)

[PATCH] dax: Add direct_access() callback check for dax_direct_access()
 2026-03-09 16:58 UTC  (2+ messages)

[PATCH v3 0/3] Allow ATS to be always on for certain ATS-capable devices
 2026-03-09 11:50 UTC  (11+ messages)
` [PATCH v3 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices
` [PATCH v3 2/3] PCI: Allow ATS to be always on for pre-CXL devices
` [PATCH v3 3/3] iommu/arm-smmu-v3: Allow ATS to be always on

[PATCH V7 00/19] famfs: port into fuse
 2026-03-09  6:27 UTC  (5+ messages)
  ` [PATCH V7 02/19] dax: Factor out dax_folio_reset_order() helper

[PATCH V6 00/18] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
 2026-03-06 16:28 UTC  (15+ messages)
    ` [PATCH V6 10/18] cxl/mem: Refactor cxl pmem region auto-assembling
    ` [PATCH V6 12/18] cxl/region: Add devm_cxl_pmem_add_region() for pmem region creation

[PATCH] cxl/port: Do not return -EAGAIN from find_or_add_dport() for newly added dport
 2026-03-07  5:52 UTC 

[cxl:fixes] BUILD SUCCESS 93d0fcdddc9e7be9d4f42acbe57bc90dbb0fe75d
 2026-03-07  5:20 UTC 

[PATCH] cxl/acpi: fix CXL_ACPI=y + CXL_PMEM=m link failure
 2026-03-07  1:49 UTC  (5+ messages)

[RFC PATCH] PCI: Work around CXL Port PM Init failure when ACS SV enabled
 2026-03-06 19:50 UTC 

[PATCH v4 0/4] type2 support preparation
 2026-03-06 18:45 UTC  (6+ messages)
` [PATCH v4 1/4] cxl: support Type2 when initializing cxl_dev_state
` [PATCH v4 2/4] cxl: export internal structs for external Type2 drivers
` [PATCH v4 3/4] cxl: Move pci generic code
` [PATCH v4 4/4] cxl/pci: Remove redundant cxl_pci_find_port() call

[PATCH v3 0/4] type2 support preparation
 2026-03-06 15:35 UTC  (4+ messages)
` [PATCH v3 4/4] cxl/pci: Remove redundant cxl_pci_find_port() call

[PATCH] cxl/acpi: Fix CXL_ACPI and CXL_PMEM Kconfig tristate mismatch
 2026-03-06 15:23 UTC  (6+ messages)

[PATCH] cxl/test: Update mock memdev array before calling platform_device_add()
 2026-03-06 15:01 UTC  (2+ messages)

[PATCH v2 0/3] hw/cxl: Add fixes in maintenance, PPR and event records
 2026-03-06 10:14 UTC  (4+ messages)
` [PATCH v2 1/3] hw/cxl: Fix handling of component ID to not assume it is a string
` [PATCH v2 2/3] hw/cxl: Add fixes in Post Package Repair (PPR)
` [PATCH v2 3/3] hw/cxl/events: Fix handling of component ID in event records generation to not assume it is a string


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