messages from 2026-01-12 22:50:06 to 2026-01-14 18:28:09 UTC [more...]
[PATCH v14 00/34] Enable CXL PCIe Port Protocol Error handling and logging
2026-01-14 18:20 UTC (33+ messages)
` [PATCH v14 01/34] PCI: Move CXL DVSEC definitions into uapi/linux/pci_regs.h
` [PATCH v14 02/34] PCI: Update CXL DVSEC definitions
` [PATCH v14 03/34] PCI: Introduce pcie_is_cxl()
` [PATCH v14 04/34] cxl/pci: Remove unnecessary CXL Endpoint handling helper functions
` [PATCH v14 05/34] cxl/pci: Remove unnecessary CXL RCH "
` [PATCH v14 06/34] PCI: Replace cxl_error_is_native() with pcie_aer_is_native()
` [PATCH v14 07/34] cxl/pci: Remove CXL VH handling in CONFIG_PCIEAER_CXL conditional blocks from core/pci.c
` [PATCH v14 08/34] cxl/pci: Move CXL driver's RCH error handling into core/ras_rch.c
` [PATCH v14 09/34] PCI/AER: Export pci_aer_unmask_internal_errors()
` [PATCH v14 10/34] PCI/AER: Update is_internal_error() to be non-static is_aer_internal_error()
` [PATCH v14 11/34] PCI/AER: Move CXL RCH error handling to aer_cxl_rch.c
` [PATCH v14 12/34] PCI/AER: Use guard() in cxl_rch_handle_error_iter()
` [PATCH v14 13/34] PCI/AER: Replace PCIEAER_CXL symbol with CXL_RAS
` [PATCH v14 14/34] PCI/AER: Report CXL or PCIe bus type in AER trace logging
` [PATCH v14 15/34] PCI/AER: Update struct aer_err_info with kernel-doc formatting
` [PATCH v14 16/34] cxl/mem: Clarify @host for devm_cxl_add_nvdimm()
` [PATCH v14 17/34] cxl: Update RAS handler interfaces to also support CXL Ports
` [PATCH v14 18/34] cxl/port: Remove "enumerate dports" helpers
` [PATCH v14 19/34] cxl/port: Fix devm resource leaks around with dport management
` [PATCH v14 20/34] cxl/port: Move dport operations to a driver event
` [PATCH v14 21/34] cxl/port: Move dport RAS reporting to a port resource
` [PATCH v14 22/34] cxl: Update CXL Endpoint tracing
` [PATCH v14 23/34] cxl: Map CXL Endpoint Port and CXL Switch Port RAS registers
` [PATCH v14 24/34] cxl/port: Move endpoint component register management to cxl_port
` [PATCH v14 25/34] cxl/port: Map Port component registers before switchport init
` [PATCH v14 26/34] cxl: Change CXL handlers to use guard() instead of scoped_guard()
` [PATCH v14 27/34] PCI/ERR: Introduce PCI_ERS_RESULT_PANIC
` [PATCH v14 28/34] PCI/AER: Move AER driver's CXL VH handling to pcie/aer_cxl_vh.c
` [PATCH v14 29/34] cxl/port: Unify endpoint and switch port lookup
` [PATCH v14 30/34] PCI/AER: Dequeue forwarded CXL error
` [PATCH v14 31/34] PCI: Introduce CXL Port protocol error handlers
` [PATCH v14 32/34] cxl: Update Endpoint uncorrectable protocol error handling
[PATCH 0/6] CXL: Introduce memory controller abstraction and sysram controller
2026-01-14 18:25 UTC (30+ messages)
` [PATCH 1/6] drivers/cxl: add cxl_memctrl_mode and region->memctrl
` [PATCH 2/6] cxl: add sysram_region memory controller
` [PATCH 3/6] cxl/core/region: move pmem memctrl logic into memctrl/pmem_region
` [PATCH 4/6] cxl: add CONFIG_CXL_REGION_CTRL_AUTO_* build config options
` [PATCH 5/6] cxl: add CXL_REGION_SYSRAM_DEFAULT_* build options
` [PATCH 6/6] cxl/sysram: disallow onlining in ZONE_NORMAL if state is movable only
[PATCH v2 1/3] drivers/cxl: introduce cxl_region_driver field for cxl_region
2026-01-14 18:22 UTC (8+ messages)
` [PATCH v2 2/3] cxl/core/region: move pmem region driver logic into pmem_region
` [PATCH v2 3/3] cxl/core/region: move dax region driver logic into dax_region
[PATCH v9 00/13] cxl: ACPI PRM Address Translation Support and AMD Zen5 enablement
2026-01-14 18:22 UTC (31+ messages)
` [PATCH v9 01/13] cxl/region: Rename misleading variable name @hpa to @hpa_range
` [PATCH v9 02/13] cxl/region: Store root decoder in struct cxl_region
` [PATCH v9 03/13] cxl/region: Store HPA range "
` [PATCH v9 04/13] cxl: Simplify cxl_root_ops allocation and handling
` [PATCH v9 05/13] cxl/region: Separate region parameter setup and region construction
` [PATCH v9 06/13] cxl/region: Add @hpa_range argument to function cxl_calc_interleave_pos()
` [PATCH v9 07/13] cxl/region: Use region data to get the root decoder
` [PATCH v9 08/13] cxl: Introduce callback for HPA address ranges translation
` [PATCH v9 10/13] cxl: Enable AMD Zen5 address translation using ACPI PRMT
` [PATCH v9 12/13] cxl/region: Factor out code into cxl_region_setup_poison()
` [PATCH v9 13/13] cxl: Disable HPA/SPA translation handlers for Normalized Addressing
[PATCH v3 1/3] cxl, doc: Remove isonum.txt inclusion
2026-01-14 18:18 UTC (12+ messages)
` [PATCH v3 2/3] cxl, doc: Moving conventions in separate files
` [PATCH v3 3/3] Documentation/driver-api/cxl: ACPI PRM Address Translation Support and AMD Zen5 enablement
[cxl:for-7.0/cxl-init] BUILD SUCCESS ad534c0e18c8cb832754c7606ddbec9aeebb0978
2026-01-14 18:17 UTC
Subject: [PATCH 0/8] dax/kmem: add runtime hotplug state control
2026-01-14 18:11 UTC (22+ messages)
` [PATCH 1/8] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH 2/8] mm/memory_hotplug: extract __add_memory_resource() and __offline_memory()
` [PATCH 3/8] mm/memory_hotplug: add APIs for explicit online type control
` [PATCH 4/8] mm/memory_hotplug: return online type from add_memory_driver_managed()
` [PATCH 5/8] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH 6/8] dax/kmem: add online/offline "
` [PATCH 7/8] dax/kmem: add sysfs interface for runtime hotplug state control
` [PATCH 8/8] dax/kmem: add memory notifier to block external state changes
[PATCH v10 00/13] cxl: ACPI PRM Address Translation Support and AMD Zen5 enablement
2026-01-14 17:52 UTC (15+ messages)
` [PATCH v10 01/13] cxl/region: Rename misleading variable name @hpa to @hpa_range
` [PATCH v10 02/13] cxl/region: Store root decoder in struct cxl_region
` [PATCH v10 03/13] cxl/region: Store HPA range "
` [PATCH v10 04/13] cxl: Simplify cxl_root_ops allocation and handling
` [PATCH v10 05/13] cxl/region: Separate region parameter setup and region construction
` [PATCH v10 06/13] cxl/region: Add @hpa_range argument to function cxl_calc_interleave_pos()
` [PATCH v10 07/13] cxl/region: Use region data to get the root decoder
` [PATCH v10 08/13] cxl: Introduce callback for HPA address ranges translation
` [PATCH v10 09/13] cxl/acpi: Prepare use of EFI runtime services
` [PATCH v10 10/13] cxl: Enable AMD Zen5 address translation using ACPI PRMT
` [PATCH v10 11/13] cxl/atl: Lock decoders that need address translation
` [PATCH v10 12/13] cxl/region: Factor out code into cxl_region_setup_poison()
` [PATCH v10 13/13] cxl: Disable HPA/SPA translation handlers for Normalized Addressing
[PATCH v4 0/3] mm: fix oom-killer not being invoked when demotion is enabled
2026-01-14 17:49 UTC (10+ messages)
` [PATCH v4 1/3] mm: memory-tiers, numa_emu: enable to create memory tiers using fake numa nodes
` [PATCH v4 2/3] mm: numa_emu: add document for NUMA emulation
` [PATCH v4 3/3] mm/vmscan: don't demote if there is not enough free memory in the lower memory tier
[PATCH V5 00/17] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
2026-01-14 17:00 UTC (3+ messages)
` [PATCH V5 15/17] cxl/pmem_region: Add sysfs attribute cxl region label updation/deletion
[PATCH v3] cxl: Check for invalid addresses returned from translation functions on errors
2026-01-14 16:44 UTC (6+ messages)
[PATCH 0/5 v9] Make ELOG and GHES log and trace consistently
2026-01-14 16:11 UTC (7+ messages)
` [PATCH 1/5 v9] ACPI: extlog: Trace CPER Non-standard Section Body
` [PATCH 2/5 v9] ACPI: extlog: Trace CPER PCI Express Error Section
` [PATCH 3/5 v9] acpi/ghes: Add helper for CPER CXL protocol errors checks
` [PATCH 4/5 v9] acpi/ghes: Add helper to copy CPER CXL protocol error info to work struct
` [PATCH 5/5 v9] ACPI: extlog: Trace CPER CXL Protocol Error Section
[PATCH qemu v3 0/5] cxl: r3.2 specification event updates
2026-01-14 14:27 UTC (6+ messages)
` [PATCH qemu v3 1/5] qapi: cxl: Refactor CXL event injection for common commands arguments
` [PATCH qemu v3 2/5] hw/cxl/events: Update for rev3.2 common event record format
` [PATCH qemu v3 3/5] hw/cxl/events: Updates for rev3.2 general media event record
` [PATCH qemu v3 4/5] hw/cxl/events: Updates for rev3.2 DRAM "
` [PATCH qemu v3 5/5] hw/cxl/events: Updates for rev3.2 memory module "
[PATCH qemu v2 0/5] cxl: r3.2 specification event updates
2026-01-14 7:29 UTC (9+ messages)
` [PATCH qemu v2 2/5] hw/cxl/events: Update for rev3.2 common event record format
` [PATCH qemu v2 5/5] hw/cxl/events: Updates for rev3.2 memory module event record
[cxl:fixes] BUILD SUCCESS 8441c7d3bd6c5a52ab2ecf77e43a5bf262004f5c
2026-01-14 5:48 UTC
[PATCH v4 0/2] cxl/region: Support unaligned address translations
2026-01-14 0:24 UTC (5+ messages)
` [PATCH v4 1/2] cxl/region: Translate DPA->HPA in unaligned MOD3 regions
` [PATCH v4 2/2] cxl/region: Translate HPA to DPA and memdev in unaligned regions
[PATCH 0/6] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
2026-01-13 18:29 UTC (5+ messages)
` [PATCH 1/6] dax/hmem, e820, resource: Defer Soft Reserved registration until hmem is ready
[RFC PATCH v3 0/8] mm,numa: N_PRIVATE node isolation for device-managed memory
2026-01-13 16:24 UTC (25+ messages)
` [RFC PATCH v3 7/8] mm/zswap: compressed ram direct integration
[PATCH v3 00/29] arch, mm: consolidate hugetlb early reservation
2026-01-13 12:29 UTC (8+ messages)
` [PATCH v3 15/29] powerpc: introduce arch_zone_limits_init()
` [PATCH v3 19/29] sparc: "
[cxl:fixes] BUILD SUCCESS d4026a44626490dc4eca4dd2c4d0816338fa179b
2026-01-13 8:14 UTC
[PATCH v4 0/7] Enable THP support in drm_pagemap
2026-01-13 2:31 UTC (34+ messages)
` [PATCH v4 1/7] mm/zone_device: Add order argument to folio_free callback
` [PATCH v4 2/7] mm/zone_device: Add free_zone_device_folio_prepare() helper
[RFC PATCH 0/3] Add Support for Multiple DC Regions
2026-01-13 0:08 UTC (6+ messages)
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