summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: make all templates select CRYPTO_MANAGEREric Biggers2019-05-301-0/+8
* crypto: testmgr - make extra tests depend on cryptomgrEric Biggers2019-05-301-1/+4
* crypto: testmgr - fix length truncation with large page sizeEric Biggers2019-05-301-5/+5
* crypto: vmx - convert to skcipher APIEric Biggers2019-05-305-345/+252
* crypto: vmx - convert to SPDX license identifiersEric Biggers2019-05-305-65/+5
* hwrng: meson - update with SPDX Licence identifierNeil Armstrong2019-05-301-51/+1
* crypto: crypto4xx - block ciphers should only accept complete blocksChristian Lamparter2019-05-233-23/+39
* crypto: crypto4xx - fix blocksize for cfb and ofbChristian Lamparter2019-05-231-2/+2
* crypto: crypto4xx - fix AES CTR blocksize valueChristian Lamparter2019-05-231-2/+2
* crypto: caam - print debugging hex dumps after unmappingSascha Hauer2019-05-231-10/+11
* crypto: talitos - fix skcipher failure due to wrong output IVChristophe Leroy2019-05-231-0/+4
* crypto: ccp - Fix 3DES complaint from ccp-crypto moduleHook, Gary2019-05-231-11/+4
* crypto: ccp - fix AES CFB error exposed by new test vectorsHook, Gary2019-05-231-4/+4
* crypto: ccp - AES CFB mode is a stream cipherHook, Gary2019-05-231-3/+3
* crypto: arm/sha512 - Make sha512_arm_final staticYueHaibing2019-05-231-1/+1
* crypto: drbg - add FIPS 140-2 CTRNG for noise sourceStephan Mueller2019-05-232-3/+93
* crypto: caam/qi - DMA map keys using proper deviceHoria Geantă2019-05-231-14/+19
* crypto: caam/qi - fix address translations with IOMMU enabledHoria Geantă2019-05-233-2/+17
* crypto: caam/qi - don't allocate an extra platform deviceHoria Geantă2019-05-234-39/+15
* crypto: caam - convert top level drivers to librariesHoria Geantă2019-05-2310-277/+208
* crypto: caam - fix S/G table passing page boundaryHoria Geantă2019-05-236-37/+147
* crypto: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă2019-05-234-1/+14
* crypto: qat - do not offload zero length requestsGiovanni Cabiddu2019-05-231-0/+6
* crypto: qat - return error for block ciphers for invalid requestsGiovanni Cabiddu2019-05-231-4/+19
* crypto: qat - return proper error code in setkeyGiovanni Cabiddu2019-05-231-65/+108
* crypto: qat - fix block size for aes ctr modeGiovanni Cabiddu2019-05-231-1/+1
* crypto: qat - update iv after encryption or decryption operationsGiovanni Cabiddu2019-05-232-12/+61
* crypto: qat - add check for negative offset in alg precompute functionShant KumarX Sonnad2019-05-231-0/+3
* crypto: qat - remove spin_lock in qat_ablkcipher_setkeyXin Zeng2019-05-231-13/+3
* Linux 5.2-rc1v5.2-rc1Linus Torvalds2019-05-201-2/+2
* Merge tag 'upstream-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-203-4/+8
|\
| * ubifs: Convert xattr inum to host orderRichard Weinberger2019-05-151-1/+1
| * ubifs: Use correct config name for encryptionRichard Weinberger2019-05-151-2/+2
| * ubifs: Fix build error without CONFIG_UBIFS_FS_XATTRYueHaibing2019-05-151-1/+5
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-05-1910-257/+889
|\ \
| * | panic: add an option to replay all the printk message in bufferFeng Tang2019-05-195-4/+24
| * | initramfs: don't free a non-existent initrdSteven Price2019-05-191-1/+1
| * | fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into...Jiufei Xue2019-05-191-3/+8
| * | mm/compaction.c: correct zone boundary handling when isolating pages from a p...Mel Gorman2019-05-191-2/+2
| * | mm/vmap: add DEBUG_AUGMENT_LOWEST_MATCH_CHECK macroUladzislau Rezki (Sony)2019-05-191-0/+43
| * | mm/vmap: add DEBUG_AUGMENT_PROPAGATE_CHECK macroUladzislau Rezki (Sony)2019-05-191-0/+48
| * | mm/vmalloc.c: keep track of free blocks for vmap allocationUladzislau Rezki (Sony)2019-05-192-247/+763
* | | Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-05-1974-172/+178
|\ \ \
| * | | kconfig: use 'else ifneq' for Makefile to improve readabilityMasahiro Yamada2019-05-191-3/+1
| * | | kbuild: check uniqueness of module namesMasahiro Yamada2019-05-182-0/+17
| * | | kconfig: Terminate menu blocks with a comment in the generated configAlexander Popov2019-05-181-1/+12
| * | | kbuild: add LICENSES to KBUILD_ALLDIRSMasahiro Yamada2019-05-181-1/+1
| * | | kbuild: remove 'addtree' and 'flags' magic for header search pathsMasahiro Yamada2019-05-183-33/+13
| * | | treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-1817-26/+25
| * | | media: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-1830-49/+47