summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-1753-614/+2657
|\
| * crypto: qat - change the adf_ctl_stop_devices to voidTadeusz Struk2016-05-131-6/+3
| * crypto: caam - fix caam_jr_alloc() ret codeCatalin Vasile2016-05-101-1/+1
| * crypto: vmx - comply with ABIs that specify vrsave as reserved.Paulo Flabiano Smorigo2016-05-101-0/+20
| * crypto: ccp - constify ccp_actions structureJulia Lawall2016-05-032-2/+2
| * crypto: marvell/cesa - Use dma_pool_zallocJulia Lawall2016-05-031-3/+2
| * crypto: qat - make adf_vf_isr.c dependant on IOV configTadeusz Struk2016-05-032-4/+14
| * crypto: qat - Fix typo in commentsTadeusz Struk2016-05-031-2/+2
| * crypto: omap-sham - Use dma_request_chan() for requesting DMA channelPeter Ujfalusi2016-05-031-17/+8
| * crypto: omap-des - Use dma_request_chan() for requesting DMA channelPeter Ujfalusi2016-05-031-51/+17
| * crypto: omap-aes - Use dma_request_chan() for requesting DMA channelPeter Ujfalusi2016-05-031-46/+16
| * crypto: omap-des - Integrate with the crypto engine frameworkBaolin Wang2016-05-032-54/+44
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-05-031-2/+11
| |\
| * | crypto: s5p-sss - fix incorrect usage of scatterlists apiMarek Szyprowski2016-04-281-3/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-04-286-40/+87
| |\ \
| * | | crypto: s5p-sss - Fix missed interrupts when working with 8 kB blocksKrzysztof Kozlowski2016-04-251-14/+39
| * | | crypto: s5p-sss - Use common BIT macroKrzysztof Kozlowski2016-04-251-48/+47
| * | | crypto: mxc-scc - fix unwinding in mxc_scc_crypto_register()Dan Carpenter2016-04-251-2/+2
| * | | crypto: mxc-scc - signedness bugs in mxc_scc_ablkcipher_req_init()Dan Carpenter2016-04-251-6/+9
| * | | crypto: talitos - fix ahash algorithms registrationHoria Geant?2016-04-251-0/+64
| * | | crypto: ccp - Ensure all dependencies are specifiedGary R Hook2016-04-251-0/+1
| * | | crypto: marvell/cesa - Improving code readabilityRomain Perier2016-04-201-5/+5
| * | | crypto: s5p-sss - Remove useless hash interrupt handlerKrzysztof Kozlowski2016-04-201-28/+6
| * | | crypto: s5p-sss - Fix use after free of copied input buffer in error pathKrzysztof Kozlowski2016-04-201-1/+0
| * | | crypto: ccp - Register the CCP as a DMA resourceGary R Hook2016-04-206-2/+859
| * | | crypto4xx: integrate ppc4xx-rng into crypto4xxChristian Lamparter2016-04-2010-163/+184
| * | | crypto: qat - fix section mismatch warningTadeusz Struk2016-04-181-1/+1
| * | | crypto: qat - interrupts need to be enabled when VFs are disabledTadeusz Struk2016-04-181-1/+2
| * | | crypto: qat - check if PF is runningTadeusz Struk2016-04-186-4/+14
| * | | crypto: qat - move vf2pf_init and vf2pf_exit to commonTadeusz Struk2016-04-186-70/+103
| * | | hwrng: hisi - Add support for Hisilicon SoC RNGKefeng Wang2016-04-153-0/+140
| * | | crypto: mxc-scc - add basic driver for the MXC SCCSteffen Trumtrar2016-04-153-0/+772
| * | | crypto: qat - adf_dev_stop should not be called in atomic contextTadeusz Struk2016-04-153-3/+64
| * | | crypto: ccp - Fix RT breaking #include <linux/rwlock_types.h>Mike Galbraith2016-04-151-1/+1
| * | | hwrng: exynos - Fix misspelled Samsung addressKrzysztof Kozlowski2016-04-051-1/+1
| * | | crypto: qat - changed adf_dev_stop to voidTadeusz Struk2016-04-0510-47/+17
| * | | crypto: qat - explicitly stop all VFs firstTadeusz Struk2016-04-051-1/+20
| * | | crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore}Corentin LABBE2016-04-051-4/+6
| * | | crypto: qat - fix address leaking of RSA public exponentTudor Ambarus2016-04-051-1/+1
| * | | crypto: qat - avoid memory corruption or undefined behaviourTudor Ambarus2016-04-051-1/+1
| * | | crypto: qat - Remove redundant nrbg ringsAhsan Atta2016-04-051-2/+0
| * | | crypto: qat - make sure const_tab is 1024 bytes alignedTadeusz Struk2016-04-051-1/+1
| * | | crypto: s5p-sss - Sort the headers to improve readabilityKrzysztof Kozlowski2016-04-051-10/+10
| * | | crypto: s5p-sss - Handle unaligned buffersKrzysztof Kozlowski2016-04-051-12/+138
| * | | crypto: s5p-sss - Minor coding cleanupsKrzysztof Kozlowski2016-04-051-8/+7
| * | | crypto: marvell/cesa - remove unneeded conditionDan Carpenter2016-04-051-2/+1
| * | | crypto: n2 - Remove return statement from void functionAmitoj Kaur Chawla2016-04-051-1/+1
| * | | crypto: s5p-sss - Enable COMPILE_TESTKrzysztof Kozlowski2016-04-051-1/+2
| * | | hwrng: exynos - Enable COMPILE_TESTKrzysztof Kozlowski2016-04-051-1/+2
| * | | hwrng: exynos - Disable runtime PM on driver unbindKrzysztof Kozlowski2016-04-051-0/+9