summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
2021-12-03crypto: sa2ul - Use bitfield helpersGeert Uytterhoeven
2021-12-03crypto: caam - save caam memory to support crypto engine retry mechanism.Gaurav Jain
2021-11-26crypto: hisilicon/qm - simplified the calculation of qos shaper parametersKai Ye
2021-11-26crypto: hisilicon/qm - some optimizations of ths qos write processKai Ye
2021-11-26crypto: hisilicon/qm - modify the value of qos initializationKai Ye
2021-11-26crypto: hisilicon - modify the value of engine type rateKai Ye
2021-11-26crypto: sun8i-ce - Add support for the D1 variantCorentin Labbe
2021-11-26crypto: qat - improve logging of PFVF messagesMarco Chiappero
2021-11-26crypto: qat - fix VF IDs in PFVF log messagesMarco Chiappero
2021-11-26crypto: qat - do not rely on min versionMarco Chiappero
2021-11-26crypto: qat - refactor pfvf version request messagesMarco Chiappero
2021-11-26crypto: qat - pass the PF2VF responses back to the callersMarco Chiappero
2021-11-26crypto: qat - use enums for PFVF protocol codesMarco Chiappero
2021-11-26crypto: qat - reorganize PFVF protocol definitionsMarco Chiappero
2021-11-26crypto: qat - reorganize PFVF codeMarco Chiappero
2021-11-26crypto: qat - abstract PFVF receive logicGiovanni Cabiddu
2021-11-26crypto: qat - abstract PFVF send functionMarco Chiappero
2021-11-26crypto: qat - differentiate between pf2vf and vf2pf offsetMarco Chiappero
2021-11-26crypto: qat - add pfvf_opsMarco Chiappero
2021-11-26crypto: qat - relocate PFVF disabled functionGiovanni Cabiddu
2021-11-26crypto: qat - relocate PFVF VF related logicMarco Chiappero
2021-11-26crypto: qat - relocate PFVF PF related logicMarco Chiappero
2021-11-26crypto: qat - handle retries due to collisions in adf_iov_putmsg()Marco Chiappero
2021-11-26crypto: qat - split PFVF message decoding from handlingMarco Chiappero
2021-11-26crypto: qat - re-enable interrupts for legacy PFVF messagesGiovanni Cabiddu
2021-11-26crypto: qat - change PFVF ACK behaviourGiovanni Cabiddu
2021-11-26crypto: qat - move interrupt code out of the PFVF handlerMarco Chiappero
2021-11-26crypto: qat - move VF message handler to adf_vf2pf_msg.cMarco Chiappero
2021-11-26crypto: qat - move vf2pf interrupt helpersGiovanni Cabiddu
2021-11-26crypto: qat - refactor PF top half for PFVFMarco Chiappero
2021-11-26crypto: qat - fix undetected PFVF timeout in ACK loopGiovanni Cabiddu
2021-11-26crypto: qat - do not handle PFVF sources for qat_4xxxGiovanni Cabiddu
2021-11-20crypto: ccp - no need to initialise statics to 0Jason Wang
2021-11-20crypto: ccree - remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-11-20crypto: octeontx2 - use swap() to make code cleanerchiminghao
2021-11-20crypto: qce - fix uaf on qce_skcipher_register_oneChengfeng Ye
2021-11-20crypto: qce - fix uaf on qce_ahash_register_oneChengfeng Ye
2021-11-20crypto: qce - fix uaf on qce_aead_register_oneChengfeng Ye
2021-11-20crypto: hisilicon/hpre - use swap() to make code cleanerYang Guang
2021-11-20crypto: keembay-ocs-ecc - Fix error return code in kmb_ocs_ecc_probe()Wei Yongjun
2021-11-20crypto: caam - replace this_cpu_ptr with raw_cpu_ptrMeng Li
2021-11-20crypto: atmel-aes - Reestablish the correct tfm context at dequeueTudor Ambarus
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-10-29crypto: ccp - Make use of the helper macro kthread_run()Cai Huoqing
2021-10-29crypto: sa2ul - Use the defined variable to clean codeTang Bin
2021-10-29crypto: s5p-sss - Add error handling in s5p_aes_probe()Tang Bin
2021-10-29crypto: keembay-ocs-ecc - Add Keem Bay OCS ECC DriverPrabhjot Khurana
2021-10-18treewide: Replace open-coded flex arrays in unionsKees Cook