index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
ccree
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-2
/
+2
2025-11-22
crypto: ccree - Correctly handle return of sg_nents_for_len
Haotian Zhang
-1
/
+5
2025-07-18
crypto: drivers - Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
-1
/
+0
2025-06-23
crypto: ccree - Don't use %pK through printk
Thomas Weißschuh
-44
/
+44
2024-10-19
crypto: drivers - Switch back to struct platform_driver::remove()
Uwe Kleine-König
-1
/
+1
2024-10-05
crypto: ccree - Fix typo in comment
Yu Jiaoliang
-4
/
+4
2024-05-31
crypto: ccree - Remove unused struct 'tdes_keys'
Dr. David Alan Gilbert
-6
/
+0
2023-12-08
crypto: ccree - Remove ofb
Herbert Xu
-35
/
+0
2023-11-17
crypto: ccree - Silence gcc format-truncation false positive warnings
Herbert Xu
-6
/
+14
2023-10-27
crypto: ccree/cc - Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2023-08-23
crypto: drivers - Explicitly include correct DT includes
Rob Herring
-1
/
+0
2023-03-14
crypto: ccree - Use devm_platform_get_and_ioremap_resource()
Yang Li
-2
/
+2
2023-01-06
crypto: xts - drop xts_check_key()
Vladis Dronov
-1
/
+1
2022-12-09
crypto: ccree - Set DMA alignment explicitly
Herbert Xu
-83
/
+83
2022-11-22
crypto: ccree - Make cc_debugfs_global_fini() available for module init function
Uwe Kleine-König
-1
/
+1
2022-11-18
crypto: ccree - Remove debugfs when platform_driver_register failed
Gaosheng Cui
-1
/
+9
2022-08-26
crypto: ccree - Fix dma_map_sg error check
Jack Wang
-1
/
+1
2022-07-29
crypto: ccree - Remove a useless dma_supported() call
Christophe JAILLET
-10
/
+3
2022-07-15
crypto: ccree - Add missing clk_disable_unprepare() in cc_pm_resume()
Yuan Can
-0
/
+2
2022-04-15
crypto: ccree - use fine grained DMA mapping dir
Gilad Ben-Yossef
-12
/
+15
2022-04-15
crypto: ccree - rearrange init calls to avoid race
Gilad Ben-Yossef
-11
/
+13
2022-03-09
crypto: ccree - Fix use after free in cc_cipher_exit()
Jianglei Nie
-1
/
+1
2022-02-23
crypto: ccree - don't attempt 0 len DMA mappings
Gilad Ben-Yossef
-0
/
+7
2021-11-20
crypto: ccree - remove redundant 'flush_workqueue()' calls
Christophe JAILLET
-1
/
+0
2021-10-08
crypto: ccree - avoid out-of-range warnings from clang
Arnd Bergmann
-1
/
+2
2021-04-16
crypto: ccree - Remove redundant dev_err call in init_cc_resources()
YueHaibing
-3
/
+1
2021-02-05
crypto: ccree - fix spelling typo of allocated
dingsenjie
-1
/
+1
2021-01-03
crypto: ccree - remove unused including <linux/version.h>
Tian Tao
-1
/
+0
2020-11-27
crypto: ccree - rework cache parameters handling
Gilad Ben-Yossef
-20
/
+63
2020-11-27
crypto: ccree - Fix fall-through warnings for Clang
Gustavo A. R. Silva
-0
/
+3
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
-1
/
+2
2020-09-04
crypto: ccree - Simplify with dev_err_probe()
Krzysztof Kozlowski
-5
/
+2
2020-08-28
crypto: ccree - fix runtime PM imbalance on error
dinghao.liu@zju.edu.cn
-1
/
+5
2020-08-21
crypto: ccree - remove bitlocker cipher
Gilad Ben-Yossef
-47
/
+3
2020-08-21
crypto: ccree - remove data unit size support
Gilad Ben-Yossef
-233
/
+1
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
-12
/
+12
2020-06-26
crypto: ccree - remove unused field
Gilad Ben-Yossef
-1
/
+0
2020-06-26
crypto: ccree - adapt ccree essiv support to kcapi
Gilad Ben-Yossef
-31
/
+93
2020-06-26
crypto: ccree - fix resource leak on error path
Gilad Ben-Yossef
-12
/
+18
2020-05-15
crypto: ccree - constify struct debugfs_reg32
Rikard Falkeborn
-2
/
+2
2020-05-08
crypto: ccree - use crypto_shash_tfm_digest()
Eric Biggers
-6
/
+3
2020-03-30
crypto: ccree - remove duplicated include from cc_aead.c
YueHaibing
-1
/
+0
2020-03-12
crypto: ccree - refactor AEAD IV in AAD handling
Gilad Ben-Yossef
-103
/
+16
2020-03-12
crypto: ccree - use crypto_ipsec_check_assoclen()
Gilad Ben-Yossef
-53
/
+20
2020-03-12
crypto: ccree - only check condition if needed
Gilad Ben-Yossef
-6
/
+6
2020-03-12
crypto: ccree - remove ancient TODO remarks
Gilad Ben-Yossef
-8
/
+0
2020-03-12
crypto: ccree - remove pointless comment
Hadar Gat
-1
/
+0
2020-03-12
crypto: ccree - update register handling macros
Hadar Gat
-43
/
+38
2020-02-22
crypto: ccree - use devm_kzalloc() for hash data
Geert Uytterhoeven
-16
/
+8
[next]