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
2017-12-22
crypto: inside-secure - use threaded IRQs for result handling
Antoine Ténart
2
-20
/
+22
2017-12-22
crypto: inside-secure - move request dequeueing into a workqueue
Antoine Ténart
4
-26
/
+29
2017-12-22
crypto: inside-secure - remove unused parameter in invalidate_cache
Ofer Heifetz
4
-4
/
+2
2017-12-22
crypto: inside-secure - move cipher crypto mode to request context
Ofer Heifetz
1
-4
/
+7
2017-12-22
crypto: inside-secure - EBUSY is not an error on async request
Ofer Heifetz
1
-1
/
+1
2017-12-22
crypto: inside-secure - refrain from unneeded invalidations
Ofer Heifetz
2
-12
/
+22
2017-12-22
crypto: inside-secure - comment the caching function
Antoine Ténart
1
-0
/
+10
2017-12-22
crypto: inside-secure - remove useless memset
Antoine Ténart
1
-1
/
+0
2017-12-22
crypto: inside-secure - fix typo in a comment
Antoine Ténart
1
-1
/
+1
2017-12-22
crypto: inside-secure - remove extra empty line
Antoine Ténart
1
-1
/
+0
2017-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
1524
-8626
/
+13880
2017-12-22
crypto: aesni - add wrapper for generic gcm(aes)
Sabrina Dubroca
1
-12
/
+54
2017-12-22
crypto: aesni - fix typo in generic_gcmaes_decrypt
Sabrina Dubroca
1
-1
/
+1
2017-12-22
crypto: seqiv - Remove unused alg/spawn variable
Corentin Labbe
1
-5
/
+0
2017-12-22
crypto: echainiv - Remove unused alg/spawn variable
Corentin Labbe
1
-5
/
+0
2017-12-22
crypto: exynos - Introduce mutex to prevent concurrent access to hardware
Łukasz Stelmach
1
-0
/
+21
2017-12-22
crypto: exynos - Reseed PRNG after generating 2^16 random bytes
Łukasz Stelmach
1
-4
/
+11
2017-12-22
crypto: exynos - Improve performance of PRNG
Łukasz Stelmach
1
-29
/
+2
2017-12-22
crypto: exynos - Support Exynos5250+ SoCs
Łukasz Stelmach
2
-3
/
+28
2017-12-22
crypto: artpec6 - set correct iv size for gcm(aes)
Lars Persson
1
-2
/
+3
2017-12-22
crypto: gf128mul - remove incorrect comment
Eric Biggers
1
-2
/
+0
2017-12-22
crypto: qat - reduce stack size with KASAN
Arnd Bergmann
1
-66
/
+67
2017-12-22
crypto: inside-secure - do not use areq->result for partial results
Antoine Ténart
1
-5
/
+5
2017-12-22
crypto: inside-secure - fix request allocations in invalidation path
Antoine Ténart
2
-15
/
+15
2017-12-22
crypto: inside-secure - free requests even if their handling failed
Antoine Ténart
1
-0
/
+1
2017-12-22
crypto: inside-secure - per request invalidation
Ofer Heifetz
2
-27
/
+111
2017-12-22
lib/mpi: Fix umul_ppmm() for MIPS64r6
James Hogan
1
-1
/
+17
2017-12-22
crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()
Eric Biggers
6
-21
/
+11
2017-12-22
crypto: api - Unexport crypto_larval_lookup()
Eric Biggers
2
-3
/
+2
2017-12-22
crypto: exynos - Icrease the priority of the driver
Łukasz Stelmach
1
-1
/
+1
2017-12-22
crypto: chelsio - fix a type cast error
Atul Gupta
1
-1
/
+1
2017-12-22
crypto: drivers - remove duplicate includes
Pravin Shedge
3
-3
/
+0
2017-12-22
crypto: pcrypt - fix freeing pcrypt instances
Eric Biggers
1
-9
/
+10
2017-12-22
crypto: n2 - cure use after free
Jan Engelhardt
1
-0
/
+3
2017-12-22
crypto: af_alg - Fix race around ctx->rcvused by making it atomic_t
Jonathan Cameron
4
-6
/
+7
2017-12-22
crypto: chacha20poly1305 - validate the digest size
Eric Biggers
1
-1
/
+5
2017-12-22
crypto: chelsio - select CRYPTO_GF128MUL
Arnd Bergmann
1
-0
/
+1
2017-12-11
MAINTAINERS: Add myself as co-maintainer for s5p-sss.c
Kamil Konieczny
1
-0
/
+1
2017-12-11
chcr: ensure cntrl is initialized to fix bit-wise or'ing of garabage data
Colin Ian King
1
-1
/
+1
2017-12-11
chcr: remove unused variables net_device, pi, adap and cntrl
Colin Ian King
1
-7
/
+1
2017-12-11
crypto: chelsio - make arrays sgl_ent_len and dsgl_ent_len static
Colin Ian King
1
-9
/
+13
2017-12-11
crypto: cryptd - make cryptd_max_cpu_qlen module parameter static
Colin Ian King
1
-1
/
+1
2017-12-11
crypto: stm32 - fix module device table name
Corentin LABBE
1
-1
/
+1
2017-12-11
crypto: caam/qi - use correct print specifier for size_t
Horia Geantă
1
-3
/
+3
2017-12-11
crypto: arm/aes-neonbs - Use PTR_ERR_OR_ZERO()
Gomonovych, Vasyl
1
-6
/
+4
2017-12-11
crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
Hauke Mehrtens
1
-1
/
+1
2017-12-11
crypto: af_alg - fix race accessing cipher request
Stephan Mueller
2
-10
/
+10
2017-12-11
crypto: mcryptd - protect the per-CPU queue with a lock
Sebastian Andrzej Siewior
2
-13
/
+11
2017-12-11
crypto: af_alg - wait for data at beginning of recvmsg
Stephan Mueller
3
-6
/
+12
2017-12-11
crypto: skcipher - set walk.iv for zero-length inputs
Eric Biggers
1
-6
/
+4
[prev]
[next]