summary refs log tree commit diff
AgeCommit message (Expand)Author
2019-05-30crypto: gf128mul - make unselectable by userEric Biggers
2019-05-30crypto: echainiv - change to 'default n'Eric Biggers
2019-05-30crypto: make all templates select CRYPTO_MANAGEREric Biggers
2019-05-30crypto: testmgr - make extra tests depend on cryptomgrEric Biggers
2019-05-30crypto: testmgr - fix length truncation with large page sizeEric Biggers
2019-05-30crypto: vmx - convert to skcipher APIEric Biggers
2019-05-30crypto: vmx - convert to SPDX license identifiersEric Biggers
2019-05-30hwrng: meson - update with SPDX Licence identifierNeil Armstrong
2019-05-23crypto: crypto4xx - block ciphers should only accept complete blocksChristian Lamparter
2019-05-23crypto: crypto4xx - fix blocksize for cfb and ofbChristian Lamparter
2019-05-23crypto: crypto4xx - fix AES CTR blocksize valueChristian Lamparter
2019-05-23crypto: caam - print debugging hex dumps after unmappingSascha Hauer
2019-05-23crypto: talitos - fix skcipher failure due to wrong output IVChristophe Leroy
2019-05-23crypto: ccp - Fix 3DES complaint from ccp-crypto moduleHook, Gary
2019-05-23crypto: ccp - fix AES CFB error exposed by new test vectorsHook, Gary
2019-05-23crypto: ccp - AES CFB mode is a stream cipherHook, Gary
2019-05-23crypto: arm/sha512 - Make sha512_arm_final staticYueHaibing
2019-05-23crypto: drbg - add FIPS 140-2 CTRNG for noise sourceStephan Mueller
2019-05-23crypto: caam/qi - DMA map keys using proper deviceHoria Geantă
2019-05-23crypto: caam/qi - fix address translations with IOMMU enabledHoria Geantă
2019-05-23crypto: caam/qi - don't allocate an extra platform deviceHoria Geantă
2019-05-23crypto: caam - convert top level drivers to librariesHoria Geantă
2019-05-23crypto: caam - fix S/G table passing page boundaryHoria Geantă
2019-05-23crypto: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă
2019-05-23crypto: qat - do not offload zero length requestsGiovanni Cabiddu
2019-05-23crypto: qat - return error for block ciphers for invalid requestsGiovanni Cabiddu
2019-05-23crypto: qat - return proper error code in setkeyGiovanni Cabiddu
2019-05-23crypto: qat - fix block size for aes ctr modeGiovanni Cabiddu
2019-05-23crypto: qat - update iv after encryption or decryption operationsGiovanni Cabiddu
2019-05-23crypto: qat - add check for negative offset in alg precompute functionShant KumarX Sonnad
2019-05-23crypto: qat - remove spin_lock in qat_ablkcipher_setkeyXin Zeng
2019-05-19Linux 5.2-rc1Linus Torvalds
2019-05-19Merge tag 'upstream-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-05-19Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2019-05-19Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-05-19Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-05-19Merge tag '5.2-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-05-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-05-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-19Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-19Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-05-19Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2019-05-19Merge tag 'powerpc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-05-19Merge tag 'mips_5.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds
2019-05-19Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-19kconfig: use 'else ifneq' for Makefile to improve readabilityMasahiro Yamada
2019-05-18panic: add an option to replay all the printk message in bufferFeng Tang
2019-05-18initramfs: don't free a non-existent initrdSteven Price