index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-31
crypto: arm64/aes - mark 64 bit ARMv8 AES helper ciphers
Stephan Mueller
1
-4
/
+8
2015-03-31
crypto: aes-ce - mark ARMv8 AES helper ciphers
Stephan Mueller
1
-4
/
+8
2015-03-31
crypto: aesbs - mark NEON bit sliced AES helper ciphers
Stephan Mueller
1
-3
/
+6
2015-03-31
crypto: twofish_avx - mark Twofish AVX helper ciphers
Stephan Mueller
1
-5
/
+10
2015-03-31
crypto: serpent_sse2 - mark Serpent SSE2 helper ciphers
Stephan Mueller
1
-5
/
+10
2015-03-31
crypto: serpent_avx - mark Serpent AVX helper ciphers
Stephan Mueller
1
-5
/
+10
2015-03-31
crypto: serpent_avx2 - mark Serpent AVX2 helper ciphers
Stephan Mueller
1
-5
/
+10
2015-03-31
crypto: cast6_avx - mark CAST6 helper ciphers
Stephan Mueller
1
-5
/
+10
2015-03-31
crypto: camellia_aesni_avx - mark AVX Camellia helper ciphers
Stephan Mueller
1
-5
/
+10
2015-03-31
crypto: cast5_avx - mark CAST5 helper ciphers
Stephan Mueller
1
-3
/
+6
2015-03-31
crypto: camellia_aesni_avx2 - mark AES-NI Camellia helper ciphers
Stephan Mueller
1
-5
/
+10
2015-03-31
crypto: ghash-ce - mark GHASH ARMv8 vmull.p64 helper ciphers
Stephan Mueller
1
-2
/
+4
2015-03-31
crypto: clmulni - mark ghash clmulni helper ciphers
Stephan Mueller
1
-2
/
+5
2015-03-31
crypto: aesni - mark AES-NI helper ciphers
Stephan Mueller
1
-8
/
+15
2015-03-31
crypto: proc - identify internal ciphers
Stephan Mueller
1
-0
/
+3
2015-03-31
crypto: cryptd - process CRYPTO_ALG_INTERNAL
Stephan Mueller
2
-9
/
+43
2015-03-31
crypto: testmgr - use CRYPTO_ALG_INTERNAL
Stephan Mueller
1
-7
/
+7
2015-03-31
crypto: api - prevent helper ciphers from being used
Stephan Mueller
2
-0
/
+16
2015-03-24
crypto: arm/ghash - fix big-endian bug in ghash
Ard Biesheuvel
1
-1
/
+1
2015-03-23
crypto: img-hash - shift wrapping bug in img_hash_hw_init()
Dan Carpenter
1
-1
/
+1
2015-03-23
crypto: img-hash - fix some compile warnings
Dan Carpenter
1
-2
/
+1
2015-03-23
crypto: qat - make error and info log messages more descriptive
Allan, Bruce W
12
-91
/
+137
2015-03-23
crypto: qat - fix typo in string
Allan, Bruce W
1
-1
/
+1
2015-03-23
crypto: qat - remove duplicate definition of Intel PCI vendor id
Allan, Bruce W
1
-1
/
+0
2015-03-23
crypto: img-hash - Fix Kconfig selections
James Hartley
1
-2
/
+1
2015-03-19
lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VAR
mancha security
1
-1
/
+1
2015-03-18
hwrng: core - allow perfect entropy from hardware devices
Keith Packard
1
-1
/
+2
2015-03-17
linux-next: build failure after merge of the crypto tree
Herbert Xu
1
-1
/
+1
2015-03-17
hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG in init
Andre Wolokita
1
-1
/
+1
2015-03-17
hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG when checking and disa...
Andre Wolokita
1
-1
/
+1
2015-03-16
crypto: sha1-mb - Syntax error
Ameen Ali
1
-1
/
+1
2015-03-16
crypto: algif_rng - zeroize buffer with random data
Stephan Mueller
1
-1
/
+1
2015-03-16
Documentation: crypto: Add DT binding info for the img hw hash accelerator
James Hartley
1
-0
/
+27
2015-03-16
crypto: img-hash - Add Imagination Technologies hw hash accelerator
James Hartley
3
-0
/
+1045
2015-03-16
hwrng: iproc-rng200 - make use of devm_hwrng_register
Dmitry Torokhov
1
-14
/
+1
2015-03-16
hwrng: iproc-rng200 - do not use static structure
Dmitry Torokhov
1
-23
/
+21
2015-03-16
hwrng: msm - make use of devm_hwrng_register
Dmitry Torokhov
1
-10
/
+1
2015-03-16
hwrng: exynos - make use of devm_hwrng_register
Dmitry Torokhov
1
-11
/
+1
2015-03-16
hwrng: bcm63xx - make use of devm_hwrng_register
Dmitry Torokhov
1
-56
/
+31
2015-03-16
hwrng: add devm_* interfaces
Dmitry Torokhov
2
-0
/
+46
2015-03-13
crypto: don't export static symbol
Julia Lawall
1
-1
/
+0
2015-03-13
crypto: testmgr - fix RNG return code enforcement
Stephan Mueller
1
-5
/
+5
2015-03-12
linux-next: Tree for Mar 11 (powerpc build failure due to vmx crypto code)
Herbert Xu
3
-40
/
+5
2015-03-12
hwrng: omap - remove #ifdefery around PM methods
Dmitry Torokhov
1
-12
/
+3
2015-03-12
crypto: arm - add support for GHASH using ARMv8 Crypto Extensions
Ard Biesheuvel
4
-0
/
+424
2015-03-12
crypto: arm - AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto Extensions
Ard Biesheuvel
4
-0
/
+1049
2015-03-12
crypto: arm - add support for SHA-224/256 using ARMv8 Crypto Extensions
Ard Biesheuvel
4
-0
/
+348
2015-03-12
crypto: arm - add support for SHA1 using ARMv8 Crypto Instructions
Ard Biesheuvel
4
-0
/
+296
2015-03-12
crypto: arm - move ARM specific Kconfig definitions to a dedicated file
Ard Biesheuvel
3
-75
/
+88
2015-03-11
crypto: amcc - remove incorrect __init/__exit markups
Dmitry Torokhov
1
-3
/
+3
[next]