Linux CXL
 help / color / mirror / Atom feed
 messages from 2025-06-13 17:16:35 to 2025-06-23 04:18:26 UTC [more...]

[RFC v2 00/11] dm-pcache – persistent-memory cache for block devices
 2025-06-23  4:18 UTC  (4+ messages)

[PATCH] cxl/edac: Use correct format specifier for u32 val
 2025-06-22 18:39 UTC 

[PATCH] cxl/memdev: automate cleanup with __free()
 2025-06-22 12:50 UTC  (3+ messages)

[PATCH v3 00/28] lan966x pci device: Add support for SFPs
 2025-06-21 21:08 UTC  (17+ messages)
` [PATCH v3 05/28] bus: simple-pm-bus: Populate child nodes at probe
` [PATCH v3 06/28] driver core: fw_devlink: Introduce fw_devlink_set_device()
` [PATCH v3 07/28] drivers: core: Use fw_devlink_set_device()
` [PATCH v3 08/28] pinctrl: cs42l43: "
` [PATCH v3 11/28] PCI: of: "
` [PATCH v3 12/28] driver core: fw_devlink: Tag the fwnode dev member as private
` [PATCH v3 19/28] clk: lan966x: Add MCHP_LAN966X_PCI dependency

[PATCH v2 0/8] cleanup: Introduce ACQUIRE(), a guard() for conditional locks
 2025-06-21  4:51 UTC  (17+ messages)
` [PATCH v2 1/8] cleanup: Introduce ACQUIRE() and ACQUIRE_ERR() "
` [PATCH v2 2/8] cxl/mbox: Convert poison list mutex to ACQUIRE()
` [PATCH v2 3/8] cxl/decoder: Move decoder register programming to a helper
` [PATCH v2 4/8] cxl/decoder: Drop pointless locking
` [PATCH v2 5/8] cxl/region: Split commit_store() into __commit() and queue_reset() helpers
` [PATCH v2 6/8] cxl/region: Move ready-to-probe state check to a helper
` [PATCH v2 7/8] cxl/region: Introduce CLASS(cxl_decoder_detach...) consolidate multiple paths
` [PATCH v2 8/8] cxl: Convert to ACQUIRE() for conditional rwsem locking

[ndctl PATCH 0/5] ndctl: Add missing test dependencies and other fixups
 2025-06-20 20:19 UTC  (16+ messages)
` [ndctl PATCH 1/5] build: Fix meson feature deprecation warnings
` [ndctl PATCH 2/5] test: Fix 'ndctl' dependency in test/sub-section.sh
` [ndctl PATCH 3/5] test: Fix dax.sh expectations
` [ndctl PATCH 4/5] test: Update documentation with required packages to install
` [ndctl PATCH 5/5] test: Fixup fwctl dependency

[cxl:for-6.17/cleanup-acquire] BUILD SUCCESS 41e8737fed161ee0cfc9692d8eff881440ef4b10
 2025-06-20 18:16 UTC 

[RFC PATCH 01/20] nvdimm/label: Introduce NDD_CXL_LABEL flag to set cxl label format
 2025-06-20 16:40 UTC  (21+ messages)
  ` [RFC PATCH 02/20] nvdimm/label: Prep patch to accommodate cxl lsa 2.1 support
  ` [RFC PATCH 03/20] nvdimm/namespace_label: Add namespace label changes as per CXL LSA v2.1
  ` [RFC PATCH 04/20] nvdimm/label: CXL labels skip the need for 'interleave-set cookie'
  ` [RFC PATCH 05/20] nvdimm/region_label: Add region label updation routine
  ` [RFC PATCH 06/20] nvdimm/region_label: Add region label deletion routine
  ` [RFC PATCH 07/20] nvdimm/namespace_label: Update namespace init_labels and its region_uuid
  ` [RFC PATCH 08/20] nvdimm/label: Include region label in slot validation
  ` [RFC PATCH 09/20] nvdimm/namespace_label: Skip region label during ns label DPA reservation
  ` [RFC PATCH 10/20] nvdimm/region_label: Preserve cxl region information from region label
  ` [RFC PATCH 11/20] nvdimm/region_label: Export routine to fetch region information
  ` [RFC PATCH 12/20] nvdimm/namespace_label: Skip region label during namespace creation
  ` [RFC PATCH 13/20] cxl/mem: Refactor cxl pmem region auto-assembling
  ` [RFC PATCH 14/20] cxl/region: Add cxl pmem region creation routine for region persistency
  ` [RFC PATCH 15/20] cxl: Add a routine to find cxl root decoder on cxl bus
  ` [RFC PATCH 16/20] cxl/mem: Preserve cxl root decoder during mem probe
  ` [RFC PATCH 17/20] cxl/pmem: Preserve region information into nd_set
  ` [RFC PATCH 18/20] cxl/pmem: Add support of cxl lsa 2.1 support in cxl pmem
  ` [RFC PATCH 19/20] cxl/pmem_region: Prep patch to accommodate pmem_region attributes
  ` [RFC PATCH 20/20] cxl/pmem_region: Add cxl region label updation and deletion device attributes

[PATCH v2 0/7] hw/cxl: Update CXL events to rev3.2 and add maintenance support for memory repair features
 2025-06-20 14:48 UTC  (13+ messages)
` [PATCH v2 1/7] hw/cxl/events: Update for rev3.2 common event record format
` [PATCH v2 2/7] hw/cxl/events: Updates for rev3.2 general media event record
` [PATCH v2 3/7] hw/cxl/events: Updates for rev3.2 DRAM "
` [PATCH v2 4/7] hw/cxl/events: Updates for rev3.2 memory module "
` [PATCH v2 5/7] hw/cxl/cxl-mailbox-utils: Move declaration of scrub and ECS feature attributes in cmd_features_set_feature()
` [PATCH v2 6/7] hw/cxl: Add Maintenance support
` [PATCH v2 7/7] hw/cxl: Add emulation for memory sparing control feature

[PATCH] cxl: docs/driver-api/conventions resolve conflicts btw CFMWS, LMH, ED
 2025-06-20 12:46 UTC  (3+ messages)

[PATCH v2] cxl: docs/driver-api/conventions resolve conflicts btw CFMWS, LMH, ED
 2025-06-20 12:43 UTC  (3+ messages)

[cxl:for-6.17/cxl-acquire] BUILD SUCCESS 6c90a41a7833a6bb2fb17b9f3cafda66ebdf259b
 2025-06-20 10:36 UTC 

[PATCH 1/1] cxl/edac: Fix using wrong repair type to check dram event record
 2025-06-20  5:29 UTC 

[RFC PATCH 0/4] CXL Hotness Monitoring Unit perf driver
 2025-06-19 10:49 UTC  (9+ messages)
` [RFC PATCH 1/4] cxl: Register devices for CXL Hotness Monitoring Units (CHMU)

[PATCH v3 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-19  8:58 UTC  (15+ messages)
` [PATCH v3 01/14] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH v3 02/14] mm: Filter zone device pages returned from folio_walk_start()
` [PATCH v3 03/14] mm: Remove remaining uses of PFN_DEV
` [PATCH v3 04/14] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH v3 05/14] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH v3 06/14] mm/huge_memory: Remove pXd_devmap usage from insert_pXd_pfn()
` [PATCH v3 07/14] mm: Remove redundant pXd_devmap calls
` [PATCH v3 08/14] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH v3 09/14] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH v3 10/14] fs/dax: Remove FS_DAX_LIMITED config option
` [PATCH v3 11/14] mm: Remove devmap related functions and page table bits
` [PATCH v3 12/14] mm: Remove PFN_DEV, PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH v3 13/14] mm: Remove callers of pfn_t functionality
` [PATCH v3 14/14] mm/memremap: Remove unused devmap_managed_key

[PATCH v2 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-19  8:52 UTC  (31+ messages)
` [PATCH v2 01/14] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH v2 02/14] mm: Filter zone device pages returned from folio_walk_start()
` [PATCH v2 03/14] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH v2 04/14] mm: Remove remaining uses of PFN_DEV
` [PATCH v2 05/14] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH v2 06/14] mm/huge_memory: Remove pXd_devmap usage from insert_pXd_pfn()
` [PATCH v2 07/14] mm: Remove redundant pXd_devmap calls
` [PATCH v2 08/14] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH v2 09/14] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH v2 10/14] fs/dax: Remove FS_DAX_LIMITED config option
` [PATCH v2 11/14] mm: Remove devmap related functions and page table bits
` [PATCH v2 12/14] mm: Remove PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH v2 13/14] mm: Remove callers of pfn_t functionality
` [PATCH v2 14/14] mm/memremap: Remove unused devmap_managed_key

[PATCH] driver core: faux: fix Undefined Behavior in faux_device_destroy()
 2025-06-19  4:02 UTC  (13+ messages)

[NDCTL PATCH] cxl: Add helper function to verify port is in memdev hierarchy
 2025-06-18 22:50 UTC  (5+ messages)

[PATCH 0/3] FM-API Physical switch command set update
 2025-06-18 11:32 UTC  (12+ messages)
  ` [PATCH 1/3] hw/cxl: Storing physical ports info during enumeration
  ` [PATCH 2/3] hw/cxl: Simplified Identify Switch Device & Get Physical Port State
  ` [PATCH 3/3] hw/cxl: Add Physical Port Control (Opcode 5102h)

[PATCH 0/7] cxl: Activate FW and userspace bgcmds
 2025-06-17 22:15 UTC  (9+ messages)
` [PATCH 1/7] cxl/mbox: Track background commands from CEL
` [PATCH 2/7] cxl/mbox: Handle Activate FW as async bg
` [PATCH 3/7] cxl/pci: Lockless background synchronous polling
` [PATCH 4/7] cxl/mbox: Stronger cxl_mbox_background_complete() semantics
` [PATCH 5/7] cxl/mbox: Allow userspace background commands
` [PATCH 6/7] cxl/mbox: Shout upon async bgcmd race
` [PATCH 7/7] cxl/mbox: Add Populate Log support

[PATCH -qemu] hw/cxl: Use runtime for bg cmd running semantics
 2025-06-17 21:48 UTC 

[PATCH] [HACK] drop zen5_init checks due to segfault
 2025-06-17 20:33 UTC  (2+ messages)

[PATCH v9 00/16] Enable CXL PCIe port protocol error handling and logging
 2025-06-17 18:20 UTC  (14+ messages)
` [PATCH v9 04/16] PCI/AER: Dequeue forwarded CXL error
` [PATCH v9 11/16] cxl/pci: Update __cxl_handle_cor_ras() to return early if no RAS errors
` [PATCH v9 13/16] cxl/pci: Introduce CXL Port protocol error handlers

[PATCH v3 0/9] cxl: Delay HB port and switch dport probing until endpoint dev probe
 2025-06-17 17:47 UTC  (9+ messages)

[RFC PATCH 00/20] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
 2025-06-17 17:07 UTC  (2+ messages)

[cxl:next] BUILD SUCCESS a021802c18c4c30dff3db9bd355cacb68521f1aa
 2025-06-17 12:03 UTC 

[RFC PATCH v6] hw/arm/sbsa-ref: Support CXL Host Bridge & CFMW
 2025-06-17  4:19 UTC 

[RFC PATCH v3 0/2] cxl: Support creation of a new CXL Host Bridge
 2025-06-17  4:06 UTC  (3+ messages)
` [RFC PATCH v3 1/2] hw/pxb-cxl: Rename the pxb cxl host bridge
` [RFC PATCH v3 2/2] pci-host/cxl: Support creation of a new CXL Host Bridge

[PATCH] cxl: docs/devices Fix typos and clarify wording in device-types.rst
 2025-06-17  0:10 UTC  (4+ messages)

[ndctl PATCH v2 0/7] Add error injection support
 2025-06-16 20:09 UTC  (3+ messages)

[RFC PATCH v5] hw/arm/sbsa-ref: Support CXL Host Bridge & CFMW
 2025-06-16 17:22 UTC  (3+ messages)

[PATCH v4 0/7] Add managed SOFT RESERVE resource handling
 2025-06-16  1:00 UTC  (4+ messages)

[cxl:fixes] BUILD SUCCESS 3c70ec71abdaf4e4fa48cd8fdfbbd864d78235a8
 2025-06-14  4:23 UTC 

[PATCH v3 24/28] PCI: Add Microchip LAN9662 PCI Device ID
 2025-06-13 21:27 UTC  (2+ messages)

[PATCH for-next] cxl/core: Consolidate auto region attachment logic
 2025-06-13 17:57 UTC  (2+ messages)

[PATCH v15 0/4] arm/virt: CXL support via pxb_cxl
 2025-06-13 17:21 UTC  (14+ messages)
` [PATCH v15 2/4] hw/cxl: Make the CXL fixed memory windows devices
` [PATCH v15 3/4] hw/arm/virt: Basic CXL enablement on pci_expander_bridge instances pxb-cxl
` [PATCH v15 4/4] qtest/cxl: Add aarch64 virt test for CXL


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