summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-048-1/+72
|\
| * Merge 4.16-rc7 into char-misc-nextGreg Kroah-Hartman2018-03-2847-343/+569
| |\
| * | Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley2018-03-068-1/+72
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-04-0425-4976/+2283
|\ \ \
| * | | crypto: x86/des3_ede - des3_ede_skciphers[] can be staticWu Fengguang2018-03-091-1/+1
| * | | crypto: x86/glue_helper - rename glue_skwalk_fpu_begin()Eric Biggers2018-03-033-18/+14
| * | | crypto: x86/glue_helper - remove blkcipher_walk functionsEric Biggers2018-03-032-406/+0
| * | | crypto: lrw - remove lrw_crypt()Eric Biggers2018-03-031-1/+0
| * | | crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interfaceEric Biggers2018-03-033-433/+205
| * | | crypto: x86/camellia - convert to skcipher interfaceEric Biggers2018-03-031-83/+79
| * | | crypto: x86/camellia - remove XTS algorithmEric Biggers2018-03-033-112/+24
| * | | crypto: x86/camellia - remove LRW algorithmEric Biggers2018-03-032-94/+1
| * | | crypto: x86/camellia-aesni-avx2 - remove LRW algorithmEric Biggers2018-03-031-179/+1
| * | | crypto: x86/camellia-aesni-avx - remove LRW algorithmEric Biggers2018-03-032-167/+2
| * | | crypto: x86/des3_ede - convert to skcipher interfaceEric Biggers2018-03-031-119/+119
| * | | crypto: x86/blowfish: convert to skcipher interfaceEric Biggers2018-03-031-117/+113
| * | | crypto: x86/cast6-avx - convert to skcipher interfaceEric Biggers2018-03-031-211/+100
| * | | crypto: x86/cast6-avx - remove LRW algorithmEric Biggers2018-03-031-179/+1
| * | | crypto: x86/cast5-avx - convert to skcipher interfaceEric Biggers2018-03-031-224/+127
| * | | crypto: x86/cast5-avx - fix ECB encryption when long sg follows short oneEric Biggers2018-03-031-2/+1
| * | | crypto: x86/twofish-avx - convert to skcipher interfaceEric Biggers2018-03-031-215/+100
| * | | crypto: x86/twofish-avx - remove LRW algorithmEric Biggers2018-03-031-188/+1
| * | | crypto: x86/twofish-3way - convert to skcipher interfaceEric Biggers2018-03-031-84/+67
| * | | crypto: x86/twofish-3way - remove XTS algorithmEric Biggers2018-03-033-117/+25
| * | | crypto: x86/twofish-3way - remove LRW algorithmEric Biggers2018-03-033-91/+27
| * | | crypto: x86/serpent-avx,avx2 - convert to skcipher interfaceEric Biggers2018-03-033-437/+217
| * | | crypto: x86/serpent-avx - remove LRW algorithmEric Biggers2018-03-032-186/+1
| * | | crypto: x86/serpent-avx2 - remove LRW algorithmEric Biggers2018-03-031-175/+1
| * | | crypto: x86/serpent-sse2 - convert to skcipher interfaceEric Biggers2018-03-031-151/+70
| * | | crypto: x86/serpent-sse2 - remove XTS algorithmEric Biggers2018-03-031-172/+0
| * | | crypto: x86/serpent-sse2 - remove LRW algorithmEric Biggers2018-03-031-129/+1
| * | | crypto: x86/glue_helper - add skcipher_walk functionsEric Biggers2018-03-032-0/+219
| * | | crypto: aesni - Update aesni-intel_glue to use scatter/gatherDave Watson2018-02-221-0/+133
| * | | crypto: aesni - Introduce scatter/gather asm function stubsDave Watson2018-02-222-26/+106
| * | | crypto: aesni - Add fast path for > 16 byte updateDave Watson2018-02-221-0/+25
| * | | crypto: aesni - Introduce partial block macroDave Watson2018-02-221-1/+150
| * | | crypto: aesni - Move HashKey computation from stack to gcm_contextDave Watson2018-02-221-99/+106
| * | | crypto: aesni - Move ghash_mul to GCM_COMPLETEDave Watson2018-02-221-1/+9
| * | | crypto: aesni - Fill in new context data structuresDave Watson2018-02-221-12/+39
| * | | crypto: aesni - Split AAD hash calculation to separate macroDave Watson2018-02-221-28/+43
| * | | crypto: aesni - Introduce gcm_context_dataDave Watson2018-02-222-75/+121
| * | | crypto: aesni - Merge encode and decode to GCM_ENC_DEC macroDave Watson2018-02-221-179/+114
| * | | crypto: aesni - Add GCM_COMPLETE macroDave Watson2018-02-221-109/+63
| * | | crypto: aesni - Add GCM_INIT macroDave Watson2018-02-221-51/+33
| * | | crypto: aesni - Macro-ify func save/restoreDave Watson2018-02-221-29/+24
| * | | crypto: aesni - Merge INITIAL_BLOCKS_ENC/DECDave Watson2018-02-221-250/+48
| * | | crypto: sha512-mb - remove HASH_FIRST flagEric Biggers2018-02-152-32/+6
| * | | crypto: sha256-mb - remove HASH_FIRST flagEric Biggers2018-02-152-29/+6
| * | | crypto: sha1-mb - remove HASH_FIRST flagEric Biggers2018-02-152-30/+6
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-04-041-1/+1
|\ \ \ \