summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | crypto: streebog - remove two unused variablesYueHaibing2019-08-151-46/+0
| * | | crypto: aes-generic - remove unused variable 'rco_tab'YueHaibing2019-08-151-2/+0
| * | | crypto: cryptd - Use refcount_t for refcountChuhong Yuan2019-08-151-22/+22
| * | | crypto: gcm - restrict assoclen for rfc4543Iuliana Prodan2019-08-091-2/+4
| * | | crypto: engine - Reduce default RT priorityPeter Zijlstra2019-08-091-1/+1
| * | | crypto: gcm - helper functions for assoclen/authsize checkIuliana Prodan2019-08-091-26/+15
| * | | crypto: jitterentropy - build without sanitizerArnd Bergmann2019-08-021-0/+2
| * | | Revert "crypto: aegis128 - add support for SIMD acceleration"Herbert Xu2019-08-025-247/+4
| * | | crypto: ghash - add comment and improve help textEric Biggers2019-07-272-8/+34
| * | | crypto: aegis - fix badly optimized clang outputArnd Bergmann2019-07-271-7/+7
| * | | crypto: user - make NETLINK_CRYPTO work inside netnsOndrej Mosnacek2019-07-262-13/+28
| * | | crypto: tcrypt - add a speed test for AEGIS128Ard Biesheuvel2019-07-261-0/+7
| * | | crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel2019-07-264-0/+208
| * | | crypto: aegis128 - add support for SIMD accelerationArd Biesheuvel2019-07-263-11/+46
| * | | crypto: aegis - avoid prerotated AES tablesArd Biesheuvel2019-07-261-8/+6
| * | | crypto: aegis128 - drop empty TFM init/exit routinesArd Biesheuvel2019-07-261-11/+0
| * | | crypto: aegis128l/aegis256 - remove x86 and generic implementationsArd Biesheuvel2019-07-266-2023/+0
| * | | crypto: morus - remove generic and x86 implementationsArd Biesheuvel2019-07-266-2852/+0
| * | | crypto: testmgr - add tests for lzo-rleHannah Pan2019-07-262-0/+90
| * | | crypto: aes-generic - unexport last-round AES tablesArd Biesheuvel2019-07-261-4/+2
| * | | crypto: aes-generic - drop key expansion routine in favor of library versionArd Biesheuvel2019-07-262-151/+3
| * | | crypto: x86/aes - drop scalar assembler implementationsArd Biesheuvel2019-07-261-44/+0
| * | | crypto: x86/aes-ni - switch to generic for fallback and key routinesArd Biesheuvel2019-07-261-2/+1
| * | | crypto: aes - create AES library based on the fixed time AES codeArd Biesheuvel2019-07-262-300/+7
| * | | crypto: aes/fixed-time - align key schedule with other implementationsArd Biesheuvel2019-07-261-31/+21
| * | | crypto: aes - rename local routines to prevent future clashesArd Biesheuvel2019-07-261-4/+4
| * | | crypto: fips - add FIPS test failure notification chainGilad Ben-Yossef2019-07-262-1/+14
| |/ /
* | | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/e...Thomas Gleixner2019-08-1246-615/+1039
|\| |
| * | Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-07-111-0/+1
| |\ \
| | * \ Merge 5.2-rc6 into usb-nextGreg Kroah-Hartman2019-06-235-28/+5
| | |\ \
| | * | | wusb: switch to cbcmac transformArd Biesheuvel2019-06-181-0/+1
| * | | | Merge tag 'fbdev-v5.3' of git://github.com/bzolnier/linuxLinus Torvalds2019-07-090-0/+0
| |\ \ \ \
| | * | | | Merge tag 'topic/remove-fbcon-notifiers-2019-06-14-1' of git://anongit.freede...Bartlomiej Zolnierkiewicz2019-06-19115-803/+119
| | |\| | |
| | * | | | Merge tag 'v5.2-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/torva...Bartlomiej Zolnierkiewicz2019-05-20109-970/+3120
| | |\ \ \ \
| * | \ \ \ \ Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-0840-586/+1028
| |\ \ \ \ \ \
| | * | | | | | crypto: asymmetric_keys - select CRYPTO_HASH where neededArnd Bergmann2019-06-271-0/+3
| | * | | | | | crypto: serpent - mark __serpent_setkey_sbox noinlineArnd Bergmann2019-06-271-1/+7
| | * | | | | | crypto: testmgr - dynamically allocate crypto_shashArnd Bergmann2019-06-271-6/+13
| | * | | | | | crypto: testmgr - dynamically allocate testvec_configArnd Bergmann2019-06-271-11/+32
| | * | | | | | crypto: arc4 - remove cipher implementationArd Biesheuvel2019-06-202-50/+16
| | * | | | | | crypto: arc4 - refactor arc4 core code into separate libraryArd Biesheuvel2019-06-202-59/+5
| | * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2019-06-202-1/+5
| | |\ \ \ \ \ \
| | * | | | | | | crypto: chacha - constify ctx and iv argumentsEric Biggers2019-06-131-2/+2
| | * | | | | | | crypto: chacha20poly1305 - a few cleanupsEric Biggers2019-06-131-30/+13
| | * | | | | | | crypto: skcipher - un-inline encrypt and decrypt functionsEric Biggers2019-06-131-0/+34
| | * | | | | | | crypto: aead - un-inline encrypt and decrypt functionsEric Biggers2019-06-131-0/+36
| | * | | | | | | crypto: testmgr - add some more preemption pointsEric Biggers2019-06-131-0/+6
| | * | | | | | | crypto: algapi - require cra_name and cra_driver_nameEric Biggers2019-06-131-18/+4
| | * | | | | | | crypto: make all generic algorithms set cra_driver_nameEric Biggers2019-06-1322-24/+55
| | * | | | | | | crypto: chacha20poly1305 - fix atomic sleep when using async algorithmEric Biggers2019-06-061-11/+19