index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.48-dubhe
starfive-6.6.63-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
/
intel
/
iaa
/
iaa_crypto_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-14
crypto: iaa - Optimize rebalance_wq_table()
Yury Norov
1
-21
/
+14
2025-04-28
crypto: iaa - Adjust workqueue allocation type
Kees Cook
1
-1
/
+1
2025-04-16
crypto: iaa - Use cra_reqsize for acomp
Herbert Xu
1
-1
/
+1
2025-04-16
crypto: iaa - Switch to ACOMP_FBREQ_ON_STACK
Herbert Xu
1
-4
/
+1
2025-04-07
crypto: iaa - Remove unused disable_async argument from iaa_decompress
Herbert Xu
1
-6
/
+5
2025-04-07
crypto: iaa - Do not clobber req->base.data
Herbert Xu
1
-4
/
+2
2025-04-07
crypto: iaa - Move compression CRC into request object
Herbert Xu
1
-15
/
+13
2025-03-21
crypto: iaa - Use acomp stack fallback
Herbert Xu
1
-22
/
+6
2025-03-21
crypto: iaa - Remove dst_null support
Herbert Xu
1
-130
/
+6
2025-03-08
crypto: iaa - Test the correct request flag
Herbert Xu
1
-2
/
+2
2024-12-28
crypto: iaa - Fix IAA disabling that occurs when sync_mode is set to 'async'
Kanchana P Sridhar
1
-1
/
+1
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-10-05
crypto: iaa - Remove potential infinite loop in check_completion()
Zanussi, Tom
1
-0
/
+10
2024-08-02
crypto: iaa - Fix potential use after free bug
Dan Carpenter
1
-2
/
+2
2024-05-10
crypto: iaa - Use kmemdup() instead of kzalloc() and memcpy()
Thorsten Blum
1
-4
/
+2
2024-04-12
crypto: iaa - Use cpumask_weight() when rebalancing
Tom Zanussi
1
-2
/
+2
2024-04-02
crypto: iaa - Remove comp/decomp delay statistics
Tom Zanussi
1
-9
/
+0
2024-04-02
crypto: iaa - fix decomp_bytes_in stats
Tom Zanussi
1
-2
/
+2
2024-03-22
crypto: iaa - Fix nr_cpus < nr_iaa case
Tom Zanussi
1
-3
/
+7
2024-03-08
crypto: iaa - fix the missing CRYPTO_ALG_ASYNC in cra_flags
Barry Song
1
-0
/
+1
2024-03-01
crypto: iaa - Fix comp/decomp delay statistics
Tom Zanussi
1
-0
/
+9
2024-03-01
crypto: iaa - Fix async_disable descriptor leak
Tom Zanussi
1
-2
/
+2
2024-01-26
crypto: iaa - Remove header table code
Tom Zanussi
1
-105
/
+3
2023-12-29
crypto: iaa - Account for cpu-less numa nodes
Tom Zanussi
1
-2
/
+13
2023-12-29
crypto: iaa - remove unneeded semicolon
Jiapeng Chong
1
-1
/
+1
2023-12-29
crypto: iaa - Change desc->priv to 0
Tom Zanussi
1
-4
/
+4
2023-12-15
crypto: iaa - Add IAA Compression Accelerator stats
Tom Zanussi
1
-2
/
+37
2023-12-15
crypto: iaa - Add irq support for the crypto async interface
Tom Zanussi
1
-2
/
+264
2023-12-15
crypto: iaa - Add support for deflate-iaa compression algorithm
Tom Zanussi
1
-18
/
+1033
2023-12-15
crypto: iaa - Add compression mode management along with fixed mode
Tom Zanussi
1
-1
/
+326
2023-12-15
crypto: iaa - Add per-cpu workqueue table with rebalancing
Tom Zanussi
1
-0
/
+222
2023-12-15
crypto: iaa - Add Intel IAA Compression Accelerator crypto driver core
Tom Zanussi
1
-0
/
+323