index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ashldi3.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-18
crypto: lrw - don't access already-freed walk.iv
Eric Biggers
1
-1
/
+3
2019-04-18
crypto: mxs-dcp - remove set but not used variable 'fini'
YueHaibing
1
-9
/
+1
2019-04-18
crypto: sahara - Convert IS_ENABLED uses to __is_defined
Joe Perches
1
-3
/
+3
2019-04-18
crypto: caam/jr - Remove extra memory barrier during job ring dequeue
Vakul Garg
2
-1
/
+9
2019-04-18
crypto: ccp - Do not free psp_master when PLATFORM_INIT fails
Singh, Brijesh
1
-1
/
+1
2019-04-18
crypto: stm32/hash - Fix self test issue during export
Lionel Debieve
1
-3
/
+1
2019-04-16
crypto: mxc-scc - Remove broken driver
Herbert Xu
3
-777
/
+0
2019-04-15
hwrng: stm32 - set default random quality
Lionel Debieve
1
-0
/
+1
2019-04-15
hwrng: stm32 - fix unbalanced pm_runtime_enable
Lionel Debieve
1
-0
/
+8
2019-04-08
crypto: testmgr - add panic_on_fail module parameter
Eric Biggers
1
-2
/
+6
2019-04-08
crypto: arm64/cbcmac - handle empty messages in same way as template
Eric Biggers
1
-1
/
+1
2019-04-08
crypto: cts - don't support empty messages
Eric Biggers
1
-7
/
+11
2019-04-08
crypto: streebog - fix unaligned memory accesses
Eric Biggers
2
-13
/
+17
2019-04-08
crypto: chacha20poly1305 - set cra_name correctly
Eric Biggers
1
-2
/
+2
2019-04-08
crypto: skcipher - don't WARN on unprocessed data after slow walk step
Eric Biggers
1
-2
/
+7
2019-04-08
crypto: x86/crct10dif-pcl - fix use via crypto_shash_digest()
Eric Biggers
1
-8
/
+5
2019-04-08
crypto: crct10dif-generic - fix use via crypto_shash_digest()
Eric Biggers
1
-7
/
+4
2019-04-08
crypto: nx842 - remove set but not used variables 'dpadding' and 'max_sync_size'
YueHaibing
2
-6
/
+3
2019-04-08
crypto: mxs-dcp - return errcode in mxs_dcp_aes_enqueue and dcp_sha_update_fx
YueHaibing
1
-2
/
+2
2019-04-08
crypto: marvell - remove set but not used variable 'index'
YueHaibing
1
-2
/
+1
2019-04-08
crypto: ccp - Use kmemdup in ccp_copy_and_save_keypart()
YueHaibing
1
-2
/
+1
2019-04-08
crypto: aes - Use ___cacheline_aligned for aes data
Andi Kleen
2
-8
/
+8
2019-04-08
crypto: scompress - Use per-CPU struct instead multiple variables
Sebastian Andrzej Siewior
1
-71
/
+54
2019-04-08
crypto: scompress - return proper error code for allocation failure
Sebastian Andrzej Siewior
1
-1
/
+3
2019-04-08
crypto: ccp - introduce SEV_GET_ID2 command
Singh, Brijesh
3
-6
/
+82
2019-04-08
crypto: caam/qi - Change a couple IS_ERR_OR_NULL() checks to IS_ERR()
Dan Carpenter
1
-2
/
+2
2019-04-08
crypto: cavium/nitrox - Added rfc4106(gcm(aes)) cipher support
Nagadheeraj Rottela
2
-83
/
+300
2019-03-28
crypto: caam - limit AXI pipeline to a depth of 1
Iuliana Prodan
1
-0
/
+20
2019-03-28
crypto: caam/jr - Remove extra memory barrier during job ring enqueue
Vakul Garg
1
-2
/
+4
2019-03-28
crypto: caam/jr - Removed redundant vars from job ring private data
Vakul Garg
2
-7
/
+1
2019-03-28
crypto: caam/jr - Remove spinlock for output job ring
Vakul Garg
2
-7
/
+1
2019-03-28
crypto: vmx - Make p8_init and p8_exit static
YueHaibing
1
-2
/
+2
2019-03-28
crypto: fips - Grammar s/options/option/, s/to/the/
Geert Uytterhoeven
1
-2
/
+2
2019-03-28
crypto: cavium - Make cptvf_device_init static
YueHaibing
1
-1
/
+1
2019-03-28
crypto: bcm - remove unused array tag_to_hash_idx
YueHaibing
1
-3
/
+0
2019-03-28
crypto: zip - Make some functions static
YueHaibing
1
-4
/
+4
2019-03-28
crypto: ccp - Make ccp_register_rsa_alg static
YueHaibing
1
-1
/
+2
2019-03-28
crypto: cavium - Make some functions static
YueHaibing
1
-3
/
+3
2019-03-28
crypto: cavium - remove unused fucntions
YueHaibing
1
-17
/
+0
2019-03-22
crypto: Kconfig - fix typos AEGSI -> AEGIS
Ondrej Mosnacek
1
-3
/
+3
2019-03-22
crypto: salsa20-generic - use crypto_xor_cpy()
Eric Biggers
1
-5
/
+4
2019-03-22
crypto: chacha-generic - use crypto_xor_cpy()
Eric Biggers
1
-5
/
+3
2019-03-22
crypto: vmx - fix copy-paste error in CTR mode
Daniel Axtens
1
-2
/
+2
2019-03-22
crypto: ccree - reduce kernel stack usage with clang
Arnd Bergmann
1
-1
/
+1
2019-03-22
crypto: testmgr - test the !may_use_simd() fallback code
Eric Biggers
1
-24
/
+92
2019-03-22
crypto: simd - convert to use crypto_simd_usable()
Eric Biggers
1
-4
/
+4
2019-03-22
crypto: arm64 - convert to use crypto_simd_usable()
Eric Biggers
15
-34
/
+47
2019-03-22
crypto: arm - convert to use crypto_simd_usable()
Eric Biggers
10
-19
/
+29
2019-03-22
crypto: x86 - convert to use crypto_simd_usable()
Eric Biggers
12
-36
/
+44
2019-03-22
crypto: simd,testmgr - introduce crypto_simd_usable()
Eric Biggers
2
-1
/
+49
[next]