summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* | crypto: hisilicon/hpre - remove the macro of 'HPRE_DEV'Hui Tang2021-05-211-27/+26
* | crypto: hisilicon/hpre - replace macro with inline functionHui Tang2021-05-211-9/+16
* | crypto: hisilicon/hpre - init a structure member each lineHui Tang2021-05-211-14/+42
* | crypto: hisilicon/hpre - the macro 'HPRE_ADDR' expandsHui Tang2021-05-211-30/+29
* | crypto: hisilicon/hpre - fix unmapping invalid dma addressHui Tang2021-05-211-0/+18
* | crypto: hisilicon/hpre - extend 'cra_driver_name' with curve nameHui Tang2021-05-211-2/+2
* | crypto: ux500 - Fix error return code in hash_hw_final()Zhen Lei2021-05-141-0/+1
* | crypto: nx - add missing MODULE_DEVICE_TABLEBixuan Cui2021-05-141-0/+1
* | crypto: cavium/nitrox - Fix kernel-docYang Li2021-05-141-1/+1
* | crypto: cavium/nitrox - Remove redundant initialization of 'sg'Yang Li2021-05-141-1/+1
* | crypto: ixp4xx - Correct functions alignmentCorentin Labbe2021-05-141-30/+35
* | crypto: ixp4xx - remove brackets from single statementCorentin Labbe2021-05-141-26/+21
* | crypto: ixp4xx - Do not initialize static to NULLCorentin Labbe2021-05-141-4/+4
* | crypto: ixp4xx - whitespace fixesCorentin Labbe2021-05-141-19/+24
* | crypto: ixp4xx - convert all printk to dev_xxxCorentin Labbe2021-05-141-8/+6
* | crypto: ixp4xx - convert unsigned to unsigned intCorentin Labbe2021-05-141-10/+10
* | crypto: ixp4xx - fallback when having more than one SGCorentin Labbe2021-05-142-3/+58
* | crypto: ixp4xx - update IV after requestsCorentin Labbe2021-05-141-0/+22
* | crypto: ixp4xx - dma_unmap the correct addressCorentin Labbe2021-05-141-1/+1
* | crypto: qce - Schedule fallback aead algorithmThara Gopinath2021-05-142-11/+56
* | crypto: qce - Add support for AEAD algorithmsThara Gopinath2021-05-141-2/+160
* | crypto: qce - Clean up qce_auth_cfgThara Gopinath2021-05-141-12/+9
* | crypto: qce - Add support for AEAD algorithmsThara Gopinath2021-05-146-0/+874
* | crypto: qce - Add mode for rfc4309Thara Gopinath2021-05-141-2/+5
* | crypto: qce - Make result dump optionalThara Gopinath2021-05-141-4/+7
* | crypto: qce - Add MAC failed error checkingThara Gopinath2021-05-141-0/+2
* | crypto: cpt - Use 'hlist_for_each_entry' to simplify codeChristophe JAILLET2021-05-141-5/+1
* | crypto: ccp - Annotate SEV Firmware file namesJoerg Roedel2021-05-141-0/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-012-99/+98
|\
| * crypto: ccp: Use the stack and common buffer for INIT commandSean Christopherson2021-04-212-5/+6
| * crypto: ccp: Use the stack and common buffer for status commandsSean Christopherson2021-04-212-16/+12
| * crypto: ccp: Use the stack for small SEV command buffersSean Christopherson2021-04-211-73/+44
| * crypto: ccp: Play nice with vmalloc'd memory for SEV command structsSean Christopherson2021-04-212-5/+25
| * crypto: ccp: Reject SEV commands with mismatching command bufferSean Christopherson2021-04-211-2/+7
| * crypto: ccp: Detect and reject "invalid" addresses destined for PSPSean Christopherson2021-04-211-0/+3
| * crypto: ccp: Free SEV device if SEV init failsSean Christopherson2021-04-211-1/+3
| * KVM: SVM: Add support for KVM_SEV_SEND_CANCEL commandSteve Rutherford2021-04-211-0/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-04-26135-1409/+2877
|\ \ | |/ |/|
| * crypto: s5p-sss - consistently use local 'dev' variable in probe()Krzysztof Kozlowski2021-04-221-2/+2
| * crypto: s5p-sss - remove unneeded local variable initializationKrzysztof Kozlowski2021-04-221-1/+1
| * crypto: s5p-sss - simplify getting of_device_id match dataKrzysztof Kozlowski2021-04-221-6/+3
| * ccp: ccp - add support for Green SardineDevaraj Rangasamy2021-04-221-0/+1
| * crypto: ccp - Make ccp_dev_suspend and ccp_dev_resume void functionsTian Tao2021-04-223-29/+10
| * crypto: octeontx2 - add support for OcteonTX2 98xx CPT block.Srujana Challa2021-04-227-58/+153
| * crypto: chelsio/chcr - Remove useless MODULE_VERSIONVinay Kumar Yadav2021-04-222-3/+1
| * crypto: ux500/cryp - Remove duplicate argumentWan Jiabing2021-04-221-1/+0
| * crypto: chelsio - remove unused functionJiapeng Chong2021-04-221-5/+0
| * crypto: sa2ul - Add support for AM64Peter Ujfalusi2021-04-222-39/+96
| * crypto: sa2ul - Support for per channel coherencyPeter Ujfalusi2021-04-221-1/+1
| * crypto: hisilicon - enable new error types for QMWeili Qian2021-04-222-3/+8