aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2016-09-13crypto: squash lines for simple wrapper functionsMasahiro Yamada3-20/+4
2016-09-13hwrng: geode - Use linux/io.h instead of asm/io.hPrasannaKumar Muralidharan1-4/+4
2016-09-13hwrng: geode - Migrate to managed APIPrasannaKumar Muralidharan1-35/+15
2016-09-13hwrng: st - Fix missing clk_disable_unprepare() on error in st_rng_probe()Wei Yongjun1-0/+1
2016-09-13hwrng: amd - Migrate to managed APIPrasannaKumar Muralidharan1-37/+11
2016-09-13hwrng: core - Allocate memory during module initPrasannaKumar Muralidharan1-17/+20
2016-09-13crypto: qat - fix leak on error pathGiovanni Cabiddu1-4/+4
2016-09-13hwrng: pasemi - Use linux/io.h instead of asm/io.hPrasannaKumar Muralidharan1-1/+1
2016-09-13crypto: omap-des - fix crypto engine initialization orderTero Kristo1-13/+15
2016-09-13crypto: omap-aes - fix crypto engine initialization orderTero Kristo1-13/+15
2016-09-13crypto: omap-aes - Add fallback supportLokesh Vutla2-4/+52
2016-09-13crypto: omap-aes - Add support for multiple coresLokesh Vutla1-14/+6
2016-09-13crypto: omap-aes - use runtime_pm autosuspend for clock handlingTero Kristo1-27/+16
2016-09-13crypto: omap-sham - fix SW fallback HMAC handling for omap2/omap3Tero Kristo1-1/+12
2016-09-13crypto: omap-sham - fix software fallback handlingTero Kristo1-1/+1
2016-09-13crypto: omap-sham - avoid executing tasklet where not neededTero Kristo1-5/+15
2016-09-07crypto: arm/ghash - change internal cra_name to "__ghash"Ard Biesheuvel1-1/+1
2016-09-07PCI: Fix cavium quirk compile failure with PCI_ATS offHerbert Xu1-1/+1
2016-09-07hwrng: pasemi - Migrate to managed APIPrasannaKumar Muralidharan1-30/+7
2016-09-07crypto: mv_cesa - remove NO_IRQ referenceArnd Bergmann1-5/+2
2016-09-07crypto: ccp - add missing release in ccp_dmaengine_registerQuentin Lambert1-2/+5
2016-09-07crypto: arm/ghash-ce - add missing async import/exportArd Biesheuvel1-0/+24
2016-09-07crypto: arm/sha1-neon - add support for building in Thumb2 modeArd Biesheuvel1-1/+0
2016-09-07crypto: algif_hash - Handle NULL hashes correctlyHerbert Xu1-12/+61
2016-09-07crypto: caam - fix rfc3686(ctr(aes)) IV loadCatalin Vasile2-42/+57
2016-09-07crypto: engine - permit to enqueue ashash_requestCorentin LABBE4-62/+189
2016-09-07crypto: engine - move crypto engine to its own headerCorentin LABBE5-70/+93
2016-09-07crypto: qat - fix incorrect accelerator mask for C3X devicesMaksim Lukoshkov1-1/+1
2016-09-07hwrng: bcm2835 - handle of_iomap failuresArvind Yadav1-2/+3
2016-08-31crypto: FIPS - allow tests to be disabled in FIPS modeStephan Mueller2-0/+13
2016-08-31crypto: qat - fix constants table DMAMaksim Lukoshkov1-8/+12
2016-08-31hwrng: tx4939 - Use devm_hwrng_register instead of hwrng_registerPrasannaKumar Muralidharan1-10/+1
2016-08-31hwrng: Remove check for max less than 4 bytesPrasannaKumar Muralidharan2-6/+0
2016-08-31crypto: xor - Fix warning when XOR_SELECT_TEMPLATE is unsetHerbert Xu1-4/+5
2016-08-31hwrng: amd - Convert to new hwrng read() APICorentin LABBE1-19/+28
2016-08-31hwrng: amd - Access hardware via ioread32/iowrite32Corentin LABBE1-6/+25
2016-08-31hwrng: amd - Replace global variable with private structCorentin LABBE1-19/+38
2016-08-31hwrng: amd - release_region must be called after hwrng_unregisterCorentin LABBE1-1/+2
2016-08-31hwrng: amd - Remove asm/io.hCorentin LABBE1-4/+3
2016-08-31hwrng: amd - Be consitent with the driver nameCorentin LABBE1-6/+5
2016-08-31hwrng: amd - use the BIT macroCorentin LABBE1-3/+3
2016-08-31hwrng: amd - Fix style problem with blank lineCorentin LABBE1-5/+1
2016-08-31crypto: caam - add missing header dependenciesBaoyou Xie1-0/+1
2016-08-31hwrng: cavium - Add Cavium HWRNG driver for ThunderX SoC.Omer Khaliq4-0/+207
2016-08-31PCI: quirk fixup for cavium invalid sriov link value.Ananth Jasty1-0/+11
2016-08-24crypto: rockchip - use devm_add_action_or_reset()Sudip Mukherjee1-4/+2
2016-08-24crypto: rsa - allow keys >= 2048 bits in FIPS modeStephan Mueller1-2/+2
2016-08-24crypto: mxc-scc - check clk_prepare_enable() errorFabio Estevam1-1/+3
2016-08-24hwrng: omap3-rom - Remove obsoleted functionsPrasannaKumar Muralidharan1-8/+2
2016-08-24crypto: drbg - fix error return codeWei Yongjun1-5/+11