summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* crypto: speck - add support for the Speck block cipherEric Biggers2018-02-225-0/+460
* crypto: testmgr - Fix incorrect values in PKCS#1 test vectorConor McLoughlin2018-02-221-3/+3
* crypto: engine - Permit to enqueue all async requestsCorentin LABBE2018-02-151-137/+164
* crypto: user - Replace GFP_ATOMIC with GFP_KERNEL in crypto_reportJia-Ju Bai2018-02-151-1/+1
* crypto: rsa-pkcs1pad - Replace GFP_ATOMIC with GFP_KERNEL in pkcs1pad_encrypt...Jia-Ju Bai2018-02-151-1/+1
* crypto: mcryptd - remove pointless wrapper functionsEric Biggers2018-02-151-30/+4
* crypto: hash - Require export/import in ahashKamil Konieczny2018-02-151-16/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-02-121-100/+118
|\
| * crypto: sha3-generic - Use __optimize to support old compilersGeert Uytterhoeven2018-02-081-1/+1
| * crypto: sha3-generic - deal with oversize stack framesArd Biesheuvel2018-02-081-100/+118
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-8/+8
* | Merge tag 'for-linus-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-02-090-0/+0
|\ \
| * \ Merge branch 'master' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/t...Juergen Gross2018-01-2947-656/+777
| |\ \
| * \ \ Merge tag 'v4.14' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/torva...Juergen Gross2017-11-1327-1447/+1270
| |\ \ \
* | \ \ \ Merge tag 'fbdev-v4.16' of git://github.com/bzolnier/linuxLinus Torvalds2018-02-070-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v4.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartlomiej Zolnierkiewicz2017-12-2953-655/+783
| |\ \ \ \ \
* | \ \ \ \ \ Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2018-02-010-0/+0
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ BackMerge tag 'v4.15-rc8' into drm-nextDave Airlie2018-01-188-49/+67
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge tag 'drm-intel-next-2017-12-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2017-12-280-0/+0
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge tag 'drm-intel-next-2017-12-14' into gvt-nextZhenyu Wang2017-12-1844-585/+699
| | |\ \ \ \ \ \ \
* | | \ \ \ \ \ \ \ Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-3144-653/+2032
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | crypto: testmgr - add new testcases for sha3Ard Biesheuvel2018-01-261-0/+550
| * | | | | | | | | crypto: sha3-generic - export init/update/final routinesArd Biesheuvel2018-01-261-15/+18
| * | | | | | | | | crypto: sha3-generic - simplify codeArd Biesheuvel2018-01-261-125/+59
| * | | | | | | | | crypto: sha3-generic - rewrite KECCAK transform to help the compiler optimizeArd Biesheuvel2018-01-261-38/+96
| * | | | | | | | | crypto: sha3-generic - fixes for alignment and big endian operationArd Biesheuvel2018-01-261-2/+3
| * | | | | | | | | crypto: testmgr - test misuse of result in ahashKamil Konieczny2018-01-261-0/+39
| * | | | | | | | | crypto: aes-generic - fix aes-generic regression on powerpcArnd Bergmann2018-01-201-1/+1
| * | | | | | | | | crypto: x86/salsa20 - cleanup and convert to skcipher APIEric Biggers2018-01-121-0/+2
| * | | | | | | | | crypto: salsa20 - export generic helpersEric Biggers2018-01-121-13/+7
| * | | | | | | | | crypto: salsa20-generic - cleanup and convert to skcipher APIEric Biggers2018-01-121-136/+104
| * | | | | | | | | crypto: aes-generic - build with -Os on gcc-7+Arnd Bergmann2018-01-121-0/+1
| * | | | | | | | | crypto: aead - prevent using AEADs without setting keyEric Biggers2018-01-122-10/+14
| * | | | | | | | | crypto: skcipher - prevent using skciphers without setting keyEric Biggers2018-01-122-50/+39
| * | | | | | | | | crypto: ghash - remove checks for key being setEric Biggers2018-01-121-6/+0
| * | | | | | | | | crypto: hash - prevent using keyed hashes without setting keyEric Biggers2018-01-123-50/+49
| * | | | | | | | | crypto: hash - annotate algorithms taking optional keyEric Biggers2018-01-124-8/+8
| * | | | | | | | | crypto: poly1305 - remove ->setkey() methodEric Biggers2018-01-121-12/+5
| * | | | | | | | | crypto: mcryptd - pass through absence of ->setkey()Eric Biggers2018-01-121-1/+2
| * | | | | | | | | crypto: cryptd - pass through absence of ->setkey()Eric Biggers2018-01-121-1/+2
| * | | | | | | | | crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers2018-01-121-0/+11
| * | | | | | | | | crypto: tcrypt - free xoutbuf instead of axbufColin Ian King2018-01-121-1/+1
| * | | | | | | | | crypto: tcrypt - fix spelling mistake: "bufufer"-> "buffer"Colin Ian King2018-01-121-2/+2
| * | | | | | | | | crypto: af_alg - whitelist mask and typeStephan Mueller2018-01-121-4/+6
| * | | | | | | | | crypto: testmgr - change `guard` to unsigned charJoey Pabalinas2018-01-121-1/+1
| * | | | | | | | | crypto: poly1305 - remove cra_alignmaskEric Biggers2018-01-051-1/+0
| * | | | | | | | | crypto: poly1305 - use unaligned access macros to output digestEric Biggers2018-01-051-5/+4
| * | | | | | | | | crypto: algapi - remove unused notificationsEric Biggers2018-01-052-8/+0
| * | | | | | | | | crypto: algapi - convert cra_refcnt to refcount_tEric Biggers2018-01-055-10/+10
| * | | | | | | | | crypto: tcrypt - add multibuf aead speed testGilad Ben-Yossef2017-12-281-59/+378