Linux CXL
 help / color / mirror / Atom feed
 messages from 2026-03-24 00:40:37 to 2026-03-27 16:46:23 UTC [more...]

[PATCH 0/9] dax/hmem: Add tests for the dax_hmem takeover capability
 2026-03-27 16:46 UTC  (15+ messages)
` [PATCH 1/9] cxl/region: Fix use-after-free from auto assembly failure
` [PATCH 2/9] dax/cxl: Fix HMEM dependencies
` [PATCH 3/9] cxl/region: Limit visibility of cxl_region_contains_resource()
` [PATCH 4/9] cxl/region: Constify cxl_region_resource_contains()
` [PATCH 5/9] dax/hmem: Reduce visibility of dax_cxl coordination symbols
` [PATCH 6/9] dax/hmem: Fix singleton confusion between dax_hmem_work and hmem devices
` [PATCH 7/9] dax/hmem: Parent dax_hmem devices
` [PATCH 8/9] tools/testing/cxl: Simulate auto-assembly failure
` [PATCH 9/9] tools/testing/cxl: Test dax_hmem takeover of CXL regions

[PATCH V9 0/8] dax: prepare for famfs
 2026-03-27 16:40 UTC  (34+ messages)
  ` [PATCH V9 1/8] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
  ` [PATCH V9 2/8] dax: Factor out dax_folio_reset_order() helper
  ` [PATCH V9 4/8] dax: Save the kva from memremap
  ` [PATCH V9 6/8] dax: Add dax_set_ops() for setting dax_operations at bind time
  ` [PATCH V9 8/8] dax: export dax_dev_get()
  ` [PATCH V9 7/8] dax: Add fs_dax_get() func to prepare dax for fs-dax usage
  ` [PATCH V9 3/8] dax: add fsdev.c driver for fs-dax on character dax
  ` [PATCH V9 5/8] dax: Add dax_operations for use by fs-dax on fsdev dax

[PATCH] mm/memory_hotplug: maintain N_NORMAL_MEMORY during hotplug
 2026-03-27 16:35 UTC  (6+ messages)

[QEMU PATCH 0/9] Application Specific Tagged Memory Support in CXL Type 3 Devices
 2026-03-27 15:18 UTC  (16+ messages)
` [PATCH 1/9] hw/mem: Add tag support to generic host memory backends
` [PATCH 2/9] hw/cxl: Allow initializing type3 device with no backing device
` [PATCH 3/9] hw/cxl: Hook up tagged host memory backends at runtime for DC extents
` [PATCH 4/9] hw/cxl: Carry backend metadata in DC extent records
` [PATCH 5/9] hw/cxl: Map lazy memory backend after host acceptance
` [PATCH 6/9] hw/cxl: Create direct fixed-window aliases for accepted extents
` [PATCH 7/9] hw/cxl: Add release-time teardown for direct-mapped extents
` [PATCH 8/9] hw/cxl: Add tag-based dynamic-capacity release support
` [PATCH 9/9] hw/cxl: Add QMP status query for dynamic-capacity extent release

[RFC PATCH 0/1] cxl: Media Operations
 2026-03-27 15:17 UTC  (10+ messages)
` [PATCH 1/1] cxl/mbox: Support Media Operation

[PATCH V9 00/10] famfs: port into fuse
 2026-03-27 14:52 UTC  (13+ messages)
  ` [PATCH V9 01/10] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
  ` [PATCH V9 02/10] famfs_fuse: Basic fuse kernel ABI enablement for famfs
  ` [PATCH V9 03/10] famfs_fuse: Plumb the GET_FMAP message/response
  ` [PATCH V9 04/10] famfs_fuse: Create files with famfs fmaps
  ` [PATCH V9 05/10] famfs_fuse: GET_DAXDEV message and daxdev_table
  ` [PATCH V9 06/10] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
  ` [PATCH V9 07/10] famfs_fuse: Add holder_operations for dax notify_failure()
  ` [PATCH V9 08/10] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio
  ` [PATCH V9 09/10] famfs_fuse: Add famfs fmap metadata documentation
  ` [PATCH V9 10/10] famfs_fuse: Add documentation

[PATCH] cxl: Add CXL_PMEM as dependency for CXL_ACPI
 2026-03-27 13:27 UTC  (3+ messages)

[PATCH v2 00/15] mm: memory hot(un)plug and SPARSEMEM cleanups
 2026-03-27 10:00 UTC  (3+ messages)

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

[LSF/MM/BPF TOPIC] [RFC PATCH 0/4] mm/mempolicy: introduce socket-aware weighted interleave
 2026-03-27  1:54 UTC  (9+ messages)

[PATCH v3 1/3] PCI: Allow ATS to be always on for CXL.cache capable devices
 2026-03-26 21:51 UTC  (3+ messages)

[PATCH v24 00/11] Type2 device basic support
 2026-03-26 21:28 UTC  (23+ messages)
` [PATCH v24 01/11] sfc: add cxl support
` [PATCH v24 02/11] cxl/sfc: Map cxl regs
` [PATCH v24 06/11] cxl/hdm: Add support for getting region from committed decoder
` [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 v4 0/3] pull region-specific logic into new files
 2026-03-26 16:34 UTC  (13+ 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 v3 00/10] cover: ACPI: APEI: share GHES CPER helpers and add DT FFH provider
 2026-03-26 15:24 UTC  (5+ messages)
` [PATCH v3 01/10] ACPI: APEI: GHES: share macros via a private header
` [PATCH v3 09/10] dt-bindings: firmware: add arm,ras-cper

[PATCH v6 00/27] lan966x pci device: Add support for SFPs
 2026-03-26 10:33 UTC  (32+ messages)
` [PATCH v6 01/27] Revert "treewide: Fix probing of devices in DT overlays"
` [PATCH v6 02/27] of: dynamic: Fix overlayed devices not probing because of fw_devlink
` [PATCH v6 03/27] driver core: Avoid warning when removing a device while its supplier is unbinding
` [PATCH v6 04/27] bus: simple-pm-bus: Remove child devices when the bus is unbound
` [PATCH v6 05/27] bus: simple-pm-bus: Populate child nodes at probe
` [PATCH v6 06/27] driver core: fw_devlink: Introduce fw_devlink_set_device()
` [PATCH v6 07/27] drivers: core: Use fw_devlink_set_device()
` [PATCH v6 08/27] pinctrl: cs42l43: "
` [PATCH v6 09/27] cxl/test: Use device_set_node()
` [PATCH v6 10/27] cxl/test: Use fw_devlink_set_device()
` [PATCH v6 11/27] PCI: of: "
` [PATCH v6 12/27] PCI: of: Set fwnode device of newly created PCI device nodes
` [PATCH v6 13/27] PCI: of: Remove fwnode_dev_initialized() call for a PCI root bridge node
` [PATCH v6 14/27] i2c: core: Introduce i2c_get_adapter_physdev()
` [PATCH v6 15/27] i2c: mux: Set adapter physical device
` [PATCH v6 16/27] i2c: mux: Create missing devlink between mux and "
` [PATCH v6 17/27] of: property: Allow fw_devlink device-tree on x86
` [PATCH v6 18/27] clk: lan966x: Add MCHP_LAN966X_PCI dependency
` [PATCH v6 19/27] i2c: busses: at91: "
` [PATCH v6 20/27] misc: lan966x_pci: Fix dtso nodes ordering
` [PATCH v6 21/27] misc: lan966x_pci: Split dtso in dtsi/dtso
` [PATCH v6 22/27] misc: lan966x_pci: Rename lan966x_pci.dtso to lan966x_evb_lan9662_nic.dtso
` [PATCH v6 23/27] PCI: Add Microchip LAN9662 PCI Device ID
` [PATCH v6 24/27] misc: lan966x_pci: Introduce board specific data
` [PATCH v6 25/27] misc: lan966x_pci: Add dtsi/dtso nodes in order to support SFPs
` [PATCH v6 26/27] misc: lan966x_pci: Sort the drivers list in Kconfig help
` [PATCH v6 27/27] misc: lan966x_pci: Add drivers needed to support SFPs "

[PATCH] cxl/hdm: fix a warning in devm_remove_action()
 2026-03-25 22:34 UTC  (7+ messages)

[PATCH 0/6] mm: vma flag tweaks
 2026-03-25 19:11 UTC  (33+ messages)
` [PATCH 1/6] mm: rename VMA flag helpers to be more readable
` [PATCH 2/6] mm: add vma_desc_test_all() and use it
` [PATCH 3/6] mm: always inline __mk_vma_flags() and invoked functions
` [PATCH 4/6] mm: reintroduce vma_flags_test() as a singular flag test
` [PATCH 5/6] mm: reintroduce vma_desc_test() "
` [PATCH 6/6] tools/testing/vma: add test for vma_flags_test(), vma_desc_test()

[PATCH v8 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-03-25 12:12 UTC  (9+ messages)
` [PATCH v8 3/9] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
` [PATCH v8 8/9] dax/hmem, cxl: Defer and resolve Soft Reserved ownership

[PATCH v1] cxl/pmem: Defer nvdimm bridge attachment failures
 2026-03-25  6:20 UTC 

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

[GIT PULL] Compute Express Link (CXL) Fixes for 7.0-rc6
 2026-03-24 20:59 UTC  (2+ messages)

[PATCH v3 -qemu 0/2] hw/cxl: Media Operation Discovery fixlets
 2026-03-24 19:15 UTC  (3+ messages)


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