| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: ux500 - memmove the right size | Linus Walleij | 2016-06-13 | 1 | -2/+2 |
* | crypto: vmx - Increase priority of aes-cbc cipher | Anton Blanchard | 2016-06-13 | 2 | -2/+2 |
* | crypto: vmx - Fix ABI detection | Anton Blanchard | 2016-06-13 | 1 | -1/+1 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2016-05-30 | 2 | -6/+13 |
|\ |
|
| * | crypto: ccp - Fix AES XTS error for request sizes above 4096 | Tom Lendacky | 2016-05-25 | 1 | -5/+12 |
| * | crypto: omap-sham - potential Oops on error in probe | Dan Carpenter | 2016-05-19 | 1 | -1/+1 |
* | | remove lots of IS_ERR_VALUE abuses | Arnd Bergmann | 2016-05-27 | 1 | -1/+1 |
|/ |
|
* | crypto: qat - change the adf_ctl_stop_devices to void | Tadeusz Struk | 2016-05-13 | 1 | -6/+3 |
* | crypto: caam - fix caam_jr_alloc() ret code | Catalin Vasile | 2016-05-10 | 1 | -1/+1 |
* | crypto: vmx - comply with ABIs that specify vrsave as reserved. | Paulo Flabiano Smorigo | 2016-05-10 | 1 | -0/+20 |
* | crypto: ccp - constify ccp_actions structure | Julia Lawall | 2016-05-03 | 2 | -2/+2 |
* | crypto: marvell/cesa - Use dma_pool_zalloc | Julia Lawall | 2016-05-03 | 1 | -3/+2 |
* | crypto: qat - make adf_vf_isr.c dependant on IOV config | Tadeusz Struk | 2016-05-03 | 2 | -4/+14 |
* | crypto: qat - Fix typo in comments | Tadeusz Struk | 2016-05-03 | 1 | -2/+2 |
* | crypto: omap-sham - Use dma_request_chan() for requesting DMA channel | Peter Ujfalusi | 2016-05-03 | 1 | -17/+8 |
* | crypto: omap-des - Use dma_request_chan() for requesting DMA channel | Peter Ujfalusi | 2016-05-03 | 1 | -51/+17 |
* | crypto: omap-aes - Use dma_request_chan() for requesting DMA channel | Peter Ujfalusi | 2016-05-03 | 1 | -46/+16 |
* | crypto: omap-des - Integrate with the crypto engine framework | Baolin Wang | 2016-05-03 | 2 | -54/+44 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2016-05-03 | 1 | -2/+11 |
|\ |
|
| * | crypto: qat - fix adf_ctl_drv.c:undefined reference to adf_init_pf_wq | Tadeusz Struk | 2016-05-03 | 1 | -2/+11 |
* | | crypto: s5p-sss - fix incorrect usage of scatterlists api | Marek Szyprowski | 2016-04-28 | 1 | -3/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 2016-04-28 | 6 | -40/+87 |
|\ \
| |/ |
|
| * | crypto: qat - fix invalid pf2vf_resp_wq logic | Tadeusz Struk | 2016-04-28 | 3 | -10/+24 |
| * | crypto: talitos - fix AEAD tcrypt tests | Horia Geant? | 2016-04-20 | 1 | -16/+30 |
| * | crypto: talitos - fix crash in talitos_cra_init() | Jonas Eymann | 2016-04-20 | 1 | -14/+27 |
| * | crypto: ccp - Prevent information leakage on export | Tom Lendacky | 2016-04-15 | 2 | -0/+6 |
* | | crypto: s5p-sss - Fix missed interrupts when working with 8 kB blocks | Krzysztof Kozlowski | 2016-04-25 | 1 | -14/+39 |
* | | crypto: s5p-sss - Use common BIT macro | Krzysztof Kozlowski | 2016-04-25 | 1 | -48/+47 |
* | | crypto: mxc-scc - fix unwinding in mxc_scc_crypto_register() | Dan Carpenter | 2016-04-25 | 1 | -2/+2 |
* | | crypto: mxc-scc - signedness bugs in mxc_scc_ablkcipher_req_init() | Dan Carpenter | 2016-04-25 | 1 | -6/+9 |
* | | crypto: talitos - fix ahash algorithms registration | Horia Geant? | 2016-04-25 | 1 | -0/+64 |
* | | crypto: ccp - Ensure all dependencies are specified | Gary R Hook | 2016-04-25 | 1 | -0/+1 |
* | | crypto: marvell/cesa - Improving code readability | Romain Perier | 2016-04-20 | 1 | -5/+5 |
* | | crypto: s5p-sss - Remove useless hash interrupt handler | Krzysztof Kozlowski | 2016-04-20 | 1 | -28/+6 |
* | | crypto: s5p-sss - Fix use after free of copied input buffer in error path | Krzysztof Kozlowski | 2016-04-20 | 1 | -1/+0 |
* | | crypto: ccp - Register the CCP as a DMA resource | Gary R Hook | 2016-04-20 | 6 | -2/+859 |
* | | crypto4xx: integrate ppc4xx-rng into crypto4xx | Christian Lamparter | 2016-04-20 | 7 | -2/+184 |
* | | crypto: qat - fix section mismatch warning | Tadeusz Struk | 2016-04-18 | 1 | -1/+1 |
* | | crypto: qat - interrupts need to be enabled when VFs are disabled | Tadeusz Struk | 2016-04-18 | 1 | -1/+2 |
* | | crypto: qat - check if PF is running | Tadeusz Struk | 2016-04-18 | 6 | -4/+14 |
* | | crypto: qat - move vf2pf_init and vf2pf_exit to common | Tadeusz Struk | 2016-04-18 | 6 | -70/+103 |
* | | crypto: mxc-scc - add basic driver for the MXC SCC | Steffen Trumtrar | 2016-04-15 | 3 | -0/+772 |
* | | crypto: qat - adf_dev_stop should not be called in atomic context | Tadeusz Struk | 2016-04-15 | 3 | -3/+64 |
* | | crypto: ccp - Fix RT breaking #include <linux/rwlock_types.h> | Mike Galbraith | 2016-04-15 | 1 | -1/+1 |
* | | crypto: qat - changed adf_dev_stop to void | Tadeusz Struk | 2016-04-05 | 10 | -47/+17 |
* | | crypto: qat - explicitly stop all VFs first | Tadeusz Struk | 2016-04-05 | 1 | -1/+20 |
* | | crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore} | Corentin LABBE | 2016-04-05 | 1 | -4/+6 |
* | | crypto: qat - fix address leaking of RSA public exponent | Tudor Ambarus | 2016-04-05 | 1 | -1/+1 |
* | | crypto: qat - avoid memory corruption or undefined behaviour | Tudor Ambarus | 2016-04-05 | 1 | -1/+1 |
* | | crypto: qat - Remove redundant nrbg rings | Ahsan Atta | 2016-04-05 | 1 | -2/+0 |