Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
896c80bef4d3b357814a476663158aaf669d0fb3
/
arch
/
x86
/
crypto
af903dc
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
d041b55
crypto: x86/sha1-mb - fix panic due to unaligned access
by Andrey Ryabinin
· 7 years ago
5dfeaac
crypto: x86/sha256-mb - fix panic due to unaligned access
by Andrey Ryabinin
· 7 years ago
ead7515
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
4635742
crypto: x86/chacha20 - satisfy stack validation 2.0
by Jason A. Donenfeld
· 7 years ago
8f182f8
crypto: x86/twofish - Fix RBP usage
by Josh Poimboeuf
· 7 years ago
ca04c82
crypto: sha512-avx2 - Fix RBP usage
by Josh Poimboeuf
· 7 years ago
539012d
crypto: x86/sha256-ssse3 - Fix RBP usage
by Josh Poimboeuf
· 7 years ago
d3dfbfe
crypto: x86/sha256-avx2 - Fix RBP usage
by Josh Poimboeuf
· 7 years ago
673ac6f
crypto: x86/sha256-avx - Fix RBP usage
by Josh Poimboeuf
· 7 years ago
6488bce
crypto: x86/sha1-ssse3 - Fix RBP usage
by Josh Poimboeuf
· 7 years ago
d7b1722
crypto: x86/sha1-avx2 - Fix RBP usage
by Josh Poimboeuf
· 7 years ago
3ed7b4d
crypto: x86/des3_ede - Fix RBP usage
by Josh Poimboeuf
· 7 years ago
c66cc3b
crypto: x86/cast6 - Fix RBP usage
by Josh Poimboeuf
· 7 years ago
4b15606
crypto: x86/cast5 - Fix RBP usage
by Josh Poimboeuf
· 7 years ago
b46c9d7
crypto: x86/camellia - Fix RBP usage
by Josh Poimboeuf
· 7 years ago
569f11c
crypto: x86/blowfish - Fix RBP usage
by Josh Poimboeuf
· 7 years ago
e90c48e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Herbert Xu
· 7 years ago
8861249
crypto: x86/sha1 - Fix reads beyond the number of blocks passed
by megha.dey@linux.intel.com
· 7 years ago
45fe93d
crypto: algapi - make crypto_xor() take separate dst and src arguments
by Ard Biesheuvel
· 7 years ago
dcf903d
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
8ad06e5
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 7 years ago
b82ce24
crypto: sha1-ssse3 - Disable avx2
by Herbert Xu
· 7 years ago
c207aee
objtool, x86: Add several functions and files to the objtool whitelist
by Josh Poimboeuf
· 7 years ago
8270f5d
crypto: glue_helper - Delete some dead code
by Dan Carpenter
· 8 years ago
9417cd1
crypto: x86/aes - Don't use %rbp as temporary register
by Eric Biggers
· 8 years ago
cce2ea8
crypto: aesni - add generic gcm(aes)
by Sabrina Dubroca
· 8 years ago
2df7e81
crypto: aesni - make AVX2 AES-GCM work with all valid auth_tag_len
by Sabrina Dubroca
· 8 years ago
27352c4
crypto: aesni - make AVX2 AES-GCM work with any aadlen
by Sabrina Dubroca
· 8 years ago
0120af7
crypto: aesni - make AVX AES-GCM work with all valid auth_tag_len
by Sabrina Dubroca
· 8 years ago
e10f9cb
crypto: aesni - make AVX AES-GCM work with any aadlen
by Sabrina Dubroca
· 8 years ago
38d9dee
crypto: aesni - make non-AVX AES-GCM work with all valid auth_tag_len
by Sabrina Dubroca
· 8 years ago
0487cca
crypto: aesni - make non-AVX AES-GCM work with any aadlen
by Sabrina Dubroca
· 8 years ago
15a9b36
crypto: sha512-mb - add some missing unlock on error
by Dan Carpenter
· 8 years ago
692016b
crypto: glue_helper - remove the le128_gf128mul_x_ble function
by Ondrej Mosnáček
· 8 years ago
e55318c
crypto: gf128mul - switch gf128mul_x_ble to le128
by Ondrej Mosnáček
· 8 years ago
fdb2726
crypto, x86: aesni - fix token pasting for clang
by Michael Davidson
· 8 years ago
c459bd7
crypto: sha512-mb - Protect sha512 mb ctx mgr access
by Tim Chen
· 8 years ago
34cb582
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Herbert Xu
· 8 years ago
c268199
crypto: aesni - Fix failure when pcbc module is absent
by Herbert Xu
· 8 years ago
e183914
crypto: x86 - make constants readonly, allow linker to merge them
by Denys Vlasenko
· 8 years ago
587d531
crypto: x86/crc32c - fix %progbits -> @progbits
by Denys Vlasenko
· 8 years ago
b8fbe71
crypto: x86/chacha20 - Manually align stack buffer
by Herbert Xu
· 8 years ago
07825f0
crypto: aesni - Fix failure when built-in with modular pcbc
by Herbert Xu
· 8 years ago
50fb570
crypto: aesni-intel - RFC4106 can zero copy when !PageHighMem
by Ilya Lesokhin
· 8 years ago
9ae433b
crypto: chacha20 - convert generic and x86 versions to skcipher
by Ard Biesheuvel
· 8 years ago
0f1d6df
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
8567186
crypto: aesni - Convert to skcipher
by Herbert Xu
· 8 years ago
065ce32
crypto: glue_helper - Add skcipher xts helpers
by Herbert Xu
· 8 years ago
064e6a8
Merge branch 'linus' into x86/fpu, to resolve conflicts
by Ingo Molnar
· 8 years ago
7a0b86b
crypto: sha-mb - Fix total_len for correct hash when larger than 512MB
by Greg Tucker
· 8 years ago
beae2c9
crypto: aesni: shut up -Wmaybe-uninitialized warning
by Arnd Bergmann
· 8 years ago
c592b57
x86/fpu: Remove use_eager_fpu()
by Andy Lutomirski
· 8 years ago
02f39b2
x86/crypto, x86/fpu: Remove X86_FEATURE_EAGER_FPU #ifdef from the crc32c code
by Andy Lutomirski
· 8 years ago
e67479b
crypto: sha512-mb - fix ctx pointer
by Xiaodong Liu
· 8 years ago
172b1d6
crypto: sha256-mb - fix ctx pointer and digest copy
by Xiaodong Liu
· 8 years ago
eb9bc8e
crypto: sha-mb - Cleanup code to use || instead of |
by Tim Chen
· 8 years ago
02fa472
crypto: aesni - Use crypto_cipher to derive rfc4106 subkey
by Herbert Xu
· 8 years ago
bee5cfd
crypto: sha512-mb - Crypto computation (x4 AVX2)
by Megha Dey
· 8 years ago
2cdacb6
crypto: sha512-mb - Algorithm data structures
by Megha Dey
· 8 years ago
45691e2
crypto: sha512-mb - submit/flush routines for AVX2
by Megha Dey
· 8 years ago
8c603ff
crypto: sha512-mb - SHA512 multibuffer job manager and glue code
by Megha Dey
· 8 years ago
4c79f6f
crypto: sha1-mb - rename sha-mb to sha1-mb
by Megha Dey
· 8 years ago
9925324
crypto: sha256-mb - Crypto computation (x8 AVX2)
by Megha Dey
· 8 years ago
98cf103
crypto: sha256-mb - Algorithm data structures
by Megha Dey
· 8 years ago
a377c6b
crypto: sha256-mb - submit/flush routines for AVX2
by Megha Dey
· 8 years ago
f876f44
crypto: sha256-mb - SHA256 multibuffer job manager and glue code
by Megha Dey
· 8 years ago
331bf73
crypto: sha1-mb - async implementation for sha1-mb
by Megha Dey
· 8 years ago
7271b33
crypto: ghash-clmulni - Fix cryptd reordering
by Herbert Xu
· 8 years ago
38b2f68
crypto: aesni - Fix cryptd reordering problem on gcm
by Herbert Xu
· 8 years ago
7ea0da1
crypto: chacha20-simd - Use generic code for small requests
by Herbert Xu
· 8 years ago
0a7f330
crypto: sha1-mb - stylistic cleanup
by Megha Dey
· 9 years ago
1a445e8
crypto: sha-ssse3 - add MODULE_ALIAS
by Stephan Mueller
· 9 years ago
e4fba88
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
4a6b27b
crypto: sha1-mb - make sha1_x8_avx2() conform to C function ABI
by Josh Poimboeuf
· 9 years ago
bcea36d
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
1fb48f8
Merge tag 'v4.6-rc6' into x86/asm, to refresh the tree
by Ingo Molnar
· 9 years ago
a3819e3
x86: Fix non-static inlines
by Denys Vlasenko
· 9 years ago
0851561
crypto: sha1-mb - use corrcet pointer while completing jobs
by Xiaodong Liu
· 9 years ago
da154e8
x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usage
by Borislav Petkov
· 9 years ago
1f4dd79
x86/cpufeature: Replace cpu_has_aes with boot_cpu_has() usage
by Borislav Petkov
· 9 years ago
abcfdfe
x86/cpufeature: Replace cpu_has_avx2 with boot_cpu_has() usage
by Borislav Petkov
· 9 years ago
054efb6
x86/cpufeature: Remove cpu_has_xmm2
by Borislav Petkov
· 9 years ago
ab4a56f
x86/cpufeature: Remove cpu_has_osxsave
by Borislav Petkov
· 9 years ago
26660a4
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
7047737
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
8691ccd
x86/asm/crypto: Create stack frames in crypto functions
by Josh Poimboeuf
· 9 years ago
68874ac
x86/asm/crypto: Don't use RBP as a scratch register
by Josh Poimboeuf
· 9 years ago
aec4d0e
x86/asm/crypto: Simplify stack usage in sha-mb functions
by Josh Poimboeuf
· 9 years ago
f66f619
x86/asm/crypto: Move jump_table to .rodata section
by Josh Poimboeuf
· 9 years ago
1253cab
x86/asm/crypto: Move .Lbswap_mask data to .rodata section
by Josh Poimboeuf
· 9 years ago
3a2f2ac
Merge branch 'x86/urgent' into x86/asm, to pick up fixes
by Ingo Molnar
· 9 years ago
28856a9
crypto: xts - consolidate sanity check for keys
by Stephan Mueller
· 9 years ago
fd09967
crypto: sha-mb - Fix load failure
by Wang, Rui Y
· 9 years ago
cd4d09e
x86/cpufeature: Carve out X86_FEATURE_*
by Borislav Petkov
· 9 years ago
10cff58
crypto: sha1-mb - Add missing args_digest offset
by Megha Dey
· 9 years ago
cbe09bd
crypto: chacha20-ssse3 - Align stack pointer to 64 bytes
by Eli Cooper
· 9 years ago
c597b6b
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
362f924
x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros
by Borislav Petkov
· 9 years ago
Next »