summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-21crypto: hash - Remove unused async iteratorsIra Weiny
2020-08-21crypto: ux500 - Fix kmap() bugIra Weiny
2020-08-21hwrng: intel - cleanup initializationTom Rix
2020-08-21crypto: caam - Move debugfs fops into standalone fileHoria Geantă
2020-08-21hwrng: optee - fix wait use caseJorge Ramirez-Ortiz
2020-08-21hwrng: optee - handle unlimited data ratesJorge Ramirez-Ortiz
2020-08-21crypto: x86/crc32c-intel - Use CRC32 mnemonicUros Bizjak
2020-08-21crypto: ccree - remove bitlocker cipherGilad Ben-Yossef
2020-08-21crypto: ccree - remove data unit size supportGilad Ben-Yossef
2020-08-21crypto: tcrypt - Add support for hash speed testing with keysHerbert Xu
2020-08-21crypto: ixp4xx - Fix the size used in a 'dma_free_coherent()' callChristophe JAILLET
2020-08-21crypto: mediatek - Fix wrong return value in mtk_desc_ring_alloc()Tianjia Zhang
2020-08-21crypto: marvell/cesa - Fix sparse warningsHerbert Xu
2020-08-21crypto: algif_aead - Do not set MAY_BACKLOG on the async pathHerbert Xu
2020-08-21crypto: algif_skcipher - EBUSY on aio should be an errorHerbert Xu
2020-08-21crypto: tcrypt - delete duplicated words in messagesRandy Dunlap
2020-08-21crypto: engine - delete duplicated wordRandy Dunlap
2020-08-21crypto: crct10dif_generic - fix duplicated wordsRandy Dunlap
2020-08-21crypto: crc32c_generic - delete and fix duplicated wordsRandy Dunlap
2020-08-21crypto: algif_aead - delete duplicated wordRandy Dunlap
2020-08-21crypto: hifn_795x - switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu
2020-08-19crypto: algapi - Move crypto_yield into internal.hHerbert Xu
2020-08-16Linux 5.9-rc1v5.9-rc1Linus Torvalds
2020-08-16Merge tag 'io_uring-5.9-2020-08-15' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-16parisc: fix PMD pages allocation by restoring pmd_alloc_one()Mike Rapoport
2020-08-15Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-15Merge tag 'riscv-for-linus-5.9-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds
2020-08-15io_uring: short circuit -EAGAIN for blocking read attemptio_uring-5.9-2020-08-15Jens Axboe
2020-08-15io_uring: sanitize double poll handlingJens Axboe
2020-08-15Merge tag 'perf-tools-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-15Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-15Merge tag 'sched-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-08-15Merge tag 'perf-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-15Merge tag 'locking-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-15Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linuxLinus Torvalds
2020-08-15Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-08-15Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-08-15Merge tag 'edac_updates_for_5.9_pt2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-08-15Merge tag 'devicetree-fixes-for-5.9' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-08-15Merge tag 'acpi-5.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-08-15Merge tag 'pm-5.9-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2020-08-15Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2020-08-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-14virtio: pci: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-08-14ntb: intel: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-08-14rtl818x: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski
2020-08-14sh: use generic strncpy()Kuninori Morimoto