summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | crypto: simd - allow registering multiple algorithms at onceEric Biggers2018-03-031-0/+50
| * | | | crypto: speck - add test vectors for Speck64-XTSEric Biggers2018-02-222-0/+680
| * | | | crypto: speck - add test vectors for Speck128-XTSEric Biggers2018-02-222-0/+696
| * | | | crypto: speck - export common helpersEric Biggers2018-02-221-41/+49
| * | | | 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 tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2018-04-021-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | mn10300: Remove the architectureDavid Howells2018-03-091-1/+1
* | | | | Merge tag 'v4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartlomiej Zolnierkiewicz2018-03-0751-748/+2125
|\| | | |
| * | | | X.509: fix NULL dereference when restricting key with unsupported_sigEric Biggers2018-02-221-8/+13
| * | | | X.509: fix BUG_ON() when hash algorithm is unsupportedEric Biggers2018-02-221-1/+3
| * | | | PKCS#7: fix direct verification of SignerInfo signatureEric Biggers2018-02-221-0/+1
| * | | | PKCS#7: fix certificate blacklistingEric Biggers2018-02-221-4/+6
| * | | | PKCS#7: fix certificate chain verificationEric Biggers2018-02-221-1/+1
| | |_|/ | |/| |
| * | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-02-180-0/+0
| |\ \ \ | | |/ / | |/| |
| | * | Merge tag 'irqchip-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2018-02-1645-713/+2045
| | |\ \
| * | \ \ 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