summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: cavium/nitrox - add an error message to explain the failure of pci_re...George Acosta2020-08-281-0/+1
* crypto: sa2ul - Fix pointer-to-int-cast warningYueHaibing2020-08-281-2/+2
* crypto: ahash - Remove AHASH_REQUEST_ON_STACKHerbert Xu2020-08-281-5/+0
* crypto: ahash - Add ahash_alg_instanceHerbert Xu2020-08-281-0/+6
* crypto: ahash - Add init_tfm/exit_tfmHerbert Xu2020-08-282-1/+25
* crypto: arm/curve25519 - include <linux/scatterlist.h>Fabio Estevam2020-08-251-0/+1
* crypto: stm32 - Add missing header inclusionsHerbert Xu2020-08-252-0/+3
* crypto: hisilicon/qm - fix the process of register algorithms to cryptoYang Shen2020-08-218-107/+125
* crypto: hisilicon/qm - fix the call trace when unbind deviceWeili Qian2020-08-215-9/+99
* crypto: hisilicon/qm - register callback function to 'pci_driver.shutdown'Yang Shen2020-08-215-0/+21
* crypto: hisilicon/qm - fix VF not available after PF FLRShukun Tan2020-08-211-0/+6
* crypto: hisilicon/qm - fix no stop reason when use 'hisi_qm_stop'Yang Shen2020-08-215-17/+17
* crypto: hisilicon/qm - fix event queue depth to 2048Shukun Tan2020-08-211-6/+13
* crypto: hisilicon/qm - fix judgement of queue is fullHui Tang2020-08-211-1/+1
* crypto: hisilicon/qm - fix print frequence in hisi_qp_sendYang Shen2020-08-211-1/+1
* crypto: hisilicon/qm - clear used reference count when start qpShukun Tan2020-08-211-0/+1
* crypto: hisilicon/qm - fix wrong release after using strsepSihang Chen2020-08-211-4/+6
* crypto: virtio - don't use 'default m'Ram Muthiah2020-08-211-1/+0
* crypto: picoxcell - Fix potential race condition bugMadhuparna Bhowmik2020-08-211-5/+4
* crypto: hash - Remove unused async iteratorsIra Weiny2020-08-212-50/+4
* crypto: ux500 - Fix kmap() bugIra Weiny2020-08-211-12/+18
* hwrng: intel - cleanup initializationTom Rix2020-08-211-1/+1
* crypto: caam - Move debugfs fops into standalone fileHoria Geantă2020-08-216-102/+136
* hwrng: optee - fix wait use caseJorge Ramirez-Ortiz2020-08-211-2/+2
* hwrng: optee - handle unlimited data ratesJorge Ramirez-Ortiz2020-08-211-1/+1
* crypto: x86/crc32c-intel - Use CRC32 mnemonicUros Bizjak2020-08-211-12/+6
* crypto: ccree - remove bitlocker cipherGilad Ben-Yossef2020-08-212-47/+3
* crypto: ccree - remove data unit size supportGilad Ben-Yossef2020-08-212-233/+1
* crypto: tcrypt - Add support for hash speed testing with keysHerbert Xu2020-08-212-34/+9
* crypto: ixp4xx - Fix the size used in a 'dma_free_coherent()' callChristophe JAILLET2020-08-211-1/+1
* crypto: mediatek - Fix wrong return value in mtk_desc_ring_alloc()Tianjia Zhang2020-08-211-2/+2
* crypto: marvell/cesa - Fix sparse warningsHerbert Xu2020-08-214-25/+32
* crypto: algif_aead - Do not set MAY_BACKLOG on the async pathHerbert Xu2020-08-211-3/+4
* crypto: algif_skcipher - EBUSY on aio should be an errorHerbert Xu2020-08-211-1/+1
* crypto: tcrypt - delete duplicated words in messagesRandy Dunlap2020-08-211-2/+2
* crypto: engine - delete duplicated wordRandy Dunlap2020-08-211-1/+1
* crypto: crct10dif_generic - fix duplicated wordsRandy Dunlap2020-08-211-1/+1
* crypto: crc32c_generic - delete and fix duplicated wordsRandy Dunlap2020-08-211-2/+2
* crypto: algif_aead - delete duplicated wordRandy Dunlap2020-08-211-1/+1
* crypto: hifn_795x - switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-08-211-9/+12
* crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-2032-8/+35
* crypto: algapi - Move crypto_yield into internal.hHerbert Xu2020-08-192-12/+10
* Linux 5.9-rc1v5.9-rc1Linus Torvalds2020-08-161-2/+2
* Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-164-156/+409
|\
| * io_uring: short circuit -EAGAIN for blocking read attemptJens Axboe2020-08-161-1/+4
| * io_uring: sanitize double poll handlingJens Axboe2020-08-151-9/+25
| * io_uring: internally retry short readsJens Axboe2020-08-141-39/+70
| * io_uring: retain iov_iter state over io_read/io_write callsJens Axboe2020-08-131-66/+70
| * task_work: only grab task signal lock when neededJens Axboe2020-08-132-2/+22
| * io_uring: enable lookup of links holding inflight filesJens Axboe2020-08-131-10/+87