]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
arm64/cpufeature: Define hwcaps for 2025 dpISA features
authorMark Brown <broonie@kernel.org>
Mon, 18 May 2026 15:07:29 +0000 (16:07 +0100)
committerWill Deacon <will@kernel.org>
Tue, 19 May 2026 12:57:51 +0000 (13:57 +0100)
commitabca5e69ab6268cbe1913b19da5a98c3383f8bb3
tree686a309be72a8f2bb8aa129e2998efa6fc712c3f
parent254f49634ee16a731174d2ae34bc50bd5f45e731
arm64/cpufeature: Define hwcaps for 2025 dpISA features

The features added by the 2025 dpISA are all straightforward instruction
only features so there is no state to manage, we can just expose hwcaps to
let userspace know they are available.

F16MM is slightly odd in that the feature is FEAT_F16MM but it is discovered
via ID_AA64FPFR0_EL1.F16MM2. We follow the feature name.

Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Will Deacon <will@kernel.org>
Documentation/arch/arm64/elf_hwcaps.rst
arch/arm64/include/uapi/asm/hwcap.h
arch/arm64/kernel/cpufeature.c
arch/arm64/kernel/cpuinfo.c