aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-03crypto: x86/camellia - convert to skcipher interfaceEric Biggers1-83/+79
2018-03-03crypto: x86/camellia - remove XTS algorithmEric Biggers3-112/+24
2018-03-03crypto: x86/camellia - remove LRW algorithmEric Biggers2-94/+1
2018-03-03crypto: x86/camellia-aesni-avx2 - remove LRW algorithmEric Biggers1-179/+1
2018-03-03crypto: x86/camellia-aesni-avx - remove LRW algorithmEric Biggers2-167/+2
2018-03-03crypto: x86/des3_ede - convert to skcipher interfaceEric Biggers1-119/+119
2018-03-03crypto: x86/blowfish: convert to skcipher interfaceEric Biggers1-117/+113
2018-03-03crypto: x86/cast6-avx - convert to skcipher interfaceEric Biggers1-211/+100
2018-03-03crypto: x86/cast6-avx - remove LRW algorithmEric Biggers1-179/+1
2018-03-03crypto: x86/cast5-avx - convert to skcipher interfaceEric Biggers1-224/+127
2018-03-03crypto: x86/cast5-avx - fix ECB encryption when long sg follows short oneEric Biggers1-2/+1
2018-03-03crypto: x86/twofish-avx - convert to skcipher interfaceEric Biggers1-215/+100
2018-03-03crypto: x86/twofish-avx - remove LRW algorithmEric Biggers1-188/+1
2018-03-03crypto: x86/twofish-3way - convert to skcipher interfaceEric Biggers1-84/+67
2018-03-03crypto: x86/twofish-3way - remove XTS algorithmEric Biggers3-117/+25
2018-03-03crypto: x86/twofish-3way - remove LRW algorithmEric Biggers3-91/+27
2018-03-03crypto: x86/serpent-avx,avx2 - convert to skcipher interfaceEric Biggers3-437/+217
2018-03-03crypto: x86/serpent-avx - remove LRW algorithmEric Biggers2-186/+1
2018-03-03crypto: x86/serpent-avx2 - remove LRW algorithmEric Biggers1-175/+1
2018-03-03crypto: x86/serpent-sse2 - convert to skcipher interfaceEric Biggers1-151/+70
2018-03-03crypto: x86/serpent-sse2 - remove XTS algorithmEric Biggers1-172/+0
2018-03-03crypto: x86/serpent-sse2 - remove LRW algorithmEric Biggers1-129/+1
2018-03-03crypto: x86/glue_helper - add skcipher_walk functionsEric Biggers2-0/+219
2018-02-22crypto: aesni - Update aesni-intel_glue to use scatter/gatherDave Watson1-0/+133
2018-02-22crypto: aesni - Introduce scatter/gather asm function stubsDave Watson2-26/+106
2018-02-22crypto: aesni - Add fast path for > 16 byte updateDave Watson1-0/+25
2018-02-22crypto: aesni - Introduce partial block macroDave Watson1-1/+150
2018-02-22crypto: aesni - Move HashKey computation from stack to gcm_contextDave Watson1-99/+106
2018-02-22crypto: aesni - Move ghash_mul to GCM_COMPLETEDave Watson1-1/+9
2018-02-22crypto: aesni - Fill in new context data structuresDave Watson1-12/+39
2018-02-22crypto: aesni - Split AAD hash calculation to separate macroDave Watson1-28/+43
2018-02-22crypto: aesni - Introduce gcm_context_dataDave Watson2-75/+121
2018-02-22crypto: aesni - Merge encode and decode to GCM_ENC_DEC macroDave Watson1-179/+114
2018-02-22crypto: aesni - Add GCM_COMPLETE macroDave Watson1-109/+63
2018-02-22crypto: aesni - Add GCM_INIT macroDave Watson1-51/+33
2018-02-22crypto: aesni - Macro-ify func save/restoreDave Watson1-29/+24
2018-02-22crypto: aesni - Merge INITIAL_BLOCKS_ENC/DECDave Watson1-250/+48
2018-02-15crypto: sha512-mb - remove HASH_FIRST flagEric Biggers2-32/+6
2018-02-15crypto: sha256-mb - remove HASH_FIRST flagEric Biggers2-29/+6
2018-02-15crypto: sha1-mb - remove HASH_FIRST flagEric Biggers2-30/+6
2018-02-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+6
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2-3/+3
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds32-531/+2405
2018-02-09Merge branch 'msr-bitmaps' of git://git.kernel.org/pub/scm/virt/kvm/kvmRadim Krčmář1-143/+164
2018-02-09Merge tag 'for-linus-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-0/+22
2018-02-09Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+3
2018-02-09Merge tag 'pm-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2018-02-08crypto: sha512-mb - initialize pending lengths correctlyEric Biggers1-4/+6
2018-02-08xen: Fix {set,clear}_foreign_p2m_mapping on autotranslating guestsSimon Gaiser1-0/+6
2018-02-08Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-domains'Rafael J. Wysocki1-0/+1