Tom Zanussi ([email protected])

Number of posts: 1150 (0.29 per day)
First post: 2013-06-20 18:31:42
Last post: 2024-04-05 20:12:48

Date List Subject
2024-04-05 20:12:48 linux-crypto Re: [PATCH 2/4] crypto: iaa - Add deflate-canned compression algorithm
2024-04-05 18:57:37 linux-crypto [PATCH] crypto: iaa - Use cpumask_weight() when rebalancing
2024-03-21 21:09:44 linux-crypto [PATCH 2/2] crypto: iaa: Fix some errors in IAA documentation
2024-03-21 21:09:31 linux-kernel [PATCH 0/2] crypto: iaa - A couple of bugfixes
2024-03-21 21:09:16 linux-crypto [PATCH 1/2] crypto: iaa - Fix nr_cpus < nr_iaa case
2024-03-20 18:13:55 linux-crypto Re: Divide by zero in iaa_crypto during boot of a kdump kernel
2024-03-19 22:19:32 linux-crypto Re: Divide by zero in iaa_crypto during boot of a kdump kernel
2024-03-18 19:03:19 linux-crypto Re: [PATCH] crypto: iaa: Fix some errors in IAA documentation
2024-03-18 16:26:41 linux-crypto Re: [PATCH] crypto: iaa: Fix some errors in IAA documentation
2024-03-18 15:46:52 linux-crypto Re: [PATCH] crypto: iaa: Fix some errors in IAA documentation
2024-03-04 21:21:23 linux-kernel [PATCH 4/4] crypto: iaa - Change iaa statistics to atomic64_t
2024-03-04 21:21:11 linux-kernel [PATCH 3/4] crypto: iaa - Add global_stats file and remove individual stat files
2024-03-04 21:20:59 linux-kernel [PATCH 2/4] crypto: iaa - Remove comp/decomp delay statistics
2024-03-04 21:20:33 linux-crypto [PATCH 1/4] crypto: iaa - fix decomp_bytes_in stats
2024-03-04 21:20:20 linux-crypto [PATCH 0/4] crypto: IAA stats bugfixes and simplifications
2024-02-25 20:12:22 linux-crypto [PATCH 2/2] crypto: iaa - Fix comp/decomp delay statistics
2024-02-25 20:12:12 linux-crypto [PATCH 1/2] crypto: iaa - Fix async_disable descriptor leak
2024-02-25 20:11:59 linux-crypto [PATCH 0/2] crypto: Intel Analytics Accelerator (IAA) bugfixes
2024-02-21 21:18:53 linux-kernel Re: [PATCH 2/2] crypto: iaa - fix the missing CRYPTO_ALG_ASYNC in cra_flags
2024-01-23 02:10:19 linux-kernel Re: [PATCH] tracing: Ensure visibility when inserting an element into tracing_map
2024-01-09 16:25:32 linux-crypto Re: [PATCH v1] crypto: iaa - Remove unnecessary debugfs_create_dir() error check in iaa_crypto_debugfs_init()
2024-01-08 22:54:01 linux-crypto [PATCH] crypto: iaa - Remove header table code
2024-01-08 20:18:47 linux-crypto Re: [bug report] crypto: iaa - Add compression mode management along with fixed mode
2023-12-27 20:29:00 linux-crypto [PATCH v2] crypto: iaa - Account for cpu-less numa nodes
2023-12-26 22:04:20 linux-crypto Re: [PATCH] crypto: iaa - Account for cpu-less numa nodes
2023-12-26 20:54:17 linux-crypto [PATCH] crypto: iaa - Account for cpu-less numa nodes
2023-12-19 14:06:30 linux-kernel Re: [PATCH] crypto: iaa - remove unneeded semicolon
2023-12-18 20:48:50 linux-crypto [PATCH 2/2] crypto: iaa - Remove unneeded newline in update_max_adecomp_delay_ns()
2023-12-18 20:48:35 linux-crypto [PATCH 1/2] crypto: iaa - Change desc->priv to 0
2023-12-18 20:48:23 linux-crypto [PATCH 0/2] crypto: Intel Analytics Accelerator (IAA) updates
2023-12-15 16:55:27 linux-crypto Re: [PATCH v12 00/14] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
2023-12-08 22:13:47 linux-crypto Re: [PATCH v11 14/14] dmaengine: idxd: Add support for device/wq defaults
2023-12-07 19:59:57 linux-kernel Re: [PATCH v12 13/14] crypto: iaa - Add IAA Compression Accelerator stats
2023-12-05 21:32:13 linux-kernel [PATCH v12 07/14] crypto: iaa - Add IAA Compression Accelerator Documentation
2023-12-05 21:32:01 linux-kernel [PATCH v12 10/14] crypto: iaa - Add compression mode management along with fixed mode
2023-12-05 21:31:59 linux-kernel [PATCH v12 08/14] crypto: iaa - Add Intel IAA Compression Accelerator crypto driver core
2023-12-05 21:31:53 linux-kernel [PATCH v12 04/14] dmaengine: idxd: Export wq resource management functions
2023-12-05 21:31:52 linux-kernel [PATCH v12 03/14] dmaengine: idxd: Export descriptor management functions
2023-12-05 21:31:50 linux-kernel [PATCH v12 06/14] dmaengine: idxd: add callback support for iaa crypto
2023-12-05 21:31:47 linux-kernel [PATCH v12 01/14] dmaengine: idxd: add external module driver support for dsa_bus_type
2023-12-05 21:31:46 linux-kernel [PATCH v12 00/14] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
2023-12-05 21:31:39 linux-kernel [PATCH v12 02/14] dmaengine: idxd: Rename drv_enable/disable_wq to idxd_drv_enable/disable_wq, and export
2023-12-05 21:27:40 linux-kernel [PATCH v12 12/14] crypto: iaa - Add irq support for the crypto async interface
2023-12-05 21:27:13 linux-kernel [PATCH v12 14/14] dmaengine: idxd: Add support for device/wq defaults
2023-12-05 21:27:10 linux-kernel [PATCH v12 11/14] crypto: iaa - Add support for deflate-iaa compression algorithm
2023-12-05 21:27:04 linux-kernel [PATCH v12 13/14] crypto: iaa - Add IAA Compression Accelerator stats
2023-12-05 21:26:55 linux-kernel [PATCH v12 09/14] crypto: iaa - Add per-cpu workqueue table with rebalancing
2023-12-05 21:26:53 linux-kernel [PATCH v12 05/14] dmaengine: idxd: Add wq private data accessors
2023-12-05 21:18:38 linux-kernel Re: [PATCH v11 11/14] crypto: iaa - Add support for deflate-iaa compression algorithm
2023-12-04 21:42:14 linux-kernel Re: [PATCH v11 11/14] crypto: iaa - Add support for deflate-iaa compression algorithm
2023-12-01 20:13:18 linux-kernel [PATCH v11 11/14] crypto: iaa - Add support for deflate-iaa compression algorithm