summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* | crypto: sun8i-ss - Use kfree_sensitiveJason Wang2021-07-301-6/+3
* | crypto: atmel-aes - Allocate aes dev at tfm init timeTudor Ambarus2021-07-301-33/+43
* | crypto: atmel-aes - Add fallback to XTS software implementationTudor Ambarus2021-07-301-4/+51
* | crypto: atmel - Set OFB's blocksize to 1Tudor Ambarus2021-07-302-2/+2
* | crypto: atmel-tdes - Add FIPS81's zero length cryptlen constraintTudor Ambarus2021-07-301-0/+3
* | crypto: atmel-aes - Add NIST 800-38A's zero length cryptlen constraintTudor Ambarus2021-07-301-0/+7
* | crypto: atmel-aes - Add XTS input length constraintTudor Ambarus2021-07-301-0/+3
* | crypto: atmel-aes - Add blocksize constraint for ECB and CBC modesTudor Ambarus2021-07-301-1/+6
* | crypto: atmel-tdes - Handle error messagesTudor Ambarus2021-07-301-17/+16
* | crypto: atmel-tdes - Clarify how tdes dev gets allocated to the tfmTudor Ambarus2021-07-301-19/+9
* | crypto: mxs-dcp - Use sg_mapping_iter to copy dataSean Anderson2021-07-161-27/+9
* | crypto: mxs-dcp - Check for DMA mapping errorsSean Anderson2021-07-161-10/+35
|/
* Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2021-07-101-0/+4
|\
| * Merge tag 'ixp4xx-arm-soc-v5.14' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2021-06-231-0/+4
| |\
| | * soc: ixp4xx: move cpu detection to linux/soc/ixp4xx/cpu.hArnd Bergmann2021-06-171-0/+4
| * | Revert "crypto: cavium/nitrox - add an error message to explain the failure o...Greg Kroah-Hartman2021-05-131-1/+0
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-07-096-8/+10
|\ \
| * | crypto: hisilicon/sec - fix the process of disabling sva prefetchingKai Ye2021-06-281-0/+3
| * | crypto: sl3516 - Add dependency on ARCH_GEMINIGeert Uytterhoeven2021-06-281-2/+2
| * | crypto: sl3516 - Typo s/Stormlink/Storlink/Geert Uytterhoeven2021-06-283-3/+3
| * | crypto: omap - Drop obsolete PageSlab checkHerbert Xu2021-06-281-2/+1
| * | crypto: qat - ratelimit invalid ioctl message and print the invalid cmdColin Ian King2021-06-281-1/+1
* | | Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-024-4/+143
|\ \ \ | |/ / |/| |
| * | crypto/nx: Register and unregister VAS interface on PowerVMHaren Myneni2021-06-202-0/+9
| * | crypto/nx: Add sysfs interface to export NX capabilitiesHaren Myneni2021-06-201-0/+43
| * | crypto/nx: Get NX capabilities for GZIP coprocessor typeHaren Myneni2021-06-201-0/+87
| * | crypto/nx: Rename nx-842-pseries file name to nx-common-pseriesHaren Myneni2021-06-202-1/+1
| * | powerpc/powernv/vas: Rename register/unregister functionsHaren Myneni2021-06-201-3/+3
| |/
* | crypto: sl3516 - depends on HAS_IOMEMCorentin Labbe2021-06-241-0/+1
* | crypto: hisilicon/qm - implement for querying hardware tasks status.Wenkai Lin2021-06-241-0/+18
* | crypto: sl3516 - Fix build warning without CONFIG_PMYueHaibing2021-06-241-0/+1
* | crypto: nx - Fix numerous sparse byte-order warningsHerbert Xu2021-06-248-22/+32
* | crypto: nx - Fix RCU warning in nx842_OF_upd_statusHerbert Xu2021-06-241-2/+4
* | crypto: nx - Fix memcpy() over-reading in nonceKees Cook2021-06-241-1/+1
* | crypto: hisilicon/sec - Fix spelling mistake "fallbcak" -> "fallback"Colin Ian King2021-06-241-1/+1
* | crypto: sa2ul - Remove unused auth_len variableHerbert Xu2021-06-241-4/+0
* | crypto: sl3516 - fix duplicated inclusionkernel test robot2021-06-241-1/+0
* | crypto: hisilicon/zip - adds the max shaper type rateKai Ye2021-06-171-0/+11
* | crypto: hisilicon/hpre - adds the max shaper type rateKai Ye2021-06-171-0/+7
* | crypto: hisilicon/sec - adds the max shaper type rateKai Ye2021-06-171-0/+7
* | crypto: hisilicon/qm - supports to inquiry each function's QoSKai Ye2021-06-171-7/+174
* | crypto: hisilicon/qm - add pf ping single vf functionKai Ye2021-06-171-0/+36
* | crypto: hisilicon/qm - merges the work initialization process into a single f...Kai Ye2021-06-171-7/+11
* | crypto: hisilicon/qm - add the "alg_qos" file nodeKai Ye2021-06-171-129/+155
* | crypto: hisilicon/qm - supports writing QoS int the hostKai Ye2021-06-172-2/+310
* | crypto: ccp - Use list_move_tail instead of list_del/list_add_tail in ccp-dma...Baokun Li2021-06-171-2/+1
* | crypto: marvell/cesa - change FPGA indirect article to anTom Rix2021-06-171-1/+1
* | crypto: cavium/nitrox - Fix an error rhandling path in 'nitrox_probe()'Christophe JAILLET2021-06-111-10/+8
* | crypto: hisilicon/sec - modify the SEC request structureKai Ye2021-06-112-19/+22
* | crypto: hisilicon/sec - add hardware integrity check value processKai Ye2021-06-112-34/+48