summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfio-v4.11-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2017-02-233-25/+6
|\
| * vfio: fix a typo in comment of function vfio_pin_pagesChangbin Du2017-02-221-1/+1
| * vfio: Replace module request with softdepAlex Williamson2017-02-091-8/+1
| * vfio/mdev: Use a module softdep for vfio_mdevAlex Williamson2017-02-081-12/+2
| * vfio: Fix build break when SPAPR_TCE_IOMMU=nMichael Ellerman2017-02-081-4/+2
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-02-23187-9574/+26959
|\ \
| * | crypto: xts - Add ECB dependencyMilan Broz2017-02-231-0/+1
| * | crypto: cavium - switch to pci_alloc_irq_vectorsChristoph Hellwig2017-02-232-141/+65
| * | crypto: cavium - switch to pci_alloc_irq_vectorsChristoph Hellwig2017-02-232-53/+10
| * | crypto: cavium - remove dead MSI-X related defineChristoph Hellwig2017-02-231-2/+0
| * | crypto: brcm - Avoid double free in ahash_finup()Rob Rice2017-02-151-1/+0
| * | crypto: cavium - fix Kconfig dependenciesArnd Bergmann2017-02-151-1/+2
| * | crypto: cavium - cpt_bind_vq_to_grp could return an error codeGeorge Cherian2017-02-151-2/+2
| * | crypto: doc - fix typoGilad Ben-Yossef2017-02-151-1/+1
| * | hwrng: omap - update Kconfig help descriptionRussell King2017-02-151-2/+2
| * | crypto: ccm - drop unnecessary minimum 32-bit alignmentArd Biesheuvel2017-02-151-2/+1
| * | crypto: ccm - honour alignmask of subordinate MAC cipherArd Biesheuvel2017-02-151-8/+10
| * | crypto: caam - fix state buffer DMA (un)mappingHoria Geantă2017-02-151-55/+52
| * | crypto: caam - abstract ahash request double bufferingHoria Geantă2017-02-151-29/+48
| * | crypto: caam - fix error path for ctx_dma mapping failureHoria Geantă2017-02-151-1/+6
| * | crypto: caam - fix DMA API leaks for multiple setkey() callsHoria Geantă2017-02-152-252/+102
| * | crypto: caam - don't dma_map key for hash algorithmsHoria Geantă2017-02-151-17/+1
| * | crypto: caam - use dma_map_sg() return codeHoria Geantă2017-02-151-62/+71
| * | crypto: caam - replace sg_count() with sg_nents_for_len()Horia Geantă2017-02-152-112/+88
| * | crypto: caam - check sg_count() return valueHoria Geantă2017-02-151-2/+42
| * | crypto: caam - fix HW S/G in ablkcipher_giv_edesc_alloc()Horia Geantă2017-02-151-4/+4
| * | crypto: caam - fix JR IO mapping if one failsTudor Ambarus2017-02-151-8/+9
| * | crypto: caam - check return code of dma_set_mask_and_coherent()Horia Geantă2017-02-152-10/+24
| * | crypto: caam - don't include unneeded headersHoria Geantă2017-02-152-3/+0
| * | crypto: ccp - Simplify some buffer management routinesGary R Hook2017-02-151-86/+56
| * | crypto: ccp - Update the command queue on errorsGary R Hook2017-02-151-2/+5
| * | crypto: ccp - Change mode for detailed CCP init messagesGary R Hook2017-02-151-3/+2
| * | crypto: atmel-sha - fix error management in atmel_sha_start()Cyrille Pitchen2017-02-151-5/+22
| * | crypto: atmel-sha - fix missing "return" instructionsCyrille Pitchen2017-02-151-5/+5
| * | crypto: ccp - Set the AES size field for all modesGary R Hook2017-02-153-2/+10
| * | crypto: brcm - Add Broadcom SPU driverRob Rice2017-02-1112-0/+9516
| * | crypto: brcm - DT documentation for Broadcom SPU hardwareRob Rice2017-02-111-0/+22
| * | crypto: cavium - Enable CPT options crypto for buildGeorge Cherian2017-02-113-0/+9
| * | crypto: cavium - Add the Virtual Function driver for CPTGeorge Cherian2017-02-118-1/+2581
| * | crypto: cavium - Add Support for Octeon-tx CPT EngineGeorge Cherian2017-02-117-0/+1774
| * | hwrng: cavium - Use per device name to allow for multiple devices.David Daney2017-02-111-1/+5
| * | crypto: atmel - fix 64-bit build warningsArnd Bergmann2017-02-112-15/+15
| * | crypto: atmel - refine Kconfig dependenciesArnd Bergmann2017-02-111-4/+5
| * | crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel2017-02-118-34/+70
| * | crypto: improve gcc optimization flags for serpent and wp512Arnd Bergmann2017-02-111-0/+2
| * | crypto: arm64/aes - add NEON/Crypto Extensions CBCMAC/CMAC/XCBC driverArd Biesheuvel2017-02-112-2/+267
| * | crypto: ccm - switch to separate cbcmac driverArd Biesheuvel2017-02-112-137/+245
| * | crypto: testmgr - add test cases for cbcmac(aes)Ard Biesheuvel2017-02-112-0/+67
| * | crypto: aes - add generic time invariant AES cipherArd Biesheuvel2017-02-113-0/+393
| * | crypto: aes-generic - drop alignment requirementArd Biesheuvel2017-02-111-32/+32