Lots of little changes since v1, but many of which are noted
within each patch. This version works in system mode, using
https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git/log/?h=for-next/core
r~
Richard Henderson (27):
target/arm: Add state for the ARMv8.3-PAuth extension
target/arm: Add SCTLR bits through ARMv8.5
target/arm: Add PAuth active bit to tbflags
target/arm: Add PAuth helpers
target/arm: Decode PAuth within system hint space
target/arm: Rearrange decode in disas_data_proc_1src
target/arm: Decode PAuth within disas_data_proc_1src
target/arm: Decode PAuth within disas_data_proc_2src
target/arm: Move helper_exception_return to helper-a64.c
target/arm: Add new_pc argument to helper_exception_return
target/arm: Rearrange decode in disas_uncond_b_reg
target/arm: Decode PAuth within disas_uncond_b_reg
target/arm: Decode Load/store register (pac)
target/arm: Move cpu_mmu_index out of line
target/arm: Introduce arm_mmu_idx
target/arm: Introduce arm_stage1_mmu_idx
target/arm: Create ARMVAParameters and helpers
target/arm: Reuse aa64_va_parameters for setting tbflags
target/arm: Export aa64_va_parameters to internals.h
target/arm: Implement pauth_strip
target/arm: Implement pauth_auth
target/arm: Implement pauth_addpac
target/arm: Implement pauth_computepac
target/arm: Add PAuth system registers
target/arm: Enable PAuth for -cpu max
target/arm: Enable PAuth for user-only, part 2
target/arm: Tidy TBI handling in gen_a64_set_pc
target/arm/cpu.h | 171 +++++-----
target/arm/helper-a64.h | 14 +
target/arm/helper.h | 1 -
target/arm/internals.h | 62 ++++
target/arm/translate.h | 2 +
target/arm/cpu.c | 6 +
target/arm/cpu64.c | 4 +
target/arm/helper-a64.c | 629 +++++++++++++++++++++++++++++++++++++
target/arm/helper.c | 500 ++++++++++++++++++-----------
target/arm/op_helper.c | 155 ---------
target/arm/translate-a64.c | 534 ++++++++++++++++++++++++++-----
11 files changed, 1581 insertions(+), 497 deletions(-)
--
2.17.2