public inbox for linux-cxl@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-11 16:41:55 to 2026-03-18 08:46:44 UTC [more...]

[PATCH 00/14] mm: memory hot(un)plug and SPARSEMEM cleanups
 2026-03-18  8:46 UTC  (40+ messages)
` [PATCH 01/14] mm/memory_hotplug: remove for_each_valid_pfn() usage
` [PATCH 02/14] mm/sparse: remove WARN_ONs from (online|offline)_mem_sections()
` [PATCH 03/14] mm/Kconfig: make CONFIG_MEMORY_HOTPLUG depend on CONFIG_SPARSEMEM_VMEMMAP
` [PATCH 04/14] mm/memory_hotplug: simplify check_pfn_span()
` [PATCH 05/14] mm/sparse: remove !CONFIG_SPARSEMEM_VMEMMAP leftovers for CONFIG_MEMORY_HOTPLUG
` [PATCH 06/14] mm/bootmem_info: remove handling for !CONFIG_SPARSEMEM_VMEMMAP
` [PATCH 07/14] mm/bootmem_info: avoid using sparse_decode_mem_map()
` [PATCH 08/14] mm/sparse: remove sparse_decode_mem_map()
` [PATCH 09/14] mm/sparse: remove CONFIG_MEMORY_HOTPLUG-specific usemap allocation handling
` [PATCH 10/14] mm: prepare to move subsection_map_init() to mm/sparse-vmemmap.c
` [PATCH 11/14] mm/sparse: drop set_section_nid() from sparse_add_section()
` [PATCH 12/14] mm/sparse: move sparse_init_one_section() to internal.h
` [PATCH 13/14] mm/sparse: move __section_mark_present() "
` [PATCH 14/14] mm/sparse: move memory hotplug bits to sparse-vmemmap.c

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

[PATCH v6 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-03-18  7:33 UTC  (21+ messages)
` [PATCH v6 3/9] cxl/region: Skip decoder reset on detach for autodiscovered regions
` [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 8/9] dax/hmem, cxl: Defer and resolve ownership of Soft Reserved memory ranges

[cxl:next] BUILD SUCCESS d5f9bfc37906bbb737790af11f1537593f8778a5
 2026-03-18  4:23 UTC 

[PATCH v2] cxl: Add endpoint decoder flags clear when PCI reset happens
 2026-03-17 23:49 UTC 

[PATCH 00/20] vfio/pci: Add CXL Type-2 device passthrough support
 2026-03-17 21:24 UTC  (43+ 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 v2] cxl/hdm: Avoid incorrect DVSEC fallback when HDM decoders are enabled
 2026-03-17 20:48 UTC  (4+ messages)

[PATCH V1] PCI: Hide SBR from reset_methods if masked by CXL
 2026-03-17 19:57 UTC  (5+ messages)
` [PATCH V2] "

[PATCH 0/5] PCI/CXL: Save and restore CXL DVSEC and HDM state across resets
 2026-03-17 18:19 UTC  (15+ messages)
` [PATCH 1/5] PCI: Add CXL DVSEC control, lock, and range register definitions
` [PATCH 4/5] PCI: Add cxl DVSEC state save/restore across resets

[PATCH] cxl/acpi: Fix coding style issues in acpi.c
 2026-03-17 17:59 UTC  (3+ messages)

[PATCH 0/3] cxl: avoid KVM internal error for fixed memory windows
 2026-03-17 16:57 UTC 

[PATCH v2 0/3] hw/cxl: Add fixes in maintenance, PPR and event records
 2026-03-17 16:45 UTC  (2+ messages)

[RFC PATCH v2] cxl/core: Work around CXL Port PM Init failure when ACS SV enabled
 2026-03-17 15:47 UTC  (2+ messages)

[PATCH v2 0/4] cxl: Consolidate cxlmd->endpoint accessing
 2026-03-17 15:00 UTC  (7+ messages)
` [PATCH v2 1/4] driver core: Add conditional guard support for device_lock()
` [PATCH v2 2/4] cxl/memdev: Hold memdev lock during memdev poison injection/clear
` [PATCH v2 3/4] cxl/pci: Hold memdev lock in cxl_event_trace_record()
` [PATCH v2 4/4] cxl/pci: Check memdev driver binding status in cxl_reset_done()

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-03-17 13:25 UTC  (6+ messages)

[LSF/MM/BPF TOPIC] [RFC PATCH 0/4] mm/mempolicy: introduce socket-aware weighted interleave
 2026-03-17 11:50 UTC  (11+ messages)
` [RFC PATCH 1/4] mm/numa: introduce nearest_nodes_nodemask()
` [RFC PATCH 2/4] mm/memory-tiers: introduce socket-aware topology management for NUMA nodes
` [RFC PATCH 3/4] mm/memory-tiers: register CXL nodes to socket-aware packages via initiator
` [RFC PATCH 4/4] mm/mempolicy: enhance weighted interleave with socket-aware locality

[PATCH 0/7] cxl: Consolidate cxlmd->endpoint accessing
 2026-03-17  2:10 UTC  (13+ 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 v3 0/3] cxl region changes for Type2 support
 2026-03-16 23:57 UTC  (2+ messages)

[PATCH v4 0/4] type2 support preparation
 2026-03-16 23:56 UTC  (2+ messages)

[PATCH v2] ACPI: NUMA: Only parse CFMWS at boot when CXL_ACPI is on
 2026-03-16 18:11 UTC  (2+ messages)

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-03-16 17:16 UTC  (14+ messages)
` [RFC v3 07/27] rust: error: impl From<FromBytesWithNulError> for Kernel Error
` [RFC v3 08/27] lib: rspdm: Initial commit of Rust SPDM
` [RFC v3 12/27] lib: rspdm: Support SPDM get_version

[PATCH 0/6] cxl: Support Back-Invalidate
 2026-03-15 20:27 UTC  (7+ messages)
` [PATCH 1/6] cxl: Add Back-Invalidate register definitions and structures
` [PATCH 2/6] cxl: Add BI register probing and port initialization
` [PATCH 3/6] cxl/pci: Add Back-Invalidate topology enable/disable
` [PATCH 4/6] cxl: Wire BI setup and dealloc into device lifecycle
` [PATCH 5/6] cxl/hdm: Add BI coherency support for endpoint decoders
` [PATCH 6/6] cxl: Add HDM-DB region creation and sysfs interface

[ANNOUNCE] ndctl v84
 2026-03-15  1:33 UTC 

[PATCH v5 0/7] CXL: Add cxl_reset sysfs attribute for PCI devices
 2026-03-14 20:39 UTC  (4+ messages)
` [PATCH v5 6/7] cxl: Add cxl_reset sysfs interface "

[ndctl PATCH 1/2] test/common: add helpers for CXL region replay testing
 2026-03-14  6:21 UTC  (2+ messages)
` [ndctl PATCH 2/2] test/cxl-region-replay.sh: add test of region replay workflow

[PATCH] tools/testing/cxl: Enable replay of user regions as auto regions
 2026-03-14  6:19 UTC 

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

[PATCH] mm/mempolicy: add sysfs interface to override NUMA node bandwidth
 2026-03-13  3:51 UTC  (10+ messages)

[PATCH] cxl/region: Delay inserting iomem resource until auto region commit
 2026-03-12 23:55 UTC  (4+ messages)

[PATCH] cxl/hdm: Avoid DVSEC fallback after region teardown
 2026-03-12 20:55 UTC  (5+ messages)

[PATCH v4 0/10] CXL Reset support for Type 2 devices
 2026-03-12 18:24 UTC  (6+ messages)
` [PATCH v4 09/10] PCI: save/restore CXL config around reset

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

[PATCH v16 00/10] Enable CXL PCIe Port Protocol Error handling and logging
 2026-03-12 13:05 UTC  (5+ messages)
` [PATCH v16 07/10] cxl: Update error handlers to support CXL Port devices

[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)


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