summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-1776-777/+3091
|\
| * 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: testmgr - Add a flag allowing the self-tests to be disabled at runtime.Richard W.M. Jones2016-05-052-0/+12
| * 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
| * lib: asn1_decoder - add MODULE_LICENSE("GPL")Tudor Ambarus2016-05-031-0/+3
| * 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-288-48/+95
| |\ \
| * | | 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-202-32/+8
| * | | 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-207-4/+893
| * | | crypto4xx: integrate ppc4xx-rng into crypto4xxChristian Lamparter2016-04-2010-163/+184
| * | | eCryptfs: Do not allocate hash tfm in NORECLAIM contextHerbert Xu2016-04-204-21/+26
| * | | 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
| * | | crypto: lzo - get rid of superfluous __GFP_REPEATMichal Hocko2016-04-151-1/+1
| * | | hwrng: hisi - Add support for Hisilicon SoC RNGKefeng Wang2016-04-153-0/+140
| * | | dt/bindings: Add bindings for hisilicon random number generatorKefeng Wang2016-04-151-0/+12
| * | | crypto: mxc-scc - add basic driver for the MXC SCCSteffen Trumtrar2016-04-153-0/+772
| * | | ARM: i.MX25: add scc module to dtsiSteffen Trumtrar2016-04-151-0/+9
| * | | Documentation: devicetree: add Freescale SCC bindingsSteffen Trumtrar2016-04-151-0/+21
| * | | 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
| * | | crypto: doc - document correct return value for request allocationEric Biggers2016-04-155-11/+7
| * | | 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: drbg - set HMAC key only when alteredStephan Mueller2016-04-051-14/+25
| * | | 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