summaryrefslogtreecommitdiff
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * | crypto: qat - add check for negative offset in alg precompute functionShant KumarX Sonnad2019-05-231-0/+3
| * | crypto: qat - remove spin_lock in qat_ablkcipher_setkeyXin Zeng2019-05-231-13/+3
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-3/+3
|\ \ \
| * \ \ Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar2019-06-1730-310/+30
| |\ \ \
| * | | | locking/atomic, crypto/nx: Remove redundant castsMark Rutland2019-06-031-3/+3
| * | | | locking/atomic, crypto/nx: Prepare for atomic64_read() conversionMark Rutland2019-06-031-6/+6
* | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1945-186/+45
* | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 459Thomas Gleixner2019-06-199-108/+9
* | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-15/+1
| |/ / / |/| | |
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 442Thomas Gleixner2019-06-051-13/+1
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-4/+1
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner2019-06-053-12/+3
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299Thomas Gleixner2019-06-0514-182/+14
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-0511-99/+11
|/ / /
* | | crypto: ux500 - fix license comment syntax errorAlex Xu (Hello71)2019-06-011-1/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-3013-53/+13
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-3015-15/+16
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178Thomas Gleixner2019-05-301-5/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner2019-05-301-2/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159Thomas Gleixner2019-05-301-7/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-309-90/+9
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-303-42/+3
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-306-31/+6
* | | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-2138-66/+38
|\ \ \
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 19Thomas Gleixner2019-05-211-14/+1
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-214-52/+4
| * | | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-2129-0/+29
| * | | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-214-0/+4
| |/ /
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-213-127/+88
|\ \ \ | |/ / |/| / | |/
| * crypto: vmx - ghash: do nosimd fallback manuallyDaniel Axtens2019-05-171-125/+86
| * crypto: vmx - CTR: always increment IV as quadwordDaniel Axtens2019-05-171-1/+1
| * crypto: caam - fix typo in i.MX6 devices list for errataIuliana Prodan2019-05-171-1/+1
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-05-161-2/+2
|\ \
| * \ Merge branch 'fixes' into arm/socOlof Johansson2019-05-151-7/+6
| |\ \
| * | | ARM: ixp4xx: Move IXP4xx QMGR and NPE headersLinus Walleij2019-04-231-2/+2
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-159-32/+28
|\ \ \ \ | | |_|/ | |/| |
| * | | Revert "crypto: caam/jr - Remove extra memory barrier during job ring dequeue"Herbert Xu2019-05-092-9/+1
| * | | crypto: caam - fix caam_dump_sg that iterates through scatterlistIuliana Prodan2019-05-091-1/+1
| * | | crypto: caam - fix DKP detection logicHerbert Xu2019-05-093-5/+19
| * | | crypto: chelsio - count incomplete block in IVAtul Gupta2019-05-091-2/+2
| * | | crypto: chelsio - Fix softlockup with heavy I/OAtul Gupta2019-05-092-14/+3
| * | | crypto: chelsio - Fix NULL pointer dereferenceAtul Gupta2019-05-091-1/+2
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-06105-2177/+2387
|\ \ \ \ | |/ / /
| * | | crypto: ccree - use a proper le32 type for le32 valGilad Ben-Yossef2019-05-031-1/+1
| * | | crypto: ccree - remove set but not used variable 'du_size'YueHaibing2019-05-031-8/+0
| * | | crypto: ccree - Make cc_sec_disable staticYueHaibing2019-05-031-1/+1
| * | | crypto: ccree - fix spelling mistake "protedcted" -> "protected"Colin Ian King2019-05-031-1/+1
| * | | crypto: caam/qi2 - generate hash keys in-placeHoria Geantă2019-05-031-26/+15
| * | | crypto: caam/qi2 - fix DMA mapping of stack memoryHoria Geantă2019-05-032-68/+45
| * | | crypto: caam/qi2 - fix zero-length buffer DMA mappingHoria Geantă2019-05-031-7/+18