summaryrefslogtreecommitdiff
path: root/drivers/crypto/intel/qat
AgeCommit message (Expand)AuthorFilesLines
11 dayscrypto: qat - fix seq_file position update in adf_ring_next()Giovanni Cabiddu1-1/+3
11 dayscrypto: qat - fix DMA direction for compression on GEN2 devicesGiovanni Cabiddu2-5/+5
11 dayscrypto: qat - disable ZUC-256 capability for QAT GEN5Bairavi Alagappan1-8/+1
11 dayscrypto: qat - fix state restore for banks with exceptionsSvyatoslav Pankratov1-7/+22
11 dayscrypto: qat - allow enabling VFs in the absence of IOMMUAhsan Atta1-1/+0
11 dayscrypto: qat - use unmanaged allocation for dc_dataSuman Kumar Chakraborty1-2/+2
2025-06-27crypto: qat - add shutdown handler to qat_dh895xccGiovanni Cabiddu1-0/+8
2025-06-27crypto: qat - add shutdown handler to qat_c62xGiovanni Cabiddu1-0/+8
2025-06-27crypto: qat - add shutdown handler to qat_4xxxGiovanni Cabiddu1-0/+8
2025-06-27crypto: qat - add shutdown handler to qat_420xxGiovanni Cabiddu1-0/+8
2025-06-27crypto: qat - add shutdown handler to qat_c3xxxGiovanni Cabiddu1-0/+8
2025-03-21crypto: qat - Remove dst_null supportHerbert Xu4-259/+1
2025-03-21crypto: qat - remove access to parity register for QAT GEN4Bairavi Alagappan1-52/+5
2025-03-21crypto: qat - set parity error mask for qat_420xxBairavi Alagappan2-1/+2
2025-03-21crypto: qat - optimize allocations for fw authenticationJack Xu2-14/+19
2025-03-21crypto: qat - remove redundant FW image size checkJack Xu1-4/+0
2025-03-21crypto: qat - remove unused members in suof structureJack Xu2-9/+2
2025-03-21crypto: qat - introduce fuse arraySuman Kumar Chakraborty12-17/+27
2025-03-21crypto: qat - add macro to write 64-bit values to registersSuman Kumar Chakraborty2-24/+16
2025-02-22crypto: qat - refactor service parsing logicMaƂgorzata Mielnik10-78/+202
2025-02-22crypto: qat - do not export adf_cfg_servicesGiovanni Cabiddu1-1/+0
2025-02-22crypto: qat - reorder objects in qat_common MakefileGiovanni Cabiddu1-33/+33
2025-02-22crypto: qat - fix object goals in MakefilesGiovanni Cabiddu9-9/+9
2025-02-09crypto: qat - set command ids as reservedSuman Kumar Chakraborty1-2/+2
2025-02-09crypto: drivers - Use str_enable_disable-like helpersKrzysztof Kozlowski1-7/+3
2025-01-15qat: don't mess with ->d_nameAl Viro1-32/+4
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada1-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra9-9/+9
2024-11-26Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-6/+16
2024-11-10crypto: qat - Fix missing destroy_workqueue in adf_init_aer()Wang Hai1-1/+4
2024-10-30crypto: qat - replace deprecated PCI functionsPhilipp Stanner2-6/+16
2024-10-28crypto: qat - Fix typo "accelaration"WangYuli1-1/+1
2024-10-28crypto: qat - Constify struct pm_status_rowChristophe JAILLET1-9/+9
2024-10-19crypto: qat - remove faulty arbiter config resetAhsan Atta1-4/+0
2024-10-05crypto: qat - remove unused adf_devmgr_get_firstDr. David Alan Gilbert2-11/+0
2024-10-05crypto: qat/qat_4xxx - fix off by one in uof_get_name()Dan Carpenter1-1/+1
2024-10-05crypto: qat/qat_420xx - fix off by one in uof_get_name()Dan Carpenter1-1/+1
2024-10-05crypto: qat - remove check after debugfs_create_dir()Cabiddu, Giovanni1-12/+1
2024-09-06crypto: qat - Remove trailing space after \n newlineColin Ian King1-1/+1
2024-08-24crypto: qat - fix "Full Going True" macro definitionSvyatoslav Pankratov1-1/+1
2024-08-17crypto: qat - Use static_assert() to check struct sizesGustavo A. R. Silva1-0/+2
2024-08-02crypto: qat - allow disabling SR-IOV VFsMichal Witwicki1-66/+128
2024-08-02crypto: qat - ensure correct order in VF restarting handlerMichal Witwicki1-3/+6
2024-08-02crypto: qat - fix recovery flow for VFsMichal Witwicki3-0/+17
2024-08-02crypto: qat - disable IOV in adf_dev_stop()Michal Witwicki1-2/+2
2024-08-02crypto: qat - preserve ADF_GENERAL_SECAdam Guerin17-61/+60
2024-07-19Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds6-15/+27
2024-07-06crypto: qat - fix unintentional re-enabling of error interruptsHareshx Sankar Raj2-3/+9
2024-07-06crypto: qat - extend scope of lock in adf_cfg_add_key_value_param()Nivas Varadharajan Mugunthakumar1-2/+4
2024-06-28crypto: qat - initialize user_input.lock for rate_limitingJiwei Sun1-0/+1