index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-29
crypto: sahara - remove error message for bad aes request size
Ovidiu Panait
1
-4
/
+1
2023-12-29
crypto: sahara - remove unnecessary NULL assignments
Ovidiu Panait
1
-3
/
+0
2023-12-29
crypto: sahara - remove 'active' flag from sahara_aes_reqctx struct
Ovidiu Panait
1
-8
/
+1
2023-12-29
crypto: sahara - use dev_err_probe()
Ovidiu Panait
1
-18
/
+9
2023-12-29
crypto: sahara - use devm_clk_get_enabled()
Ovidiu Panait
1
-23
/
+8
2023-12-29
crypto: sahara - use BIT() macro
Ovidiu Panait
1
-38
/
+38
2023-12-29
crypto: sahara - clean up macro indentation
Ovidiu Panait
1
-91
/
+91
2023-12-29
crypto: sahara - do not resize req->src when doing hash operations
Ovidiu Panait
1
-36
/
+2
2023-12-29
crypto: sahara - fix processing hash requests with req->nbytes < sg->length
Ovidiu Panait
1
-1
/
+4
2023-12-29
crypto: sahara - improve error handling in sahara_sha_process()
Ovidiu Panait
1
-2
/
+8
2023-12-29
crypto: sahara - fix wait_for_completion_timeout() error handling
Ovidiu Panait
1
-8
/
+10
2023-12-29
crypto: sahara - fix ahash reqsize
Ovidiu Panait
1
-2
/
+1
2023-12-29
crypto: sahara - handle zero-length aes requests
Ovidiu Panait
1
-0
/
+3
2023-12-29
crypto: qat - generate dynamically arbiter mappings
Damian Muszynski
5
-112
/
+235
2023-12-29
crypto: qat - add support for ring pair level telemetry
Lucas Segarra Fernandez
10
-5
/
+324
2023-12-29
crypto: qat - add support for device telemetry
Lucas Segarra Fernandez
12
-0
/
+1236
2023-12-29
crypto: qat - add admin msgs for telemetry
Lucas Segarra Fernandez
3
-0
/
+51
2023-12-29
crypto: qat - include pci.h for GET_DEV()
Lucas Segarra Fernandez
1
-0
/
+1
2023-12-29
crypto: iaa - remove unneeded semicolon
Jiapeng Chong
1
-1
/
+1
2023-12-29
crypto: iaa - Remove unneeded newline in update_max_adecomp_delay_ns()
Tom Zanussi
1
-1
/
+0
2023-12-29
crypto: iaa - Change desc->priv to 0
Tom Zanussi
1
-4
/
+4
2023-12-29
crypto: sun8i-ss - Use helper to set reqsize
Ovidiu Panait
1
-3
/
+2
2023-12-29
crypto: sun8i-ce - Use helper to set reqsize
Ovidiu Panait
1
-2
/
+2
2023-12-29
crypto: sl3516 - Use helper to set reqsize
Ovidiu Panait
1
-2
/
+2
2023-12-29
crypto: stm32/cryp - Use helper to set reqsize
Ovidiu Panait
1
-1
/
+1
2023-12-29
crypto: artpec6 - Use helper to set reqsize
Ovidiu Panait
1
-4
/
+8
2023-12-29
crypto: amlogic - Use helper to set reqsize
Ovidiu Panait
1
-2
/
+2
2023-12-29
crypto: rk3288 - Use helper to set reqsize
Ovidiu Panait
1
-2
/
+2
2023-12-29
crypto: octeontx2 - support setting ctx ilen for inline CPT LF
Nithin Dabilpuram
5
-1
/
+61
2023-12-29
crypto: octeontx2 - register error interrupts for inline cptlf
Nithin Dabilpuram
6
-55
/
+155
2023-12-29
crypto: octeontx2 - add ctx_val workaround
Srujana Challa
7
-1
/
+137
2023-12-29
crypto: octeontx2 - update CPT inbound inline IPsec mailbox
Srujana Challa
3
-1
/
+9
2023-12-29
crypto: octeontx2 - add LF reset on queue disable
Srujana Challa
5
-29
/
+86
2023-12-29
crypto: octeontx2 - remove errata workaround for CN10KB or CN10KA B0 chip.
Srujana Challa
2
-4
/
+13
2023-12-29
crypto: octeontx2 - add devlink option to set t106 mode
Srujana Challa
3
-4
/
+52
2023-12-29
crypto: octeontx2 - add SGv2 support for CN10KB or CN10KA B0
Srujana Challa
14
-175
/
+436
2023-12-29
crypto: octeontx2 - remove CPT block reset
Srujana Challa
1
-43
/
+0
2023-12-22
crypto: stm32/crc32 - fix parsing list of devices
Thomas Bourgoin
1
-1
/
+1
2023-12-22
crypto: qat - add support for 420xx devices
Jie Wang
13
-5
/
+849
2023-12-22
crypto: qat - move fw config related structures
Jie Wang
2
-12
/
+19
2023-12-22
crypto: qat - relocate portions of qat_4xxx code
Jie Wang
8
-484
/
+552
2023-12-22
crypto: qat - change signature of uof_get_num_objs()
Jie Wang
3
-3
/
+3
2023-12-22
crypto: qat - relocate and rename get_service_enabled()
Jie Wang
3
-26
/
+34
2023-12-22
crypto: virtio - Wait for tasklet to complete on device remove
wangyangxin
1
-0
/
+3
2023-12-15
crypto: octeontx2 - Fix cptvf driver cleanup
Bharat Bhushan
2
-2
/
+7
2023-12-15
crypto: hisilicon/sec2 - optimize the error return process
Chenghai Huang
1
-2
/
+5
2023-12-15
crypto: hisilicon/qm - delete a dbg function
Chenghai Huang
1
-3
/
+0
2023-12-15
crypto: iaa - Add IAA Compression Accelerator stats
Tom Zanussi
6
-2
/
+427
2023-12-15
crypto: iaa - Add irq support for the crypto async interface
Tom Zanussi
2
-2
/
+266
2023-12-15
crypto: iaa - Add support for deflate-iaa compression algorithm
Tom Zanussi
2
-18
/
+1069
[next]