qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/3] target/arm: Implement an IMPDEF pauth algorithm
@ 2021-01-11 23:57 Richard Henderson
  2021-01-11 23:57 ` [PATCH v7 1/3] " Richard Henderson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Richard Henderson @ 2021-01-11 23:57 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, qemu-arm

The architected pauth algorithm is quite slow without
hardware support, and boot times for kernels that enable
use of the feature have been significantly impacted.
  
Version 7 changes:
  * Fix rebase error (drjones).

Version 6 changes:
  * Rearrange xxhash64 (pmm).
  * Add documentation (pmm).
 
 
r~


Richard Henderson (3):
  target/arm: Implement an IMPDEF pauth algorithm
  target/arm: Add cpu properties to control pauth
  target/arm: Use object_property_add_bool for "sve" property

 docs/system/arm/cpu-features.rst | 21 +++++++
 include/qemu/xxhash.h            | 98 ++++++++++++++++++++++++++++++++
 target/arm/cpu.h                 | 25 ++++++--
 target/arm/cpu.c                 | 13 +++++
 target/arm/cpu64.c               | 64 +++++++++++++++------
 target/arm/monitor.c             |  1 +
 target/arm/pauth_helper.c        | 27 +++++++--
 tests/qtest/arm-cpu-features.c   | 13 +++++
 8 files changed, 235 insertions(+), 27 deletions(-)

-- 
2.25.1



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

end of thread, other threads:[~2021-01-19 10:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-11 23:57 [PATCH v7 0/3] target/arm: Implement an IMPDEF pauth algorithm Richard Henderson
2021-01-11 23:57 ` [PATCH v7 1/3] " Richard Henderson
2021-01-11 23:57 ` [PATCH v7 2/3] target/arm: Add cpu properties to control pauth Richard Henderson
2021-01-11 23:57 ` [PATCH v7 3/3] target/arm: Use object_property_add_bool for "sve" property Richard Henderson
2021-01-19 10:37 ` [PATCH v7 0/3] target/arm: Implement an IMPDEF pauth algorithm Peter Maydell

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).