aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/cavium/zip (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-28crypto: zip - Make some functions staticYueHaibing1-4/+4
2019-02-28crypto: cavium/zip - fix collision with generic cra_driver_nameEric Biggers1-2/+4
2019-02-01crypto: cavium/zip - no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-41/+11
2018-04-28crypto: cavium - Remove unnecessary parenthesesVarsha Rao1-21/+21
2018-04-21crypto: cavium - Fix smp_processor_id() warningsJan Glauber2-3/+3
2018-04-21crypto: cavium - Fix statistics pending request valueJan Glauber2-9/+5
2018-04-21crypto: cavium - Prevent division by zeroJan Glauber1-4/+5
2018-04-21crypto: cavium - Limit result reading attemptsJan Glauber3-4/+25
2018-04-21crypto: cavium - Fix fallout from CONFIG_VMAP_STACKJan Glauber1-8/+14
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-24crypto: zip - add a cast for printing atomic64_t valuesArnd Bergmann1-20/+20
2017-03-24crypto: zip - Memory corruption in zip_clear_stats()Dan Carpenter1-1/+1
2017-03-09crypto: zip - Add Compression/Decompression statisticsMahipal Challa4-0/+271
2017-03-09crypto: zip - Wire-up Compression / decompression HW offloadMahipal Challa9-58/+845
2017-03-09crypto: zip - Add ThunderX ZIP driver coreMahipal Challa10-0/+2793