```

The upcoming Linux 7.3 kernel is set to include foundational support for a new intermediate CPU core type from AMD, bridging the gap between its high-performance and efficiency-focused silicon. Patches queued for the release introduce kernel recognition of an AMD "low power" core, establishing a three-tier heterogeneous computing model.

This development builds on earlier patches first proposed last month, which outlined the concept of a third core category. The latest updates have been accepted into the relevant subsystem trees, positioning the work for inclusion in Linux 7.3. The implementation relies on ACPI-based discovery, enabling the kernel scheduler to identify and manage workloads across the new core type without needing hardware-specific code. This generic approach prepares the platform for future AMD Zen architecture processors.

Heterogeneous CPU designs are increasingly common as chipmakers balance performance with power and thermal constraints. By adding a "low power" tier, AMD is refining its core specialization strategy. For applications to benefit automatically, the Linux scheduler must understand the relative capabilities and energy profiles of each core class. The queued patches provide this essential awareness, allowing upcoming hardware to expose the new cores cleanly to the operating system.

While not explicitly tied to a specific product, the timing and technical direction align with AMD's ongoing Zen architecture evolution. Kernel support of this nature typically precedes silicon availability, giving distribution maintainers and engineers crucial lead time. This early enablement allows the community to validate scheduling heuristics, power management, and topology reporting before new processors reach users.

The development is significant for the broader IT landscape because Linux underpins a vast majority of servers, cloud infrastructure, and an expanding array of client devices that will eventually use such cores. Proper scheduler integration ensures that diverse workloads—from latency-sensitive services to background tasks—can be placed on the most appropriate core automatically. This helps prevent performance regressions and inefficient power usage that might occur if the kernel treated unfamiliar cores as generic CPUs.

The changes themselves are measured, extending existing ACPI and topology parsing paths rather than overhauling the scheduler. This conservative approach is consistent with AMD's recent upstream contributions, minimizing regression risks. Once merged, the code will be available for testing in linux-next and subsequent release candidates, offering the community several months to exercise the new core-type handling ahead of the official 7.3 launch.

As processor designs continue to diversify, kernel-level recognition of new core classes is becoming a recurring necessity. AMD's low-power core patches demonstrate the coordination between hardware vendors and the Linux community to keep the OS prepared for the next generation of heterogeneous silicon. System administrators, distribution maintainers, and developers focused on power-efficient computing should monitor the Linux 7.3 merge window for the final implementation and any subsequent tuning that emerges with early hardware.


即將推出的 Linux 7.3 核心將納入對 AMD 一種全新中階 CPU 核心類型的基礎支援,此類型旨在填補其高效能與效能優先矽晶片之間的空隙。已排入發佈的補丁賦予核心辨識 AMD「低功耗」核心的能力,從而建立起三層級的異構計算模式。

此項發展建立在上個月首次提出、概述第三類核心概念的早期補丁基礎上。最新的更新已被接受並納入相關子系統的程式碼樹,使這項工作得以整合至 Linux 7.3。其實現依賴基於 ACPI 的探索機制,讓核心排程器無需特定硬件代碼,即可識別並管理工作負載分配至這種新核心類型。這種通用方法為未來的 AMD Zen 架構處理器鋪平了道路。

隨著晶片製造商在效能與功耗、散熱限制之間尋求平衡,異構 CPU 設計日趨普遍。透過增設「低功耗」層級,AMD 正在優化其核心專業化策略。為了讓應用程式能自動受益,Linux 排程器必須理解各類核心的相對能力與能耗特性。已提交的補丁提供了這種必要的認知,使未來的硬件能將新核心清晰地暴露給作業系統。

雖然未明確指向特定產品,但其時間點與技術方向與 AMD 持續演進的 Zen 架構相符。這類核心支援通常在硬件上市前就已實作,給發行版維護者和工程師提供了關鍵的前置時間。這種早期支援能力讓社群能夠在新處理器交付用戶之前,驗證排程演算法、電源管理及拓撲報告等功能。

此項開發對廣泛的 IT 領域具有重要意義,因為 Linux 支撐著絕大多數伺服器、雲端基礎設施,以及將逐步採用此類核心的眾多客戶端設備。妥善整合排程器可確保各類工作負載——從延遲敏感型服務到背景任務——都能自動分配至最合適的核心。這有助於避免因核心將不熟悉的處理器視為通用 CPU 處理,可能引發的效能衰退與能源使用效率低下問題。

相關改動本身是審慎的,擴展了現有的 ACPI 與拓撲解析路徑,而非重構排程器。這種保守方法與 AMD 近期向上游貢獻的風格一致,能最大程度降低回歸風險。一旦合併,該程式碼將可在 linux-next 及後續發候選版本中進行測試,讓社群在官方 7.3 版本發佈前,有數月時間實踐新的核心類型處理機制。

隨著處理器設計持續多元化,核心層級對新核心類型的識別已成為常態需求。AMD 的低功耗核心補丁展示了硬件供應商與 Linux 社群的協同合作,確保作業系統為下一代異構矽晶片做好準備。系統管理員、發行版維護者及專注於節能運算的開發者,應關注 Linux 7.3 的合併窗口以掌握最終實作方案,以及隨早期硬件測試出現的任何後續調校。

新聞來源 / Original News Source