summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-13workqueue: require CPU hotplug read exclusion for apply_workqueue_attrsDaniel Jordan
2019-09-13workqueue: unconfine alloc/apply/free_workqueue_attrs()Daniel Jordan
2019-09-13padata: allocate workqueue internallyDaniel Jordan
2019-09-13arm64: dts: imx8mq: Add CAAM nodeAndrey Smirnov
2019-09-09random: Use wait_event_freezable() in add_hwgenerator_randomness()Stephen Boyd
2019-09-09crypto: ux500 - Fix COMPILE_TEST warningsHerbert Xu
2019-09-09crypto: x86/aes-ni - use AES library instead of single-use AES cipherArd Biesheuvel
2019-09-09crypto: cavium/zip - Add missing single_release()Wei Yongjun
2019-09-09crypto: marvell - Use kzfree rather than its implementationzhong jiang
2019-09-09crypto: caam - dispose of IRQ mapping only after IRQ is freedAndrey Smirnov
2019-09-09crypto: caam - check irq_of_parse_and_map for errorsAndrey Smirnov
2019-09-09crypto: caam - use devres to unmap JR's registersAndrey Smirnov
2019-09-09crypto: caam - make sure clocks are enabled firstAndrey Smirnov
2019-09-09crypto: arm/aes-ce - implement ciphertext stealing for CBCArd Biesheuvel
2019-09-09crypto: arm/aes-neonbs - implement ciphertext stealing for XTSArd Biesheuvel
2019-09-09crypto: arm/aes-ce - implement ciphertext stealing for XTSArd Biesheuvel
2019-09-09crypto: arm64/aes-neonbs - implement ciphertext stealing for XTSArd Biesheuvel
2019-09-09crypto: arm64/aes - implement support for XTS ciphertext stealingArd Biesheuvel
2019-09-09crypto: arm64/aes-cts-cbc - move request context data to the stackArd Biesheuvel
2019-09-09crypto: arm64/aes-cts-cbc-ce - performance tweakArd Biesheuvel
2019-09-09crypto: skcipher - add the ability to abort a skcipher walkArd Biesheuvel
2019-09-09crypto: arm64/aes-neon - limit exposed routines if faster driver is enabledArd Biesheuvel
2019-09-09crypto: arm64/aes-neonbs - replace tweak mask literal with compositionArd Biesheuvel
2019-09-09crypto: arm/aes-neonbs - replace tweak mask literal with compositionArd Biesheuvel
2019-09-09crypto: arm/aes-ce - replace tweak mask literal with compositionArd Biesheuvel
2019-09-09crypto: arm/aes-ce - switch to 4x interleaveArd Biesheuvel
2019-09-09crypto: arm/aes-ce - yield the SIMD unit between scatterwalk stepsArd Biesheuvel
2019-09-09crypto: arm/aes - fix round key prototypesArd Biesheuvel
2019-09-09crypto: skcipher - Unmap pages after an external errorHerbert Xu
2019-09-09crypto: arm64/aes - Use PTR_ERR_OR_ZERO rather than its implementation.zhong jiang
2019-09-05crypto: sha256 - Remove sha256/224_init code duplicationHans de Goede
2019-09-05crypto: sha256 - Merge crypto/sha256.h into crypto/sha.hHans de Goede
2019-09-05crypto: n2 - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede
2019-09-05crypto: chelsio - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede
2019-09-05crypto: ccree - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede
2019-09-05crypto: x86 - Rename functions to avoid conflict with crypto/sha256.hHans de Goede
2019-09-05crypto: s390 - Rename functions to avoid conflict with crypto/sha256.hHans de Goede
2019-09-05crypto: arm64 - Rename functions to avoid conflict with crypto/sha256.hHans de Goede
2019-09-05crypto: arm - Rename functions to avoid conflict with crypto/sha256.hHans de Goede
2019-09-05hwrng: timeriomem - relax check on memory resource sizeDaniel Mack
2019-09-05crypto: inside-secure - Added support for basic AES-CCMPascal van Leeuwen
2019-09-05crypto: inside-secure - Added AES-OFB supportPascal van Leeuwen
2019-09-05crypto: inside-secure - Added AES-CFB supportPascal van Leeuwen
2019-09-05crypto: inside-secure - Added support for basic AES-GCMPascal van Leeuwen
2019-09-05crypto: inside-secure - Minor code cleanup and optimizationsPascal van Leeuwen
2019-09-05crypto: inside-secure - Minor optimization recognizing CTR is always AESPascal van Leeuwen
2019-09-05crypto: inside-secure - Made .cra_priority value a definePascal van Leeuwen
2019-09-05crypto: inside-secure - Only enable algorithms advertised by the hardwarePascal van Leeuwen
2019-09-05crypto: inside-secure - Add support for the AES-XTS algorithmPascal van Leeuwen
2019-09-05crypto: inside-secure - Move static cipher alg & mode settings to initPascal van Leeuwen