summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: sha - Handle unaligned input data in generic sha256 and sha512.David S. Miller2014-10-022-2/+4
* Revert "crypto: aesni - disable "by8" AVX CTR optimization"Mathias Krause2014-10-021-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2014-10-025-3/+33
|\
| * crypto: aesni - disable "by8" AVX CTR optimizationMathias Krause2014-09-241-2/+2
| * crypto: ccp - Check for CCP before registering crypto algsTom Lendacky2014-09-243-0/+30
| * crypto: qat - Enable all 32 IRQsTadeusz Struk2014-09-181-1/+1
* | crypto: aesni - remove unused defines in "by8" variantMathias Krause2014-10-021-3/+0
* | crypto: aesni - fix counter overflow handling in "by8" variantMathias Krause2014-10-021-2/+15
* | hwrng: printk replacementSudip Mukherjee2014-10-026-17/+16
* | crypto: qat - Removed unneeded partial stateTadeusz Struk2014-09-241-59/+7
* | crypto: qat - Fix typo in name of tasklet_structTadeusz Struk2014-09-242-5/+5
* | crypto: caam - Dynamic allocation of addresses for various memory blocks in C...Nitesh Narayan Lal2014-09-153-80/+81
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2014-09-051-3/+0
|\ \ | |/
| * crypto: drbg - remove check for uninitialized DRBG handleStephan Mueller2014-09-051-3/+0
| * crypto: drbg - backport "fix maximum value checks on 32 bit systems"Herbert Xu2014-09-051-0/+13
* | crypto: mcryptd - Fix typos in CRYPTO_MCRYPTD descriptionTed Percival2014-09-041-1/+1
* | crypto: algif - avoid excessive use of socket buffer in skcipherOndrej Kozina2014-09-041-1/+1
* | arm64: dts: add random number generator dts node to APM X-Gene platform.Feng Kan2014-08-291-0/+21
* | Documentation: rng: Add X-Gene SoC RNG driver documentationFeng Kan2014-08-291-0/+17
* | hwrng: xgene - add support for APM X-Gene SoC RNG supportFeng Kan2014-08-293-0/+437
* | crypto: mv_cesa - Add missing #defineRasmus Villemoes2014-08-291-0/+1
* | crypto: testmgr - add test for lz4 and lz4hcKOVACS Krisztian2014-08-292-0/+98
* | crypto: lz4,lz4hc - fix decompressionKOVACS Krisztian2014-08-292-2/+2
* | crypto: qat - Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-08-291-3/+3
* | crypto: drbg - fix maximum value checks on 32 bit systemsStephan Mueller2014-08-261-0/+13
* | crypto: drbg - fix sparse warning for cpu_to_be[32|64]Stephan Mueller2014-08-261-2/+2
* | crypto: sha-mb - sha1_mb_alg_state can be staticFengguang Wu2014-08-261-11/+11
* | crypto: mcryptd - mcryptd_flist can be staticFengguang Wu2014-08-261-1/+1
* | crypto: drbg - remove unnecessary sanity check for shadow stateStephan Mueller2014-08-251-3/+0
* | crypto: drbg - remove configuration of fixed valuesStephan Mueller2014-08-252-46/+6
* | crypto: drbg - remove unnecessary sanity checksStephan Mueller2014-08-251-9/+0
* | crypto: drbg - use kmalloc instead of kzalloc for V and CStephan Mueller2014-08-251-3/+8
* | crypto: drbg - remove superflowous memset(0)Stephan Mueller2014-08-251-4/+2
* | crypto: drbg - remove superflowous checksStephan Mueller2014-08-251-10/+6
* | crypto: drbg - kzfree does not need a check for NULL pointerStephan Mueller2014-08-251-12/+6
* | crypto: drbg - replace int2byte with cpu_to_beStephan Mueller2014-08-251-16/+18
* | crypto: caam - fix addressing of struct memberCristian Stoica2014-08-251-3/+3
* | crypto: caam - remove duplicated sg copy functionsCristian Stoica2014-08-252-62/+14
* | crypto: qat - Fix return value check in adf_chr_drv_create()Wei Yongjun2014-08-251-1/+1
* | crypto: caam - enable raw data instead of von Neumann dataAlex Porosanu2014-08-252-1/+20
* | crypto: caam - change starting entropy delay valueAlex Porosanu2014-08-252-1/+10
* | crypto: caam - disable RNG oscillator maximum frequency checkAlex Porosanu2014-08-252-2/+3
* | crypto: testmgr - remove unused function argumentCristian Stoica2014-08-251-11/+5
* | crypto: sha-mb - SHA1 multibuffer job manager and glue codeTim Chen2014-08-253-0/+947
* | crypto: sha-mb - SHA1 multibuffer crypto computation (x8 AVX2)Tim Chen2014-08-251-0/+472
* | crypto: sha-mb - SHA1 multibuffer submit and flush routines for AVX2Tim Chen2014-08-253-0/+619
* | crypto: sha-mb - SHA1 multibuffer algorithm data structuresTim Chen2014-08-253-0/+533
* | crypto: sha-mb - multibuffer crypto infrastructureTim Chen2014-08-255-0/+857
* | sched: Add function single_task_running to let a task check if it is the only...Tim Chen2014-08-252-0/+13
* | crypto: testmgr - delay execution of set-up codeCristian Stoica2014-08-251-8/+6
OpenPOWER on IntegriCloud