Re: [PATCH v7 0/3] target/arm: Implement an IMPDEF pauth algorithm

2021-01-19 Thread Peter Maydell
On Mon, 11 Jan 2021 at 23:57, Richard Henderson wrote: > > 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

[PATCH v7 0/3] target/arm: Implement an IMPDEF pauth algorithm

2021-01-11 Thread Richard Henderson
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).