summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-11-0498-1538/+4070
|\
| * crypto: asymmetric_keys - Fix unaligned access in x509_get_sig_params()Sowmini Varadhan2015-10-201-2/+3
| * crypto: akcipher - Don't #include crypto/public_key.h as the contents aren't ...David Howells2015-10-201-1/+0
| * hwrng: exynos - Add Device Tree supportKrzysztof Kozlowski2015-10-201-0/+9
| * hwrng: exynos - Fix missing configuration after suspend to RAMKrzysztof Kozlowski2015-10-201-7/+35
| * hwrng: exynos - Add timeout for waiting on init doneKrzysztof Kozlowski2015-10-201-1/+4
| * dt-bindings: rng: Describe Exynos4 PRNG bindingsKrzysztof Kozlowski2015-10-201-0/+17
| * crypto: marvell/cesa - use __le32 for hardware descriptorsRussell King2015-10-202-19/+22
| * crypto: marvell/cesa - fix missing cpu_to_le32() in mv_cesa_dma_add_op()Russell King2015-10-201-1/+1
| * crypto: marvell/cesa - use memcpy_fromio()/memcpy_toio()Russell King2015-10-202-13/+14
| * crypto: marvell/cesa - use gfp_t for gfp flagsRussell King2015-10-202-7/+4
| * crypto: marvell/cesa - use dma_addr_t for cur_dmaRussell King2015-10-202-4/+6
| * crypto: marvell/cesa - use readl_relaxed()/writel_relaxed()Russell King2015-10-204-16/+15
| * crypto: caam - fix indentation of close bracesRussell King2015-10-201-6/+6
| * crypto: caam - only export the state we really need to exportRussell King2015-10-201-4/+40
| * crypto: caam - fix non-block aligned hash calculationRussell King2015-10-201-1/+1
| * crypto: caam - avoid needlessly saving and restoring caam_hash_ctxRussell King2015-10-201-8/+4
| * crypto: caam - print errno code when hash registration failsRussell King2015-10-201-4/+6
| * crypto: marvell/cesa - fix memory leakBoris Brezillon2015-10-201-12/+10
| * crypto: marvell/cesa - fix first-fragment handling in mv_cesa_ahash_dma_last_...Russell King2015-10-201-8/+0
| * crypto: marvell/cesa - rearrange handling for sw padded hashesRussell King2015-10-201-26/+18
| * crypto: marvell/cesa - rearrange handling for hw finished hashesRussell King2015-10-201-11/+24
| * crypto: marvell/cesa - rearrange last request handlingRussell King2015-10-201-11/+19
| * crypto: marvell/cesa - avoid adding final operation within loopRussell King2015-10-201-7/+17
| * crypto: marvell/cesa - ensure iter.base.op_len is the full op lengthRussell King2015-10-201-4/+4
| * crypto: marvell/cesa - use presence of scatterlist to determine data loadRussell King2015-10-201-18/+21
| * crypto: marvell/cesa - move mv_cesa_dma_add_frag() callsRussell King2015-10-201-42/+29
| * crypto: marvell/cesa - always ensure mid-fragments after first-fragmentRussell King2015-10-201-12/+7
| * crypto: marvell/cesa - factor out adding an operation and launching itRussell King2015-10-201-38/+36
| * crypto: marvell/cesa - factor out first fragment decisions to helperRussell King2015-10-202-6/+9
| * crypto: marvell/cesa - const-ify argument to mv_cesa_get_op_cfg()Russell King2015-10-201-1/+1
| * crypto: marvell/cesa - ensure template operation is initialisedRussell King2015-10-201-6/+6
| * crypto: marvell/cesa - fix the bit length endiannessRussell King2015-10-201-2/+8
| * crypto: marvell/cesa - add flag to determine algorithm endiannessRussell King2015-10-202-8/+10
| * crypto: marvell/cesa - keep creq->state in CPU endian format at all timesRussell King2015-10-202-12/+15
| * crypto: marvell/cesa - easier way to get the transformRussell King2015-10-201-2/+2
| * crypto: ahash - Add crypto_ahash_blocksizeHerbert Xu2015-10-201-0/+14
| * lib/mpi: fix off by one in mpi_read_raw_from_sglStephan Mueller2015-10-201-1/+4
| * crypto: qat - fix crypto_get_instance_node functionTadeusz Struk2015-10-201-4/+16
| * hwrng: exynos - Fix unbalanced PM runtime get/putsDaniel Thompson2015-10-201-1/+1
| * lib/mpi: clean unused SHA1_DIGEST_LENGTHLABBE Corentin2015-10-201-6/+0
| * crypto: n2 - set array of const as constLABBE Corentin2015-10-151-1/+1
| * crypto: sahara - set array of const as constLABBE Corentin2015-10-151-6/+6
| * crypto: s390/sha - replace raw value by their coresponding defineLABBE Corentin2015-10-151-1/+1
| * crypto: keywrap - add testmgr supportStephan Mueller2015-10-152-0/+56
| * crypto: keywrap - enable compilationStephan Mueller2015-10-152-0/+8
| * crypto: keywrap - add key wrapping block chaining modeStephan Mueller2015-10-151-0/+419
| * crypto: testmgr - test IV value after a cipher operationBoris BREZILLON2015-10-152-1/+12
| * hwrng: stm32 - Fix build with CONFIG_PMDaniel Thompson2015-10-151-2/+2
| * crypto: pkcs7 - Fix unaligned access in pkcs7_verify()Sowmini Varadhan2015-10-141-2/+3