index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "crypto: aesni - disable "by8" AVX CTR optimization"
Mathias Krause
2014-10-02
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2014-10-02
5
-3
/
+33
|
\
|
*
crypto: aesni - disable "by8" AVX CTR optimization
Mathias Krause
2014-09-24
1
-2
/
+2
|
*
crypto: ccp - Check for CCP before registering crypto algs
Tom Lendacky
2014-09-24
3
-0
/
+30
|
*
crypto: qat - Enable all 32 IRQs
Tadeusz Struk
2014-09-18
1
-1
/
+1
*
|
crypto: aesni - remove unused defines in "by8" variant
Mathias Krause
2014-10-02
1
-3
/
+0
*
|
crypto: aesni - fix counter overflow handling in "by8" variant
Mathias Krause
2014-10-02
1
-2
/
+15
*
|
hwrng: printk replacement
Sudip Mukherjee
2014-10-02
6
-17
/
+16
*
|
crypto: qat - Removed unneeded partial state
Tadeusz Struk
2014-09-24
1
-59
/
+7
*
|
crypto: qat - Fix typo in name of tasklet_struct
Tadeusz Struk
2014-09-24
2
-5
/
+5
*
|
crypto: caam - Dynamic allocation of addresses for various memory blocks in C...
Nitesh Narayan Lal
2014-09-15
3
-80
/
+81
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2014-09-05
1
-3
/
+0
|
\
|
|
*
crypto: drbg - remove check for uninitialized DRBG handle
Stephan Mueller
2014-09-05
1
-3
/
+0
|
*
crypto: drbg - backport "fix maximum value checks on 32 bit systems"
Herbert Xu
2014-09-05
1
-0
/
+13
*
|
crypto: mcryptd - Fix typos in CRYPTO_MCRYPTD description
Ted Percival
2014-09-04
1
-1
/
+1
*
|
crypto: algif - avoid excessive use of socket buffer in skcipher
Ondrej Kozina
2014-09-04
1
-1
/
+1
*
|
arm64: dts: add random number generator dts node to APM X-Gene platform.
Feng Kan
2014-08-29
1
-0
/
+21
*
|
Documentation: rng: Add X-Gene SoC RNG driver documentation
Feng Kan
2014-08-29
1
-0
/
+17
*
|
hwrng: xgene - add support for APM X-Gene SoC RNG support
Feng Kan
2014-08-29
3
-0
/
+437
*
|
crypto: mv_cesa - Add missing #define
Rasmus Villemoes
2014-08-29
1
-0
/
+1
*
|
crypto: testmgr - add test for lz4 and lz4hc
KOVACS Krisztian
2014-08-29
2
-0
/
+98
*
|
crypto: lz4,lz4hc - fix decompression
KOVACS Krisztian
2014-08-29
2
-2
/
+2
*
|
crypto: qat - Use pci_enable_msix_exact() instead of pci_enable_msix()
Alexander Gordeev
2014-08-29
1
-3
/
+3
*
|
crypto: drbg - fix maximum value checks on 32 bit systems
Stephan Mueller
2014-08-26
1
-0
/
+13
*
|
crypto: drbg - fix sparse warning for cpu_to_be[32|64]
Stephan Mueller
2014-08-26
1
-2
/
+2
*
|
crypto: sha-mb - sha1_mb_alg_state can be static
Fengguang Wu
2014-08-26
1
-11
/
+11
*
|
crypto: mcryptd - mcryptd_flist can be static
Fengguang Wu
2014-08-26
1
-1
/
+1
*
|
crypto: drbg - remove unnecessary sanity check for shadow state
Stephan Mueller
2014-08-25
1
-3
/
+0
*
|
crypto: drbg - remove configuration of fixed values
Stephan Mueller
2014-08-25
2
-46
/
+6
*
|
crypto: drbg - remove unnecessary sanity checks
Stephan Mueller
2014-08-25
1
-9
/
+0
*
|
crypto: drbg - use kmalloc instead of kzalloc for V and C
Stephan Mueller
2014-08-25
1
-3
/
+8
*
|
crypto: drbg - remove superflowous memset(0)
Stephan Mueller
2014-08-25
1
-4
/
+2
*
|
crypto: drbg - remove superflowous checks
Stephan Mueller
2014-08-25
1
-10
/
+6
*
|
crypto: drbg - kzfree does not need a check for NULL pointer
Stephan Mueller
2014-08-25
1
-12
/
+6
*
|
crypto: drbg - replace int2byte with cpu_to_be
Stephan Mueller
2014-08-25
1
-16
/
+18
*
|
crypto: caam - fix addressing of struct member
Cristian Stoica
2014-08-25
1
-3
/
+3
*
|
crypto: caam - remove duplicated sg copy functions
Cristian Stoica
2014-08-25
2
-62
/
+14
*
|
crypto: qat - Fix return value check in adf_chr_drv_create()
Wei Yongjun
2014-08-25
1
-1
/
+1
*
|
crypto: caam - enable raw data instead of von Neumann data
Alex Porosanu
2014-08-25
2
-1
/
+20
*
|
crypto: caam - change starting entropy delay value
Alex Porosanu
2014-08-25
2
-1
/
+10
*
|
crypto: caam - disable RNG oscillator maximum frequency check
Alex Porosanu
2014-08-25
2
-2
/
+3
*
|
crypto: testmgr - remove unused function argument
Cristian Stoica
2014-08-25
1
-11
/
+5
*
|
crypto: sha-mb - SHA1 multibuffer job manager and glue code
Tim Chen
2014-08-25
3
-0
/
+947
*
|
crypto: sha-mb - SHA1 multibuffer crypto computation (x8 AVX2)
Tim Chen
2014-08-25
1
-0
/
+472
*
|
crypto: sha-mb - SHA1 multibuffer submit and flush routines for AVX2
Tim Chen
2014-08-25
3
-0
/
+619
*
|
crypto: sha-mb - SHA1 multibuffer algorithm data structures
Tim Chen
2014-08-25
3
-0
/
+533
*
|
crypto: sha-mb - multibuffer crypto infrastructure
Tim Chen
2014-08-25
5
-0
/
+857
*
|
sched: Add function single_task_running to let a task check if it is the only...
Tim Chen
2014-08-25
2
-0
/
+13
*
|
crypto: testmgr - delay execution of set-up code
Cristian Stoica
2014-08-25
1
-8
/
+6
*
|
crypto: testmgr - white space removal on __test_skcipher
Cristian Stoica
2014-08-25
1
-149
/
+138
[next]