summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-03crypto: blake2b - sync with blake2s implementationEric Biggers3-178/+230
2021-01-03wireguard: Kconfig: select CRYPTO_BLAKE2S_ARMEric Biggers1-0/+1
2021-01-03crypto: arm/blake2s - add ARM scalar optimized BLAKE2sEric Biggers4-0/+374
2021-01-03crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>Eric Biggers1-2/+1
2021-01-03crypto: blake2s - adjust include guard namingEric Biggers2-6/+6
2021-01-03crypto: blake2s - add comment for blake2s_state fieldsEric Biggers1-0/+1
2021-01-03crypto: blake2s - optimize blake2s initializationEric Biggers2-30/+28
2021-01-03crypto: blake2s - share the "shash" API boilerplate codeEric Biggers3-139/+76
2021-01-03crypto: blake2s - move update and final logic to internal/blake2s.hEric Biggers2-40/+49
2021-01-03crypto: blake2s - remove unneeded includesEric Biggers1-2/+0
2021-01-03crypto: x86/blake2s - define shash_alg structs using macrosEric Biggers1-61/+23
2021-01-03crypto: blake2s - define shash_alg structs using macrosEric Biggers1-61/+27
2021-01-03hwrng: ingenic - Fix a resource leak in an error handling pathChristophe JAILLET1-1/+5
2021-01-03hwrng: iproc-rng200 - Move enable/disable in separate functionMatthias Brugger1-19/+16
2021-01-03hwrng: iproc-rng200 - Fix disable of the block.Matthias Brugger1-3/+0
2021-01-03crypto: arm64/aes-ctr - improve tail handlingArd Biesheuvel2-74/+137
2021-01-03crypto: arm64/aes-ce - really hide slower algos when faster ones are enabledArd Biesheuvel1-2/+2
2021-01-03MAINTAINERS: Add maintainers for Keem Bay OCS HCU driverDaniele Alessandrelli1-0/+11
2021-01-03crypto: keembay-ocs-hcu - Add optional support for sha224Daniele Alessandrelli2-0/+75
2021-01-03crypto: keembay-ocs-hcu - Add HMAC supportDaniele Alessandrelli4-9/+544
2021-01-03crypto: keembay - Add Keem Bay OCS HCU driverDeclan Murphy5-0/+1632
2021-01-03dt-bindings: crypto: Add Keem Bay OCS HCU bindingsDeclan Murphy1-0/+46
2021-01-03crypto: sun4i-ss - add SPDX header and remove blank linesCorentin Labbe2-3/+1
2021-01-03crypto: sun4i-ss - enabled stats via debugfsCorentin Labbe6-0/+98
2021-01-03crypto: sun4i-ss - fix kmap usageCorentin Labbe1-44/+65
2021-01-03crypto: sun4i-ss - initialize need_fallbackCorentin Labbe1-1/+1
2021-01-03crypto: sun4i-ss - handle BigEndian for cipherCorentin Labbe1-6/+6
2021-01-03crypto: sun4i-ss - IV register does not work on A10 and A13Corentin Labbe1-6/+28
2021-01-03crypto: sun4i-ss - checking sg length is not sufficientCorentin Labbe1-2/+2
2021-01-03crypto: sun4i-ss - linearize buffers content must be keptCorentin Labbe2-8/+6
2021-01-03crypto: inside-secure - fix platform_get_irq.cocci warningsTian Tao1-4/+1
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel33-207/+273
2021-01-03chcr_ktls: use AES library for single use cipherArd Biesheuvel2-12/+8
2021-01-03crypto: ccree - remove unused including <linux/version.h>Tian Tao1-1/+0
2021-01-03crypto: sahara - Remove unused .id_table supportFabio Estevam1-7/+0
2021-01-03crypto: tcrypt - avoid signed overflow in byte countArd Biesheuvel1-10/+10
2021-01-03crypto: aesni - implement support for cts(cbc(aes))Ard Biesheuvel2-1/+261
2021-01-03MAINTAINERS: crypto: s5p-sss: drop Kamil KoniecznyKrzysztof Kozlowski4-4/+0
2021-01-03crypto: mediatek - remove obsolete driverVic Wu8-3650/+0
2021-01-03crypto: ecdh - avoid buffer overflow in ecdh_set_secret()Ard Biesheuvel1-1/+2
2021-01-03crypto: arm/chacha-neon - add missing counter incrementArd Biesheuvel1-0/+1
2020-12-28Linux 5.11-rc1Linus Torvalds1-2/+2
2020-12-27proc mountinfo: make splice available againLinus Torvalds1-3/+6
2020-12-27Merge tag 'ntb-5.11' of git://github.com/jonmason/ntbLinus Torvalds4-3/+44
2020-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-2/+4
2020-12-27Merge tag 'objtool-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-26/+42
2020-12-27Merge tag 'locking-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-4/+22
2020-12-27Merge tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-15/+4
2020-12-27Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-33/+20
2020-12-26mfd: ab8500-debugfs: Remove extraneous seq_putcLinus Torvalds1-1/+0