summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: aes-generic - drop key expansion routine in favor of library versionArd Biesheuvel2019-07-263-153/+3
* crypto: arm64/aes-ce - switch to library version of key expansion routineArd Biesheuvel2019-07-262-8/+11
* crypto: arm64/aes-neonbs - switch to library version of key expansion routineArd Biesheuvel2019-07-262-4/+5
* crypto: arm64/aes-ccm - switch to AES libraryArd Biesheuvel2019-07-262-13/+7
* crypto: arm/aes-neonbs - switch to library version of key expansion routineArd Biesheuvel2019-07-262-3/+3
* crypto: arm64/ghash - switch to AES libraryArd Biesheuvel2019-07-262-22/+11
* crypto: safexcel/aes - switch to library version of key expansion routineArd Biesheuvel2019-07-262-2/+2
* crypto: cesa/aes - switch to library version of key expansion routineArd Biesheuvel2019-07-262-2/+2
* crypto: padlock/aes - switch to library version of key expansion routineArd Biesheuvel2019-07-262-2/+2
* crypto: x86/aes - drop scalar assembler implementationsArd Biesheuvel2019-07-265-665/+0
* crypto: x86/aes-ni - switch to generic for fallback and key routinesArd Biesheuvel2019-07-263-22/+8
* crypto: aes - create AES library based on the fixed time AES codeArd Biesheuvel2019-07-265-300/+394
* crypto: aes/fixed-time - align key schedule with other implementationsArd Biesheuvel2019-07-261-31/+21
* crypto: aes - rename local routines to prevent future clashesArd Biesheuvel2019-07-266-24/+24
* crypto: arm/aes-ce - cosmetic/whitespace cleanupArd Biesheuvel2019-07-261-60/+56
* crypto: inside-secure - add support for 0 length HMAC messagesPascal van Leeuwen2019-07-261-3/+44
* crypto: inside-secure - add support for arbitrary size hash/HMAC updatesPascal van Leeuwen2019-07-262-158/+269
* crypto: inside-secure - let HW deal with initial hash digestPascal van Leeuwen2019-07-261-65/+6
* crypto: inside-secure: back out parts of earlier HMAC update workaroundPascal van Leeuwen2019-07-261-19/+13
* crypto: inside-secure - fix EINVAL error (buf overflow) for AEAD decryptPascal van Leeuwen2019-07-262-5/+4
* crypto: inside-secure - fix scatter/gather list to descriptor conversionPascal van Leeuwen2019-07-261-46/+136
* crypto: inside-secure - fix incorrect skcipher output IVPascal van Leeuwen2019-07-261-41/+43
* crypto: inside-secure - silently return -EINVAL for input error casesPascal van Leeuwen2019-07-261-5/+20
* crypto: inside-secure - keep ivsize for DES ECB modes at 0Pascal van Leeuwen2019-07-261-2/+0
* crypto: ccree - notify TEE on FIPS tests errorsGilad Ben-Yossef2019-07-261-0/+23
* crypto: fips - add FIPS test failure notification chainGilad Ben-Yossef2019-07-263-1/+21
* crypto: ccree - account for TEE not ready to reportGilad Ben-Yossef2019-07-261-1/+7
* crypto: ccree - drop legacy ivgen supportGilad Ben-Yossef2019-07-269-466/+17
* crypto: ccree - fix spelling mistake "configration" -> "configuration"Colin Ian King2019-07-261-1/+1
* Linus 5.3-rc1v5.3-rc1Linus Torvalds2019-07-211-2/+2
* Merge tag 'devicetree-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-2111-122/+119
|\
| * dt-bindings: pinctrl: stm32: Fix missing 'clocks' property in examplesRob Herring2019-07-211-0/+4
| * dt-bindings: iio: ad7124: Fix dtc warnings in exampleRob Herring2019-07-211-33/+38
| * dt-bindings: iio: avia-hx711: Fix avdd-supply typo in exampleRob Herring2019-07-211-1/+1
| * dt-bindings: pinctrl: aspeed: Fix AST2500 example errorsRob Herring2019-07-211-4/+1
| * dt-bindings: pinctrl: aspeed: Fix 'compatible' schema errorsRob Herring2019-07-212-2/+6
| * dt-bindings: riscv: Limit cpus schema to only check RiscV 'cpu' nodesRob Herring2019-07-211-82/+61
| * dt-bindings: Ensure child nodes are of type 'object'Rob Herring2019-07-216-0/+8
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-07-211-1/+1
|\ \
| * | typo fix: it's d_make_root, not d_make_inode...Al Viro2019-07-211-1/+1
* | | Merge tag '5.3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-07-218-31/+126
|\ \ \
| * | | cifs: update internal module numberSteve French2019-07-191-1/+1
| * | | cifs: flush before set-info if we have writeable handlesRonnie Sahlberg2019-07-191-0/+16
| * | | smb3: optimize open to not send query file internal infoSteve French2019-07-195-26/+56
| * | | cifs: copy_file_range needs to strip setuid bits and update timestampsAmir Goldstein2019-07-181-3/+8
| * | | CIFS: fix deadlock in cached root handlingAurelien Aptel2019-07-181-1/+45
* | | | iommu/amd: fix a crash in iova_magazine_free_pfnsQian Cai2019-07-211-1/+1
* | | | hexagon: switch to generic version of pte allocationMike Rapoport2019-07-211-32/+2
* | | | Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbLinus Torvalds2019-07-2119-60/+1458
|\ \ \ \
| * | | | NTB: Describe the ntb_msi_test client in the documentation.Logan Gunthorpe2019-06-131-0/+27