summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/cavium/cpt/cptvf_main.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-17crypto: cavium - Use kcalloc() instead of kzalloc()Gustavo A. R. Silva1-4/+1
2021-02-10crypto: cpt - remove casting dma_alloc_coherentXu Wang1-4/+4
2020-11-27crypto: cavium - Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET1-8/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2019-03-28crypto: cavium - Make cptvf_device_init staticYueHaibing1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-3/+4
2017-06-19crypto: cavium - Downgrade the annoying misc interrupt print from dev_err to ...George Cherian1-1/+1
2017-02-27crypto: cavium - fix leak on curr if curr->head fails to be allocatedColin Ian King1-0/+1
2017-02-27crypto: cavium - Fix couple of static checker errorsGeorge Cherian1-1/+3
2017-02-23crypto: cavium - switch to pci_alloc_irq_vectorsChristoph Hellwig1-138/+65
2017-02-11crypto: cavium - Add the Virtual Function driver for CPTGeorge Cherian1-0/+936