index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-10
crypto: lz4 - fixed decompress function to return error code
Myungho Jung
2
-2
/
+2
2017-04-10
padata: free correct variable
Jason A. Donenfeld
1
-1
/
+1
2017-04-10
crypto: api - Extend algorithm name limit to 128 bytes
Herbert Xu
1
-1
/
+1
2017-04-10
xfrm: Prepare for CRYPTO_MAX_ALG_NAME expansion
Herbert Xu
1
-3
/
+3
2017-04-10
crypto: af_alg - Allow arbitrarily long algorithm names
Herbert Xu
1
-2
/
+2
2017-04-10
crypto: user - Prepare for CRYPTO_MAX_ALG_NAME expansion
Herbert Xu
2
-14
/
+14
2017-04-10
hwrng: timeriomem - Improve performance for sub-jiffie update periods
Rick Altherr
1
-41
/
+45
2017-04-10
hwrng: timeriomem - Shorten verbose type and variable names
Rick Altherr
1
-14
/
+13
2017-04-10
hwrng: timeriomem - Migrate to new API
Rick Altherr
1
-30
/
+30
2017-04-10
crypto: arm64/sha - Add constant operand modifier to ASM_EXPORT
Matthias Kaehlcke
2
-2
/
+2
2017-04-05
crypto: xts - drop gf128mul dependency
Ondrej Mosnáček
1
-1
/
+0
2017-04-05
crypto: glue_helper - remove the le128_gf128mul_x_ble function
Ondrej Mosnáček
2
-11
/
+2
2017-04-05
crypto: gf128mul - switch gf128mul_x_ble to le128
Ondrej Mosnáček
6
-30
/
+30
2017-04-05
crypto: gf128mul - define gf128mul_x_* in gf128mul.h
Ondrej Mosnáček
2
-34
/
+54
2017-04-05
crypto: nx - Update MAINTAINERS entry for 842 compression
Haren Myneni
1
-1
/
+1
2017-04-05
crypto: ccp - Rearrange structure members to minimize size
Gary R Hook
1
-4
/
+4
2017-04-05
crypto: ccp - Remove redundant cpu-to-le32 macros
Gary R Hook
1
-11
/
+11
2017-04-05
ARM: configs: stm32: Add crypto support
Fabien DESSENNE
1
-0
/
+2
2017-04-05
ARM: dts: stm32: enable CRC on stm32746g-eval board
Fabien DESSENNE
1
-0
/
+4
2017-04-05
ARM: dts: stm32: Add CRC support to stm32f746
Fabien DESSENNE
1
-0
/
+7
2017-04-05
crypto: stm32 - Support for STM32 CRC32 crypto module
Fabien DESSENNE
5
-0
/
+336
2017-04-05
dt-bindings: Document STM32 CRC bindings
Fabien DESSENNE
1
-0
/
+16
2017-04-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
14
-79
/
+160
2017-04-05
crypto: caam - fix RNG deinstantiation error checking
Horia Geantă
1
-1
/
+2
2017-04-05
crypto: caam - fix invalid dereference in caam_rsa_init_tfm()
Horia Geantă
1
-1
/
+1
2017-04-05
crypto: caam - fix JR platform device subsequent (re)creations
Horia Geantă
2
-45
/
+19
2017-03-24
crypto: ixp4xx - Use sg_virt()
Geliang Tang
1
-1
/
+1
2017-03-24
crypto: DRBG - initialize SGL only once
Stephan Mueller
1
-3
/
+2
2017-03-24
crypto: testmgr - mark ctr(des3_ede) as fips_allowed
Marcelo Cerri
1
-0
/
+1
2017-03-24
crypto: zip - add a cast for printing atomic64_t values
Arnd Bergmann
1
-20
/
+20
2017-03-24
crypto: zip - Memory corruption in zip_clear_stats()
Dan Carpenter
1
-1
/
+1
2017-03-24
crypto: s5p-sss - Document the struct s5p_aes_dev
Krzysztof Kozlowski
1
-1
/
+26
2017-03-24
crypto: s5p-sss - Remove unused variant field from state container
Krzysztof Kozlowski
1
-3
/
+0
2017-03-24
crypto: s5p-sss - Close possible race for completed requests
Krzysztof Kozlowski
1
-2
/
+3
2017-03-24
crypto: caam/qi - add ablkcipher and authenc algorithms
Horia Geantă
7
-16
/
+2601
2017-03-24
crypto: caam - add Queue Interface (QI) backend support
Horia Geantă
5
-28
/
+1064
2017-03-24
crypto: caam - avoid double inclusion in desc_constr.h
Horia Geantă
1
-0
/
+5
2017-03-24
soc/qman: add macros needed by caam/qi driver
Horia Geantă
1
-0
/
+2
2017-03-24
soc/qman: export non-programmable FQD fields query
Horia Geantă
3
-63
/
+70
2017-03-24
soc/qman: add dedicated channel ID for CAAM
Horia Geantă
2
-1
/
+8
2017-03-24
soc/qman: export volatile dequeue related structs
Horia Geantă
2
-36
/
+36
2017-03-24
md5: remove from lib and only live in crypto
Jason A. Donenfeld
4
-102
/
+95
2017-03-24
crypto, x86: aesni - fix token pasting for clang
Michael Davidson
1
-5
/
+2
2017-03-24
crypto: ccp - Enable support for AES GCM on v5 CCPs
Gary R Hook
6
-0
/
+540
2017-03-24
crypto: ccp - Enable 3DES function on v5 CCPs
Gary R Hook
9
-3
/
+608
2017-03-24
crypto: ccp - Add SHA-2 384- and 512-bit support
Gary R Hook
4
-3
/
+101
2017-03-24
crypto: powerpc - Stress test for vpmsum implementations
Daniel Axtens
3
-0
/
+146
2017-03-24
crypto: powerpc - Add CRC-T10DIF acceleration
Daniel Axtens
4
-0
/
+986
2017-03-24
crypto: powerpc - Re-enable non-REFLECTed CRCs
Daniel Axtens
2
-1
/
+31
2017-03-24
crypto: powerpc - Factor out the core CRC vpmsum algorithm
Daniel Axtens
2
-711
/
+729
[next]