public inbox for linux-cxl@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-11 09:34:22 to 2026-02-20 12:50:50 UTC [more...]

[PATCH RFCv1 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices
 2026-02-20 12:50 UTC  (16+ messages)

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-02-20 11:57 UTC  (36+ messages)
` [RFC v3 06/27] rust: add bindings for hash.h
` [RFC v3 07/27] rust: error: impl From<FromBytesWithNulError> for Kernel Error
` [RFC v3 09/27] PCI/CMA: Authenticate devices on enumeration
` [RFC v3 23/27] rust: allow extracting the buffer from a CString
` [RFC v3 27/27] rspdm: Multicast received signatures via netlink

[PATCH v6 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-02-20 10:14 UTC  (30+ messages)
` [PATCH v6 1/9] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
` [PATCH v6 2/9] dax/hmem: Gate Soft Reserved deferral on DEV_DAX_CXL
` [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 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] "
` [sos-linux-dev] [PATCH v6 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM

[PATCH v23 00/22] Type2 device basic support
 2026-02-20  8:08 UTC  (45+ messages)
` [PATCH v23 01/22] cxl: Add type2 "
` [PATCH v23 08/22] cxl/hdm: Add support for getting region from committed decoder
` [PATCH v23 10/22] cxl: Export function for unwinding cxl by accelerators
` [PATCH v23 11/22] sfc: obtain decoder and region if committed by firmware
` [PATCH v23 12/22] cxl: Define a driver interface for HPA free space enumeration
` [PATCH v23 14/22] cxl: Define a driver interface for DPA allocation
  ` [PATCH "
` [PATCH v23 16/22] cxl: Make region type based on endpoint type
` [PATCH v23 17/22] cxl/region: Factor out interleave ways setup
` [PATCH v23 18/22] cxl/region: Factor out interleave granularity setup
` [PATCH v23 19/22] cxl: Allow region creation by type2 drivers
` [PATCH v23 20/22] cxl: Avoid dax creation for accelerators
` [PATCH v23 21/22] sfc: create cxl region
  ` [PATCH "
` [PATCH v23 22/22] sfc: support pio mapping based on cxl
  ` [PATCH "

[PATCH v3 0/3] pull region-specific logic into new files
 2026-02-20  5:23 UTC  (6+ messages)
` [PATCH v3 1/3] cxl/core/region: move pmem region driver logic into region_pmem.c
` [PATCH v3 2/3] cxl/core/region: move dax region device logic into region_dax.c
` [PATCH v3 3/3] cxl/core: use cleanup.h for devm_cxl_add_dax_region

[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)
 2026-02-20  4:11 UTC  (2+ messages)

[PATCH v3 00/29] arch, mm: consolidate hugetlb early reservation
 2026-02-20  4:10 UTC  (2+ messages)

[PATCH 0/2] cxl/mbox: fix undersized payload handling in cxl_payload_from_user_allowed()
 2026-02-20  0:16 UTC  (3+ messages)
` [PATCH 1/2] cxl/mbox: validate payload size before accessing contents "
` [PATCH 2/2] cxl/mbox: return appropriate error "

[PATCH BUNDLE v7] famfs: Fabric-Attached Memory File System
 2026-02-19 22:02 UTC  (8+ messages)
  ` [PATCH V4 0/2] ndctl: Add daxctl support for the new "famfs" mode of devdax
      ` [PATCH V4 1/2] daxctl: Add support for famfs mode
      ` [PATCH V4 2/2] Add test/daxctl-famfs.sh to test famfs mode transitions:

[PATCH V7 00/19] famfs: port into fuse
 2026-02-19 21:39 UTC  (40+ messages)
  ` [PATCH V7 03/19] dax: add fsdev.c driver for fs-dax on character dax
  ` [PATCH V7 05/19] dax: Add dax_operations for use by fs-dax on fsdev dax
  ` [PATCH V7 01/19] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
  ` [PATCH V7 02/19] dax: Factor out dax_folio_reset_order() helper
  ` [PATCH V7 04/19] dax: Save the kva from memremap
  ` [PATCH V7 06/19] dax: Add dax_set_ops() for setting dax_operations at bind time
  ` [PATCH V7 07/19] dax: Add fs_dax_get() func to prepare dax for fs-dax usage
  ` [PATCH V7 08/19] dax: export dax_dev_get()
  ` [PATCH V7 09/19] famfs_fuse: magic.h: Add famfs magic numbers
  ` [PATCH V7 10/19] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
  ` [PATCH V7 11/19] famfs_fuse: Basic fuse kernel ABI enablement for famfs
  ` [PATCH V7 12/19] famfs_fuse: Plumb the GET_FMAP message/response
  ` [PATCH V7 13/19] famfs_fuse: Create files with famfs fmaps
  ` [PATCH V7 14/19] famfs_fuse: GET_DAXDEV message and daxdev_table
  ` [PATCH V7 18/19] famfs_fuse: Add famfs fmap metadata documentation
  ` [PATCH V7 19/19] famfs_fuse: Add documentation

[ndctl PATCH v3] test/cxl-poison.sh: replace sysfs usage with cxl-cli cmds
 2026-02-19 17:30 UTC  (3+ messages)

[PATCH v2 1/1] mm: numa_memblks: Identify the accurate NUMA ID of CFMW
 2026-02-19 14:19 UTC  (12+ messages)

[PATCH] mm: name the anonymous MMOP enum as enum mmop
 2026-02-19 11:18 UTC  (7+ messages)

[ndctl PATCH v4 RESEND] cxl/cli: enforce HPA-descending teardown
 2026-02-18 21:54 UTC  (2+ messages)

[ndctl PATCH v5] test/cxl-translate.sh: add new cxl-translate.sh unit test
 2026-02-18 17:45 UTC 

[PATCH] cxl/port: Fix use after free of parent_port in cxl_detach_ep()
 2026-02-18 15:30 UTC  (2+ messages)

[PATCH] cxl/hdm: Avoid DVSEC fallback after region teardown
 2026-02-17 22:29 UTC  (4+ messages)

[PATCH] cxl: Test decoder flags as bitmasks
 2026-02-17 22:25 UTC  (2+ messages)

cgroup support for DCD
 2026-02-17 20:14 UTC  (4+ messages)

[ndctl PATCH v8 0/7] Add error injection support
 2026-02-16 14:28 UTC  (3+ messages)

[PATCH qemu v5 0/3] hw/cxl: FM-API Physical Switch Command Set Support
 2026-02-12 15:25 UTC  (6+ messages)
    ` [PATCH qemu v5 1/3] hw/cxl: Physical Port Info FMAPI - update to current spec and add defines
    ` [PATCH qemu v5 3/3] hw/cxl: Add Physical Port Control FMAPI Command (Opcode 5102h)

[PATCH v4 0/1] Identify the accurate NUMA ID of CFMW
 2026-02-14  8:06 UTC  (3+ messages)
` [PATCH v4 1/1] mm: numa_memblks: "

[PATCH v3 0/2] cxl: Fix nvdimm_bus race for nvdimm devices
 2026-02-14  4:51 UTC  (5+ messages)
` [PATCH v3 1/2] cxl: Move devm_cxl_add_nvdimm_bridge() to cxl_pmem.ko
` [PATCH v3 2/2] cxl: Fix race of nvdimm_bus object when creating nvdimm objects

[ndctl PATCH v2] test/cxl-poison.sh: replace sysfs usage with cxl-cli cmds
 2026-02-14  2:32 UTC 

[cxl:7.0-merge-test] BUILD SUCCESS 49d273f81f3dad288b7748c6cfb973705ae026d2
 2026-02-13  5:26 UTC 

[PATCH v3] cxl/memdev: fix deadlock in cxl_memdev_autoremove() on attach failure
 2026-02-13  5:19 UTC  (4+ messages)

[GIT PULL] Compute Express Link (CXL) changes for 7.0
 2026-02-13  1:18 UTC  (2+ messages)

[PATCH v3 0/3] Fix port enumeration failure
 2026-02-12 20:53 UTC  (3+ messages)

[PATCH] cxl/region: Delay inserting iomem resource until auto region commit
 2026-02-12 19:29 UTC  (4+ messages)

[PATCH v2 0/3] cxl: Fix nvdimm_bus race for nvdimm devices
 2026-02-12  6:01 UTC  (9+ messages)
` [PATCH v2 1/3] cxl: Move devm_cxl_add_nvdimm_bridge() to cxl_pmem.ko
` [PATCH v2 2/3] cxl: Fix race of nvdimm_bus object when creating nvdimm objects
` [PATCH v2 3/3] cxl: Clean up cxl_nvdimm devices when removing nvdimm_bus

[PATCH v3 0/1] Identify the accurate NUMA ID of CFMW
 2026-02-12  0:39 UTC  (4+ messages)
` [PATCH v3 1/1] mm: numa_memblks: "

[PATCH V5 09/19] famfs_fuse: magic.h: Add famfs magic numbers
 2026-02-11 18:26 UTC  (5+ messages)

[PATCH v2] cxl/memdev: fix deadlock in cxl_memdev_autoremove() on attach failure
 2026-02-11 16:44 UTC  (2+ messages)

[PATCH v1 0/2] Support zero-sized decoders
 2026-02-11 15:59 UTC  (8+ messages)
` [PATCH v1 1/2] cxl_test: enable zero sized decoders under hb0

[PATCH 0/4] mm: zone lock tracepoint instrumentation
 2026-02-11 15:22 UTC  (5+ messages)
` [PATCH 1/4] mm: introduce zone lock wrappers
` [PATCH 2/4] mm: convert zone lock users to wrappers
` [PATCH 3/4] mm: convert compaction to zone lock wrappers
` [PATCH 4/4] mm: add tracepoints for zone lock

[PATCH AUTOSEL 6.19-6.6] perf/cxlpmu: Replace IRQF_ONESHOT with IRQF_NO_THREAD
 2026-02-11 12:30 UTC 

[PATCH v2 0/2] Fix port enumeration failure
 2026-02-11 11:49 UTC  (5+ messages)

[RFC PATCH 0/3] Add Support for Multiple DC Regions
 2026-02-11  9:34 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