order as they are defined in header. I.e.,
HWCAP first by ascending value, and then HWCAP2 in the similar fashion.
Signed-off-by: Julien Grall
---
Documentation/arm64/elf_hwcaps.rst | 64 +++---
1 file changed, 32 insertions(+), 32 deletions(-)
diff --git a
All the hardware capabilities but HWCAP_SB is not documented in
elf_hwcaps.rst. So document it.
Signed-off-by: Julien Grall
---
Documentation/arm64/elf_hwcaps.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/arm64/elf_hwcaps.rst
b/Documentation/arm64/elf_hwcaps.rst
Hi all,
This patch fix an issue related to exposing the FRINT capability to
userspace (see patch #1). The rest is documentation update.
Cheers,
Julien Grall (4):
arm64: cpufeature: Effectively expose FRINT capability to userspace
docs/arm64: elf_hwcaps: sort the HWCAP{,2} documentation by