summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* hwrng: st - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
* hwrng: pic32 - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
* hwrng: pasemi - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
* hwrng: omap - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
* hwrng: npcm - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
* hwrng: meson - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
* hwrng: ks-sa - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
* hwrng: hisi - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
* hwrng: exynos - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
* hwrng: bcm2835 - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-4/+1
* hwrng: atmel - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-261-3/+1
* hwrng: ka-sa - fix __iomem on registersBen Dooks2019-10-261-1/+1
* hwrng: omap - Fix RNG wait loop timeoutSumit Garg2019-10-261-1/+8
* crypto: inside-secure - Made locally used safexcel_pci_remove() staticPascal van Leeuwen2019-10-231-1/+1
* crypto: inside-secure - Fix build error with CONFIG_CRYPTO_SM3=mPascal van Leeuwen2019-10-231-6/+2
* crypto: hisilicon: Fix misuse of GENMASK macroRikard Falkeborn2019-10-231-2/+2
* hwrng: core - Fix use-after-free warning in hwrng_register()Laurent Vivier2019-10-231-17/+16
* crypto: nx - convert AES-CTR to skcipher APIEric Biggers2019-10-233-67/+46
* crypto: nx - convert AES-CBC to skcipher APIEric Biggers2019-10-233-52/+41
* crypto: nx - convert AES-ECB to skcipher APIEric Biggers2019-10-233-51/+58
* crypto: nx - don't abuse blkcipher_desc to pass iv aroundEric Biggers2019-10-237-57/+43
* crypto: padlock-aes - convert to skcipher APIEric Biggers2019-10-231-83/+74
* crypto: chtls - remove the redundant check in chtls_recvmsg()Yunfeng Ye2019-10-231-2/+1
* crypto: hisilicon - select NEED_SG_DMA_LENGTH in qm KconfigZhou Wang2019-10-231-0/+1
* crypto: ux500 - Remove set but not used variable 'cookie'zhengbin2019-10-231-2/+1
* crypto: geode-aes - convert to skcipher API and make thread-safeEric Biggers2019-10-232-306/+149
* crypto: inside-secure - Use PTR_ERR_OR_ZERO in safexcel_xcbcmac_cra_init()YueHaibing2019-10-181-4/+1
* crypto: inside-secure - fix spelling mistake "algorithmn" -> "algorithm"Colin Ian King2019-10-181-1/+1
* crypto: geode-aes - switch to skcipher for cbc(aes) fallbackArd Biesheuvel2019-10-102-25/+34
* crypto: atmel-aes - Fix IV handling when req->nbytes < ivsizeTudor Ambarus2019-10-101-23/+30
* crypto: inside-secure - Remove #ifdef checksArnd Bergmann2019-10-101-37/+12
* crypto: inside-secure - Fix a maybe-uninitialized warningArnd Bergmann2019-10-101-0/+2
* crypto: hisilicon - Add debugfs for HPREZaibo Xu2019-10-102-2/+460
* crypto: hisilicon - add SRIOV support for HPREZaibo Xu2019-10-102-7/+133
* crypto: hisilicon - add HiSilicon HPRE acceleratorZaibo Xu2019-10-106-0/+1702
* crypto: hisilicon - misc fix about sglZhou Wang2019-10-101-18/+22
* crypto: hisilicon - fix large sgl memory allocation problem when disable smmuZhou Wang2019-10-101-15/+68
* crypto: hisilicon - add sgl_sge_nr module param for zipShukun Tan2019-10-103-2/+28
* crypto: hisilicon - merge sgl support to hisi_qm moduleZhou Wang2019-10-107-84/+58
* hwrng: core - move add_early_randomness() out of rng_mutexLaurent Vivier2019-10-101-16/+44
* crypto: caam - use mapped_{src,dst}_nents for descriptorIuliana Prodan2019-10-052-35/+45
* crypto: sun4i-ss - enable pm_runtimeCorentin Labbe2019-10-056-19/+97
* crypto: sun4i-ss - simplify enable/disable of the deviceCorentin Labbe2019-10-051-31/+46
* crypto: cavium/nitrox - fix firmware assignment to AE coresPhani Kiran Hemadri2019-10-051-5/+4
* crypto: qce - add CRYPTO_ALG_KERN_DRIVER_ONLY flagEneas U de Queiroz2019-10-052-2/+2
* crypto: chtls - simplify a bit 'create_flowc_wr_skb()'Christophe JAILLET2019-10-051-1/+1
* crypto: ccp - Release all allocated memory if sha type is invalidNavid Emamdoost2019-10-051-1/+2
* crypto: hisilicon - allow compile-testing on x86Arnd Bergmann2019-10-052-3/+12
* crypto: inside-secure - Add support for the EIP196Pascal van Leeuwen2019-10-053-14/+86
* crypto: cavium/nitrox - Add mailbox message to get mcode info in VFNagadheeraj Rottela2019-10-052-0/+23