summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2026-01-30crypto/ccp: Use PCI bridge defaults for IDEAlexey Kardashevskiy1-12/+0
2026-01-30crypto: inside-secure/eip93 - unregister only available algorithmAleksander Jan Bajkowski1-39/+53
2026-01-30crypto: ccp - Fix a crash due to incorrect cleanup usage of kfreeElla Ma1-1/+1
2026-01-30crypto: stm32 - Remove unnecessary checks before calling memcpyThorsten Blum1-4/+2
2026-01-30crypto: omap - Use sysfs_emit in sysfs show functionsThorsten Blum2-3/+5
2026-01-28BackMerge tag 'v6.19-rc7' into drm-nextDave Airlie2-7/+4
2026-01-23crypto: ccp - narrow scope of snp_range_listTycho Andersen (AMD)1-12/+1
2026-01-23crypto: ccp - Fix a case where SNP_SHUTDOWN is missedTom Lendacky1-23/+23
2026-01-23crypto: nx - Simplify with scoped for each OF child loopKrzysztof Kozlowski1-5/+2
2026-01-23crypto: inside-secure/eip93 - fix kernel panic in driver detachAleksander Jan Bajkowski1-1/+1
2026-01-23crypto: ccp - Use NULL instead of plain 0Herbert Xu1-1/+1
2026-01-23crypto: xilinx - Add gcm(aes) support for AMD/Xilinx Versal deviceHarsh Jain1-9/+421
2026-01-23crypto: xilinx - Remove un-necessary typecast operationHarsh Jain1-6/+3
2026-01-23crypto: xilinx - Change coherent DMA to streaming DMA APIHarsh Jain1-36/+58
2026-01-23crypto: xilinx - Replace zynqmp prefix with xilinxHarsh Jain1-71/+69
2026-01-23crypto: xilinx - Register H/W key support with paesHarsh Jain1-100/+204
2026-01-23crypto: xilinx - Avoid submitting fallback requests to engineHarsh Jain1-27/+35
2026-01-23crypto: xilinx - Avoid Encrypt request to fallback for authsize < 16Harsh Jain1-3/+3
2026-01-23crypto: xilinx - Return linux error code instead of firmware error codeHarsh Jain1-7/+7
2026-01-23crypto: xilinx - Update probe to self discover the deviceHarsh Jain1-24/+62
2026-01-23crypto: xilinx - Remove union from zynqmp_aead_drv_ctxHarsh Jain1-13/+11
2026-01-21crypto: ccp - Send PSP_CMD_TEE_RING_DESTROY when PSP_CMD_TEE_RING_INIT failsMario Limonciello (AMD)1-0/+14
2026-01-21crypto: ccp - Factor out ring destroy handling to a helperMario Limonciello (AMD)1-12/+24
2026-01-21crypto: ccp - Add an S4 restore flowMario Limonciello (AMD)6-1/+47
2026-01-21crypto: ccp - Declare PSP dead if PSP_CMD_TEE_RING_INIT failsMario Limonciello (AMD)1-0/+1
2026-01-16crypto: hisilicon/sgl - fix inconsistent map/unmap direction issueChenghai Huang1-1/+1
2026-01-16crypto: hisilicon/sec2 - support skcipher/aead fallback for hardware queue un...Qi Tao1-15/+47
2026-01-16crypto: hisilicon/hpre - support the hpre algorithm fallbackWeili Qian1-39/+199
2026-01-16crypto: hisilicon/zip - support fallback for zipChenghai Huang2-8/+43
2026-01-16crypto: hisilicon/qm - optimize device selection priority based on queue ref ...Chenghai Huang1-10/+25
2026-01-16crypto: hisilicon/qm - add reference counting to queues for tfm kernel reuseChenghai Huang1-14/+51
2026-01-16crypto: hisilicon - consolidate qp creation and start in hisi_qm_alloc_qps_nodeChenghai Huang4-95/+66
2026-01-16crypto: hisilicon/qm - centralize the sending locks of each module into qmChenghai Huang3-11/+12
2026-01-16crypto: hisilicon/qm - enhance the configuration of req_type in queue attributesChenghai Huang7-18/+33
2026-01-16crypto: hisilicon/hpre: extend tag field to 64 bits for better performancelizhi2-122/+25
2026-01-16crypto: hisilicon/sec - move backlog management to qp and store sqe in qp for...Chenghai Huang3-54/+61
2026-01-16crypto: hisilicon/zip - adjust the way to obtain the req in the callback func...Chenghai Huang1-15/+9
2026-01-16crypto: octeontx - fix dma_free_coherent() sizeThomas Fourier1-1/+2
2026-01-16crypto: cavium - fix dma_free_coherent() sizeThomas Fourier1-1/+2
2026-01-15crypto: omap - Use new AES library APIEric Biggers2-4/+4
2026-01-15crypto: inside-secure - Use new AES library APIEric Biggers2-14/+12
2026-01-15crypto: drbg - Use new AES library APIEric Biggers1-4/+4
2026-01-15crypto: crypto4xx - Use new AES library APIEric Biggers1-5/+5
2026-01-15crypto: chelsio - Use new AES library APIEric Biggers1-5/+5
2026-01-15crypto: ccp - Use new AES library APIEric Biggers1-2/+2
2026-01-13host1x: Make remove callback return voidUwe Kleine-König1-3/+1
2026-01-12crypto: aes - Replace aes-generic with wrapper around libEric Biggers1-5/+5
2025-12-29crypto: octeontx2 - Use sysfs_emit in sysfs show functionsThorsten Blum1-2/+3
2025-12-29crypto: iaa - Replace sprintf with sysfs_emit in sysfs show functionsThorsten Blum1-4/+5
2025-12-29crypto: qat - fix duplicate restarting msg during AER errorHarshita Bhilwaria1-2/+0