summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2019-07-02 21:41:23 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2019-07-26 14:55:34 +1000
commit2c53fd11f7624658222d175ec27e6c07b20b63d0 (patch)
treed5b03a77e9a4357c5e17bade92579283d679fb03 /tools/perf/scripts/python
parente59c1c98745637796df824c0177f279b6e9cad94 (diff)
downloadkernel-2c53fd11f7624658222d175ec27e6c07b20b63d0.tar.gz
crypto: x86/aes-ni - switch to generic for fallback and key routines
The AES-NI code contains fallbacks for invocations that occur from a context where the SIMD unit is unavailable, which really only occurs when running in softirq context that was entered from a hard IRQ that was taken while running kernel code that was already using the FPU. That means performance is not really a consideration, and we can just use the new library code for this use case, which has a smaller footprint and is believed to be time invariant. This will allow us to drop the non-SIMD asm routines in a subsequent patch. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
rity/ipe?h=master&id=579941899db4f972507df3bf783518e606bb095a'>ipe: return -ESTALE instead of -EINVAL on update when new policy has a lower ...Luca Boccassi 2024-09-23ipe: Add missing terminator to list of unit testsGuenter Roeck 2024-08-22ipe: Remove duplicated include in ipe.cYang Li 2024-08-20ipe: kunit test for parserDeven Bowers 2024-08-20scripts: add boot policy generation programDeven Bowers 2024-08-20ipe: enable support for fs-verity as a trust providerFan Wu 2024-08-20ipe: add support for dm-verity as a trust providerDeven Bowers 2024-08-20ipe: add permissive toggleDeven Bowers 2024-08-20audit,ipe: add IPE auditing supportDeven Bowers 2024-08-20ipe: add userspace interfaceDeven Bowers 2024-08-20ipe: introduce 'boot_verified' as a trust providerFan Wu 2024-08-20ipe: add LSM hooks on execution and kernel readDeven Bowers 2024-08-20ipe: add evaluation loopDeven Bowers 2024-08-20ipe: add policy parserDeven Bowers 2024-08-19lsm: add IPE lsmDeven Bowers