Cabiddu, Giovanni ([email protected])

Number of posts: 668 (0.24 per day)
First post: 2016-10-27 05:18:04
Last post: 2024-06-11 11:28:27

Date List Subject
2021-01-04 17:23:35 linux-crypto [PATCH 2/3] crypto: qat - change format string and cast ring size
2021-01-04 17:23:34 linux-crypto [PATCH 1/3] crypto: qat - fix potential spectre issue
2021-01-04 17:23:12 linux-crypto [PATCH 0/3] crypto: qat - fix issues reported by smatch
2021-01-04 17:06:09 linux-crypto Re: [PATCH] crypto: qat - replace CRYPTO_AES with CRYPTO_LIB_AES in Kconfig
2021-01-04 17:03:07 linux-crypto [PATCH] crypto: qat - configure arbiter mapping based on engines enabled
2020-12-01 14:28:40 linux-crypto [PATCH 0/3] crypto: qat - add support for AES-CTR and AES-XTS in qat_4xxx
2020-12-01 14:28:21 linux-crypto [PATCH 3/3] crypto: qat - add capability detection logic in qat_4xxx
2020-12-01 14:28:21 linux-crypto [PATCH 1/3] crypto: qat - add AES-CTR support for QAT GEN4 devices
2020-12-01 14:27:57 linux-crypto [PATCH 2/3] crypto: qat - add AES-XTS support for QAT GEN4 devices
2020-11-26 12:17:20 linux-crypto Re: [PATCH] crypto: qat - Use dma_set_mask_and_coherent to simplify code
2020-11-19 22:27:56 linux-crypto [PATCH RESEND] crypto: qat - fix excluded_middle.cocci warnings
2020-11-19 20:01:15 linux-crypto Re: [PATCH] crypto: qat - fix excluded_middle.cocci warnings
2020-11-13 16:49:18 linux-crypto [PATCH 0/3] crypto: qat - add qat_4xxx driver
2020-11-13 16:48:04 linux-crypto [PATCH 3/3] crypto: qat - add qat_4xxx driver
2020-11-13 16:47:24 linux-crypto [PATCH 2/3] crypto: qat - add hook to initialize vector routing table
2020-11-13 16:47:23 linux-crypto [PATCH 1/3] crypto: qat - target fw images to specific AEs
2020-11-03 17:30:53 linux-crypto [PATCH] crypto: qat - replace pci with PCI in comments
2020-11-02 17:05:57 linux-crypto [PATCH] crypto: qat - remove cast for mailbox CSR
2020-11-02 11:20:39 linux-crypto Re: [PATCH] crypto: qat: remove unneeded semicolon
2020-10-13 10:06:35 linux-crypto [PATCH 30/31] crypto: qat - allow for instances in different banks
2020-10-13 10:06:25 linux-crypto [PATCH 29/31] crypto: qat - refactor qat_crypto_dev_config()
2020-10-13 10:06:24 linux-crypto [PATCH 27/31] crypto: qat - change return value in adf_cfg_key_val_get()
2020-10-13 10:06:16 linux-crypto [PATCH 19/31] crypto: qat - abstract build ring base
2020-10-13 10:05:54 linux-crypto [PATCH 31/31] crypto: qat - extend ae_mask
2020-10-13 10:05:46 linux-crypto [PATCH 28/31] crypto: qat - refactor qat_crypto_create_instances()
2020-10-13 10:05:44 linux-crypto [PATCH 25/31] crypto: qat - remove unnecessary void* casts
2020-10-13 10:05:44 linux-crypto [PATCH 26/31] crypto: qat - change return value in adf_cfg_add_key_value_param()
2020-10-13 10:05:27 linux-crypto [PATCH 22/31] crypto: qat - abstract writes to arbiter enable
2020-10-13 10:05:27 linux-crypto [PATCH 23/31] crypto: qat - remove hardcoded bank irq clear flag mask
2020-10-13 10:05:24 linux-crypto [PATCH 15/31] crypto: qat - abstract arbiter access
2020-10-13 10:05:22 linux-crypto [PATCH 17/31] crypto: qat - register crypto instances based on capability
2020-10-13 10:05:14 linux-crypto [PATCH 13/31] crypto: qat - remove writes into WQCFG
2020-10-13 10:05:04 linux-crypto [PATCH 24/31] crypto: qat - call functions in adf_sriov if available
2020-10-13 10:04:47 linux-crypto [PATCH 20/31] crypto: qat - replace constant masks with GENMASK
2020-10-13 10:04:47 linux-crypto [PATCH 21/31] crypto: qat - use BIT_ULL() - 1 pattern for masks
2020-10-13 10:04:43 linux-crypto [PATCH 14/31] crypto: qat - remove unused macros in arbiter module
2020-10-13 10:04:43 linux-crypto [PATCH 18/31] crypto: qat - enable ring after pair is programmed
2020-10-13 10:04:42 linux-crypto [PATCH 16/31] crypto: qat - add support for capability detection
2020-10-13 10:04:33 linux-crypto [PATCH 11/31] crypto: qat - use admin mask to send fw constants
2020-10-13 10:04:17 linux-crypto [PATCH 12/31] crypto: qat - update constants table
2020-10-13 10:04:06 linux-crypto [PATCH 09/31] crypto: qat - rename ME in AE
2020-10-13 10:04:06 linux-crypto [PATCH 07/31] crypto: qat - abstract admin interface
2020-10-13 10:04:06 linux-crypto [PATCH 01/31] crypto: qat - update IV in software
2020-10-13 10:04:06 linux-crypto [PATCH 05/31] crypto: qat - split transport CSR access logic
2020-10-13 10:04:03 linux-crypto [PATCH 10/31] crypto: qat - change admin sequence
2020-10-13 10:03:22 linux-crypto [PATCH 08/31] crypto: qat - add packed to init admin structures
2020-10-13 10:03:19 linux-crypto [PATCH 06/31] crypto: qat - relocate GEN2 CSR access code
2020-10-13 10:03:18 linux-crypto [PATCH 04/31] crypto: qat - fix configuration of iov threads
2020-10-13 10:03:13 linux-crypto [PATCH 02/31] crypto: qat - mask device capabilities with soft straps
2020-10-13 10:03:13 linux-crypto [PATCH 03/31] crypto: qat - num_rings_per_bank is device dependent
2020-10-13 10:03:12 linux-crypto [PATCH 00/31] crypto: qat - rework in preparation for qat_4xxx driver