index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
intel
/
iaa
/
iaa_crypto_main.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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