public inbox for linux-cxl@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-18 20:49:30 to 2026-03-23 18:03:43 UTC [more...]

[PATCH v8 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-03-23 18:03 UTC  (16+ messages)
` [PATCH v8 1/9] dax/bus: Use dax_region_put() in alloc_dax_region() error path
` [PATCH v8 2/9] dax/hmem: Factor HMEM registration into __hmem_register_device()
` [PATCH v8 3/9] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
` [PATCH v8 4/9] dax/hmem: Gate Soft Reserved deferral on DEV_DAX_CXL
` [PATCH v8 5/9] dax/cxl, hmem: Initialize hmem early and defer dax_cxl binding
` [PATCH v8 6/9] dax: Track all dax_region allocations under a global resource tree
` [PATCH v8 7/9] cxl/region: Add helper to check Soft Reserved containment by CXL regions
` [PATCH v8 8/9] dax/hmem, cxl: Defer and resolve Soft Reserved ownership
` [PATCH v8 9/9] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree

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

[PATCH BUNDLE v8] famfs: Fabric-Attached Memory File System
 2026-03-23 17:21 UTC  (27+ messages)
` [PATCH V8 0/8] dax: prepare for famfs
  ` [PATCH V8 1/8] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
  ` [PATCH V8 2/8] dax: Factor out dax_folio_reset_order() helper
  ` [PATCH V8 3/8] dax: add fsdev.c driver for fs-dax on character dax
  ` [PATCH V8 4/8] dax: Save the kva from memremap
  ` [PATCH V8 5/8] dax: Add dax_operations for use by fs-dax on fsdev dax
  ` [PATCH V8 6/8] dax: Add dax_set_ops() for setting dax_operations at bind time
  ` [PATCH V8 7/8] dax: Add fs_dax_get() func to prepare dax for fs-dax usage
  ` [PATCH V8 8/8] dax: export dax_dev_get()
` [PATCH V8 00/10] famfs: port into fuse
  ` [PATCH V8 01/10] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
  ` [PATCH V8 02/10] famfs_fuse: Basic fuse kernel ABI enablement for famfs
  ` [PATCH V8 03/10] famfs_fuse: Plumb the GET_FMAP message/response
  ` [PATCH V8 04/10] famfs_fuse: Create files with famfs fmaps
  ` [PATCH V8 05/10] famfs_fuse: GET_DAXDEV message and daxdev_table
  ` [PATCH V8 06/10] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
  ` [PATCH V8 07/10] famfs_fuse: Add holder_operations for dax notify_failure()
  ` [PATCH V8 08/10] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio
  ` [PATCH V8 09/10] famfs_fuse: Add famfs fmap metadata documentation
  ` [PATCH V8 10/10] famfs_fuse: Add documentation

[PATCH v2 1/1] cxl/hdm: Add support for 32 switch decoders
 2026-03-23 15:55 UTC  (4+ messages)

[PATCH 00/20] vfio/pci: Add CXL Type-2 device passthrough support
 2026-03-23 14:36 UTC  (6+ messages)
` [PATCH 18/20] docs: vfio-pci: Document CXL Type-2 device passthrough

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

[PATCH v24 00/11] Type2 device basic support
 2026-03-23 11:31 UTC  (12+ messages)
` [PATCH v24 01/11] sfc: add cxl support
` [PATCH v24 02/11] cxl/sfc: Map cxl regs
` [PATCH v24 03/11] cxl/sfc: Initialize dpa without a mailbox
` [PATCH v24 04/11] cxl: Prepare memdev creation for type2
` [PATCH v24 05/11] sfc: create type2 cxl memdev
` [PATCH v24 06/11] cxl/hdm: Add support for getting region from committed decoder
` [PATCH v24 07/11] cxl: Add function for obtaining region range
` [PATCH v24 08/11] cxl: Export function for unwinding cxl by accelerators
` [PATCH v24 09/11] sfc: obtain decoder and region if committed by firmware
` [PATCH v24 10/11] cxl: Avoid dax creation for accelerators
` [PATCH v24 11/11] sfc: support pio mapping based on cxl

[PATCH 0/3] cxl: avoid KVM internal error for fixed memory windows
 2026-03-23  9:51 UTC  (5+ messages)

[PATCH] drivers/base/memory: fix stale reference to memory_block_add_nid()
 2026-03-23  8:56 UTC  (3+ messages)

[PATCH 0/8] dax/kmem: atomic whole-device hotplug via sysfs
 2026-03-21 20:26 UTC  (11+ messages)
` [PATCH 1/8] mm/memory-tiers: consolidate memory type dedup into mt_get_memory_type()
` [PATCH 2/8] mm/memory: add memory_block_align_range() helper
` [PATCH 3/8] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH 4/8] mm/memory_hotplug: export mhp_get_default_online_type
` [PATCH 5/8] mm/memory_hotplug: add __add_memory_driver_managed() with online_type arg
` [PATCH 6/8] dax: plumb hotplug online_type through dax
` [PATCH 7/8] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH 8/8] dax/kmem: add sysfs interface for atomic whole-device hotplug

[cxl:next] BUILD SUCCESS a792fe15f1cb9935e966cf3262103d4b6f263fb9
 2026-03-21  5:47 UTC 

[PATCH 0/6] cxl: Support Back-Invalidate
 2026-03-20 20:52 UTC  (18+ 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 3/6] cxl/pci: Add Back-Invalidate topology enable/disabl
` [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

[PATCH v7 0/7] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-03-20 20:42 UTC  (22+ messages)
` [PATCH v7 1/7] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
` [PATCH v7 2/7] dax/hmem: Gate Soft Reserved deferral on DEV_DAX_CXL
` [PATCH v7 3/7] dax/cxl, hmem: Initialize hmem early and defer dax_cxl binding
` [PATCH v7 4/7] dax: Track all dax_region allocations under a global resource tree
` [PATCH v7 5/7] cxl/region: Add helper to check Soft Reserved containment by CXL regions
` [PATCH v7 6/7] dax/hmem, cxl: Defer and resolve Soft Reserved ownership
` [PATCH v7 7/7] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree

[PATCH 00/14] mm: memory hot(un)plug and SPARSEMEM cleanups
 2026-03-20 19:07 UTC  (19+ messages)
` [PATCH 06/14] mm/bootmem_info: remove handling for !CONFIG_SPARSEMEM_VMEMMAP
` [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 13/14] mm/sparse: move __section_mark_present() to internal.h
` [PATCH 14/14] mm/sparse: move memory hotplug bits to sparse-vmemmap.c

[PATCH v23 00/22] Type2 device basic support
 2026-03-20 17:25 UTC  (7+ messages)
` [PATCH v23 04/22] cxl/sfc: Map cxl component regs
` [PATCH v23 05/22] cxl/sfc: Initialize dpa without a mailbox
` [PATCH v23 11/22] sfc: obtain decoder and region if committed by firmware

[LSF/MM/BPF TOPIC] [RFC PATCH 0/4] mm/mempolicy: introduce socket-aware weighted interleave
 2026-03-20 16:56 UTC  (3+ messages)

[PATCH v3] cxl: Add endpoint decoder flags clear when PCI reset happens
 2026-03-20 16:27 UTC  (4+ messages)

[PATCH] cxl/hdm: Add support for 32 switch decoders
 2026-03-20 12:56 UTC  (5+ messages)

[PATCH] cxl/region: Hold memdev lock during region poison injection/clear
 2026-03-20 12:53 UTC  (5+ messages)

[cxl:fixes] BUILD SUCCESS be5c5280cf2b20e363dc8e2a424dd200a29b1c77
 2026-03-20 11:03 UTC 

[PATCH v3 06/10] ACPI: APEI: GHES: move CXL CPER helpers
 2026-03-20  6:23 UTC  (2+ messages)

[RFC v3 00/27] lib: Rust implementation of SPDM
 2026-03-20  4:32 UTC  (4+ messages)
` [RFC v3 13/27] lib: rspdm: Support SPDM get_capabilities

[ndctl PATCH v2] ndctl: Fix missing key_type parameter in ndctl_dimm_remove_key stub
 2026-03-20  2:21 UTC  (2+ messages)

[PATCH v3 00/10] cover: ACPI: APEI: share GHES CPER helpers and add DT FFH provider
 2026-03-19 22:28 UTC  (7+ messages)
` [PATCH v3 09/10] dt-bindings: firmware: add arm,ras-cper
` [PATCH v3 10/10] RAS: add firmware-first CPER provider

[PATCH] cxl: Adjust the startup priority of cxl_pmem to be higher than that of cxl_acpi
 2026-03-19 22:21 UTC  (3+ messages)

cxl/region.c improvements and DAX/Hotplug plumbing
 2026-03-19 19:35 UTC  (6+ messages)

[PATCH v3 -qemu 0/2] hw/cxl: Media Operation Discovery fixlets
 2026-03-19 18:42 UTC  (3+ messages)
` [PATCH 1/2] hw/cxl: Respect Media Operation max ops discovery semantics
` [PATCH 2/2] hw/cxl: Exclude Discovery from Media Operation Discovery output

[PATCH V7 00/19] famfs: port into fuse
 2026-03-19 15:11 UTC  (5+ messages)
  ` [PATCH V7 03/19] dax: add fsdev.c driver for fs-dax on character dax

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-03-19 15:09 UTC  (8+ messages)

[PATCH v2] cxl: Add endpoint decoder flags clear when PCI reset happens
 2026-03-19 15:03 UTC  (3+ messages)

[PATCH v2 -qemu 0/2] hw/cxl: Media Operation Discovery fixlets
 2026-03-19 14:54 UTC  (5+ messages)
` [PATCH 1/2] hw/cxl: Respect Media Operation max ops discovery semantics
` [PATCH 2/2] hw/cxl: Exclude Discovery from Media Operation Discovery output

[PATCH v2 0/4] cxl: Consolidate cxlmd->endpoint accessing
 2026-03-19 11:10 UTC  (6+ messages)
` [PATCH v2 2/4] cxl/memdev: Hold memdev lock during memdev poison injection/clear

[cxl:for-7.1/cxl-type2-support] BUILD SUCCESS 64584273dfb8a1e5fc7d78094ba22a93c204b44e
 2026-03-19  6:54 UTC 

[cxl:fixes] BUILD SUCCESS 9a6a2091324ab6525951651b3700e3bea0fe9a89
 2026-03-19  4:33 UTC 

[ndctl PATCH 0/2] ndctl: Fix build issues when fwctl is disabled
 2026-03-19  0:45 UTC  (5+ 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

[PATCH v6 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-03-18 21:49 UTC  (9+ messages)
` [PATCH v6 3/9] cxl/region: Skip decoder reset on detach for autodiscovered regions


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