summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* crypto: drbg - remove unnecessary (void*) conversionsDong Chuanjian2022-08-191-7/+5
* crypto: lib - move __crypto_xor into utilsEric Biggers2022-08-191-71/+0
* crypto: lib - create utils module and move __crypto_memneq into itEric Biggers2022-08-191-1/+1
* crypto: blake2b: effectively disable frame size warningLinus Torvalds2022-08-101-0/+1
* Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-08-082-4/+4
|\
| * af_alg_make_sg(): switch to advancing variant of iov_iter_get_pages()Al Viro2022-08-082-4/+4
* | Merge tag 'tpmdd-next-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-063-2/+26
|\ \ | |/ |/|
| * KEYS: asymmetric: enforce SM2 signature use pkey algoTianjia Zhang2022-08-031-2/+5
| * pkcs7: support EC-RDSA/streebog in SignerInfoElvira Khabirova2022-08-031-0/+11
| * pkcs7: parser support SM2 and SM3 algorithms combinationTianjia Zhang2022-08-031-0/+7
| * X.509: Support parsing certificate using SM2 algorithmTianjia Zhang2022-08-031-0/+3
* | Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-042-0/+12
|\ \
| * | crypto: add crypto_has_kpp()Hannes Reinecke2022-08-021-0/+6
| * | crypto: add crypto_has_shash()Hannes Reinecke2022-08-021-0/+6
* | | Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-08-030-0/+0
|\ \ \ | |_|/ |/| |
| * | Merge drm/drm-next into drm-misc-next-fixesThomas Zimmermann2022-07-1415-215/+952
| |\|
* | | Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-08-0213-420/+6145
|\ \ \ | |_|/ |/| |
| * | crypto: tcrypt - Remove the static variable initialisations to NULLJason Wang2022-07-291-1/+1
| * | crypto: testmgr - some more fixes to RSA test vectorsIgnat Korchagin2022-07-221-39/+63
| * | crypto: twofish - Fix comment typoJason Wang2022-07-221-1/+1
| * | crypto: rmd160 - fix Kconfig "its" grammarRandy Dunlap2022-07-221-1/+1
| * | crypto: lib - make the sha1 library optionalEric Biggers2022-07-151-0/+1
| * | crypto: fips - make proc files report fips module name and versionVladis Dronov2022-07-152-5/+51
| * | crypto: testmgr - add ARIA testmgr testsTaehee Yoo2022-07-153-1/+2928
| * | crypto: aria - Implement ARIA symmetric cipher algorithmTaehee Yoo2022-07-153-0/+304
| * | crypto: testmgr - populate RSA CRT parameters in RSA test vectorsIgnat Korchagin2022-07-081-21/+100
| * | crypto: testmgr - fix version number of RSA testslei he2022-06-301-3/+3
| * | crypto: rsa - implement Chinese Remainder Theorem for faster private key oper...Ignat Korchagin2022-06-241-5/+73
| * | crypto: blake2s - remove shash moduleJason A. Donenfeld2022-06-106-348/+1
| * | crypto: memneq - move into lib/Jason A. Donenfeld2022-06-103-177/+2
| * | crypto: x86/polyval - Add PCLMULQDQ accelerated implementation of POLYVALNathan Huckleberry2022-06-102-0/+49
| * | crypto: x86/aesni-xctr - Add accelerated implementation of XCTRNathan Huckleberry2022-06-101-1/+1
| * | crypto: hctr2 - Add HCTR2 supportNathan Huckleberry2022-06-106-0/+1278
| * | crypto: polyval - Add POLYVAL supportNathan Huckleberry2022-06-106-0/+395
| * | crypto: xctr - Add XCTR supportNathan Huckleberry2022-06-106-0/+901
* | | Merge branch 'wireguard-patches-for-5-19-rc6'jd/new-archsJakub Kicinski2022-07-061-0/+114
|\ \ \
| * | | crypto: s390 - do not depend on CRYPTO_HW for SIMD implementationsJason A. Donenfeld2022-07-061-0/+114
|/ / /
* | | Merge tag 'certs-20220621' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2022-06-216-1/+309
|\ \ \
| * | | certs: Add FIPS selftestsDavid Howells2022-06-215-1/+251
| * | | certs: Move load_certificate_list() to be with the asymmetric keys codeDavid Howells2022-06-212-0/+58
| |/ /
* / / crypto: memneq - move into lib/Jason A. Donenfeld2022-06-123-177/+2
|/ /
* | Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-05-278-36/+525
|\ \
| * | crypto: cryptd - Protect per-CPU resource by disabling BH.Sebastian Andrzej Siewior2022-05-131-12/+11
| * | crypto: ecrdsa - Fix incorrect use of vli_cmpVitaly Chikunov2022-04-291-4/+4
| * | crypto: testmgr - test in-place en/decryption with two sglistsEric Biggers2022-04-081-12/+63
| * | crypto: engine - Add parameter description in crypto_transfer_request() kerne...Yang Li2022-04-081-0/+1
| * | crypto: sm4 - export sm4 constant arraysTianjia Zhang2022-04-081-1/+9
| * | crypto: sm3,sm4 - move into crypto directoryJason A. Donenfeld2022-04-084-8/+438
| |/
* / certs: Factor out the blacklist hash creationMickaël Salaün2022-05-231-1/+2
|/
* Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-265-0/+117
|\