[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] CHANGELOG: Mention LLC coloring feature on Arm
- To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Michal Orzel <michal.orzel@xxxxxxx>
- Date: Fri, 20 Dec 2024 09:19:40 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=sjFwPdlJKALonDUST0I3yiYbwt/LgZZy+CdxllRTzJo=; b=ZQ8dhbu7EkXCC59UOSemS2dAW6Bxd8lcdwNJBdKR73DTfKEegoxcvblrQiiJZf3nz6UDySBN8hDrFI3ASzIT19vl894nyHfMRZ9k6ZRSZC211IVY29INk/o5XajJyunbBMAZVbRR71hYw5UeZdITR/uKCSPT0VjWrC4aSTnSfh81urD0X5UQBMfKLoQSE985oICkV1oHKHE22900nUe5tiQSnED7/RSOXg/H+T6O+6Fr4sDN42LcBdCrRFZqVZ/6k5G3La5NiNvr3mbPUhKgcQrWpOJjVOET88LRZUzsXk7NThsq+yB43y+wDEXeOhGjFeSTWc0ALPsE25y/VXdjvg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=eFum/HCCOlr8MgfWgyTHRY9qJCFCOp6O6o2lWOcrjBQlMu7fn6k3wTg2mSX6rO+8I8MwR1o+gA4hp7Ag0lVCDwfgl5CBy0Kj+tnMApjNbacG5+F0BPw0EP8C71YQWo5u+I2ojQBgJy5kNF2MrSw/3DqsR1NvIy13UfavnWGZ7mOEEUumz4TFfE8x9CRPFSbISZhSxLwCpTeeY6QHWdxQ+okWS6lf00BIn2iu0A/yUuX3D/D9R1WA/K9IHsxgxxLFYNuoqaPaZC/qJOSnye7L7OKTjssAfU5dfy+S5d/YNIot47Y/3neA0ZhiNrEpFL3nvpZgIJUOxxoCuecHQVKlZA==
- Cc: Michal Orzel <michal.orzel@xxxxxxx>, Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>, <carlo.nonato@xxxxxxxxxxxxxxx>, "Community Manager" <community.manager@xxxxxxxxxxxxxx>
- Delivery-date: Fri, 20 Dec 2024 08:20:15 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
It's definitely worth mentioning as one of the most notable feature on
Arm this release.
Signed-off-by: Michal Orzel <michal.orzel@xxxxxxx>
---
CHANGELOG.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe6c4cf9432e..8507e6556a56 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,7 @@ The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/)
- Support for NXP S32G3 Processors Family and NXP LINFlexD UART driver.
- Basic handling for SCMI requests over SMC using Shared Memory, by allowing
forwarding the calls to EL3 FW if coming from hwdom.
+ - Support for LLC (Last Level Cache) coloring.
- On x86:
- xl suspend/resume subcommands.
--
2.25.1
|