summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * | crypto: qat - remove unneeded bracesMarco Chiappero2022-04-151-2/+1
| * | crypto: qat - fix ETR sources enabled by default on GEN2 devicesMarco Chiappero2022-04-158-55/+22
| * | crypto: qat - set COMPRESSION capability for DH895XCCGiovanni Cabiddu2022-04-151-1/+2
| * | crypto: qat - set CIPHER capability for DH895XCCGiovanni Cabiddu2022-04-151-3/+9
| * | crypto: ccree - use fine grained DMA mapping dirGilad Ben-Yossef2022-04-151-12/+15
| * | crypto: ccree - rearrange init calls to avoid raceGilad Ben-Yossef2022-04-151-11/+13
| * | crypto: qat - stop using iommu_present()Robin Murphy2022-04-151-2/+1
| * | crypto: cavium/nitrox - remove check of list iterator against head past the l...Jakob Koschel2022-04-081-4/+6
| * | crypto: ccp - When TSME and SME both detected notify userMario Limonciello2022-04-081-0/+6
| * | crypto: ccp - Allow PSP driver to load without SEV/TEE supportMario Limonciello2022-04-081-16/+0
| * | crypto: ccp - Export PSP security bits to userspaceMario Limonciello2022-04-082-0/+79
| * | crypto: ccp - cache capability into psp deviceMario Limonciello2022-04-082-20/+22
| * | crypto: hisilicon/qm - optimize the barrier operationHui Tang2022-04-081-3/+3
| |/
* | crypto: caam - add in-kernel interface for blob generatorAhmad Fatoum2022-05-233-0/+186
* | crypto: caam - determine whether CAAM supports blob encap/decapAhmad Fatoum2022-05-233-3/+19
* | crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZOndrej Mosnacek2022-05-131-0/+1
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-03-317-9/+616
|\
| * virtio-crypto: rename skcipher algszhenwei pi2022-03-284-9/+9
| * virtio-crypto: implement RSA algorithmzhenwei pi2022-03-286-1/+608
* | Merge tag 'v5.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-311-1/+3
|\ \
| * | crypto: stm32 - fix reference leak in stm32_crc_removeZheng Yongjun2022-03-251-1/+3
* | | Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-03-249-507/+67
|\ \ \
| * | | crypto: hisilicon/qm: Set the VF QM state registerLongfang Liu2022-03-151-0/+8
| * | | hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driverShameer Kolothum2022-03-153-0/+18
| * | | hisi_acc_qm: Move VF PCI device IDs to common headerShameer Kolothum2022-03-153-21/+18
| * | | crypto: hisilicon/qm: Move few definitions to common headerLongfang Liu2022-03-151-40/+18
| * | | crypto: hisilicon/qm: Move the QM header to include/linuxShameer Kolothum2022-03-156-446/+5
* | | | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-241-1/+1
|\ \ \ \
| * | | | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
* | | | | Merge tag 'arm-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2022-03-231-1/+0
|\ \ \ \ \
| * | | | | ARM: ixp4xx: Drop all common codeLinus Walleij2022-02-121-1/+0
| |/ / / /
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-2163-205/+930
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | crypto: xilinx - Turn SHA into a tristate and allow COMPILE_TESTHerbert Xu2022-03-141-2/+2
| * | | crypto: qat - fix initialization of pfvf rts_map_msg structuresGiovanni Cabiddu2022-03-091-1/+1
| * | | crypto: qat - fix initialization of pfvf cap_msg structuresGiovanni Cabiddu2022-03-091-1/+1
| * | | crypto: qat - remove unneeded assignmentGiovanni Cabiddu2022-03-091-1/+1
| * | | crypto: qat - disable registration of algorithmsGiovanni Cabiddu2022-03-092-0/+14
| * | | crypto: hisilicon/qm - fix memset during queues clearingKai Ye2022-03-091-1/+1
| * | | crypto: xilinx: prevent probing on non-xilinx hardwareCorentin Labbe2022-03-092-28/+9
| * | | crypto: marvell/octeontx - Use swap() instead of open coding itJiapeng Chong2022-03-091-4/+1
| * | | crypto: ccree - Fix use after free in cc_cipher_exit()Jianglei Nie2022-03-091-1/+1
| * | | crypto: ccp - ccp_dmaengine_unregister release dma channelsDāvis Mosāns2022-03-091-0/+16
| * | | crypto: octeontx2 - fix missing unlockYang Yingliang2022-03-032-2/+6
| * | | crypto: cavium/nitrox - don't cast parameter in bit operationsAndy Shevchenko2022-03-031-2/+6
| * | | crypto: vmx - add missing dependenciesPetr Vorel2022-03-031-0/+4
| * | | crypto: xilinx - Add Xilinx SHA3 driverHarsha2022-03-033-0/+294
| * | | crypto: xilinx - Updated Makefile for xilinx subdirectoryHarsha2022-03-031-1/+1
| * | | crypto: gemini - call finalize with bh disabledCorentin Labbe2022-03-031-0/+2
| * | | crypto: amlogic - call finalize with bh disabledCorentin Labbe2022-03-031-0/+2
| * | | crypto: sun8i-ce - call finalize with bh disabledCorentin Labbe2022-03-032-0/+6