Linux CXL
 help / color / mirror / Atom feed
 messages from 2026-01-21 00:36:02 to 2026-01-23 11:17:18 UTC [more...]

[PATCH V5 00/17] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
 2026-01-23 11:17 UTC  (23+ messages)
    ` [PATCH V5 05/17] nvdimm/label: Skip region label during ns label DPA reservation
    ` [PATCH V5 06/17] nvdimm/label: Preserve region label during namespace creation
    ` [PATCH V5 07/17] nvdimm/label: Add region label delete support
    ` [PATCH V5 08/17] nvdimm/label: Preserve cxl region information from region label
    ` [PATCH V5 09/17] nvdimm/label: Export routine to fetch region information
    ` [PATCH V5 03/17] nvdimm/label: Add namespace/region label support as per LSA 2.1
    ` [PATCH V5 10/17] cxl/mem: Refactor cxl pmem region auto-assembling
    ` [PATCH V5 11/17] cxl/region: Add devm_cxl_pmem_add_region() for pmem region creation

[PATCH v5 0/7] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-01-23 10:42 UTC  (17+ messages)
` [PATCH v5 1/7] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
` [PATCH v5 2/7] dax/hmem: Gate Soft Reserved deferral on DEV_DAX_CXL
` [PATCH v5 3/7] cxl/region: Skip decoder reset on detach for autodiscovered regions
` [PATCH v5 4/7] cxl/region: Add helper to check Soft Reserved containment by CXL regions
` [PATCH v5 5/7] dax: Introduce dax_cxl_mode for CXL coordination
` [PATCH v5 6/7] dax/hmem, cxl: Defer and resolve ownership of Soft Reserved memory ranges
` [PATCH v5 7/7] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree

[PATCH v14 26/34] cxl: Change CXL handlers to use guard() instead of scoped_guard()
 2026-01-23 10:05 UTC  (2+ messages)

[PATCH v2 0/1] Identify the accurate NUMA ID of CFMW
 2026-01-23  8:59 UTC  (9+ messages)
` [PATCH v2 1/1] mm: numa_memblks: "

[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-23  7:47 UTC  (18+ messages)
` [PATCH v2 01/13] mm/vma: remove __private sparse decoration from vma_flags_t
` [PATCH v2 02/13] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH v2 03/13] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH v2 04/13] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH v2 05/13] mm: add basic VMA flag operation helper functions
` [PATCH v2 06/13] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH v2 07/13] mm: update secretmem "
` [PATCH v2 08/13] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH v2 09/13] mm: update all remaining mmap_prepare users "
` [PATCH v2 10/13] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH v2 11/13] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH v2 12/13] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH v2 13/13] tools/testing/vma: add VMA userland tests for VMA flag functions

[PATCH v6 1/5] mm/zone_device: Reinitialize large zone device private folios
 2026-01-23  6:45 UTC  (25+ messages)

Subject: [PATCH 0/8] dax/kmem: add runtime hotplug state control
 2026-01-23  0:43 UTC  (15+ messages)
` [PATCH 3/8] mm/memory_hotplug: add APIs for explicit online type control
` [PATCH 7/8] dax/kmem: add sysfs interface for runtime hotplug state control
` [PATCH 8/8] dax/kmem: add memory notifier to block external state changes

cxl/region.c improvements and DAX/Hotplug plumbing
 2026-01-23  0:28 UTC  (4+ messages)

[ndctl PATCH v7 0/7] Add error injection support
 2026-01-22 20:37 UTC  (8+ messages)
` [PATCH 1/7] libcxl: Add debugfs path to CXL context
` [PATCH 2/7] libcxl: Add CXL protocol errors
` [PATCH 3/7] libcxl: Add poison injection support
` [PATCH 4/7] cxl: Add inject-error command
` [PATCH 5/7] cxl: Add clear-error command
` [PATCH 6/7] cxl/list: Add injectable errors in output
` [PATCH 7/7] Documentation: Add docs for inject/clear-error commands

[PATCH 0/9] cxl/port: Unify RAS setup across port types
 2026-01-22 22:11 UTC  (33+ messages)
` [PATCH 1/9] cxl/port: Cleanup handling of the nr_dports 0 -> 1 transition
` [PATCH 2/9] cxl/port: Reduce number of @dport variables in cxl_port_add_dport()
` [PATCH 3/9] cxl/port: Cleanup dport removal with a devres group
` [PATCH 4/9] cxl/port: Move decoder setup before dport creation
` [PATCH 5/9] cxl/port: Move dport probe operations to a driver event
` [PATCH 6/9] cxl/port: Move dport RAS setup to dport add time
` [PATCH 7/9] cxl/port: Map CXL Endpoint Port and CXL Switch Port RAS registers
` [PATCH 8/9] cxl/port: Move endpoint component register management to cxl_port
` [PATCH 9/9] cxl/port: Unify endpoint and switch port lookup

[PATCH v14 00/34] Enable CXL PCIe Port Protocol Error handling and logging
 2026-01-22 21:32 UTC  (18+ messages)
` [PATCH v14 03/34] PCI: Introduce pcie_is_cxl()
` [PATCH v14 09/34] PCI/AER: Export pci_aer_unmask_internal_errors()
` [PATCH v14 10/34] PCI/AER: Update is_internal_error() to be non-static is_aer_internal_error()

[cxl:for-7.0/cxl-init] [dax/hmem, e820, resource] bc62f5b308: BUG:soft_lockup-CPU##stuck_for#s![kworker:#:#]
 2026-01-22 20:18 UTC  (2+ messages)

[PATCH v14 11/34] PCI/AER: Move CXL RCH error handling to aer_cxl_rch.c
 2026-01-22 20:05 UTC  (4+ messages)

[PATCH RFCv1 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices
 2026-01-22 19:46 UTC  (10+ messages)

[PATCH v14 01/34] PCI: Move CXL DVSEC definitions into uapi/linux/pci_regs.h
 2026-01-22 19:43 UTC  (3+ messages)

[PATCH v4 0/10] CXL Reset support for Type 2 devices
 2026-01-22 19:24 UTC  (37+ messages)
` [PATCH v4 01/10] cxl: move DVSEC defines to cxl pci header
` [PATCH v4 02/10] PCI: switch CXL port DVSEC defines
` [PATCH v4 03/10] cxl: add type 2 helper and reset DVSEC bits
` [PATCH v4 04/10] PCI: add CXL reset method
` [PATCH v4 05/10] cxl: add reset prepare and region teardown
` [PATCH v4 06/10] PCI: wire CXL reset prepare/cleanup
` [PATCH v4 07/10] cxl: add host cache flush and multi-function reset
` [PATCH v4 08/10] cxl: add DVSEC config save/restore
` [PATCH v4 09/10] PCI: save/restore CXL config around reset
` [PATCH v4 10/10] cxl: add HDM decoder and IDE save/restore

[PATCH v14 02/34] PCI: Update CXL DVSEC definitions
 2026-01-22 18:37 UTC  (2+ messages)

[PATCH v4 0/3] mm: fix oom-killer not being invoked when demotion is enabled
 2026-01-22 18:34 UTC  (9+ messages)
` [PATCH v4 3/3] mm/vmscan: don't demote if there is not enough free memory in the lower memory tier

[PATCH v14 30/34] PCI/AER: Dequeue forwarded CXL error
 2026-01-22 18:32 UTC  (2+ messages)

[PATCH v14 15/34] PCI/AER: Update struct aer_err_info with kernel-doc formatting
 2026-01-22 18:29 UTC  (2+ messages)

[PATCH v14 31/34] PCI: Introduce CXL Port protocol error handlers
 2026-01-22 18:27 UTC  (2+ messages)

[PATCH v14 13/34] PCI/AER: Replace PCIEAER_CXL symbol with CXL_RAS
 2026-01-22 18:24 UTC  (2+ messages)

[PATCH v14 06/34] PCI: Replace cxl_error_is_native() with pcie_aer_is_native()
 2026-01-22 18:23 UTC  (2+ messages)

[PATCH v4 1/3] cxl, doc: Remove isonum.txt inclusion
 2026-01-22 18:02 UTC  (4+ messages)
` [PATCH v4 2/3] cxl, doc: Moving conventions in separate files
` [PATCH v4 3/3] Documentation/driver-api/cxl: ACPI PRM Address Translation Support and AMD Zen5 enablement

[PATCH 02/13] scripts/qmp_helper: add missing CXL UEFI GUID
 2026-01-22 17:13 UTC  (5+ messages)

[cxl:for-7.0/cxl-aer-prep] BUILD SUCCESS c61e99a20e7390bf8727a3b2cacbc00931b05d0b
 2026-01-22 15:51 UTC 

[PATCH RESEND 00/12] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-01-22 15:47 UTC  (5+ messages)
` [PATCH RESEND 08/12] mm: update all remaining mmap_prepare users to use vma_flags_t

[PATCH v4 00/29] lan966x pci device: Add support for SFPs
 2026-01-22 11:41 UTC  (21+ messages)
` [PATCH v4 01/29] Revert "treewide: Fix probing of devices in DT overlays"

[PATCH v6 0/5] Enable THP support in drm_pagemap
 2026-01-22  8:02 UTC  (4+ messages)
` [PATCH v6 1/5] mm/zone_device: Reinitialize large zone device private folios

[PATCH v9 00/13] cxl: ACPI PRM Address Translation Support and AMD Zen5 enablement
 2026-01-22  6:09 UTC  (17+ messages)
` [PATCH v9 10/13] cxl: Enable AMD Zen5 address translation using ACPI PRMT

[PATCH] x86, memregion: Avoid big hammer from cpu_cache_invalidate_memregion()
 2026-01-22  1:58 UTC 

[PATCH v2 1/3] drivers/cxl: introduce cxl_region_driver field for cxl_region
 2026-01-22  2:12 UTC  (4+ messages)

[RFC PATCH v1 0/2] cxl/cli: HPA-ordered destroy-region teardown
 2026-01-21 18:45 UTC  (3+ messages)
` [PATCH v2 0/1] "

[PATCH v2 0/8] Introduce a huge-page pre-zeroing mechanism
 2026-01-21 12:41 UTC  (8+ messages)


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