summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2016-09-13hwrng: amd - Migrate to managed APIPrasannaKumar Muralidharan
2016-09-13hwrng: core - Allocate memory during module initPrasannaKumar Muralidharan
2016-09-13crypto: qat - fix leak on error pathGiovanni Cabiddu
2016-09-13hwrng: pasemi - Use linux/io.h instead of asm/io.hPrasannaKumar Muralidharan
2016-09-13crypto: omap-des - fix crypto engine initialization orderTero Kristo
2016-09-13crypto: omap-aes - fix crypto engine initialization orderTero Kristo
2016-09-13crypto: omap-aes - Add fallback supportLokesh Vutla
2016-09-13crypto: omap-aes - Add support for multiple coresLokesh Vutla
2016-09-13crypto: omap-aes - use runtime_pm autosuspend for clock handlingTero Kristo
2016-09-13crypto: omap-sham - fix SW fallback HMAC handling for omap2/omap3Tero Kristo
2016-09-13crypto: omap-sham - fix software fallback handlingTero Kristo
2016-09-13crypto: omap-sham - avoid executing tasklet where not neededTero Kristo
2016-09-07PCI: Fix cavium quirk compile failure with PCI_ATS offHerbert Xu
2016-09-07hwrng: pasemi - Migrate to managed APIPrasannaKumar Muralidharan
2016-09-07crypto: mv_cesa - remove NO_IRQ referenceArnd Bergmann
2016-09-07crypto: ccp - add missing release in ccp_dmaengine_registerQuentin Lambert
2016-09-07crypto: caam - fix rfc3686(ctr(aes)) IV loadCatalin Vasile
2016-09-07crypto: engine - permit to enqueue ashash_requestCorentin LABBE
2016-09-07crypto: engine - move crypto engine to its own headerCorentin LABBE
2016-09-07crypto: qat - fix incorrect accelerator mask for C3X devicesMaksim Lukoshkov
2016-09-07hwrng: bcm2835 - handle of_iomap failuresArvind Yadav
2016-08-31crypto: qat - fix constants table DMAMaksim Lukoshkov
2016-08-31hwrng: tx4939 - Use devm_hwrng_register instead of hwrng_registerPrasannaKumar Muralidharan
2016-08-31hwrng: Remove check for max less than 4 bytesPrasannaKumar Muralidharan
2016-08-31hwrng: amd - Convert to new hwrng read() APICorentin LABBE
2016-08-31hwrng: amd - Access hardware via ioread32/iowrite32Corentin LABBE
2016-08-31hwrng: amd - Replace global variable with private structCorentin LABBE
2016-08-31hwrng: amd - release_region must be called after hwrng_unregisterCorentin LABBE
2016-08-31hwrng: amd - Remove asm/io.hCorentin LABBE
2016-08-31hwrng: amd - Be consitent with the driver nameCorentin LABBE
2016-08-31hwrng: amd - use the BIT macroCorentin LABBE
2016-08-31hwrng: amd - Fix style problem with blank lineCorentin LABBE
2016-08-31crypto: caam - add missing header dependenciesBaoyou Xie
2016-08-31hwrng: cavium - Add Cavium HWRNG driver for ThunderX SoC.Omer Khaliq
2016-08-31PCI: quirk fixup for cavium invalid sriov link value.Ananth Jasty
2016-08-24crypto: rockchip - use devm_add_action_or_reset()Sudip Mukherjee
2016-08-24crypto: mxc-scc - check clk_prepare_enable() errorFabio Estevam
2016-08-24hwrng: omap3-rom - Remove obsoleted functionsPrasannaKumar Muralidharan
2016-08-24crypto: sun4i-ss - fix missing unlock on error in sun4i_hash()Wei Yongjun
2016-08-16hwrng: pic32 - Delete unnecessary assignment for the field "owner"Markus Elfring
2016-08-16crypto: ccp - Fix non static symbol warningWei Yongjun
2016-08-16crypto: sun4i-ss - fix indentation of two crypto algCorentin LABBE
2016-08-16crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ssCorentin LABBE
2016-08-16crypto: sun4i-ss - fix spellingCorentin LABBE
2016-08-16crypto: sun4i-ss - clean unused ssCorentin LABBE
2016-08-16crypto: sun4i-ss - unify update/final functionCorentin LABBE
2016-08-16crypto: sun4i-ss - fix a few signed warningCorentin LABBE
2016-08-09crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_reqRomain Perier
2016-08-09crypto: marvell - Don't overwrite default creq->state during initializationRomain Perier
2016-08-09crypto: marvell - Update transformation context for each dequeued reqRomain Perier