summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-05-231-1/+0
|\
| * crypto: virtio - drop owner assignmentKrzysztof Kozlowski2024-05-221-1/+0
* | Merge tag 'v6.10-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-05-201-14/+5
|\ \
| * | crypto: qat - Fix ADF_DEV_RESET_SYNC memory leakHerbert Xu2024-05-171-14/+5
* | | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-188-8/+8
|\ \ \
| * | | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-108-8/+8
| | |/ | |/|
* | | Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-05-141-3/+6
|\ \ \
| * | | devlink: extend devlink_param *set pointerMateusz Polchlopek2024-04-221-3/+6
| |/ /
* | | Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-05-1374-1179/+8191
|\ \ \ | | |/ | |/|
| * | crypto: atmel-sha204a - provide the otp contentLothar Rubusch2024-05-101-0/+45
| * | crypto: atmel-sha204a - add reading from otp zoneLothar Rubusch2024-05-103-0/+52
| * | crypto: atmel-i2c - rename read functionLothar Rubusch2024-05-102-4/+4
| * | crypto: atmel-i2c - add missing arg descriptionLothar Rubusch2024-05-101-0/+1
| * | crypto: iaa - Use kmemdup() instead of kzalloc() and memcpy()Thorsten Blum2024-05-101-4/+2
| * | crypto: sahara - use 'time_left' variable with wait_for_completion_timeout()Wolfram Sang2024-05-101-8/+8
| * | crypto: caam - i.MX8ULP donot have CAAM page0 accessPankaj Gupta2024-05-101-0/+3
| * | crypto: caam - init-clk based on caam-page0-accessPankaj Gupta2024-05-101-1/+15
| * | crypto: starfive - Use fallback for unaligned dma accessJia Jie Ho2024-05-101-5/+7
| * | crypto: starfive - Do not free stack bufferJia Jie Ho2024-05-101-1/+0
| * | crypto: starfive - Skip unneeded fallback allocationJia Jie Ho2024-05-101-6/+4
| * | crypto: starfive - Skip dma setup for zeroed messageJia Jie Ho2024-05-101-0/+4
| * | crypto: hisilicon/sec2 - fix for register offsetWenkai Lin2024-05-031-1/+1
| * | crypto: hisilicon/debugfs - mask the unnecessary info from the dumpChenghai Huang2024-05-033-13/+22
| * | crypto: qat - specify firmware files for 402xxGiovanni Cabiddu2024-05-031-0/+2
| * | crypto: tegra - Fix some error codesDan Carpenter2024-04-261-2/+2
| * | crypto: qat - validate slices count returned by FWLucas Segarra Fernandez2024-04-263-0/+23
| * | crypto: tegra - Convert to platform remove callback returning voidUwe Kleine-König2024-04-261-4/+2
| * | crypto: stm32/hash - add full DMA support for stm32mpxMaxime Méré2024-04-191-122/+448
| * | crypto: qat - improve error logging to be consistent across featuresAdam Guerin2024-04-191-1/+1
| * | crypto: qat - improve error message in adf_get_arbiter_mapping()Adam Guerin2024-04-192-2/+2
| * | crypto: qat - implement dh fallback for primes > 4KDamian Muszynski2024-04-191-6/+60
| * | crypto: octeontx2 - add missing check for dma_map_singleChen Ni2024-04-191-0/+4
| * | crypto: hisilicon/qm - Add the err memory release process to qm uninitChenghai Huang2024-04-121-4/+1
| * | crypto: hisilicon/debugfs - Resolve the problem of applying for redundant spa...Chenghai Huang2024-04-121-6/+5
| * | crypto: hisilicon/sec - Fix memory leak for sec resource releaseChenghai Huang2024-04-121-1/+3
| * | crypto: hisilicon - Adjust debugfs creation and release orderChenghai Huang2024-04-123-36/+32
| * | crypto: hisilicon/qm - Add the default processing branchChenghai Huang2024-04-121-0/+3
| * | crypto: hisilicon/debugfs - Fix the processing logic issue in the debugfs cre...Chenghai Huang2024-04-121-3/+3
| * | crypto: hisilicon/sgl - Delete redundant parameter verificationChenghai Huang2024-04-121-4/+1
| * | crypto: hisilicon/debugfs - Fix debugfs uninit process issueChenghai Huang2024-04-121-3/+18
| * | crypto: hisilicon/sec - Add the condition for configuring the sriov functionChenghai Huang2024-04-121-1/+2
| * | crypto: iaa - Use cpumask_weight() when rebalancingTom Zanussi2024-04-121-2/+2
| * | crypto: tegra - Add Tegra Security Engine driverAkhil R2024-04-128-0/+4166
| * | crypto: ccp - drop platform ifdef checksArnd Bergmann2024-04-121-12/+2
| * | crypto: qat - Fix spelling mistake "Invalide" -> "Invalid"Colin Ian King2024-04-121-1/+1
| * | crypto: qat - Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-04-052-6/+11
| * | crypto: bcm - Fix pointer arithmeticAleksandr Mishin2024-04-021-1/+1
| * | crypto: nx - Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva2024-04-022-6/+10
| * | crypto: starfive - Use dma for aes requestsJia Jie Ho2024-04-024-238/+395
| * | crypto: starfive - Skip unneeded key freeJia Jie Ho2024-04-021-0/+3