Linux CXL
 help / color / mirror / Atom feed
 messages from 2025-12-17 23:30:53 to 2026-01-07 15:34:00 UTC [more...]

[PATCH BUNDLE] famfs: Fabric-Attached Memory File System
 2026-01-07 15:33 UTC  (8+ messages)
` [PATCH V3 00/21] famfs: port into fuse
  ` [PATCH V3 01/21] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
  ` [PATCH V3 02/21] dax: add fsdev.c driver for fs-dax on character dax
  ` [PATCH V3 03/21] dax: Save the kva from memremap
  ` [PATCH V3 04/21] dax: Add dax_operations for use by fs-dax on fsdev dax
  ` [PATCH V3 05/21] dax: Add dax_set_ops() for setting dax_operations at bind time
  ` [PATCH V3 06/21] dax: Add fs_dax_get() func to prepare dax for fs-dax usage

[PATCH v3] cxl: Check for invalid addresses returned from translation functions on errors
 2026-01-07 12:05 UTC 

[PATCH v2] cxl: Check for invalid addresses returned from translation functions on errors
 2026-01-07 12:03 UTC  (4+ messages)

[PATCH v2 00/28] arch, mm: consolidate hugetlb early reservation
 2026-01-07 10:20 UTC  (39+ messages)
` [PATCH v2 01/28] alpha: introduce arch_zone_limits_init()
` [PATCH v2 02/28] arc: "
` [PATCH v2 03/28] arm: "
` [PATCH v2 04/28] arm64: "
` [PATCH v2 05/28] csky: "
` [PATCH v2 06/28] hexagon: "
` [PATCH v2 07/28] loongarch: "
` [PATCH v2 08/28] m68k: "
` [PATCH v2 09/28] microblaze: "
` [PATCH v2 10/28] mips: "
` [PATCH v2 11/28] nios2: "
` [PATCH v2 12/28] openrisc: "
` [PATCH v2 13/28] parisc: "
` [PATCH v2 14/28] powerpc: "
` [PATCH v2 15/28] riscv: "
` [PATCH v2 16/28] s390: "
` [PATCH v2 17/28] sh: "
` [PATCH v2 18/28] sparc: "
` [PATCH v2 19/28] um: "
` [PATCH v2 20/28] x86: "
` [PATCH v2 21/28] xtensa: "
` [PATCH v2 22/28] arch, mm: consolidate initialization of nodes, zones and memory map
        ` [PATCH 3.5] arm: make initialization of zero page independent of the memory map (was Re: [PATCH v2 22/28] arch, mm: consolidate initialization of nodes, zones and memory map)
` [PATCH v2 23/28] arch, mm: consolidate initialization of SPARSE memory model
` [PATCH v2 24/28] mips: drop paging_init()
` [PATCH v2 25/28] x86: don't reserve hugetlb memory in setup_arch()
` [PATCH v2 26/28] mm, arch: consolidate hugetlb CMA reservation
` [PATCH v2 27/28] mm/hugetlb: drop hugetlb_cma_check()
` [PATCH v2 28/28] Revert "mm/hugetlb: deal with multiple calls to hugetlb_bootmem_alloc"

[PATCH v1] cxl/port: Fix target list setup for multiple decoders sharing the same dport
 2026-01-07 10:03 UTC 

[cxl:fixes] BUILD SUCCESS 88c72bab77aaf389beccf762e112828253ca0564
 2026-01-07  2:21 UTC 

[PATCH v3 0/2] Documentation/driver-api/cxl: device hotplug
 2026-01-07  2:19 UTC  (11+ messages)
` [PATCH v3 1/2] Documentation/driver-api/cxl: BIOS/EFI expectation update
` [PATCH v3 2/2] Documentation/driver-api/cxl: device hotplug section

[cxl:for-7.0/cxl-init] BUILD SUCCESS 29317f8dc6ed601ec54575689c2cd55cc470bcce
 2026-01-06 19:51 UTC 

[PATCH] cxl/pci: Remove outdated FIXME comment and BUILD_BUG_ON
 2026-01-06 17:55 UTC  (2+ messages)

[ndctl PATCH v5 0/7] Add error injection support
 2026-01-06  4:41 UTC  (20+ messages)
` [PATCH v5 1/7] libcxl: Add debugfs path to CXL context
` [PATCH v5 2/7] libcxl: Add CXL protocol errors
` [PATCH v5 5/7] cxl: Add clear-error command
` [PATCH v5 7/7] Documentation: Add docs for inject/clear-error commands

[PATCH v2 0/1] Identify the accurate NUMA ID of CFMW
 2026-01-06  3:10 UTC  (2+ messages)
` [PATCH v2 1/1] mm: numa_memblks: "

[PATCH] cxl/region: fix format string for resource_size_t
 2026-01-06  1:13 UTC  (4+ messages)

[PATCH] x86/kaslr: P2PDMA is one of a class of ZONE_DEVICE-KASLR collisions
 2026-01-06  1:11 UTC  (4+ messages)

[RFC v2 PATCH 00/17] Initial CXL.cache device support
 2026-01-05 21:16 UTC  (4+ messages)
` [PATCH 13/17] cxl/core: Add cache id verification

[PATCH 00/28] arch, mm: consolidate hugetlb early reservation
 2026-01-02 18:04 UTC  (38+ messages)
` [PATCH 01/28] alpha: introduce arch_zone_limits_init()
` [PATCH 02/28] arc: "
` [PATCH 03/28] arm: "
` [PATCH 04/28] arm64: "
` [PATCH 05/28] csky: "
` [PATCH 06/28] hexagon: "
` [PATCH 07/28] loongarch: "
` [PATCH 08/28] m68k: "
` [PATCH 09/28] microblaze: "
` [PATCH 10/28] mips: "
` [PATCH 11/28] nios2: "
` [PATCH 12/28] openrisc: "
` [PATCH 13/28] parisc: "
` [PATCH 14/28] powerpc: "
` [PATCH 15/28] riscv: "
` [PATCH 16/28] s390: "
` [PATCH 17/28] sh: "
` [PATCH 18/28] sparc: "
` [PATCH 19/28] um: "
` [PATCH 20/28] x86: "
` [PATCH 21/28] xtensa: "
` [PATCH 22/28] arch, mm: consolidate initialization of nodes, zones and memory map
` [PATCH 23/28] arch, mm: consolidate initialization of SPARSE memory model
` [PATCH 24/28] mips: drop paging_init()
` [PATCH 25/28] x86: don't reserve hugetlb memory in setup_arch()
` [PATCH 26/28] mm, arch: consolidate hugetlb CMA reservation
` [PATCH 27/28] mm/hugetlb: drop hugetlb_cma_check()
` [PATCH 28/28] Revert "mm/hugetlb: deal with multiple calls to hugetlb_bootmem_alloc"

[PATCH v4 -qemu 0/5] hw/cxl: Support Back-Invalidate
 2026-01-02 16:35 UTC  (11+ messages)
` [PATCH 1/5] hw/pcie: Support enabling flit mode
  ` [PATCH 3/5] hw/cxl: Allow BI by default in Window restrictions

[PATCH qemu 0/2] hw/cxl: Two media operations related fixes
 2026-01-02 15:47 UTC  (3+ messages)
` [PATCH qemu 1/2] hw/cxl: Check for overflow on santize media as both base and offset 64bit
` [PATCH qemu 2/2] hw/cxl: Take into account how many media operations are requested for param check

[PATCH qemu for 10.2 0/3] cxl: Additional RAS features support
 2026-01-02 15:28 UTC  (4+ messages)

[PATCH qemu v2 0/5] cxl: r3.2 specification event updates
 2026-01-02 15:15 UTC  (6+ messages)
` [PATCH qemu v2 1/5] qapi: cxl: Refactor CXL event injection for common commands arguments
` [PATCH qemu v2 2/5] hw/cxl/events: Update for rev3.2 common event record format
` [PATCH qemu v2 3/5] hw/cxl/events: Updates for rev3.2 general media event record
` [PATCH qemu v2 4/5] hw/cxl/events: Updates for rev3.2 DRAM "
` [PATCH qemu v2 5/5] hw/cxl/events: Updates for rev3.2 memory module "

[RFC PATCH v2] device/dax: Allow MCE recovery when accessing PFN metadata
 2025-12-31  3:05 UTC 

[RFC PATCH] device/dax: Allow MCE recovery when accessing PFN metadata
 2025-12-30  7:59 UTC 

[PATCH 0/5 v8] Make ELOG and GHES log and trace consistently
 2025-12-24  2:20 UTC  (9+ messages)
` [PATCH 1/5 v8] ACPI: extlog: Trace CPER Non-standard Section Body
` [PATCH 2/5 v8] ACPI: extlog: Trace CPER PCI Express Error Section
` [PATCH 3/5 v8] acpi/ghes: Add helper for CPER CXL protocol errors checks
` [PATCH 4/5 v8] acpi/ghes: Add helper to copy CPER CXL protocol error info to work struct
` [PATCH 5/5 v8] ACPI: extlog: Trace CPER CXL Protocol Error Section

[RFC v2 00/15] vfio: introduce vfio-cxl to support CXL type-2 accelerator passthrough Hello all,
 2025-12-22 14:09 UTC  (11+ messages)
` [RFC v2 01/15] cxl: factor out cxl_await_range_active() and cxl_media_ready()
` [RFC v2 05/15] cxl: introduce cxl_get_committed_regions()
` [RFC v2 06/15] vfio/cxl: introduce vfio-cxl core preludes
` [RFC v2 07/15] vfio/cxl: expose CXL region to the userspace via a new VFIO device region
` [RFC v2 08/15] vfio/cxl: discover precommitted CXL region

[PATCH] MAINTAINERS: Notify the "Device Memory" community of memory hotplug changes
 2025-12-22 13:36 UTC  (4+ messages)

[PATCH] cxl: Slightly simplify emit_target_list()
 2025-12-22 11:28 UTC  (3+ messages)

[PATCH v2 0/3] mm: fix oom-killer not being invoked when demotion is enabled
 2025-12-22  0:48 UTC  (4+ messages)
` [PATCH v2 1/3] mm: memory-tiers, numa_emu: enable to create memory tiers using fake numa nodes
` [PATCH v2 2/3] mm: numa_emu: add document for NUMA emulation
` [PATCH v2 3/3] mm/vmscan: don't demote if there is not enough free memory in the lower memory tier

[PATCH v2 0/6] cxl: Initialization reworks to support Soft Reserve Recovery and Accelerator Memory
 2025-12-20  7:31 UTC  (8+ messages)
` [PATCH v2 6/6] cxl/mem: Introduce cxl_memdev_attach for CXL-dependent operation

[PATCH V2] mm/memremap: fix spurious large folio warning for FS-DAX
 2025-12-19 20:47 UTC  (4+ messages)

[PATCH v2] Documentation/driver-api/cxl: device hotplug section
 2025-12-19 15:55 UTC  (9+ messages)

[PATCH v22 00/25] Type2 device basic support
 2025-12-19 11:02 UTC  (13+ messages)
` [PATCH v22 11/25] cxl/hdm: Add support for getting region from committed decoder
` [PATCH v22 13/25] cxl: Export functions for unwinding cxl by accelerators
` [PATCH v22 14/25] sfc: obtain decoder and region if committed by firmware

[PATCH] Documentation/driver-api/cxl: device hotplug section
 2025-12-19 10:49 UTC  (4+ messages)

[PATCH] mm/memremap: fix spurious large folio warning for FS-DAX
 2025-12-19  0:27 UTC  (6+ messages)

[cxl:for-7.0/cxl-init] BUILD SUCCESS e69c86f703135e7baab901aced57df8e23fb2b18
 2025-12-18 18:40 UTC 

[PATCH 0/6] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
 2025-12-18 17:52 UTC  (4+ messages)
` [PATCH 1/6] dax/hmem, e820, resource: Defer Soft Reserved registration until hmem is ready


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