index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
ccree
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: ccree - Set DMA alignment explicitly
Herbert Xu
2022-12-09
3
-83
/
+83
*
crypto: ccree - Make cc_debugfs_global_fini() available for module init function
Uwe Kleine-König
2022-11-22
1
-1
/
+1
*
crypto: ccree - Remove debugfs when platform_driver_register failed
Gaosheng Cui
2022-11-18
1
-1
/
+9
*
crypto: ccree - Fix dma_map_sg error check
Jack Wang
2022-08-26
1
-1
/
+1
*
crypto: ccree - Remove a useless dma_supported() call
Christophe JAILLET
2022-07-29
1
-10
/
+3
*
crypto: ccree - Add missing clk_disable_unprepare() in cc_pm_resume()
Yuan Can
2022-07-15
1
-0
/
+2
*
crypto: ccree - use fine grained DMA mapping dir
Gilad Ben-Yossef
2022-04-15
1
-12
/
+15
*
crypto: ccree - rearrange init calls to avoid race
Gilad Ben-Yossef
2022-04-15
1
-11
/
+13
*
crypto: ccree - Fix use after free in cc_cipher_exit()
Jianglei Nie
2022-03-09
1
-1
/
+1
*
crypto: ccree - don't attempt 0 len DMA mappings
Gilad Ben-Yossef
2022-02-23
1
-0
/
+7
*
crypto: ccree - remove redundant 'flush_workqueue()' calls
Christophe JAILLET
2021-11-20
1
-1
/
+0
*
crypto: ccree - avoid out-of-range warnings from clang
Arnd Bergmann
2021-10-08
1
-1
/
+2
*
crypto: ccree - Remove redundant dev_err call in init_cc_resources()
YueHaibing
2021-04-16
1
-3
/
+1
*
crypto: ccree - fix spelling typo of allocated
dingsenjie
2021-02-05
1
-1
/
+1
*
crypto: ccree - remove unused including <linux/version.h>
Tian Tao
2021-01-03
1
-1
/
+0
*
crypto: ccree - rework cache parameters handling
Gilad Ben-Yossef
2020-11-27
3
-20
/
+63
*
crypto: ccree - Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-11-27
1
-0
/
+3
*
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
2020-11-20
1
-1
/
+2
*
crypto: ccree - Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-09-04
1
-5
/
+2
*
crypto: ccree - fix runtime PM imbalance on error
dinghao.liu@zju.edu.cn
2020-08-28
1
-1
/
+5
*
crypto: ccree - remove bitlocker cipher
Gilad Ben-Yossef
2020-08-21
2
-47
/
+3
*
crypto: ccree - remove data unit size support
Gilad Ben-Yossef
2020-08-21
2
-233
/
+1
*
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2020-08-07
5
-12
/
+12
*
crypto: ccree - remove unused field
Gilad Ben-Yossef
2020-06-26
1
-1
/
+0
*
crypto: ccree - adapt ccree essiv support to kcapi
Gilad Ben-Yossef
2020-06-26
1
-31
/
+93
*
crypto: ccree - fix resource leak on error path
Gilad Ben-Yossef
2020-06-26
1
-12
/
+18
*
crypto: ccree - constify struct debugfs_reg32
Rikard Falkeborn
2020-05-15
1
-2
/
+2
*
crypto: ccree - use crypto_shash_tfm_digest()
Eric Biggers
2020-05-08
1
-6
/
+3
*
crypto: ccree - remove duplicated include from cc_aead.c
YueHaibing
2020-03-30
1
-1
/
+0
*
crypto: ccree - refactor AEAD IV in AAD handling
Gilad Ben-Yossef
2020-03-12
3
-103
/
+16
*
crypto: ccree - use crypto_ipsec_check_assoclen()
Gilad Ben-Yossef
2020-03-12
1
-53
/
+20
*
crypto: ccree - only check condition if needed
Gilad Ben-Yossef
2020-03-12
1
-6
/
+6
*
crypto: ccree - remove ancient TODO remarks
Gilad Ben-Yossef
2020-03-12
5
-8
/
+0
*
crypto: ccree - remove pointless comment
Hadar Gat
2020-03-12
1
-1
/
+0
*
crypto: ccree - update register handling macros
Hadar Gat
2020-03-12
2
-43
/
+38
*
crypto: ccree - use devm_kzalloc() for hash data
Geert Uytterhoeven
2020-02-22
1
-16
/
+8
*
crypto: ccree - use devm_k[mz]alloc() for cipher data
Geert Uytterhoeven
2020-02-22
1
-3
/
+1
*
crypto: ccree - use devm_k[mz]alloc() for AEAD data
Geert Uytterhoeven
2020-02-22
3
-31
/
+21
*
crypto: ccree - use existing dev helper in init_cc_resources()
Geert Uytterhoeven
2020-02-22
1
-4
/
+4
*
crypto: ccree - grammar s/not room/no room/
Geert Uytterhoeven
2020-02-22
1
-1
/
+1
*
crypto: ccree - spelling s/Crytpcell/Cryptocell/
Geert Uytterhoeven
2020-02-22
1
-1
/
+1
*
crypto: ccree - improve kerneldoc in cc_sram_mgr.[ch]
Geert Uytterhoeven
2020-02-22
2
-14
/
+24
*
crypto: ccree - improve kerneldoc in cc_request_mgr.[ch]
Geert Uytterhoeven
2020-02-22
2
-29
/
+31
*
crypto: ccree - improve kerneldoc in cc_hash.[ch]
Geert Uytterhoeven
2020-02-22
2
-17
/
+18
*
crypto: ccree - improve kerneldoc in cc_buffer_mgr.c
Geert Uytterhoeven
2020-02-22
1
-5
/
+11
*
crypto: ccree - improve kerneldoc in cc_hw_queue_defs.h
Geert Uytterhoeven
2020-02-22
1
-118
/
+119
*
crypto: ccree - remove bogus kerneldoc markers
Geert Uytterhoeven
2020-02-22
1
-4
/
+4
*
crypto: ccree - extract cc_init_copy_sram()
Geert Uytterhoeven
2020-02-22
1
-55
/
+36
*
crypto: ccree - remove struct cc_cipher_handle
Geert Uytterhoeven
2020-02-22
2
-26
/
+9
*
crypto: ccree - remove struct buff_mgr_handle
Geert Uytterhoeven
2020-02-22
2
-34
/
+9
[next]