Message ID | 20241220081940.7954-1-michal.orzel@amd.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | CHANGELOG: Mention LLC coloring feature on Arm | expand |
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. >
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.
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(+)