History log of /src/sys/crypto/arch/x86/
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
1.4 16-Jul-2024 riastradh

sys/crypto: Two more issues in GCC Intel intrinsics.

With this, the AES tests should pass again.


1.3 15-Jul-2024 riastradh

sys/crypto: Fix mistakes in previous gcc12 immintrin fixes.

Compile-tested the ChaCha code, not the whole kernel, and it turns
out the AES code trips over the mistakes.

PR toolchain/58350


1.2 15-Jul-2024 riastradh

sys/crypto: Fix gcc x86 load/store-unaligned intrinsics.

(Sure would be nice if someone wired up the kernel build to use
gcc/clang's own immintrin.h &c. so we don't have to maintain a copy!)

PR toolchain/58350


Revision tags: perseant-exfatfs-base-20240630 perseant-exfatfs-base thorpej-ifq-base thorpej-altq-separation-base
1.1 07-Aug-2023 rin

branches: 1.1.6;
sys/crypto: Introduce arch/{arm,x86} to share common MD headers

Dedup between aes and chacha. No binary changes.


Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
1.2 15-Jul-2024 riastradh

sys/crypto: Fix mistakes in previous gcc12 immintrin fixes.

Compile-tested the ChaCha code, not the whole kernel, and it turns
out the AES code trips over the mistakes.

PR toolchain/58350


Revision tags: perseant-exfatfs-base-20240630 perseant-exfatfs-base thorpej-ifq-base thorpej-altq-separation-base
1.1 07-Aug-2023 rin

branches: 1.1.6;
sys/crypto: Introduce arch/{arm,x86} to share common MD headers

Dedup between aes and chacha. No binary changes.