aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/cavium/zip
AgeCommit message (Expand)AuthorFilesLines
2019-03-28crypto: zip - Make some functions staticGravatar YueHaibing 1-4/+4
2019-02-28crypto: cavium/zip - fix collision with generic cra_driver_nameGravatar Eric Biggers 1-2/+4
2019-02-01crypto: cavium/zip - no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-41/+11
2018-04-28crypto: cavium - Remove unnecessary parenthesesGravatar Varsha Rao 1-21/+21
2018-04-21crypto: cavium - Fix smp_processor_id() warningsGravatar Jan Glauber 2-3/+3
2018-04-21crypto: cavium - Fix statistics pending request valueGravatar Jan Glauber 2-9/+5
2018-04-21crypto: cavium - Prevent division by zeroGravatar Jan Glauber 1-4/+5
2018-04-21crypto: cavium - Limit result reading attemptsGravatar Jan Glauber 3-4/+25
2018-04-21crypto: cavium - Fix fallout from CONFIG_VMAP_STACKGravatar Jan Glauber 1-8/+14
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-03-24crypto: zip - add a cast for printing atomic64_t valuesGravatar Arnd Bergmann 1-20/+20
2017-03-24crypto: zip - Memory corruption in zip_clear_stats()Gravatar Dan Carpenter 1-1/+1
2017-03-09crypto: zip - Add Compression/Decompression statisticsGravatar Mahipal Challa 4-0/+271
2017-03-09crypto: zip - Wire-up Compression / decompression HW offloadGravatar Mahipal Challa 9-58/+845
2017-03-09crypto: zip - Add ThunderX ZIP driver coreGravatar Mahipal Challa 10-0/+2793