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
/
sa2ul.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-07
crypto: sa2ul - add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2023-12-01
crypto: sa2ul - Return crypto_aead_setkey to transfer the error
Chen Ni
1
-2
/
+1
2023-10-27
crypto: sa2ul - Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-08-23
crypto: drivers - Explicitly include correct DT includes
Rob Herring
1
-1
/
+2
2023-03-24
crypto: drivers - remove unnecessary (void*) conversions
Yu Zhe
1
-3
/
+3
2022-07-15
crypto: sa2ul - Check engine status before enabling
Andrew Davis
1
-8
/
+7
2022-07-15
crypto: sa2ul - Set the supported_algos bits individually
Andrew Davis
1
-1
/
+9
2022-04-21
crypto: sa2ul - Add the new compatible for AM62
Jayesh Choudhary
1
-0
/
+1
2021-12-03
crypto: sa2ul - Use bitfield helpers
Geert Uytterhoeven
1
-9
/
+10
2021-10-29
crypto: sa2ul - Use the defined variable to clean code
Tang Bin
1
-7
/
+6
2021-06-24
crypto: sa2ul - Remove unused auth_len variable
Herbert Xu
1
-4
/
+0
2021-05-23
crypto: sa2ul - Remove child devices in remove
Suman Anna
1
-0
/
+2
2021-05-23
crypto: sa2ul - Use devm_platform_ioremap_resource()
Suman Anna
1
-5
/
+5
2021-05-23
crypto: sa2ul - Use of_device_get_match_data() helper
Suman Anna
1
-8
/
+4
2021-05-23
crypto: sa2ul - Fix pm_runtime enable in sa_ul_probe()
Suman Anna
1
-0
/
+1
2021-05-23
crypto: sa2ul - Fix leaks on failure paths with sa_dma_init()
Suman Anna
1
-9
/
+12
2021-04-22
crypto: sa2ul - Add support for AM64
Peter Ujfalusi
1
-39
/
+92
2021-04-22
crypto: sa2ul - Support for per channel coherency
Peter Ujfalusi
1
-1
/
+1
2021-04-16
crypto: sa2ul - Fix PM reference leak in sa_ul_probe()
Shixin Liu
1
-1
/
+1
2021-04-09
crypto: sa2ul - Fix memory leak of rxd
Colin Ian King
1
-2
/
+6
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
1
-1
/
+2
2020-10-30
crypto: sa2ul - Reduce stack usage
Herbert Xu
1
-57
/
+61
2020-10-02
crypto: sa2ul - Fix DMA mapping API usage
Peter Ujfalusi
1
-98
/
+117
2020-09-18
crypto: sa2ul - Fix pm_runtime_get_sync() error checking
Dan Carpenter
1
-1
/
+1
2020-09-11
crypto: sa2ul - fix compiler warning produced by clang
Tero Kristo
1
-4
/
+2
2020-09-04
crypto: sa2ul - Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-11
/
+7
2020-08-28
crypto: sa2ul - Fix pointer-to-int-cast warning
YueHaibing
1
-2
/
+2
2020-07-31
crypto: sa2ul - Fix inconsistent IS_ERR and PTR_ERR
Gustavo A. R. Silva
1
-1
/
+1
2020-07-23
crypto: sa2ul - add device links to child devices
Tero Kristo
1
-0
/
+11
2020-07-23
crypto: sa2ul - Add AEAD algorithm support
Keerthy
1
-21
/
+517
2020-07-23
crypto: sa2ul - add sha1/sha256/sha512 support
Keerthy
1
-12
/
+537
2020-07-23
crypto: sa2ul - Add crypto driver
Keerthy
1
-0
/
+1388