aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers16-27/+32
2019-01-25crypto: bcm - remove unused function do_decrypt()Eric Biggers2-46/+0
2019-01-25hwrng: virtio - Avoid repeated init of completionDavid Tolnay1-1/+1
2019-01-25crypto: chelsio - Inline single pdu onlyAtul Gupta1-0/+3
2019-01-25crypto: chelsio - avoid using sa_entry immAtul Gupta2-7/+5
2019-01-25crypto: ccree - don't copy zero size ciphertextGilad Ben-Yossef1-1/+2
2019-01-25crypto: ccree - shared irq lines are not a bugGilad Ben-Yossef1-3/+3
2019-01-25crypto: ccree - unmap buffer before copying IVGilad Ben-Yossef1-1/+2
2019-01-25crypto: ccree - remove legacy leftoverHadar Gat1-2/+0
2019-01-25crypto: ccree - fix free of unallocated mlli bufferHadar Gat1-4/+4
2019-01-25crypto: ccree - add error messageHadar Gat1-1/+4
2019-01-25crypto: ccree - improve error handlingHadar Gat1-39/+35
2019-01-18crypto: brcm - Fix some set-but-not-used warningYueHaibing1-5/+1
2019-01-11crypto: virtio - clean up indentation, replace spaces with tabColin Ian King1-1/+1
2019-01-11crypto: chelsio - remove set but not used variables 'adap'YueHaibing1-2/+0
2019-01-11crypto: chelsio - check set_msg_len overflow in generate_b0YueHaibing1-2/+4
2019-01-11crypto: ux500 - catch dma submission errorYueHaibing1-0/+6
2019-01-11crypto: crypto4xx - add prng crypto supportChristian Lamparter3-0/+92
2019-01-11crypto: caam - add support for xcbc(aes)Iuliana Prodan3-17/+232
2019-01-11crypto: caam - create ahash shared descriptors only onceIuliana Prodan1-1/+6
2019-01-11crypto: caam - fix error reporting for caam_hash_allocIuliana Prodan1-1/+2
2019-01-11crypto: ccp - Update copyright notices and datesHook, Gary9-9/+9
2019-01-11crypto: chtls - remove set but not used variables 'err, adap, request, hws'YueHaibing1-11/+1
2019-01-11crypto: caam - move shared symbols in a common locationHoria Geantă3-11/+6
2019-01-10crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACKChristophe Leroy1-1/+4
2019-01-10crypto: talitos - reorder code in talitos_edesc_alloc()Christophe Leroy1-18/+7
2019-01-10crypto: cavium/nitrox - Use after free in process_response_list()Dan Carpenter1-1/+1
2019-01-10crypto: caam - fix SHA support detectionHoria Geantă3-1/+11
2019-01-10crypto: caam - fix zero-length buffer DMA mappingAymen Sghaier1-6/+9
2019-01-10crypto: ccree - convert to use crypto_authenc_extractkeys()Eric Biggers1-21/+19
2019-01-10crypto: bcm - convert to use crypto_authenc_extractkeys()Eric Biggers2-31/+14
2019-01-06Merge tag 'tag-chrome-platform-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platformLinus Torvalds1-5/+17
2019-01-06Merge tag 'hwlock-v4.21' of git://github.com/andersson/remoteprocLinus Torvalds3-0/+166
2019-01-05Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394Linus Torvalds1-1/+0
2019-01-05Merge tag 'for-linus-20190104' of git://git.kernel.dk/linux-blockLinus Torvalds3-58/+34
2019-01-05Merge tag 'drm-next-2019-01-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds51-290/+628
2019-01-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds6-21/+10
2019-01-05Merge tag 'fbdev-v4.21' of git://github.com/bzolnier/linuxLinus Torvalds13-44/+70
2019-01-05Merge branch 'i2c/for-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds13-130/+321
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds23-188/+1521
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds12-57/+680
2019-01-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds32-135/+138
2019-01-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermalLinus Torvalds13-89/+357
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2019-01-05Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds8-6/+1334
2019-01-05Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-8/+2
2019-01-05Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds9-260/+290
2019-01-05Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linuxLinus Torvalds1-3/+3
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-2/+5
2019-01-04Merge branch 'next/drivers' into next/lateOlof Johansson49-382/+3141