linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] ARM: Expose Armv8 AArch32 features via hwcap
@ 2022-10-26  5:49 Amit Daniel Kachhap
  2022-10-26  5:49 ` [PATCH 1/8] ARM: Define Armv8 registers in AArch32 state Amit Daniel Kachhap
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: Amit Daniel Kachhap @ 2022-10-26  5:49 UTC (permalink / raw)
  To: Russell King; +Cc: patches, linux-arm-kernel, Amit Daniel Kachhap

Hi All,

This series advertise availability of Armv8 features present in AArch32
state. These features are mostly Advanced SIMD(fphp, asimdhp, dp,
fhm, bf16, i8mm) and few others(sb ssbs). These features are already exposed
to user in arm64 kernel. A similar series advertising the features in
arm64 kernel in compat mode will be sent separately.

Some other remaining features(SPECRES,  ETS, nTLBPA, CSV3, LSMAOC) are not
advertised in arm64 kernel so left here also.

The entire series is divided feature wise as present in Armv8 manual.
The details of these features can be found in Armv8 architecture
reference manual available from
https://developer.arm.com/documentation/ddi0487/gb/?lang=en

All the changes have been tested on Arm FVP Base Revc model after adding
necessary model parameters.

The series is based on Linux 6.1-rc1.

Thanks,
Amit Daniel

Amit Daniel Kachhap (8):
  ARM: Define Armv8 registers in AArch32 state
  ARM: vfp: Add hwcap FPHP and ASIMDHP for FEAT_FP16
  ARM: vfp: Add hwcap for FEAT_DotProd
  ARM: vfp: Add hwcap for FEAT_FHM
  ARM: vfp: Add hwcap for FEAT_AA32BF16
  ARM: vfp: Add hwcap for FEAT_AA32I8MM
  ARM: Add hwcap for Speculation Barrier(SB)
  ARM: Add hwcap for Speculative Store Bypassing Safe

 arch/arm/include/asm/cputype.h    |  4 ++++
 arch/arm/include/asm/vfp.h        |  6 ++++++
 arch/arm/include/uapi/asm/hwcap.h |  8 ++++++++
 arch/arm/kernel/setup.c           | 22 +++++++++++++++++++++
 arch/arm/vfp/vfpmodule.c          | 32 +++++++++++++++++++++++++++++++
 5 files changed, 72 insertions(+)

-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2022-11-22 12:25 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-26  5:49 [PATCH 0/8] ARM: Expose Armv8 AArch32 features via hwcap Amit Daniel Kachhap
2022-10-26  5:49 ` [PATCH 1/8] ARM: Define Armv8 registers in AArch32 state Amit Daniel Kachhap
2022-10-26  5:49 ` [PATCH 2/8] ARM: vfp: Add hwcap FPHP and ASIMDHP for FEAT_FP16 Amit Daniel Kachhap
2022-10-26  5:49 ` [PATCH 3/8] ARM: vfp: Add hwcap for FEAT_DotProd Amit Daniel Kachhap
2022-10-26  5:49 ` [PATCH 4/8] ARM: vfp: Add hwcap for FEAT_FHM Amit Daniel Kachhap
2022-10-26  5:49 ` [PATCH 5/8] ARM: vfp: Add hwcap for FEAT_AA32BF16 Amit Daniel Kachhap
2022-10-26  5:49 ` [PATCH 6/8] ARM: vfp: Add hwcap for FEAT_AA32I8MM Amit Daniel Kachhap
2022-10-26  5:50 ` [PATCH 7/8] ARM: Add hwcap for Speculation Barrier(SB) Amit Daniel Kachhap
2022-11-16 14:06   ` Linus Walleij
2022-11-17 10:19     ` Amit Daniel Kachhap
2022-11-17 11:14     ` Robin Murphy
2022-10-26  5:50 ` [PATCH 8/8] ARM: Add hwcap for Speculative Store Bypassing Safe Amit Daniel Kachhap
2022-11-16 13:51 ` [PATCH 0/8] ARM: Expose Armv8 AArch32 features via hwcap Linus Walleij
2022-11-17  6:19   ` Amit Kachhap
2022-11-21 19:04 ` Russell King (Oracle)
2022-11-22 12:24   ` Amit Daniel Kachhap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).