All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] target/arm: Implement an IMPDEF pauth algorithm
@ 2020-08-13 20:02 Richard Henderson
  2020-08-13 20:02 ` [PATCH v2 1/3] target/arm: Add cpu properties to control pauth Richard Henderson
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Richard Henderson @ 2020-08-13 20:02 UTC (permalink / raw)
  To: qemu-devel; +Cc: mark.rutland, peter.maydell, drjones, alex.bennee

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 1 blurb at
  https://lists.nongnu.org/archive/html/qemu-devel/2020-08/msg02172.html
which contains larger study of the tradeoffs.

Version 2 changes:
  * Use boolean properties, for qmp_query_cpu_model_expansion (drjones).
  * Move XXH64 implementation to xxhash.h (ajb).
  * Include a small cleanup to parsing the "sve" property
    that I noticed along the way.


r~


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

 include/qemu/xxhash.h     | 82 +++++++++++++++++++++++++++++++++++++++
 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 | 41 +++++++++++++++++---
 6 files changed, 199 insertions(+), 27 deletions(-)

-- 
2.25.1



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

end of thread, other threads:[~2020-08-14 16:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-13 20:02 [PATCH v2 0/3] target/arm: Implement an IMPDEF pauth algorithm Richard Henderson
2020-08-13 20:02 ` [PATCH v2 1/3] target/arm: Add cpu properties to control pauth Richard Henderson
2020-08-14  9:17   ` Andrew Jones
2020-08-14  9:38     ` Andrew Jones
2020-08-13 20:02 ` [PATCH v2 2/3] target/arm: Implement an IMPDEF pauth algorithm Richard Henderson
2020-08-14  9:26   ` Andrew Jones
2020-08-14 16:08     ` Richard Henderson
2020-08-13 20:02 ` [PATCH v2 3/3] target/arm: Use object_property_add_bool for "sve" property Richard Henderson
2020-08-14  9:33   ` Andrew Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.