aboutsummaryrefslogtreecommitdiffstats
path: root/module/zcommon/zfs_fletcher.c
Commit message (Expand)AuthorAgeFilesLines
* DLPX-44812 integrate EP-220 large memory scalabilityDavid Quigley2016-11-291-12/+63
* Add superscalar fletcher4Romain Dolbeau2016-11-041-0/+2
* Fletcher4 algorithm implemented in pure NEON for Aarch64 / ARMv8 64 bitsRomain Dolbeau2016-10-211-0/+3
* Fletcher4: save/reload implementation contextGvozden Neskovic2016-10-051-62/+84
* Fletcher4: Incremental using SIMDGvozden Neskovic2016-10-051-18/+58
* OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-RTony Hutter2016-10-031-5/+16
* Linux compat: Grsecurity kernelGvozden Neskovic2016-08-221-2/+3
* Rework of fletcher_4 moduleGvozden Neskovic2016-08-161-156/+326
* Fletcher4 implementation using avx512f instruction setGvozden Neskovic2016-08-161-2/+11
* Build user-space with different gcc optimization levelsGvozden Neskovic2016-08-091-1/+1
* Implementation of SSE optimized Fletcher-4Tyler J. Stachecki2016-07-151-0/+19
* Vectorized fletcher_4 must be 128-bit alignedBrian Behlendorf2016-06-291-2/+12
* Implementation of AVX2 optimized Fletcher-4Jinshan Xiong2016-06-021-36/+275
* Add linux kernel module supportBrian Behlendorf2010-08-311-0/+9
* Update core ZFS code from build 121 to build 141.Brian Behlendorf2010-05-281-0/+246