summaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-04crypto: arm/poly1305 - Add prototype for poly1305_blocks_neonHerbert Xu1-0/+1
2020-08-28crypto: stm32 - Fix sparse warningsHerbert Xu3-24/+32
2020-08-28crypto: ccree - fix runtime PM imbalance on errordinghao.liu@zju.edu.cn1-1/+5
2020-08-28crypto: mediatek - Fix endianness bugs and sparse warningsHerbert Xu2-34/+25
2020-08-28crypto: hifn_795x - Remove 64-bit build-time checkHerbert Xu1-3/+0
2020-08-28crypto: cavium/nitrox - add an error message to explain the failure of pci_re...George Acosta1-0/+1
2020-08-28crypto: sa2ul - Fix pointer-to-int-cast warningYueHaibing1-2/+2
2020-08-28crypto: ahash - Remove AHASH_REQUEST_ON_STACKHerbert Xu1-5/+0
2020-08-28crypto: ahash - Add ahash_alg_instanceHerbert Xu1-0/+6
2020-08-28crypto: ahash - Add init_tfm/exit_tfmHerbert Xu2-1/+25
2020-08-25crypto: arm/curve25519 - include <linux/scatterlist.h>Fabio Estevam1-0/+1
2020-08-25crypto: stm32 - Add missing header inclusionsHerbert Xu2-0/+3
2020-08-21crypto: hisilicon/qm - fix the process of register algorithms to cryptoYang Shen8-107/+125
2020-08-21crypto: hisilicon/qm - fix the call trace when unbind deviceWeili Qian5-9/+99
2020-08-21crypto: hisilicon/qm - register callback function to 'pci_driver.shutdown'Yang Shen5-0/+21
2020-08-21crypto: hisilicon/qm - fix VF not available after PF FLRShukun Tan1-0/+6
2020-08-21crypto: hisilicon/qm - fix no stop reason when use 'hisi_qm_stop'Yang Shen5-17/+17
2020-08-21crypto: hisilicon/qm - fix event queue depth to 2048Shukun Tan1-6/+13
2020-08-21crypto: hisilicon/qm - fix judgement of queue is fullHui Tang1-1/+1
2020-08-21crypto: hisilicon/qm - fix print frequence in hisi_qp_sendYang Shen1-1/+1
2020-08-21crypto: hisilicon/qm - clear used reference count when start qpShukun Tan1-0/+1
2020-08-21crypto: hisilicon/qm - fix wrong release after using strsepSihang Chen1-4/+6
2020-08-21crypto: virtio - don't use 'default m'Ram Muthiah1-1/+0
2020-08-21crypto: picoxcell - Fix potential race condition bugMadhuparna Bhowmik1-5/+4
2020-08-21crypto: hash - Remove unused async iteratorsIra Weiny2-50/+4
2020-08-21crypto: ux500 - Fix kmap() bugIra Weiny1-12/+18
2020-08-21hwrng: intel - cleanup initializationTom Rix1-1/+1
2020-08-21crypto: caam - Move debugfs fops into standalone fileHoria Geantă6-102/+136
2020-08-21hwrng: optee - fix wait use caseJorge Ramirez-Ortiz1-2/+2
2020-08-21hwrng: optee - handle unlimited data ratesJorge Ramirez-Ortiz1-1/+1
2020-08-21crypto: x86/crc32c-intel - Use CRC32 mnemonicUros Bizjak1-12/+6
2020-08-21crypto: ccree - remove bitlocker cipherGilad Ben-Yossef2-47/+3
2020-08-21crypto: ccree - remove data unit size supportGilad Ben-Yossef2-233/+1
2020-08-21crypto: tcrypt - Add support for hash speed testing with keysHerbert Xu2-34/+9
2020-08-21crypto: ixp4xx - Fix the size used in a 'dma_free_coherent()' callChristophe JAILLET1-1/+1
2020-08-21crypto: mediatek - Fix wrong return value in mtk_desc_ring_alloc()Tianjia Zhang1-2/+2
2020-08-21crypto: marvell/cesa - Fix sparse warningsHerbert Xu4-25/+32
2020-08-21crypto: algif_aead - Do not set MAY_BACKLOG on the async pathHerbert Xu1-3/+4
2020-08-21crypto: algif_skcipher - EBUSY on aio should be an errorHerbert Xu1-1/+1
2020-08-21crypto: tcrypt - delete duplicated words in messagesRandy Dunlap1-2/+2
2020-08-21crypto: engine - delete duplicated wordRandy Dunlap1-1/+1
2020-08-21crypto: crct10dif_generic - fix duplicated wordsRandy Dunlap1-1/+1
2020-08-21crypto: crc32c_generic - delete and fix duplicated wordsRandy Dunlap1-2/+2
2020-08-21crypto: algif_aead - delete duplicated wordRandy Dunlap1-1/+1
2020-08-21crypto: hifn_795x - switch from 'pci_' to 'dma_' APIChristophe JAILLET1-9/+12
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu32-8/+35
2020-08-19crypto: algapi - Move crypto_yield into internal.hHerbert Xu2-12/+10
2020-08-16Linux 5.9-rc1v5.9-rc1Linus Torvalds1-2/+2
2020-08-16parisc: fix PMD pages allocation by restoring pmd_alloc_one()Mike Rapoport1-0/+6
2020-08-16io_uring: short circuit -EAGAIN for blocking read attemptJens Axboe1-1/+4