summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* padata, pcrypt: take CPU hotplug lock internally in padata_alloc_possibleDaniel Jordan2019-09-132-12/+9
* crypto: pcrypt - remove padata cpumask notifierDaniel Jordan2019-09-131-107/+18
* padata: make padata_do_parallel find alternate callback CPUDaniel Jordan2019-09-133-39/+23
* workqueue: require CPU hotplug read exclusion for apply_workqueue_attrsDaniel Jordan2019-09-131-5/+14
* workqueue: unconfine alloc/apply/free_workqueue_attrs()Daniel Jordan2019-09-132-3/+7
* padata: allocate workqueue internallyDaniel Jordan2019-09-134-28/+24
* arm64: dts: imx8mq: Add CAAM nodeAndrey Smirnov2019-09-131-0/+30
* random: Use wait_event_freezable() in add_hwgenerator_randomness()Stephen Boyd2019-09-091-7/+5
* crypto: ux500 - Fix COMPILE_TEST warningsHerbert Xu2019-09-092-9/+11
* crypto: x86/aes-ni - use AES library instead of single-use AES cipherArd Biesheuvel2019-09-091-11/+6
* crypto: cavium/zip - Add missing single_release()Wei Yongjun2019-09-091-0/+3
* crypto: marvell - Use kzfree rather than its implementationzhong jiang2019-09-091-2/+1
* crypto: caam - dispose of IRQ mapping only after IRQ is freedAndrey Smirnov2019-09-091-4/+10
* crypto: caam - check irq_of_parse_and_map for errorsAndrey Smirnov2019-09-091-0/+4
* crypto: caam - use devres to unmap JR's registersAndrey Smirnov2019-09-091-4/+9
* crypto: caam - make sure clocks are enabled firstAndrey Smirnov2019-09-091-15/+15
* crypto: arm/aes-ce - implement ciphertext stealing for CBCArd Biesheuvel2019-09-092-17/+256
* crypto: arm/aes-neonbs - implement ciphertext stealing for XTSArd Biesheuvel2019-09-092-13/+72
* crypto: arm/aes-ce - implement ciphertext stealing for XTSArd Biesheuvel2019-09-092-23/+208
* crypto: arm64/aes-neonbs - implement ciphertext stealing for XTSArd Biesheuvel2019-09-095-14/+110
* crypto: arm64/aes - implement support for XTS ciphertext stealingArd Biesheuvel2019-09-092-30/+195
* crypto: arm64/aes-cts-cbc - move request context data to the stackArd Biesheuvel2019-09-091-35/+26
* crypto: arm64/aes-cts-cbc-ce - performance tweakArd Biesheuvel2019-09-091-3/+2
* crypto: skcipher - add the ability to abort a skcipher walkArd Biesheuvel2019-09-091-0/+5
* crypto: arm64/aes-neon - limit exposed routines if faster driver is enabledArd Biesheuvel2019-09-091-53/+59
* crypto: arm64/aes-neonbs - replace tweak mask literal with compositionArd Biesheuvel2019-09-091-6/+3
* crypto: arm/aes-neonbs - replace tweak mask literal with compositionArd Biesheuvel2019-09-091-5/+3
* crypto: arm/aes-ce - replace tweak mask literal with compositionArd Biesheuvel2019-09-091-6/+3
* crypto: arm/aes-ce - switch to 4x interleaveArd Biesheuvel2019-09-091-119/+144
* crypto: arm/aes-ce - yield the SIMD unit between scatterwalk stepsArd Biesheuvel2019-09-092-35/+34
* crypto: arm/aes - fix round key prototypesArd Biesheuvel2019-09-092-29/+29
* crypto: skcipher - Unmap pages after an external errorHerbert Xu2019-09-091-19/+23
* crypto: arm64/aes - Use PTR_ERR_OR_ZERO rather than its implementation.zhong jiang2019-09-091-3/+1
* crypto: sha256 - Remove sha256/224_init code duplicationHans de Goede2019-09-053-56/+30
* crypto: sha256 - Merge crypto/sha256.h into crypto/sha.hHans de Goede2019-09-056-38/+24
* crypto: n2 - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede2019-09-051-8/+8
* crypto: chelsio - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede2019-09-051-10/+10
* crypto: ccree - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede2019-09-051-76/+77
* crypto: x86 - Rename functions to avoid conflict with crypto/sha256.hHans de Goede2019-09-051-6/+6
* crypto: s390 - Rename functions to avoid conflict with crypto/sha256.hHans de Goede2019-09-051-4/+4
* crypto: arm64 - Rename functions to avoid conflict with crypto/sha256.hHans de Goede2019-09-051-12/+12
* crypto: arm - Rename functions to avoid conflict with crypto/sha256.hHans de Goede2019-09-052-16/+16
* hwrng: timeriomem - relax check on memory resource sizeDaniel Mack2019-09-052-3/+3
* crypto: inside-secure - Added support for basic AES-CCMPascal van Leeuwen2019-09-053-53/+249
* crypto: inside-secure - Added AES-OFB supportPascal van Leeuwen2019-09-053-0/+39
* crypto: inside-secure - Added AES-CFB supportPascal van Leeuwen2019-09-053-0/+39
* crypto: inside-secure - Added support for basic AES-GCMPascal van Leeuwen2019-09-054-41/+204
* crypto: inside-secure - Minor code cleanup and optimizationsPascal van Leeuwen2019-09-051-39/+47
* crypto: inside-secure - Minor optimization recognizing CTR is always AESPascal van Leeuwen2019-09-051-11/+14
* crypto: inside-secure - Made .cra_priority value a definePascal van Leeuwen2019-09-053-31/+34
OpenPOWER on IntegriCloud