Age | Commit message (Expand) | Author |
2016-07-11 | crypto: ux500 - memmove the right size | Linus Walleij |
2016-07-11 | crypto: vmx - Increase priority of aes-cbc cipher | Anton Blanchard |
2016-06-24 | crypto: qat - fix adf_ctl_drv.c:undefined reference to adf_init_pf_wq | Tadeusz Struk |
2016-06-24 | crypto: ccp - Fix AES XTS error for request sizes above 4096 | Tom Lendacky |
2016-06-01 | crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore} | Corentin LABBE |
2016-06-01 | crypto: talitos - fix ahash algorithms registration | Horia Geant? |
2016-06-01 | crypto: caam - fix caam_jr_alloc() ret code | Catalin Vasile |
2016-05-18 | crypto: qat - fix invalid pf2vf_resp_wq logic | Tadeusz Struk |
2016-05-04 | crypto: talitos - fix AEAD tcrypt tests | Horia Geant? |
2016-05-04 | crypto: talitos - fix crash in talitos_cra_init() | Jonas Eymann |
2016-05-04 | crypto: ccp - Prevent information leakage on export | Tom Lendacky |
2016-04-12 | crypto: marvell/cesa - forward devm_ioremap_resource() error code | Boris BREZILLON |
2016-04-12 | crypto: ux500 - fix checks of error code returned by devm_ioremap_resource() | Vladimir Zapolskiy |
2016-04-12 | crypto: atmel - fix checks of error code returned by devm_ioremap_resource() | Vladimir Zapolskiy |
2016-04-12 | crypto: ccp - memset request context to zero during import | Tom Lendacky |
2016-04-12 | crypto: ccp - Don't assume export/import areas are aligned | Tom Lendacky |
2016-04-12 | crypto: ccp - Limit the amount of information exported | Tom Lendacky |
2016-04-12 | crypto: ccp - Add hash state import and export support | Tom Lendacky |
2016-02-17 | crypto: marvell/cesa - fix test in mv_cesa_dev_dma_init() | Boris BREZILLON |
2016-02-17 | crypto: atmel-sha - remove calls of clk_prepare() from atomic contexts | Cyrille Pitchen |
2016-02-17 | crypto: atmel-sha - fix atmel_sha_remove() | Cyrille Pitchen |
2016-02-17 | crypto: caam - make write transactions bufferable on PPC platforms | Horia Geant? |
2016-02-17 | crypto: sun4i-ss - add missing statesize | LABBE Corentin |
2015-12-05 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2015-11-17 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2015-11-16 | crypto: talitos - Fix timing leak in ESP ICV verification | David Gstir |
2015-11-16 | crypto: nx - Fix timing leak in GCM and CCM decryption | David Gstir |
2015-11-13 | crypto: qat - don't use userspace pointer | Tadeusz Struk |
2015-11-12 | Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2015-11-07 | Merge branch 'acpi-pci' | Rafael J. Wysocki |
2015-11-07 | device property: ACPI: Make use of the new DMA Attribute APIs | Suthikulpanit, Suravee |
2015-11-06 | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2015-11-04 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2015-10-20 | crypto: marvell/cesa - use __le32 for hardware descriptors | Russell King |
2015-10-20 | crypto: marvell/cesa - fix missing cpu_to_le32() in mv_cesa_dma_add_op() | Russell King |
2015-10-20 | crypto: marvell/cesa - use memcpy_fromio()/memcpy_toio() | Russell King |
2015-10-20 | crypto: marvell/cesa - use gfp_t for gfp flags | Russell King |
2015-10-20 | crypto: marvell/cesa - use dma_addr_t for cur_dma | Russell King |
2015-10-20 | crypto: marvell/cesa - use readl_relaxed()/writel_relaxed() | Russell King |
2015-10-20 | crypto: caam - fix indentation of close braces | Russell King |
2015-10-20 | crypto: caam - only export the state we really need to export | Russell King |
2015-10-20 | crypto: caam - fix non-block aligned hash calculation | Russell King |
2015-10-20 | crypto: caam - avoid needlessly saving and restoring caam_hash_ctx | Russell King |
2015-10-20 | crypto: caam - print errno code when hash registration fails | Russell King |
2015-10-20 | crypto: marvell/cesa - fix memory leak | Boris Brezillon |
2015-10-20 | crypto: marvell/cesa - fix first-fragment handling in mv_cesa_ahash_dma_last_... | Russell King |
2015-10-20 | crypto: marvell/cesa - rearrange handling for sw padded hashes | Russell King |
2015-10-20 | crypto: marvell/cesa - rearrange handling for hw finished hashes | Russell King |
2015-10-20 | crypto: marvell/cesa - rearrange last request handling | Russell King |
2015-10-20 | crypto: marvell/cesa - avoid adding final operation within loop | Russell King |