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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
2023-10-01
hwrng: stm32 - rework power management sequences
Gatien Chevallier
1
-11
/
+97
2023-10-01
hwrng: stm32 - support RNG configuration locking mechanism
Gatien Chevallier
1
-0
/
+5
2023-10-01
hwrng: stm32 - restrain RNG noise source clock
Gatien Chevallier
1
-2
/
+32
2023-10-01
hwrng: stm32 - rework error handling in stm32_rng_read()
Gatien Chevallier
1
-12
/
+41
2023-10-01
hwrng: stm32 - implement error concealment
Gatien Chevallier
1
-4
/
+110
2023-10-01
hwrng: stm32 - implement STM32MP13x support
Gatien Chevallier
1
-64
/
+158
2023-10-01
hwrng: stm32 - use devm_platform_get_and_ioremap_resource() API
Gatien Chevallier
1
-7
/
+2
2023-10-01
dt-bindings: rng: introduce new compatible for STM32MP13x
Gatien Chevallier
1
-1
/
+19
2023-10-01
ipsec: Select CRYPTO_AEAD
Herbert Xu
1
-0
/
+1
2023-10-01
dt-bindings: crypto: ice: document the sa8775p inline crypto engine
Bartosz Golaszewski
1
-0
/
+1
2023-09-20
crypto: x86/sha - load modules based on CPU features
Roxana Nicolescu
2
-0
/
+24
2023-09-20
crypto: hisilicon/sec - fix for sgl unmmap problem
Wenkai Lin
1
-0
/
+1
2023-09-20
crypto: qat - enable dc chaining service
Adam Guerin
7
-4
/
+71
2023-09-20
crypto: qat - consolidate services structure
Giovanni Cabiddu
4
-67
/
+42
2023-09-20
crypto: qat - fix unregistration of compression algorithms
Giovanni Cabiddu
2
-1
/
+5
2023-09-20
crypto: qat - fix unregistration of crypto algorithms
Giovanni Cabiddu
2
-1
/
+5
2023-09-20
crypto: qat - ignore subsequent state up commands
Giovanni Cabiddu
1
-1
/
+3
2023-09-20
crypto: qat - do not shadow error code
Giovanni Cabiddu
1
-2
/
+2
2023-09-20
crypto: qat - fix state machines cleanup paths
Giovanni Cabiddu
2
-7
/
+7
2023-09-20
crypto: hisilicon/zip - remove zlib and gzip
Yang Shen
2
-288
/
+22
2023-09-20
crypto: hisilicon/zip - support deflate algorithm
Yang Shen
2
-18
/
+72
2023-09-20
crypto: cbc - Convert from skcipher to lskcipher
Herbert Xu
1
-102
/
+61
2023-09-20
crypto: ecb - Convert from skcipher to lskcipher
Herbert Xu
1
-34
/
+156
2023-09-20
crypto: testmgr - Add support for lskcipher algorithms
Herbert Xu
1
-0
/
+19
2023-09-20
crypto: lskcipher - Add compatibility wrapper around ECB
Herbert Xu
1
-5
/
+52
2023-09-20
crypto: skcipher - Add lskcipher
Herbert Xu
8
-45
/
+1086
2023-09-20
crypto: hash - Hide CRYPTO_ALG_TYPE_AHASH_MASK
Herbert Xu
2
-2
/
+2
2023-09-20
ipsec: Stop using crypto_has_alg
Herbert Xu
1
-12
/
+7
2023-09-20
crypto: aead - Add crypto_has_aead
Herbert Xu
2
-0
/
+18
2023-09-20
crypto: aesni - Fix double word in comments
Bo Liu
2
-4
/
+4
2023-09-20
crypto: api - Remove unnecessary NULL initialisation
Li zeming
1
-1
/
+1
2023-09-20
crypto: qat - refactor deprecated strncpy
Justin Stitt
1
-1
/
+1
2023-09-20
crypto: cavium/nitrox - refactor deprecated strncpy
Justin Stitt
1
-1
/
+1
2023-09-20
hwrng: imx-rngc - reasonable timeout for initial seed
Martin Kaiser
1
-3
/
+3
2023-09-20
hwrng: imx-rngc - reasonable timeout for selftest
Martin Kaiser
1
-1
/
+3
2023-09-15
chelsio: Do not include crypto/algapi.h
Herbert Xu
3
-4
/
+0
2023-09-15
KEYS: encrypted: Do not include crypto/algapi.h
Herbert Xu
1
-1
/
+1
2023-09-15
evm: Do not include crypto/algapi.h
Herbert Xu
1
-2
/
+1
2023-09-15
SUNRPC: Do not include crypto/algapi.h
Herbert Xu
2
-3
/
+1
2023-09-15
mptcp: Do not include crypto/algapi.h
Herbert Xu
1
-1
/
+1
2023-09-15
ah: Do not include crypto/algapi.h
Herbert Xu
2
-2
/
+2
2023-09-15
Bluetooth: Do not include crypto/algapi.h
Herbert Xu
1
-2
/
+1
2023-09-15
ubifs: Do not include crypto/algapi.h
Herbert Xu
3
-4
/
+2
2023-09-15
fscrypt: Do not include crypto/algapi.h
Herbert Xu
1
-1
/
+1
2023-09-15
hwrng: geode - fix accessing registers
Jonas Gorski
1
-2
/
+4
2023-09-15
hwrng: octeon - Fix warnings on 32-bit platforms
Herbert Xu
1
-3
/
+3
2023-09-15
crypto: ccp - Add support for DBC over PSP mailbox
Mario Limonciello
4
-29
/
+64
2023-09-15
crypto: ccp - Add a macro to check capabilities register
Mario Limonciello
3
-5
/
+6
2023-09-15
crypto: ccp - Add a communication path abstraction for DBC
Mario Limonciello
2
-38
/
+26
2023-09-15
crypto: ccp - Add support for extended PSP mailbox commands
Mario Limonciello
2
-0
/
+45
[next]