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
path:
root
/
drivers
/
crypto
/
ccree
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-16
crypto: ccree - Remove redundant dev_err call in init_cc_resources()
YueHaibing
1
-3
/
+1
2021-02-05
crypto: ccree - fix spelling typo of allocated
dingsenjie
1
-1
/
+1
2021-01-03
crypto: ccree - remove unused including <linux/version.h>
Tian Tao
1
-1
/
+0
2020-11-27
crypto: ccree - rework cache parameters handling
Gilad Ben-Yossef
3
-20
/
+63
2020-11-27
crypto: ccree - Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+3
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
1
-1
/
+2
2020-09-04
crypto: ccree - Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-5
/
+2
2020-08-28
crypto: ccree - fix runtime PM imbalance on error
dinghao.liu@zju.edu.cn
1
-1
/
+5
2020-08-21
crypto: ccree - remove bitlocker cipher
Gilad Ben-Yossef
2
-47
/
+3
2020-08-21
crypto: ccree - remove data unit size support
Gilad Ben-Yossef
2
-233
/
+1
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
5
-12
/
+12
2020-06-26
crypto: ccree - remove unused field
Gilad Ben-Yossef
1
-1
/
+0
2020-06-26
crypto: ccree - adapt ccree essiv support to kcapi
Gilad Ben-Yossef
1
-31
/
+93
2020-06-26
crypto: ccree - fix resource leak on error path
Gilad Ben-Yossef
1
-12
/
+18
2020-05-15
crypto: ccree - constify struct debugfs_reg32
Rikard Falkeborn
1
-2
/
+2
2020-05-08
crypto: ccree - use crypto_shash_tfm_digest()
Eric Biggers
1
-6
/
+3
2020-03-30
crypto: ccree - remove duplicated include from cc_aead.c
YueHaibing
1
-1
/
+0
2020-03-12
crypto: ccree - refactor AEAD IV in AAD handling
Gilad Ben-Yossef
3
-103
/
+16
2020-03-12
crypto: ccree - use crypto_ipsec_check_assoclen()
Gilad Ben-Yossef
1
-53
/
+20
2020-03-12
crypto: ccree - only check condition if needed
Gilad Ben-Yossef
1
-6
/
+6
2020-03-12
crypto: ccree - remove ancient TODO remarks
Gilad Ben-Yossef
5
-8
/
+0
2020-03-12
crypto: ccree - remove pointless comment
Hadar Gat
1
-1
/
+0
2020-03-12
crypto: ccree - update register handling macros
Hadar Gat
2
-43
/
+38
2020-02-22
crypto: ccree - use devm_kzalloc() for hash data
Geert Uytterhoeven
1
-16
/
+8
2020-02-22
crypto: ccree - use devm_k[mz]alloc() for cipher data
Geert Uytterhoeven
1
-3
/
+1
2020-02-22
crypto: ccree - use devm_k[mz]alloc() for AEAD data
Geert Uytterhoeven
3
-31
/
+21
2020-02-22
crypto: ccree - use existing dev helper in init_cc_resources()
Geert Uytterhoeven
1
-4
/
+4
2020-02-22
crypto: ccree - grammar s/not room/no room/
Geert Uytterhoeven
1
-1
/
+1
2020-02-22
crypto: ccree - spelling s/Crytpcell/Cryptocell/
Geert Uytterhoeven
1
-1
/
+1
2020-02-22
crypto: ccree - improve kerneldoc in cc_sram_mgr.[ch]
Geert Uytterhoeven
2
-14
/
+24
2020-02-22
crypto: ccree - improve kerneldoc in cc_request_mgr.[ch]
Geert Uytterhoeven
2
-29
/
+31
2020-02-22
crypto: ccree - improve kerneldoc in cc_hash.[ch]
Geert Uytterhoeven
2
-17
/
+18
2020-02-22
crypto: ccree - improve kerneldoc in cc_buffer_mgr.c
Geert Uytterhoeven
1
-5
/
+11
2020-02-22
crypto: ccree - improve kerneldoc in cc_hw_queue_defs.h
Geert Uytterhoeven
1
-118
/
+119
2020-02-22
crypto: ccree - remove bogus kerneldoc markers
Geert Uytterhoeven
1
-4
/
+4
2020-02-22
crypto: ccree - extract cc_init_copy_sram()
Geert Uytterhoeven
1
-55
/
+36
2020-02-22
crypto: ccree - remove struct cc_cipher_handle
Geert Uytterhoeven
2
-26
/
+9
2020-02-22
crypto: ccree - remove struct buff_mgr_handle
Geert Uytterhoeven
2
-34
/
+9
2020-02-22
crypto: ccree - remove struct cc_debugfs_ctx
Geert Uytterhoeven
2
-21
/
+8
2020-02-22
crypto: ccree - remove struct cc_sram_ctx
Geert Uytterhoeven
2
-23
/
+6
2020-02-22
crypto: ccree - make cc_pm_{suspend,resume}() static
Geert Uytterhoeven
2
-8
/
+6
2020-02-22
crypto: ccree - remove cc_pm_is_dev_suspended() wrapper
Geert Uytterhoeven
3
-14
/
+1
2020-02-22
crypto: ccree - use of_device_get_match_data()
Geert Uytterhoeven
1
-6
/
+2
2020-02-22
crypto: ccree - simplify Runtime PM handling
Geert Uytterhoeven
4
-65
/
+29
2020-02-22
crypto: ccree - use u32 for SRAM addresses
Geert Uytterhoeven
9
-55
/
+40
2020-02-22
crypto: ccree - remove bogus paragraph about freeing SRAM
Geert Uytterhoeven
2
-7
/
+1
2020-02-22
crypto: ccree - defer larval_digest_addr init until needed
Geert Uytterhoeven
2
-3
/
+6
2020-02-22
crypto: ccree - use existing helpers to split 64-bit addresses
Geert Uytterhoeven
1
-4
/
+4
2020-02-22
crypto: ccree - make mlli_params.mlli_virt_addr void *
Geert Uytterhoeven
2
-2
/
+2
2020-02-22
crypto: ccree - clean up clock handling
Geert Uytterhoeven
3
-50
/
+11
[next]