[PATCH] CHANGELOG: Mention LLC coloring feature on Arm

Michal Orzel posted 1 patch 10 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20241220081940.7954-1-michal.orzel@amd.com
CHANGELOG.md | 1 +
1 file changed, 1 insertion(+)
[PATCH] CHANGELOG: Mention LLC coloring feature on Arm
Posted by Michal Orzel 10 months, 2 weeks ago
It's definitely worth mentioning as one of the most notable feature on
Arm this release.

Signed-off-by: Michal Orzel <michal.orzel@amd.com>
---
 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
Re: [PATCH] CHANGELOG: Mention LLC coloring feature on Arm
Posted by Oleksii Kurochko 10 months, 2 weeks ago
On 12/20/24 9:19 AM, Michal Orzel wrote:
> It's definitely worth mentioning as one of the most notable feature on
> Arm this release.

Totally agree with that.

Acked-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>


Thanks.


~ Oleksii

>
> Signed-off-by: Michal Orzel <michal.orzel@amd.com>
> ---
>   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.
>