summaryrefslogtreecommitdiff
path: root/drivers/crypto/cavium/zip/zip_main.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: cavium/zip - register algorithm only if hardware is presentCorentin Labbe2022-03-031-48/+35
* crypto: cavium/zip - Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET2020-11-271-8/+2
* crypto: cavium/zip - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-251-38/+6
* crypto: cavium/zip - Add missing single_release()Wei Yongjun2019-09-091-0/+3
* crypto: cavium/zip - fix collision with generic cra_driver_nameEric Biggers2019-02-281-2/+4
* crypto: cavium/zip - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-41/+11
* crypto: cavium - Fix smp_processor_id() warningsJan Glauber2018-04-211-1/+1
* crypto: cavium - Fix statistics pending request valueJan Glauber2018-04-211-8/+5
* crypto: cavium - Prevent division by zeroJan Glauber2018-04-211-4/+5
* crypto: zip - add a cast for printing atomic64_t valuesArnd Bergmann2017-03-241-20/+20
* crypto: zip - Memory corruption in zip_clear_stats()Dan Carpenter2017-03-241-1/+1
* crypto: zip - Add Compression/Decompression statisticsMahipal Challa2017-03-091-0/+234
* crypto: zip - Wire-up Compression / decompression HW offloadMahipal Challa2017-03-091-57/+0
* crypto: zip - Add ThunderX ZIP driver coreMahipal Challa2017-03-091-0/+552