Age | Commit message (Expand) | Author | Files | Lines |
2014-10-14 | crypto: LLVMLinux: Remove VLAIS from crypto/.../qat_algs.c | Behan Webster | 1 | -17/+14 |
2014-10-14 | crypto: LLVMLinux: Remove VLAIS from crypto/omap_sham.c | Behan Webster | 1 | -17/+11 |
2014-10-14 | crypto: LLVMLinux: Remove VLAIS from crypto/n2_core.c | Behan Webster | 1 | -7/+4 |
2014-10-14 | crypto: LLVMLinux: Remove VLAIS from crypto/mv_cesa.c | Behan Webster | 1 | -23/+18 |
2014-10-14 | crypto: LLVMLinux: Remove VLAIS from crypto/ccp/ccp-crypto-sha.c | Jan-Simon Möller | 1 | -7/+6 |
2014-10-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 10 | -217/+148 |
2014-10-08 | Fix up missing dmaengine header inclusion from qce crypto engine | Linus Torvalds | 1 | -0/+2 |
2014-10-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2014-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 3 | -1/+19 |
2014-09-24 | crypto: ccp - Check for CCP before registering crypto algs | Tom Lendacky | 2 | -0/+18 |
2014-09-24 | crypto: qat - Removed unneeded partial state | Tadeusz Struk | 1 | -59/+7 |
2014-09-24 | crypto: qat - Fix typo in name of tasklet_struct | Tadeusz Struk | 2 | -5/+5 |
2014-09-18 | crypto: qat - Enable all 32 IRQs | Tadeusz Struk | 1 | -1/+1 |
2014-09-15 | crypto: caam - Dynamic allocation of addresses for various memory blocks in C... | Nitesh Narayan Lal | 3 | -80/+81 |
2014-09-01 | treewide: fix errors in printk | Masanari Iida | 1 | -1/+1 |
2014-08-29 | crypto: mv_cesa - Add missing #define | Rasmus Villemoes | 1 | -0/+1 |
2014-08-29 | crypto: qat - Use pci_enable_msix_exact() instead of pci_enable_msix() | Alexander Gordeev | 1 | -3/+3 |
2014-08-25 | crypto: caam - fix addressing of struct member | Cristian Stoica | 1 | -3/+3 |
2014-08-25 | crypto: caam - remove duplicated sg copy functions | Cristian Stoica | 2 | -62/+14 |
2014-08-25 | crypto: qat - Fix return value check in adf_chr_drv_create() | Wei Yongjun | 1 | -1/+1 |
2014-08-25 | crypto: caam - enable raw data instead of von Neumann data | Alex Porosanu | 2 | -1/+20 |
2014-08-25 | crypto: caam - change starting entropy delay value | Alex Porosanu | 2 | -1/+10 |
2014-08-25 | crypto: caam - disable RNG oscillator maximum frequency check | Alex Porosanu | 2 | -2/+3 |
2014-08-15 | Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2014-08-14 | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 1 | -22/+8 |
2014-08-12 | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 1 | -1/+1 |
2014-08-09 | crypto: use pci_zalloc_consistent | Joe Perches | 1 | -3/+2 |
2014-08-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 74 | -180/+14524 |
2014-08-01 | crypto: ccp - Do not sign extend input data to CCP | Tom Lendacky | 1 | -13/+13 |
2014-08-01 | crypto: atmel-tdes - Switch to managed version of kzalloc | Pramod Gurav | 1 | -7/+1 |
2014-08-01 | crypto: atmel-sha - Switch to managed version of kzalloc | Pramod Gurav | 1 | -7/+2 |
2014-08-01 | crypto: qat - Fixed SKU1 dev issue | Tadeusz Struk | 2 | -6/+2 |
2014-08-01 | crypto: qat - Use hweight for bit counting | Tadeusz Struk | 1 | -13/+2 |
2014-08-01 | crypto: qat - Updated print outputs | Tadeusz Struk | 4 | -14/+13 |
2014-08-01 | crypto: qat - change ae_num to ae_id | Tadeusz Struk | 2 | -48/+45 |
2014-08-01 | crypto: qat - change slice->regions to slice->region | Tadeusz Struk | 2 | -12/+12 |
2014-08-01 | crypto: qat - use min_t macro | Tadeusz Struk | 1 | -2/+2 |
2014-08-01 | crypto: qat - remove unnecessary parentheses | Tadeusz Struk | 3 | -31/+31 |
2014-08-01 | crypto: qat - remove unneeded header | Tadeusz Struk | 1 | -1/+0 |
2014-08-01 | crypto: qat - checkpatch blank lines | Tadeusz Struk | 2 | -0/+4 |
2014-08-01 | crypto: qat - remove unnecessary return codes | Tadeusz Struk | 1 | -15/+8 |
2014-07-24 | crypto: ccp - Remove "select OF" from Kconfig | Tom Lendacky | 1 | -1/+0 |
2014-07-24 | of: Reorder device tree changes and notifiers | Grant Likely | 1 | -22/+8 |
2014-07-23 | crypto: caam - fix DECO RSR polling | Horia Geanta | 1 | -4/+7 |
2014-07-23 | crypto: qce - Let 'DEV_QCE' depend on both HAS_DMA and HAS_IOMEM | Chen Gang | 1 | -1/+1 |
2014-07-23 | crypto: caam - set DK (Decrypt Key) bit only for AES accelerator | Horia Geanta | 1 | -0/+7 |
2014-07-23 | crypto: caam - fix uninitialized state->buf_dma field | Horia Geanta | 1 | -0/+1 |
2014-07-23 | crypto: caam - fix uninitialized edesc->dst_dma field | Horia Geanta | 1 | -0/+2 |
2014-07-23 | crypto: caam - fix uninitialized S/G table size in ahash_digest | Horia Geanta | 1 | -0/+1 |
2014-07-23 | crypto: caam - fix DMA direction mismatch in ahash_done_ctx_src | Horia Geanta | 1 | -1/+1 |