messages from 2025-05-31 07:52:29 to 2025-06-06 04:16:26 UTC [more...]
[PATCH v4 0/7] Add managed SOFT RESERVE resource handling
2025-06-06 4:16 UTC (20+ messages)
` [PATCH v4 1/7] cxl/region: Avoid null pointer dereference in is_cxl_region()
` [PATCH v4 2/7] cxl/core: Remove CONFIG_CXL_SUSPEND and always build suspend.o
` [PATCH v4 3/7] cxl/pci: Add pci_loaded tracking to mark PCI driver readiness
` [PATCH v4 4/7] cxl/acpi: Add background worker to wait for cxl_pci and cxl_mem probe
` [PATCH v4 5/7] cxl/region: Introduce SOFT RESERVED resource removal on region teardown
` [PATCH v4 6/7] dax/hmem: Save the DAX HMEM platform device pointer
` [PATCH v4 7/7] cxl/dax: Defer DAX consumption of SOFT RESERVED resources until after CXL region creation
[PATCH 8/9] ACPI: APEI: EINJ: Transition to the faux device interface
2025-06-06 3:35 UTC
[PATCH v9 00/16] Enable CXL PCIe port protocol error handling and logging
2025-06-06 0:52 UTC (46+ messages)
` [PATCH v9 01/16] PCI/CXL: Add pcie_is_cxl()
` [PATCH v9 02/16] PCI/AER: Report CXL or PCIe bus error type in trace logging
` [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 06/16] cxl/pci: Move RAS initialization to cxl_port driver
` [PATCH v9 07/16] cxl/pci: Map CXL Endpoint Port and CXL Switch Port RAS registers
` [PATCH v9 08/16] cxl/pci: Update RAS handler interfaces to also support CXL Ports
` [PATCH v9 09/16] cxl/pci: Log message if RAS registers are unmapped
` [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 15/16] CXL/PCI: Enable CXL protocol errors during CXL Port probe
` [PATCH v9 16/16] CXL/PCI: Disable CXL protocol error interrupts during CXL Port cleanup
[PATCH v2 00/10] CXL: FMAPI DCD Management Commands 0x5600-0x5605
2025-06-06 0:28 UTC (5+ messages)
[PATCH v1 0/2] mm/huge_memory: don't mark refcounted pages special in vmf_insert_folio_*()
2025-06-05 23:47 UTC (6+ messages)
` [PATCH v1 1/2] mm/huge_memory: don't mark refcounted pages special in vmf_insert_folio_pmd()
` [PATCH v1 2/2] mm/huge_memory: don't mark refcounted pages special in vmf_insert_folio_pud()
[QEMU PATCH v3 0/9] CXL: FMAPI DCD Management Commands 0x5600-0x5605
2025-06-05 23:42 UTC (10+ messages)
` [QEMU PATCH v3 1/9] cxl-mailbox-utils: 0x5600 - FMAPI Get DCD Info
` [QEMU PATCH v3 2/9] cxl/type3: Add dsmas_flags to CXLDCRegion struct
` [QEMU PATCH v3 3/9] cxl-mailbox-utils: 0x5601 - FMAPI Get Host Region Config
` [QEMU PATCH v3 4/9] cxl_events.h: Move definition for dynamic_capacity_uuid and enum for DC event types
` [QEMU PATCH v3 5/9] hw/cxl_type3: Add DC Region bitmap lock
` [QEMU PATCH v3 6/9] cxl-mailbox-utils: 0x5602 - FMAPI Set DC Region Config
` [QEMU PATCH v3 7/9] cxl-mailbox-utils: 0x5603 - FMAPI Get DC Region Extent Lists
` [QEMU PATCH v3 8/9] cxl-mailbox-utils: 0x5604 - FMAPI Initiate DC Add
` [QEMU PATCH v3 9/9] cxl-mailbox-utils: 0x5605 - FMAPI Initiate DC Release
[PATCH 00/12] mm: Remove pXX_devmap page table bit and pfn_t type
2025-06-05 17:04 UTC (50+ messages)
` [PATCH 01/12] mm: Remove PFN_MAP, PFN_SG_CHAIN and PFN_SG_LAST
` [PATCH 02/12] mm: Convert pXd_devmap checks to vma_is_dax
` [PATCH 03/12] mm/pagewalk: Skip dax pages in pagewalk
` [PATCH 04/12] mm: Convert vmf_insert_mixed() from using pte_devmap to pte_special
` [PATCH 05/12] mm: Remove remaining uses of PFN_DEV
` [PATCH 06/12] mm/gup: Remove pXX_devmap usage from get_user_pages()
` [PATCH 07/12] mm: Remove redundant pXd_devmap calls
` [PATCH 08/12] mm/khugepaged: Remove redundant pmd_devmap() check
` [PATCH 09/12] powerpc: Remove checks for devmap pages and PMDs/PUDs
` [PATCH 10/12] mm: Remove devmap related functions and page table bits
` [PATCH 11/12] mm: Remove callers of pfn_t functionality
` [PATCH 12/12] mm/memremap: Remove unused devmap_managed_key
[PATCH v3 0/9] cxl: Delay HB port and switch dport probing until endpoint dev probe
2025-06-05 15:17 UTC (7+ messages)
` [PATCH v3 5/9] cxl: Defer hardware dport->port_id assignment and registers probing
[RFC v2 00/11] dm-pcache – persistent-memory cache for block devices
2025-06-05 14:23 UTC (12+ messages)
` [RFC PATCH 01/11] dm-pcache: add pcache_internal.h
` [RFC PATCH 02/11] dm-pcache: add backing device management
` [RFC PATCH 03/11] dm-pcache: add cache device
` [RFC PATCH 04/11] dm-pcache: add segment layer
` [RFC PATCH 05/11] dm-pcache: add cache_segment
` [RFC PATCH 06/11] dm-pcache: add cache_writeback
` [RFC PATCH 07/11] dm-pcache: add cache_gc
` [RFC PATCH 08/11] dm-pcache: add cache_key
` [RFC PATCH 09/11] dm-pcache: add cache_req
` [RFC PATCH 10/11] dm-pcache: add cache core
` [RFC PATCH 11/11] dm-pcache: initial dm-pcache target
[PATCH] cxl: Remove core/acpi.c and cxl core dependency on ACPI
2025-06-05 0:11 UTC
[PATCH v14 0/5] arm/virt: CXL support via pxb_cxl
2025-06-04 14:32 UTC (3+ messages)
` [PATCH v14 5/5] qtest/cxl: Add aarch64 virt test for CXL
[PATCH 0/4 v3] Make ELOG and GHES log and trace consistently
2025-06-04 14:25 UTC (15+ messages)
` [PATCH 1/4 v3] ACPI: extlog: Trace CPER Non-standard Section Body
` [PATCH 2/4 v3] PCI/AER: Modify pci_print_aer() to take log level
` [PATCH 3/4 v3] ACPI: extlog: Trace CPER PCI Express Error Section
` [PATCH 4/4 v3] ACPI: extlog: Trace CPER CXL Protocol "
[PATCH v16 00/22] Type2 device basic support
2025-06-04 8:09 UTC (8+ messages)
` [PATCH v16 02/22] sfc: add cxl support
[PATCH] resource: Fix resource leak in get_free_mem_region()
2025-06-04 6:31 UTC (3+ messages)
[GIT PULL] Compute Express Link (CXL) changes for 6.16
2025-06-03 23:20 UTC (2+ messages)
[PATCH v1 1/2] cxl/edac: Fix the min_scrub_cycle of a region miscalculation
2025-06-03 22:41 UTC (5+ messages)
` [PATCH v1 2/2] cxl/Documentation: Add more description about min/max scrub cycle
[PATCH] Documentation/driver-api/cxl: Introduce conventions.rst
2025-06-03 20:54 UTC (2+ messages)
[PATCH v9 00/19] DCD: Add support for Dynamic Capacity Devices (DCD)
2025-06-03 16:32 UTC (2+ messages)
Kernel test setup
2025-06-03 14:00 UTC (2+ messages)
[PATCH v3 1/1] mm: numa_memblks: introduce numa_add_reserved_memblk
2025-06-03 13:30 UTC (3+ messages)
[RFC PATCH 1/1] cxl/edac: Fix the min_scrub_cycle of a region miscalculation
2025-06-03 10:13 UTC (9+ messages)
[PATCH for-next] cxl/core: Consolidate auto region attachment logic
2025-06-03 5:36 UTC
[ndctl PATCH v2 0/7] Add error injection support
2025-06-02 20:56 UTC (8+ messages)
` [ndctl PATCH v2 1/7] libcxl: Add debugfs path to CXL context
` [ndctl PATCH v2 2/7] libcxl: Add CXL protocol errors
` [ndctl PATCH v2 3/7] libcxl: Add poison injection support
` [ndctl PATCH v2 4/7] cxl: Add inject-error command
` [ndctl PATCH v2 5/7] cxl: Add clear-error command
` [ndctl PATCH v2 6/7] cxl/list: Add injectable errors in output
` [ndctl PATCH v2 7/7] Documentation: Add docs for inject/clear-error commands
[PATCH 0/4 v2] Make ELOG log and trace consistently with GHES
2025-06-02 18:06 UTC (7+ messages)
` [PATCH 3/4 v2] ACPI: extlog: Trace CPER PCI Express Error Section
` [PATCH 4/4 v2] ACPI: extlog: Trace CPER CXL Protocol Errors
[PATCH 0/3] FM-API Physical switch command set update
2025-06-02 13:59 UTC (4+ 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 v2] Documentation: cxl: fix typos and improve clarity in memory-devices.rst
2025-06-02 13:38 UTC
[PATCH] Documentation: cxl: fix typos and improve clarity in memory-devices.rst
2025-06-02 13:32 UTC (4+ messages)
[PATCH qemu 0/8] hw/cxl: new features for 10.0 (possibly)
2025-05-29 11:45 UTC (9+ messages)
` [PATCH qemu 7/8] hw/cxl/cxl-mailbox-utils: Added support for Get Log Capabilities (Opcode 0402h)
[PATCH] cxl/trace: Fix typo in macro and spec reference
2025-05-31 11:41 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).