summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-14135-4648/+5701
|\
| * lib/mpi: call cond_resched() from mpi_powm() loopEric Biggers2017-11-101-0/+2
| * crypto: stm32/hash - Fix return issue on updateLionel Debieve2017-11-101-7/+1
| * crypto: dh - Remove pointless checks for NULL 'p' and 'g'Eric Biggers2017-11-102-6/+0
| * crypto: qat - Clean up error handling in qat_dh_set_secret()Eric Biggers2017-11-101-7/+8
| * crypto: dh - Don't permit 'key' or 'g' size longer than 'p'Eric Biggers2017-11-101-0/+8
| * crypto: dh - Don't permit 'p' to be 0Eric Biggers2017-11-101-0/+8
| * crypto: dh - Fix double free of ctx->pEric Biggers2017-11-101-20/+13
| * hwrng: iproc-rng200 - Add support for BCM7278Florian Fainelli2017-11-102-3/+4
| * dt-bindings: rng: Document BCM7278 RNG200 compatibleFlorian Fainelli2017-11-101-1/+3
| * crypto: chcr - Replace _manual_ swap with swap macroGustavo A. R. Silva2017-11-061-4/+1
| * crypto: marvell - Add a NULL entry at the end of mv_cesa_plat_id_table[]Boris BREZILLON2017-11-061-0/+1
| * hwrng: virtio - Virtio RNG devices need to be re-registered after suspend/resumeJim Quigley2017-11-061-1/+20
| * crypto: atmel - remove empty functionsTudor-Dan Ambarus2017-11-062-38/+0
| * crypto: ecdh - remove empty exit()Tudor-Dan Ambarus2017-11-061-6/+0
| * MAINTAINERS: update maintainer for qatSalvatore Benedetto2017-11-061-1/+0
| * crypto: caam - remove unused param of ctx_map_to_sec4_sg()Horia Geantă2017-11-061-4/+4
| * crypto: caam - remove unneeded edesc zeroizationHoria Geantă2017-11-061-4/+0
| * crypto: atmel-aes - Reset the controller before each useRomain Izard2017-11-031-7/+3
| * crypto: atmel-aes - properly set IV after {en,de}cryptRomain Izard2017-11-031-3/+37
| * hwrng: core - Reset user selected rng by writing "" to rng_currentPrasannaKumar Muralidharan2017-11-031-19/+32
| * crypto: s5p-sss - Add HASH support for ExynosKamil Konieczny2017-11-032-10/+1410
| * crypto: s5p-sss - Change spaces to tabsKamil Konieczny2017-11-031-95/+95
| * crypto: drivers - Convert timers to use timer_setup()Kees Cook2017-11-032-7/+6
| * crypto: caam/qi - abort algorithm setup on DPAA2 partsHoria Geantă2017-11-031-1/+6
| * crypto: caam - fix incorrect defineRadu Alexe2017-11-031-1/+1
| * crypto: atmel - remove useless irq initTudor-Dan Ambarus2017-11-033-6/+0
| * crypto: atmel - return appropriate error codeTudor-Dan Ambarus2017-11-033-6/+3
| * crypto: doc - adapt api sample to use async. op waitGilad Ben-Yossef2017-11-031-42/+10
| * crypto: mediatek - move to generic async completionGilad Ben-Yossef2017-11-031-26/+5
| * crypto: qce - move to generic async completionGilad Ben-Yossef2017-11-031-26/+4
| * crypto: talitos - move to generic async completionGilad Ben-Yossef2017-11-031-33/+5
| * crypto: tcrypt - move to generic async completionGilad Ben-Yossef2017-11-031-59/+25
| * ima: move to generic async completionGilad Ben-Yossef2017-11-031-39/+17
| * cifs: move to generic async completionGilad Ben-Yossef2017-11-031-26/+4
| * dm: move dm-verity to generic async completionGilad Ben-Yossef2017-11-032-66/+20
| * fscrypt: move to generic async completionGilad Ben-Yossef2017-11-034-82/+13
| * crypto: testmgr - move to generic async completionGilad Ben-Yossef2017-11-031-138/+66
| * crypto: gcm - move to generic async completionGilad Ben-Yossef2017-11-031-26/+6
| * crypto: drbg - move to generic async completionGilad Ben-Yossef2017-11-032-29/+10
| * crypto: move pub key to generic async completionGilad Ben-Yossef2017-11-031-24/+4
| * crypto: algif - move to generic async completionGilad Ben-Yossef2017-11-035-66/+23
| * crypto: introduce crypto wait for async opGilad Ben-Yossef2017-11-032-0/+53
| * crypto: marvell/cesa - remove redundant backlog checks on EBUSYGilad Ben-Yossef2017-11-032-3/+2
| * crypto: remove redundant backlog checks on EBUSYGilad Ben-Yossef2017-11-035-37/+13
| * net: use -ENOSPC for transient busy indicationGilad Ben-Yossef2017-11-034-4/+4
| * crypto: ccp - use -ENOSPC for transient busy indicationGilad Ben-Yossef2017-11-032-7/+8
| * crypto: change transient busy return code to -ENOSPCGilad Ben-Yossef2017-11-032-5/+5
| * hwrng: xgene - Convert timers to use timer_setup()Kees Cook2017-11-031-5/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2017-11-03561-3691/+8593
| |\