summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/cavium/zip
AgeCommit message (Expand)AuthorLines
2025-04-07crypto: cavium/zip - Remove driverHerbert Xu-3682/+0
2025-03-21crypto: cavium/zip - drop obsolete 'comp' implementationArd Biesheuvel-100/+1
2025-03-15crypto: scomp - Remove tfm argument from alloc/free_ctxHerbert Xu-6/+6
2022-09-30crypto: zip - remove the unneeded result variableye xingchen-24/+6
2022-03-03crypto: cavium/zip - register algorithm only if hardware is presentCorentin Labbe-48/+35
2021-04-16crypto: cavium/zip - remove unused including <linux/version.h>Tian Tao-1/+0
2020-11-27crypto: cavium/zip - Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET-8/+2
2020-09-25crypto: cavium/zip - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao-38/+6
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-3/+3
2019-09-09crypto: cavium/zip - Add missing single_release()Wei Yongjun-0/+3
2019-03-28crypto: zip - Make some functions staticYueHaibing-4/+4
2019-02-28crypto: cavium/zip - fix collision with generic cra_driver_nameEric Biggers-2/+4
2019-02-01crypto: cavium/zip - no need to check return value of debugfs_create functionsGreg Kroah-Hartman-41/+11
2018-04-28crypto: cavium - Remove unnecessary parenthesesVarsha Rao-21/+21
2018-04-21crypto: cavium - Fix smp_processor_id() warningsJan Glauber-3/+3
2018-04-21crypto: cavium - Fix statistics pending request valueJan Glauber-9/+5
2018-04-21crypto: cavium - Prevent division by zeroJan Glauber-4/+5
2018-04-21crypto: cavium - Limit result reading attemptsJan Glauber-4/+25
2018-04-21crypto: cavium - Fix fallout from CONFIG_VMAP_STACKJan Glauber-8/+14
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-03-24crypto: zip - add a cast for printing atomic64_t valuesArnd Bergmann-20/+20
2017-03-24crypto: zip - Memory corruption in zip_clear_stats()Dan Carpenter-1/+1
2017-03-09crypto: zip - Add Compression/Decompression statisticsMahipal Challa-0/+271
2017-03-09crypto: zip - Wire-up Compression / decompression HW offloadMahipal Challa-58/+845
2017-03-09crypto: zip - Add ThunderX ZIP driver coreMahipal Challa-0/+2793