index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: api - Remove linux/fips.h from internal.h
Herbert Xu
2015-04-23
1
-1
/
+0
*
crypto: testmgr - Include linux/fips.h for fips_enabled
Herbert Xu
2015-04-23
1
-0
/
+1
*
crypto: tcrypt - Include linux/fips.h for fips_enabled
Herbert Xu
2015-04-23
1
-1
/
+1
*
crypto: fips - Move fips_enabled sysctl into fips.c
Herbert Xu
2015-04-23
2
-41
/
+48
*
crypto: fips - Remove bogus inclusion of internal.h
Herbert Xu
2015-04-23
1
-1
/
+4
*
crypto: api - Include linux/fips.h
Herbert Xu
2015-04-23
1
-0
/
+1
*
crypto: caam - Remove bogus references to crypto API internals
Herbert Xu
2015-04-23
1
-4
/
+0
*
crypto: drbg - Remove FIPS ifdef from drbg_healthcheck_sanity
Herbert Xu
2015-04-23
1
-4
/
+0
*
crypto: api - Move module sig ifdef into accessor function
Herbert Xu
2015-04-23
2
-4
/
+13
*
crypto: tcrypt - Handle async return from crypto_ahash_init
Herbert Xu
2015-04-23
1
-3
/
+3
*
crypto: rng - Zero seed in crypto_rng_reset
Herbert Xu
2015-04-22
1
-1
/
+1
*
crypto: algif_rng - Remove obsolete const-removal cast
Herbert Xu
2015-04-22
1
-1
/
+1
*
crypto: rng - Remove old low-level rng interface
Herbert Xu
2015-04-22
4
-92
/
+8
*
crypto: krng - Convert to new rng interface
Herbert Xu
2015-04-22
1
-19
/
+14
*
crypto: ansi_cprng - Convert to new rng interface
Herbert Xu
2015-04-22
1
-45
/
+41
*
crypto: ansi_cprng - Remove bogus inclusion of internal.h
Herbert Xu
2015-04-22
1
-2
/
+0
*
crypto: drbg - Convert to new rng interface
Herbert Xu
2015-04-22
2
-107
/
+66
*
crypto: rng - Add multiple algorithm registration interface
Herbert Xu
2015-04-22
2
-0
/
+31
*
crypto: rng - Add crypto_rng_set_entropy
Herbert Xu
2015-04-22
2
-0
/
+10
*
crypto: rng - Convert low-level crypto_rng to new style
Herbert Xu
2015-04-22
4
-11
/
+96
*
crypto: rng - Mark crypto_rng_reset seed as const
Herbert Xu
2015-04-22
2
-8
/
+28
*
crypto: rng - Introduce crypto_rng_generate
Herbert Xu
2015-04-21
2
-4
/
+32
*
crypto: rng - Convert crypto_rng to new style crypto_type
Herbert Xu
2015-04-21
3
-46
/
+33
*
crypto: pcomp - Use crypto_alg_extsize helper
Herbert Xu
2015-04-21
1
-6
/
+1
*
crypto: shash - Use crypto_alg_extsize helper
Herbert Xu
2015-04-21
1
-6
/
+1
*
crypto: api - Add crypto_alg_extsize helper
Herbert Xu
2015-04-21
2
-0
/
+8
*
crypto: drbg - Do not seed RNG in drbg_kcapi_init
Herbert Xu
2015-04-21
1
-48
/
+55
*
crypto: drbg - Initialise mutex in drbg_healthcheck_sanity
Herbert Xu
2015-04-21
1
-0
/
+2
*
crypto: drbg - leave cipher handles operational
Stephan Mueller
2015-04-21
1
-8
/
+4
*
crypto: drbg - replace spinlock with mutex
Stephan Mueller
2015-04-21
2
-121
/
+27
*
crypto: drbg - fix drbg_generate return val check
Stephan Mueller
2015-04-21
1
-7
/
+7
*
crypto: talitos - Update DT bindings with SEC1
LEROY Christophe
2015-04-21
1
-2
/
+4
*
crypto: talitos - Add fsl,sec1.0 compatible
LEROY Christophe
2015-04-21
1
-0
/
+7
*
crypto: talitos - SEC1 bugs on 0 data hash
LEROY Christophe
2015-04-21
1
-0
/
+24
*
crypto: talitos - implement scatter/gather copy for SEC1
LEROY Christophe
2015-04-21
2
-38
/
+103
*
crypto: talitos - adapt interrupts and reset functions to SEC1
LEROY Christophe
2015-04-21
2
-67
/
+199
*
crypto: talitos - base address for Execution Units
LEROY Christophe
2015-04-21
2
-55
/
+100
*
crypto: talitos - adaptation of talitos_submit() for SEC1
LEROY Christophe
2015-04-21
2
-4
/
+21
*
crypto: talitos - fill in talitos descriptor iaw SEC1 or SEC2+
LEROY Christophe
2015-04-21
1
-38
/
+67
*
crypto: talitos - Add a feature to tag SEC1
LEROY Christophe
2015-04-21
2
-0
/
+20
*
crypto: talitos - add sub-choice in talitos CONFIG for SEC1
LEROY Christophe
2015-04-21
1
-0
/
+18
*
crypto: talitos - enhanced talitos_desc struct for SEC1
LEROY Christophe
2015-04-21
1
-4
/
+16
*
crypto: talitos - helper function for ptr len
LEROY Christophe
2015-04-21
1
-7
/
+17
*
crypto: talitos - remove param 'extent' in map_single_talitos_ptr()
LEROY Christophe
2015-04-21
1
-11
/
+10
*
crypto: talitos - Add a helper function to clear j_extent field
LEROY Christophe
2015-04-21
1
-3
/
+8
*
crypto: talitos - talitos_ptr renamed ptr for more lisibility
LEROY Christophe
2015-04-21
1
-10
/
+10
*
crypto: talitos - Refactor the sg in/out chain allocation
LEROY Christophe
2015-04-21
1
-78
/
+81
*
crypto: talitos - Use zero entry to init descriptors ptrs to zero
LEROY Christophe
2015-04-21
1
-6
/
+2
*
cryoto: drbg - clear all temporary memory
Stephan Mueller
2015-04-21
1
-1
/
+1
*
crypto: mv_cesa - ensure backlog is initialised
Colin Ian King
2015-04-21
1
-1
/
+1
[next]