summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-18297-17387/+14595
|\
| * crypto: caam - Cast to long first before pointer conversionHerbert Xu2019-09-131-2/+2
| * crypto: ccree - enable CTS support in AES-XTSUri Shir2019-09-131-10/+6
| * crypto: inside-secure - Probe transform record cache RAM sizesPascal van Leeuwen2019-09-132-50/+200
| * crypto: inside-secure - Base RD fetchcount on actual RD FIFO sizePascal van Leeuwen2019-09-132-12/+40
| * crypto: inside-secure - Base CD fetchcount on actual CD FIFO sizePascal van Leeuwen2019-09-132-10/+48
| * crypto: inside-secure - Enable extended algorithms on newer HWPascal van Leeuwen2019-09-132-0/+3
| * crypto: inside-secure: Corrected configuration of EIP96_TOKEN_CTRLPascal van Leeuwen2019-09-132-4/+4
| * crypto: inside-secure - Add EIP97/EIP197 and endianness detectionPascal van Leeuwen2019-09-132-50/+130
| * padata: remove cpu_index from the parallel_queueDaniel Jordan2019-09-132-13/+2
| * padata: unbind parallel jobs from specific CPUsDaniel Jordan2019-09-132-53/+68
| * padata: use separate workqueues for parallel and serial workDaniel Jordan2019-09-132-12/+22
| * 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