index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-03
hwrng: Kconfig - Correct help text about feeding entropy pool
PrasannaKumar Muralidharan
1
-4
/
+2
2017-08-03
crypto: scompress - defer allocation of scratch buffer to first use
Ard Biesheuvel
1
-29
/
+17
2017-08-03
crypto: scompress - free partially allocated scratch buffers on failure
Ard Biesheuvel
1
-1
/
+4
2017-08-03
crypto: scompress - don't sleep with preemption disabled
Ard Biesheuvel
1
-3
/
+1
2017-08-03
crypto: brcm - Support more FlexRM rings than SPU engines.
raveendra padasalagi
2
-66
/
+56
2017-08-03
crypto: atmel-ecc - fix signed integer to u8 assignment
Tudor-Dan Ambarus
1
-5
/
+5
2017-08-03
crypto: ecdh - fix concurrency on shared secret and pubkey
Tudor-Dan Ambarus
1
-18
/
+33
2017-08-03
crypto: ccp - remove duplicate module version and author entry
Brijesh Singh
1
-7
/
+0
2017-08-03
crypto: tcrypt - remove AES-XTS-192 speed tests
Horia Geantă
1
-4
/
+4
2017-08-03
Crypto: atmel-ecc: Make a couple of local functions static
Colin Ian King
1
-2
/
+2
2017-08-03
crypto: img-hash - remove unnecessary static in img_hash_remove()
Gustavo A. R. Silva
1
-1
/
+1
2017-08-03
crypto: atmel-tdes - remove unnecessary static in atmel_tdes_remove()
Gustavo A. R. Silva
1
-1
/
+1
2017-08-03
crypto: atmel-sha - remove unnecessary static in atmel_sha_remove()
Gustavo A. R. Silva
1
-1
/
+1
2017-08-03
crypto: omap-sham - remove unnecessary static in omap_sham_remove()
Gustavo A. R. Silva
1
-1
/
+1
2017-08-03
crypto: n2 - Convert to using %pOF instead of full_name
Rob Herring
1
-32
/
+28
2017-08-03
crypto: caam/jr - add support for DPAA2 parts
Horia Geantă
7
-25
/
+148
2017-07-28
csrypto: ccp - Expand RSA support for a v5 ccp
Gary R Hook
7
-2
/
+12
2017-07-28
crypto: ccp - Add support for RSA on the CCP
Gary R Hook
4
-0
/
+347
2017-07-28
crypto: Add akcipher_set_reqsize() function
Gary R Hook
1
-0
/
+6
2017-07-28
crypto: ccp - Fix base RSA function for version 5 CCPs
Gary R Hook
2
-34
/
+54
2017-07-28
crypto: ccp - Update copyright dates for 2017.
Gary R Hook
11
-11
/
+11
2017-07-28
crypto: rng - ensure that the RNG is ready before using
Jason A. Donenfeld
1
-2
/
+4
2017-07-28
crypto: stm32 - Support for STM32 HASH module
lionel.debieve@st.com
3
-0
/
+1589
2017-07-28
dt-bindings: Document STM32 HASH bindings
lionel.debieve@st.com
1
-0
/
+30
2017-07-28
crypto: stm32 - Rename module to use generic crypto
lionel.debieve@st.com
3
-6
/
+5
2017-07-28
crypto: stm32 - solve crc issue during unbind
lionel.debieve@st.com
1
-1
/
+1
2017-07-28
crypto: stm32 - CRC use relaxed function
lionel.debieve@st.com
1
-7
/
+8
2017-07-28
crypto: caam - free qman_fq after kill_fq
Xulin Sun
1
-6
/
+4
2017-07-28
crypto: algif_aead - overhaul memory management
Stephan Mueller
1
-324
/
+442
2017-07-28
crypto: algif_skcipher - overhaul memory management
Stephan Mueller
1
-282
/
+279
2017-07-18
hwrng: remember rng chosen by user
Harald Freudenberger
1
-2
/
+19
2017-07-18
hwrng: use rng source with best quality
Harald Freudenberger
1
-6
/
+19
2017-07-18
crypto: caam - fix condition for the jump over key(s) command
Tudor Ambarus
1
-3
/
+2
2017-07-18
crypto: caam - clean-up in caam_init_rng()
Horia Geantă
1
-5
/
+1
2017-07-18
crypto: caam - remove unused variables in caam_drv_private
Tudor Ambarus
2
-4
/
+0
2017-07-18
crypto: caam - remove unused sg_to_sec4_sg_len()
Horia Geantă
1
-15
/
+0
2017-07-18
crypto: caam/qi - lower driver verbosity
Horia Geantă
1
-4
/
+4
2017-07-18
crypto: caam/qi - remove unused header sg_sw_sec4.h
Horia Geantă
1
-1
/
+0
2017-07-18
crypto: caam/qi - explicitly set dma_ops
Horia Geantă
1
-0
/
+1
2017-07-18
crypto: caam/qi - fix AD length endianness in S/G entry
Horia Geantă
1
-1
/
+4
2017-07-18
crypto: caam/qi - handle large number of S/Gs case
Horia Geantă
3
-4
/
+34
2017-07-18
crypto: caam/qi - properly set IV after {en,de}crypt
Horia Geantă
1
-1
/
+8
2017-07-18
crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
Horia Geantă
1
-1
/
+1
2017-07-18
crypto: caam/qi - fix compilation with DEBUG enabled
Horia Geantă
4
-54
/
+62
2017-07-18
crypto: caam/qi - fix typo in authenc alg driver name
Horia Geantă
1
-1
/
+1
2017-07-18
crypto: brcm - add NULL check on of_match_device() return value
Gustavo A. R. Silva
1
-0
/
+5
2017-07-18
crypto: geode-aes - fixed coding style warnings and error
Chris Gorman
1
-7
/
+10
2017-07-18
crypto: ccp - remove ccp_present() check from device initialize
Brijesh Singh
1
-12
/
+0
2017-07-18
crypto: ccp - rename ccp driver initialize files as sp device
Brijesh Singh
5
-93
/
+87
2017-07-18
crypto: ccp - Abstract interrupt registeration
Brijesh Singh
8
-115
/
+188
[next]