summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Make the SME mask a u64Borislav Petkov2017-09-073-7/+12
* x86/mm: Document how CR4.PCIDE restore worksAndy Lutomirski2017-09-071-0/+13
* x86/mm: Reinitialize TLB state on hotplug and resumeAndy Lutomirski2017-09-074-0/+49
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-09-07136-3169/+11758
|\
| * crypto: af_alg - get_page upon reassignment to TX SGLStephan Mueller2017-08-221-4/+2
| * crypto: cavium/nitrox - Fix an error handling path in 'nitrox_probe()'Christophe Jaillet2017-08-221-1/+3
| * crypto: inside-secure - fix an error handling path in safexcel_probe()Christophe Jaillet2017-08-221-2/+3
| * crypto: rockchip - Don't dequeue the request when device is busyZain Wang2017-08-224-148/+160
| * crypto: cavium - add release_firmware to all return caseCorentin LABBE2017-08-221-4/+9
| * crypto: sahara - constify platform_device_idArvind Yadav2017-08-221-1/+1
| * MAINTAINERS: Add ARTPEC crypto maintainerLars Persson2017-08-221-0/+1
| * crypto: axis - add ARTPEC-6/7 crypto accelerator driverLars Persson2017-08-224-0/+3215
| * crypto: hash - add crypto_(un)register_ahashes()Rabin Vincent2017-08-222-0/+31
| * dt-bindings: crypto: add ARTPEC cryptoLars Persson2017-08-221-0/+16
| * crypto: algif_aead - fix comment regarding memory layoutStephan Mueller2017-08-221-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-08-227-42/+61
| |\
| * | crypto: ccp - use dma_mapping_error to check map errorPan Bian2017-08-171-1/+1
| * | lib/mpi: fix build with clangStefan Agner2017-08-171-12/+12
| * | crypto: sahara - Remove leftover from previous used spinlockMogens Lauridsen2017-08-171-2/+0
| * | crypto: sahara - Fix dma unmap directionMogens Lauridsen2017-08-171-4/+4
| * | crypto: af_alg - consolidation of duplicate codeStephan Mueller2017-08-094-1262/+940
| * | crypto: caam - Remove unused dentry membersFabio Estevam2017-08-093-63/+32
| * | crypto: ccp - select CONFIG_CRYPTO_RSAArnd Bergmann2017-08-091-0/+1
| * | crypto: ccp - avoid uninitialized variable warningArnd Bergmann2017-08-091-1/+2
| * | crypto: serpent - improve __serpent_setkey with UBSANArnd Bergmann2017-08-091-36/+41
| * | crypto: algif_aead - copy AAD from src to dstStephan Mueller2017-08-092-23/+162
| * | crypto: algif - return error code when no data was processedStephan Mueller2017-08-092-2/+6
| * | crypto: ccp - Add XTS-AES-256 support for CCP version 5Gary R Hook2017-08-043-5/+25
| * | crypto: ccp - Rework the unit-size check for XTS-AESGary R Hook2017-08-041-37/+20
| * | crypto: ccp - Add a call to xts_check_key()Gary R Hook2017-08-041-1/+8
| * | crypto: ccp - Fix XTS-AES-128 support on v5 CCPsGary R Hook2017-08-045-11/+43
| * | crypto: arm64/aes - avoid expanded lookup tables in the final roundArd Biesheuvel2017-08-041-45/+107
| * | crypto: arm/aes - avoid expanded lookup tables in the final roundArd Biesheuvel2017-08-041-23/+65
| * | crypto: arm64/ghash - add NEON accelerated fallback for 64-bit PMULLArd Biesheuvel2017-08-042-36/+252
| * | crypto: arm/ghash - add NEON accelerated fallback for vmull.p64Ard Biesheuvel2017-08-043-48/+215
| * | crypto: arm64/gcm - implement native driver using v8 Crypto ExtensionsArd Biesheuvel2017-08-043-26/+591
| * | crypto: arm64/aes-bs - implement non-SIMD fallback for AES-CTRArd Biesheuvel2017-08-042-5/+44
| * | crypto: arm64/chacha20 - take may_use_simd() into accountArd Biesheuvel2017-08-041-2/+3
| * | crypto: arm64/aes-blk - add a non-SIMD fallback for synchronous CTRArd Biesheuvel2017-08-043-17/+101
| * | crypto: arm64/aes-ce-ccm: add non-SIMD generic fallbackArd Biesheuvel2017-08-042-35/+140
| * | crypto: arm64/aes-ce-cipher: add non-SIMD generic fallbackArd Biesheuvel2017-08-042-3/+18
| * | crypto: arm64/aes-ce-cipher - match round key endianness with generic codeArd Biesheuvel2017-08-043-40/+37
| * | crypto: arm64/sha2-ce - add non-SIMD scalar fallbackArd Biesheuvel2017-08-043-5/+29
| * | crypto: arm64/sha1-ce - add non-SIMD generic fallbackArd Biesheuvel2017-08-042-5/+16
| * | crypto: arm64/crc32 - add non-SIMD scalar fallbackArd Biesheuvel2017-08-041-5/+6
| * | crypto: arm64/crct10dif - add non-SIMD generic fallbackArd Biesheuvel2017-08-041-4/+9
| * | crypto: arm64/ghash-ce - add non-SIMD scalar fallbackArd Biesheuvel2017-08-042-9/+43
| * | crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel2017-08-0414-40/+42
| * | crypto: algapi - use separate dst and src operands for __crypto_xor()Ard Biesheuvel2017-08-042-12/+17
| * | crypto: rockchip - return the err code when unable dequeue the crypto requestZain Wang2017-08-033-19/+29