linux-cxl.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-12 01:56:30 to 2025-06-17 09:49:11 UTC [more...]

[PATCH v2 00/14] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-17  9:49 UTC  (25+ 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

[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)

[PATCH v9 00/16] Enable CXL PCIe port protocol error handling and logging
 2025-06-16 22:17 UTC  (33+ messages)
` [PATCH v9 03/16] CXL/AER: Introduce kfifo for forwarding CXL errors
` [PATCH v9 04/16] PCI/AER: Dequeue forwarded CXL error
` [PATCH v9 05/16] CXL/PCI: Introduce CXL uncorrectable protocol error recovery
` [PATCH v9 10/16] cxl/pci: Unify CXL trace logging for CXL Endpoints and CXL Ports
` [PATCH v9 11/16] cxl/pci: Update __cxl_handle_cor_ras() to return early if no RAS errors
` [PATCH v9 12/16] cxl/pci: Introduce CXL Endpoint protocol error handlers
` [PATCH v9 13/16] cxl/pci: Introduce CXL Port "
` [PATCH v9 14/16] cxl/pci: Remove unnecessary CXL Endpoint handling helper functions
` [PATCH v9 16/16] CXL/PCI: Disable CXL protocol error interrupts during CXL Port cleanup

[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] driver core: faux: fix Undefined Behavior in faux_device_destroy()
 2025-06-16 14:02 UTC  (8+ messages)

[PATCH v3 00/28] lan966x pci device: Add support for SFPs
 2025-06-16 11:45 UTC  (40+ messages)
` [PATCH v3 01/28] Revert "treewide: Fix probing of devices in DT overlays"
` [PATCH v3 02/28] driver core: Rename get_dev_from_fwnode() wrapper to get_device_from_fwnode()
` [PATCH v3 03/28] of: dynamic: Fix overlayed devices not probing because of fw_devlink
` [PATCH v3 04/28] driver core: Avoid warning when removing a device while its supplier is unbinding
` [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 09/28] cxl/test: Use device_set_node()
` [PATCH v3 10/28] cxl/test: Use fw_devlink_set_device()
` [PATCH v3 11/28] PCI: of: "
` [PATCH v3 12/28] driver core: fw_devlink: Tag the fwnode dev member as private
` [PATCH v3 13/28] PCI: of: Set fwnode device of newly created PCI device nodes
` [PATCH v3 14/28] PCI: of: Remove fwnode_dev_initialized() call for a PCI root bridge node
` [PATCH v3 15/28] i2c: core: Introduce i2c_get_adapter_physdev()
` [PATCH v3 16/28] i2c: mux: Set adapter physical device
` [PATCH v3 17/28] i2c: mux: Create missing devlink between mux and "
` [PATCH v3 18/28] of: property: Allow fw_devlink device-tree on x86 when PCI device-tree node creation is enabled
` [PATCH v3 19/28] clk: lan966x: Add MCHP_LAN966X_PCI dependency
` [PATCH v3 20/28] i2c: busses: at91: "
` [PATCH v3 21/28] misc: lan966x_pci: Fix dtso nodes ordering
` [PATCH v3 22/28] misc: lan966x_pci: Split dtso in dtsi/dtso
` [PATCH v3 23/28] misc: lan966x_pci: Rename lan966x_pci.dtso to lan966x_evb_lan9662_nic.dtso
` [PATCH v3 24/28] PCI: Add Microchip LAN9662 PCI Device ID
` [PATCH v3 25/28] misc: lan966x_pci: Introduce board specific data
` [PATCH v3 26/28] misc: lan966x_pci: Add dtsi/dtso nodes in order to support SFPs
` [PATCH v3 27/28] misc: lan966x_pci: Sort the drivers list in Kconfig help
` [PATCH v3 28/28] misc: lan966x_pci: Add drivers needed to support SFPs "

[PATCH v4 0/7] Add managed SOFT RESERVE resource handling
 2025-06-16  1:00 UTC  (6+ messages)
` [PATCH v4 7/7] cxl/dax: Defer DAX consumption of SOFT RESERVED resources until after CXL region creation

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

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

[PATCH v15 0/4] arm/virt: CXL support via pxb_cxl
 2025-06-13 17:21 UTC  (22+ messages)
` [PATCH v15 1/4] hw/cxl-host: Add an index field to CXLFixedMemoryWindow
` [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

[RFC PATCH 0/6] Cache coherency management subsystem
 2025-06-13 17:14 UTC  (5+ messages)
` [RFC PATCH 2/6] arm64: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION

[PATCH] cxl/ras: Fix CPER handler device confusion
 2025-06-13 16:07 UTC  (9+ messages)
` [PATCH v2] "

[PATCH v3 0/3] mm/huge_memory: vmf_insert_folio_*() and vmf_insert_pfn_pud() fixes
 2025-06-13 16:06 UTC  (11+ messages)
` [PATCH v3 1/3] mm/huge_memory: don't ignore queried cachemode in vmf_insert_pfn_pud()
` [PATCH v3 2/3] mm/huge_memory: don't mark refcounted folios special in vmf_insert_folio_pmd()
` [PATCH v3 3/3] mm/huge_memory: don't mark refcounted folios special in vmf_insert_folio_pud()

[PATCH v2 1/1] cxl/edac: Fix potential memory leak issues
 2025-06-13 15:56 UTC  (5+ messages)

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

[PATCH v2 0/3] mm/huge_memory: vmf_insert_folio_*() and vmf_insert_pfn_pud() fixes
 2025-06-13  7:44 UTC  (35+ messages)
` [PATCH v2 1/3] mm/huge_memory: don't ignore queried cachemode in vmf_insert_pfn_pud()
` [PATCH v2 2/3] mm/huge_memory: don't mark refcounted folios special in vmf_insert_folio_pmd()
` [PATCH v2 3/3] mm/huge_memory: don't mark refcounted folios special in vmf_insert_folio_pud()

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

[PATCH 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
 2025-06-12 22:50 UTC  (13+ messages)
` [PATCH 02/12] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH 03/12] mm/pagewalk: Skip dax pages in pagewalk

[RFC PATCH v2 0/2] cxl: Support creation of a new CXL Host Bridge
 2025-06-12 15:01 UTC  (5+ messages)
` [RFC PATCH v2 1/2] hw/pxb-cxl: Rename the pxb cxl host bridge
` [RFC PATCH v2 2/2] pci-host/cxl: Support creation of a new CXL Host Bridge

[cxl:next] BUILD SUCCESS 529a56be66aaadf850e69c816887f26a6f1e6e91
 2025-06-12 13:49 UTC 

[PATCH v14 0/5] arm/virt: CXL support via pxb_cxl
 2025-06-12 13:13 UTC  (6+ messages)
` [PATCH v14 3/5] hw/cxl-host: Allow split of establishing memory address and mmio setup

[PATCH v3 0/2] libnvdimm/e820: Add a new parameter to configure many regions per e820 entry
 2025-06-12 11:42 UTC  (3+ messages)
` [PATCH v3 1/2] libnvdimm/e820: Add a new parameter to split e820 entry into many regions
` [PATCH v3 2/2] libnvdimm: add nd_e820.pmem automatic devdax conversion

[RFC v2 00/20] lib: Rust implementation of SPDM
 2025-06-12  5:57 UTC  (3+ messages)

[ANNOUNCE] ndctl v82
 2025-06-12  2:05 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).